diff --git a/apps/documenteditor/embed/locale/de.json b/apps/documenteditor/embed/locale/de.json index 84108feb6..778900559 100644 --- a/apps/documenteditor/embed/locale/de.json +++ b/apps/documenteditor/embed/locale/de.json @@ -16,6 +16,11 @@ "DE.ApplicationController.errorFilePassProtect": "Das Dokument ist kennwortgeschützt und kann nicht geöffnet werden.", "DE.ApplicationController.errorFileSizeExceed": "Die Dateigröße überschreitet die für Ihren Server festgelegte Einschränkung.
Weitere Informationen können Sie von Ihrem Document Server-Administrator erhalten.", "DE.ApplicationController.errorForceSave": "Beim Speichern der Datei ist ein Fehler aufgetreten. Verwenden Sie die Option \"Herunterladen als\", um die Datei auf Ihrer Computerfestplatte zu speichern oder versuchen Sie es später erneut.", + "DE.ApplicationController.errorInconsistentExt": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei stimmt nicht mit der Dateierweiterung überein.", + "DE.ApplicationController.errorInconsistentExtDocx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht Textdokumenten (z.B. docx), aber die Datei hat die inkonsistente Erweiterung: %1.", + "DE.ApplicationController.errorInconsistentExtPdf": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht einem der folgenden Formate: pdf/djvu/xps/oxps, aber die Datei hat die inkonsistente Erweiterung: %1.", + "DE.ApplicationController.errorInconsistentExtPptx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht Präsentationen (z.B. pptx), aber die Datei hat die inkonsistente Erweiterung: %1.", + "DE.ApplicationController.errorInconsistentExtXlsx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht Tabellenkalkulationen (z.B. xlsx), aber die Datei hat die inkonsistente Erweiterung: %1.", "DE.ApplicationController.errorLoadingFont": "Schriftarten nicht hochgeladen.
Bitte wenden Sie sich an Administratoren von Ihrem Document Server.", "DE.ApplicationController.errorSubmit": "Fehler beim Senden.", "DE.ApplicationController.errorTokenExpire": "Sicherheitstoken des Dokuments ist abgelaufen.
Wenden Sie sich an Ihren Serveradministrator.", diff --git a/apps/documenteditor/embed/locale/el.json b/apps/documenteditor/embed/locale/el.json index ce18851e5..c03b0a138 100644 --- a/apps/documenteditor/embed/locale/el.json +++ b/apps/documenteditor/embed/locale/el.json @@ -26,6 +26,7 @@ "DE.ApplicationController.scriptLoadError": "Η σύνδεση είναι πολύ αργή, δεν ήταν δυνατή η φόρτωση ορισμένων στοιχείων. Φορτώστε ξανά τη σελίδα.", "DE.ApplicationController.textAnonymous": "Ανώνυμος", "DE.ApplicationController.textClear": "Εκκαθάριση Όλων των Πεδίων", + "DE.ApplicationController.textCtrl": "Ctrl", "DE.ApplicationController.textGotIt": "Ελήφθη", "DE.ApplicationController.textGuest": "Επισκέπτης", "DE.ApplicationController.textLoadingDocument": "Φόρτωση εγγράφου", diff --git a/apps/documenteditor/embed/locale/en.json b/apps/documenteditor/embed/locale/en.json index f7ab19960..7e4bf26f8 100644 --- a/apps/documenteditor/embed/locale/en.json +++ b/apps/documenteditor/embed/locale/en.json @@ -16,16 +16,16 @@ "DE.ApplicationController.errorFilePassProtect": "The file is password protected and cannot be opened.", "DE.ApplicationController.errorFileSizeExceed": "The file size exceeds the limitation set for your server.
Please contact your Document Server administrator for details.", "DE.ApplicationController.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to your computer hard drive or try again later.", + "DE.ApplicationController.errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", + "DE.ApplicationController.errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", + "DE.ApplicationController.errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", + "DE.ApplicationController.errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "DE.ApplicationController.errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "DE.ApplicationController.errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", "DE.ApplicationController.errorSubmit": "Submit failed.", "DE.ApplicationController.errorTokenExpire": "The document security token has expired.
Please contact your Document Server administrator.", "DE.ApplicationController.errorUpdateVersionOnDisconnect": "Connection has been restored, and the file version has been changed.
Before you can continue working, you need to download the file or copy its content to make sure nothing is lost, and then reload this page.", "DE.ApplicationController.errorUserDrop": "The file cannot be accessed right now.", - "DE.ApplicationController.errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "DE.ApplicationController.errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "DE.ApplicationController.errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "DE.ApplicationController.errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "DE.ApplicationController.errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "DE.ApplicationController.notcriticalErrorTitle": "Warning", "DE.ApplicationController.openErrorText": "An error has occurred while opening the file.", "DE.ApplicationController.scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please reload the page.", diff --git a/apps/documenteditor/embed/locale/ru.json b/apps/documenteditor/embed/locale/ru.json index 64800605c..aa7c76edd 100644 --- a/apps/documenteditor/embed/locale/ru.json +++ b/apps/documenteditor/embed/locale/ru.json @@ -16,6 +16,11 @@ "DE.ApplicationController.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.", "DE.ApplicationController.errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.
Обратитесь к администратору Сервера документов для получения дополнительной информации.", "DE.ApplicationController.errorForceSave": "При сохранении файла произошла ошибка. Используйте опцию 'Скачать как', чтобы сохранить файл на жестком диске компьютера или повторите попытку позже.", + "DE.ApplicationController.errorInconsistentExt": "При открытии файла произошла ошибка.
Содержимое файла не соответствует расширению файла.", + "DE.ApplicationController.errorInconsistentExtDocx": "При открытии файла произошла ошибка.
Содержимое файла соответствует документам (например, docx), но файл имеет несоответствующее расширение: %1.", + "DE.ApplicationController.errorInconsistentExtPdf": "При открытии файла произошла ошибка.
Содержимое файла соответствует одному из следующих форматов: pdf/djvu/xps/oxps, но файл имеет несоответствующее расширение: %1.", + "DE.ApplicationController.errorInconsistentExtPptx": "При открытии файла произошла ошибка.
Содержимое файла соответствует презентациям (например, pptx), но файл имеет несоответствующее расширение: %1.", + "DE.ApplicationController.errorInconsistentExtXlsx": "При открытии файла произошла ошибка.
Содержимое файла соответствует электронным таблицам (например, xlsx), но файл имеет несоответствующее расширение: %1.", "DE.ApplicationController.errorLoadingFont": "Шрифты не загружены.
Пожалуйста, обратитесь к администратору Сервера документов.", "DE.ApplicationController.errorSubmit": "Не удалось отправить.", "DE.ApplicationController.errorTokenExpire": "Истек срок действия токена безопасности документа.
Пожалуйста, обратитесь к администратору Сервера документов.", diff --git a/apps/documenteditor/forms/locale/ca.json b/apps/documenteditor/forms/locale/ca.json index d87380af1..a7fb0f315 100644 --- a/apps/documenteditor/forms/locale/ca.json +++ b/apps/documenteditor/forms/locale/ca.json @@ -53,7 +53,7 @@ "Common.UI.Window.yesButtonText": "Sí", "Common.Views.CopyWarningDialog.textDontShow": "No tornis a mostrar aquest missatge", "Common.Views.CopyWarningDialog.textMsg": "Les accions de copia, retalla i enganxa utilitzant el menú contextual només es realitzaran dins d'aquesta pestanya de l'editor.

Per copiar o enganxar a o des d'aplicacions fora de la pestanya de l'editor utilitza les següents combinacions de teclat:", - "Common.Views.CopyWarningDialog.textTitle": "Accions de copia, talla i enganxa ", + "Common.Views.CopyWarningDialog.textTitle": "Accions de Copiar, Tallar i Enganxar ", "Common.Views.CopyWarningDialog.textToCopy": "Per copiar", "Common.Views.CopyWarningDialog.textToCut": "Per tallar", "Common.Views.CopyWarningDialog.textToPaste": "Per enganxar", @@ -65,7 +65,7 @@ "Common.Views.ImageFromUrlDialog.textUrl": "Enganxa un URL d'imatge:", "Common.Views.ImageFromUrlDialog.txtEmpty": "Aquest camp és obligatori", "Common.Views.ImageFromUrlDialog.txtNotUrl": "Aquest camp hauria de ser un URL amb el format \"http://www.example.com\"", - "Common.Views.OpenDialog.closeButtonText": "Tanca el fitxer", + "Common.Views.OpenDialog.closeButtonText": "Tancar fitxer", "Common.Views.OpenDialog.txtEncoding": "Codificació", "Common.Views.OpenDialog.txtIncorrectPwd": "La contrasenya no és correcta.", "Common.Views.OpenDialog.txtOpenFile": "Introduïu una contrasenya per obrir el fitxer", @@ -73,11 +73,11 @@ "Common.Views.OpenDialog.txtPreview": "Visualització prèvia", "Common.Views.OpenDialog.txtProtected": "Un cop introduïu la contrasenya i obriu el fitxer, es restablirà la contrasenya actual del fitxer.", "Common.Views.OpenDialog.txtTitle": "Tria les opcions %1", - "Common.Views.OpenDialog.txtTitleProtected": "El fitxer està protegit", + "Common.Views.OpenDialog.txtTitleProtected": "Arxiu Protegit", "Common.Views.SaveAsDlg.textLoading": "S'està carregant", "Common.Views.SaveAsDlg.textTitle": "Carpeta per desar", "Common.Views.SelectFileDlg.textLoading": "S'està carregant", - "Common.Views.SelectFileDlg.textTitle": "Seleccioneu l'origen de les dades", + "Common.Views.SelectFileDlg.textTitle": "Selecciona l'origen de les dades", "Common.Views.ShareDialog.textTitle": "Comparteix l'enllaç", "Common.Views.ShareDialog.txtCopy": "Copia al porta-retalls", "Common.Views.ShareDialog.warnCopy": "Error del navegador! Utilitzeu la drecera de teclat [Ctrl] + [C]", diff --git a/apps/documenteditor/forms/locale/de.json b/apps/documenteditor/forms/locale/de.json index 572e434de..b10b424a5 100644 --- a/apps/documenteditor/forms/locale/de.json +++ b/apps/documenteditor/forms/locale/de.json @@ -96,6 +96,11 @@ "DE.Controllers.ApplicationController.errorFilePassProtect": "Das Dokument ist kennwortgeschützt und kann nicht geöffnet werden.", "DE.Controllers.ApplicationController.errorFileSizeExceed": "Die Dateigröße überschreitet die für Ihren Server festgelegte Einschränkung.
Weitere Informationen können Sie von Ihrem Document Server-Administrator erhalten.", "DE.Controllers.ApplicationController.errorForceSave": "Beim Speichern der Datei ist ein Fehler aufgetreten. Verwenden Sie die Option \"Herunterladen als\", um die Datei auf Ihrer Computerfestplatte zu speichern oder versuchen Sie es später erneut.", + "DE.Controllers.ApplicationController.errorInconsistentExt": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei stimmt nicht mit der Dateierweiterung überein.", + "DE.Controllers.ApplicationController.errorInconsistentExtDocx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht Textdokumenten (z.B. docx), aber die Datei hat die inkonsistente Erweiterung: %1.", + "DE.Controllers.ApplicationController.errorInconsistentExtPdf": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht einem der folgenden Formate: pdf/djvu/xps/oxps, aber die Datei hat die inkonsistente Erweiterung: %1.", + "DE.Controllers.ApplicationController.errorInconsistentExtPptx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht Präsentationen (z.B. pptx), aber die Datei hat die inkonsistente Erweiterung: %1.", + "DE.Controllers.ApplicationController.errorInconsistentExtXlsx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht Tabellenkalkulationen (z.B. xlsx), aber die Datei hat die inkonsistente Erweiterung: %1.", "DE.Controllers.ApplicationController.errorLoadingFont": "Schriftarten nicht hochgeladen.
Bitte wenden Sie sich an Administratoren von Ihrem Document Server.", "DE.Controllers.ApplicationController.errorServerVersion": "Version des Editors wurde aktualisiert. Die Seite wird neu geladen, um die Änderungen zu übernehmen.", "DE.Controllers.ApplicationController.errorSessionAbsolute": "Die Bearbeitungssitzung des Dokumentes ist abgelaufen. Laden Sie die Seite neu.", diff --git a/apps/documenteditor/forms/locale/el.json b/apps/documenteditor/forms/locale/el.json index 2d89e8f08..c7ed14e8f 100644 --- a/apps/documenteditor/forms/locale/el.json +++ b/apps/documenteditor/forms/locale/el.json @@ -65,7 +65,7 @@ "Common.Views.ImageFromUrlDialog.textUrl": "Επικόλληση URL εικόνας:", "Common.Views.ImageFromUrlDialog.txtEmpty": "Αυτό το πεδίο είναι υποχρεωτικό", "Common.Views.ImageFromUrlDialog.txtNotUrl": "Αυτό το πεδίο πρέπει να είναι διεύθυνση URL με τη μορφή «http://www.example.com»", - "Common.Views.OpenDialog.closeButtonText": "Κλείσιμο Αρχείου", + "Common.Views.OpenDialog.closeButtonText": "Κλείσιμο αρχείου", "Common.Views.OpenDialog.txtEncoding": "Κωδικοποίηση", "Common.Views.OpenDialog.txtIncorrectPwd": "Το συνθηματικό είναι εσφαλμένο.", "Common.Views.OpenDialog.txtOpenFile": "Εισάγετε συνθηματικό για να ανοίξετε το αρχείο", diff --git a/apps/documenteditor/forms/locale/en.json b/apps/documenteditor/forms/locale/en.json index 79c0ff02c..b0e29eb68 100644 --- a/apps/documenteditor/forms/locale/en.json +++ b/apps/documenteditor/forms/locale/en.json @@ -53,7 +53,7 @@ "Common.UI.Window.yesButtonText": "Yes", "Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again", "Common.Views.CopyWarningDialog.textMsg": "Copy, cut and paste actions using context menu actions will be performed within this editor tab only.

To copy or paste to or from applications outside the editor tab use the following keyboard combinations:", - "Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste Actions", + "Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste actions", "Common.Views.CopyWarningDialog.textToCopy": "for Copy", "Common.Views.CopyWarningDialog.textToCut": "for Cut", "Common.Views.CopyWarningDialog.textToPaste": "for Paste", @@ -65,7 +65,7 @@ "Common.Views.ImageFromUrlDialog.textUrl": "Paste an image URL:", "Common.Views.ImageFromUrlDialog.txtEmpty": "This field is required", "Common.Views.ImageFromUrlDialog.txtNotUrl": "This field should be a URL in the \"http://www.example.com\" format", - "Common.Views.OpenDialog.closeButtonText": "Close File", + "Common.Views.OpenDialog.closeButtonText": "Close file", "Common.Views.OpenDialog.txtEncoding": "Encoding ", "Common.Views.OpenDialog.txtIncorrectPwd": "Password is incorrect.", "Common.Views.OpenDialog.txtOpenFile": "Enter a password to open the file", @@ -73,12 +73,12 @@ "Common.Views.OpenDialog.txtPreview": "Preview", "Common.Views.OpenDialog.txtProtected": "Once you enter the password and open the file, the current password to the file will be reset.", "Common.Views.OpenDialog.txtTitle": "Choose %1 options", - "Common.Views.OpenDialog.txtTitleProtected": "Protected File", + "Common.Views.OpenDialog.txtTitleProtected": "Protected file", "Common.Views.SaveAsDlg.textLoading": "Loading", "Common.Views.SaveAsDlg.textTitle": "Folder for save", "Common.Views.SelectFileDlg.textLoading": "Loading", - "Common.Views.SelectFileDlg.textTitle": "Select Data Source", - "Common.Views.ShareDialog.textTitle": "Share Link", + "Common.Views.SelectFileDlg.textTitle": "Select data source", + "Common.Views.ShareDialog.textTitle": "Share link", "Common.Views.ShareDialog.txtCopy": "Copy to clipboard", "Common.Views.ShareDialog.warnCopy": "Browser's error! Use keyboard shortcut [Ctrl] + [C]", "DE.Controllers.ApplicationController.convertationErrorText": "Conversion failed.", @@ -96,6 +96,11 @@ "DE.Controllers.ApplicationController.errorFilePassProtect": "The file is password protected and cannot be opened.", "DE.Controllers.ApplicationController.errorFileSizeExceed": "The file size exceeds the limitation set for your server.
Please contact your Document Server administrator for details.", "DE.Controllers.ApplicationController.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to your computer hard drive or try again later.", + "DE.Controllers.ApplicationController.errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", + "DE.Controllers.ApplicationController.errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", + "DE.Controllers.ApplicationController.errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", + "DE.Controllers.ApplicationController.errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "DE.Controllers.ApplicationController.errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "DE.Controllers.ApplicationController.errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", "DE.Controllers.ApplicationController.errorServerVersion": "The editor version has been updated. The page will be reloaded to apply the changes.", "DE.Controllers.ApplicationController.errorSessionAbsolute": "The document editing session has expired. Please reload the page.", @@ -109,11 +114,6 @@ "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Connection has been restored, and the file version has been changed.
Before you can continue working, you need to download the file or copy its content to make sure nothing is lost, and then reload this page.", "DE.Controllers.ApplicationController.errorUserDrop": "The file cannot be accessed right now.", "DE.Controllers.ApplicationController.errorViewerDisconnect": "Connection is lost. You can still view the document,
but will not be able to download or print it until the connection is restored and page is reloaded.", - "DE.Controllers.ApplicationController.errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "DE.Controllers.ApplicationController.errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "DE.Controllers.ApplicationController.errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "DE.Controllers.ApplicationController.errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "DE.Controllers.ApplicationController.errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "DE.Controllers.ApplicationController.mniImageFromFile": "Image from File", "DE.Controllers.ApplicationController.mniImageFromStorage": "Image from Storage", "DE.Controllers.ApplicationController.mniImageFromUrl": "Image from URL", diff --git a/apps/documenteditor/forms/locale/ru.json b/apps/documenteditor/forms/locale/ru.json index 5f1b7b09d..989280ef5 100644 --- a/apps/documenteditor/forms/locale/ru.json +++ b/apps/documenteditor/forms/locale/ru.json @@ -96,6 +96,11 @@ "DE.Controllers.ApplicationController.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.", "DE.Controllers.ApplicationController.errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.
Обратитесь к администратору Сервера документов для получения дополнительной информации.", "DE.Controllers.ApplicationController.errorForceSave": "При сохранении файла произошла ошибка. Используйте опцию 'Скачать как', чтобы сохранить файл на жестком диске компьютера или повторите попытку позже.", + "DE.Controllers.ApplicationController.errorInconsistentExt": "При открытии файла произошла ошибка.
Содержимое файла не соответствует расширению файла.", + "DE.Controllers.ApplicationController.errorInconsistentExtDocx": "При открытии файла произошла ошибка.
Содержимое файла соответствует документам (например, docx), но файл имеет несоответствующее расширение: %1.", + "DE.Controllers.ApplicationController.errorInconsistentExtPdf": "При открытии файла произошла ошибка.
Содержимое файла соответствует одному из следующих форматов: pdf/djvu/xps/oxps, но файл имеет несоответствующее расширение: %1.", + "DE.Controllers.ApplicationController.errorInconsistentExtPptx": "При открытии файла произошла ошибка.
Содержимое файла соответствует презентациям (например, pptx), но файл имеет несоответствующее расширение: %1.", + "DE.Controllers.ApplicationController.errorInconsistentExtXlsx": "При открытии файла произошла ошибка.
Содержимое файла соответствует электронным таблицам (например, xlsx), но файл имеет несоответствующее расширение: %1.", "DE.Controllers.ApplicationController.errorLoadingFont": "Шрифты не загружены.
Пожалуйста, обратитесь к администратору Сервера документов.", "DE.Controllers.ApplicationController.errorServerVersion": "Версия редактора была обновлена. Страница будет перезагружена, чтобы применить изменения.", "DE.Controllers.ApplicationController.errorSessionAbsolute": "Время сеанса редактирования документа истекло. Пожалуйста, обновите страницу.", diff --git a/apps/documenteditor/main/locale/az.json b/apps/documenteditor/main/locale/az.json index f71d1a6c8..efff53ac5 100644 --- a/apps/documenteditor/main/locale/az.json +++ b/apps/documenteditor/main/locale/az.json @@ -9,6 +9,7 @@ "Common.Controllers.ExternalMergeEditor.textClose": "Bağla", "Common.Controllers.ExternalMergeEditor.warningText": "Obyekt deaktiv edilib, çünki o, başqa istifadəçi tərəfindən redaktə olunur.", "Common.Controllers.ExternalMergeEditor.warningTitle": "Xəbərdarlıq", + "Common.Controllers.ExternalOleEditor.textAnonymous": "Anonim", "Common.Controllers.History.notcriticalErrorTitle": "Xəbərdarlıq", "Common.Controllers.ReviewChanges.textAcceptBeforeCompare": "Sənədləri müqayisə etmək üçün edilən bütün dəyişikliklər qəbul edilmiş hesab ediləcək. Davam etmək istəyirsiniz?", "Common.Controllers.ReviewChanges.textAtLeast": "ən azı", @@ -242,6 +243,7 @@ "Common.Views.Comments.textAddComment": "Şərh Əlavə Et", "Common.Views.Comments.textAddCommentToDoc": "Sənədə şərh əlavə et", "Common.Views.Comments.textAddReply": "Cavab əlavə edin", + "Common.Views.Comments.textAll": "Bütün", "Common.Views.Comments.textAnonym": "Qonaq", "Common.Views.Comments.textCancel": "Ləğv et", "Common.Views.Comments.textClose": "Bağla", @@ -433,6 +435,7 @@ "Common.Views.ReviewPopover.txtReject": "Rədd edin", "Common.Views.SaveAsDlg.textLoading": "Yüklənir", "Common.Views.SaveAsDlg.textTitle": "Yadda saxlama üçün qovluq", + "Common.Views.SearchPanel.textCaseSensitive": "Böyük-kiçik hərflərə diqqət", "Common.Views.SelectFileDlg.textLoading": "Yüklənir", "Common.Views.SelectFileDlg.textTitle": "Verilənlər Mənbəyini Seçin", "Common.Views.SignDialog.textBold": "Qalın", @@ -1978,6 +1981,7 @@ "DE.Views.LineNumbersDialog.textStartAt": "Başlayın", "DE.Views.LineNumbersDialog.textTitle": "Sətir Nömrələri", "DE.Views.LineNumbersDialog.txtAutoText": "Avto", + "DE.Views.Links.capBtnAddText": "Mətn əlavə edin", "DE.Views.Links.capBtnBookmarks": "Əlfəcin", "DE.Views.Links.capBtnCaption": "Başlıq", "DE.Views.Links.capBtnContentsUpdate": "Təzələyin", @@ -2662,6 +2666,7 @@ "DE.Views.Toolbar.textTabLinks": "İstinadlar", "DE.Views.Toolbar.textTabProtect": "Qoruma", "DE.Views.Toolbar.textTabReview": "Nəzərdən keçir", + "DE.Views.Toolbar.textTabView": "Görünüş", "DE.Views.Toolbar.textTitleError": "Xəta", "DE.Views.Toolbar.textToCurrent": "Cari mövqeyə qədər", "DE.Views.Toolbar.textTop": "Yuxarı:", @@ -2753,6 +2758,8 @@ "DE.Views.Toolbar.txtScheme7": "Bərabərlik", "DE.Views.Toolbar.txtScheme8": "Axın", "DE.Views.Toolbar.txtScheme9": "Emalatxana", + "DE.Views.ViewTab.textInterfaceTheme": "İnterfeys mövzusu", + "DE.Views.ViewTab.tipInterfaceTheme": "İnterfeys mövzusu", "DE.Views.WatermarkSettingsDialog.textAuto": "Avto", "DE.Views.WatermarkSettingsDialog.textBold": "Qalın", "DE.Views.WatermarkSettingsDialog.textColor": "Mətn rəngi", diff --git a/apps/documenteditor/main/locale/be.json b/apps/documenteditor/main/locale/be.json index 9ae9d4239..a1c3e29f5 100644 --- a/apps/documenteditor/main/locale/be.json +++ b/apps/documenteditor/main/locale/be.json @@ -827,6 +827,7 @@ "DE.Controllers.Main.txtSyntaxError": "Сінтаксічная памылка", "DE.Controllers.Main.txtTableInd": "Індэкс табліцы не можа быць нулём", "DE.Controllers.Main.txtTableOfContents": "Змест", + "DE.Controllers.Main.txtTableOfFigures": "Спіс ілюстрацый", "DE.Controllers.Main.txtTooLarge": "Лік занадта вялікі для фарматавання", "DE.Controllers.Main.txtTypeEquation": "Месца для раўнання.", "DE.Controllers.Main.txtUndefBookmark": "Закладка не вызначаная", @@ -1682,6 +1683,7 @@ "DE.Views.FileMenuPanels.Settings.strPasteButton": "Паказваць кнопку параметраў устаўкі падчас устаўкі", "DE.Views.FileMenuPanels.Settings.strShowChanges": "Адлюстроўваць змены падчас сумеснай працы", "DE.Views.FileMenuPanels.Settings.strStrict": "Строгі", + "DE.Views.FileMenuPanels.Settings.strTheme": "Тэма інтэрфейсу", "DE.Views.FileMenuPanels.Settings.strUnit": "Адзінкі вымярэння", "DE.Views.FileMenuPanels.Settings.strZoom": "Прадвызначанае значэнне маштабу", "DE.Views.FileMenuPanels.Settings.text10Minutes": "Кожныя 10 хвілін", @@ -1937,6 +1939,7 @@ "DE.Views.Links.capBtnInsContents": "Змест", "DE.Views.Links.capBtnInsFootnote": "Зноска", "DE.Views.Links.capBtnInsLink": "Гіперспасылка", + "DE.Views.Links.capBtnTOF": "Спіс ілюстрацый", "DE.Views.Links.confirmDeleteFootnotes": "Хочаце выдаліць усе зноскі?", "DE.Views.Links.confirmReplaceTOF": "Хочаце замяніць абраную табліцу фігур?", "DE.Views.Links.mniConvertNote": "Пераўтварыць усе зноскі", @@ -2311,6 +2314,7 @@ "DE.Views.TableOfContentsSettings.textStyles": "Стылі", "DE.Views.TableOfContentsSettings.textTable": "Табліца", "DE.Views.TableOfContentsSettings.textTitle": "Змест", + "DE.Views.TableOfContentsSettings.textTitleTOF": "Спіс ілюстрацый", "DE.Views.TableOfContentsSettings.txtCentered": "Па цэнтры", "DE.Views.TableOfContentsSettings.txtClassic": "Класічны", "DE.Views.TableOfContentsSettings.txtCurrent": "Бягучы", @@ -2705,6 +2709,7 @@ "DE.Views.ViewTab.tipDarkDocument": "Цёмны дакумент", "DE.Views.ViewTab.tipFitToPage": "Па памеры старонкі", "DE.Views.ViewTab.tipFitToWidth": "Па шырыні", + "DE.Views.ViewTab.tipInterfaceTheme": "Тэма інтэрфейсу", "DE.Views.WatermarkSettingsDialog.textAuto": "Аўта", "DE.Views.WatermarkSettingsDialog.textBold": "Тоўсты", "DE.Views.WatermarkSettingsDialog.textColor": "Колер тэксту", diff --git a/apps/documenteditor/main/locale/ca.json b/apps/documenteditor/main/locale/ca.json index 53107a3c8..9d06a7e85 100644 --- a/apps/documenteditor/main/locale/ca.json +++ b/apps/documenteditor/main/locale/ca.json @@ -125,6 +125,61 @@ "Common.define.chartData.textScatterSmoothMarker": "Dispersió amb línies suaus i marcadors", "Common.define.chartData.textStock": "Accions", "Common.define.chartData.textSurface": "Superfície", + "Common.define.smartArt.textAccentedPicture": "Imatge amb èmfasi", + "Common.define.smartArt.textAccentProcess": "Procés d'èmfasi", + "Common.define.smartArt.textAlternatingFlow": "Flux alternatiu", + "Common.define.smartArt.textAlternatingHexagons": "Hexàgons alternants", + "Common.define.smartArt.textAlternatingPictureBlocks": "Blocs d'imatges alternatius", + "Common.define.smartArt.textAlternatingPictureCircles": "Cercles d'imatges alternatius", + "Common.define.smartArt.textArchitectureLayout": "Disposició de l'arquitectura", + "Common.define.smartArt.textArrowRibbon": "Banda amb fletxes", + "Common.define.smartArt.textAscendingPictureAccentProcess": "Procés d'èmfasi d'imatge ascendent", + "Common.define.smartArt.textBalance": "Saldo", + "Common.define.smartArt.textBasicBendingProcess": "Procés corb bàsic", + "Common.define.smartArt.textBasicBlockList": "Llista de blocs bàsica", + "Common.define.smartArt.textBasicChevronProcess": "Procés angular bàsic", + "Common.define.smartArt.textBasicCycle": "Cicle bàsic", + "Common.define.smartArt.textBasicMatrix": "Matriu bàsica", + "Common.define.smartArt.textBasicPie": "Circular bàsic", + "Common.define.smartArt.textBasicProcess": "Procés bàsic", + "Common.define.smartArt.textBasicPyramid": "Piràmide bàsica", + "Common.define.smartArt.textBasicRadial": "Radial bàsic", + "Common.define.smartArt.textBasicTarget": "Destinació bàsica", + "Common.define.smartArt.textBasicTimeline": "Cronologia bàsica", + "Common.define.smartArt.textBasicVenn": "Venn bàsic", + "Common.define.smartArt.textBendingPictureAccentList": "Llista d'èmfasi d'imatges corba", + "Common.define.smartArt.textBendingPictureBlocks": "Blocs d'imatges corbes", + "Common.define.smartArt.textBendingPictureCaption": "Llegenda d'imatge corba", + "Common.define.smartArt.textBendingPictureCaptionList": "Llista de llegendes d'imatges corba", + "Common.define.smartArt.textBendingPictureSemiTranparentText": "Text d'imatge semitransparent corb", + "Common.define.smartArt.textBlockCycle": "Cicle de blocs", + "Common.define.smartArt.textBubblePictureList": "Llista d'imatges de bombolla", + "Common.define.smartArt.textCaptionedPictures": "Imatges amb llegenda", + "Common.define.smartArt.textChevronAccentProcess": "Procés d'èmfasi angular", + "Common.define.smartArt.textChevronList": "Llista angular", + "Common.define.smartArt.textCircleAccentTimeline": "Cronologia d'èmfasi de cercle", + "Common.define.smartArt.textCircleArrowProcess": "Procés de fletxa circular", + "Common.define.smartArt.textCirclePictureHierarchy": "Jerarquia d'imatge circular", + "Common.define.smartArt.textCircleProcess": "Procés circular", + "Common.define.smartArt.textCircleRelationship": "Relació circular", + "Common.define.smartArt.textCircularBendingProcess": "Procés corb circular", + "Common.define.smartArt.textCircularPictureCallout": "Crida d'imatge circular", + "Common.define.smartArt.textClosedChevronProcess": "Procés angular tancat", + "Common.define.smartArt.textContinuousArrowProcess": "Procés de fletxes continu", + "Common.define.smartArt.textContinuousBlockProcess": "Procés de blocs continu", + "Common.define.smartArt.textContinuousCycle": "Cicle continu", + "Common.define.smartArt.textContinuousPictureList": "Llista d'imatges contínua", + "Common.define.smartArt.textConvergingArrows": "Fletxes convergents", + "Common.define.smartArt.textConvergingRadial": "Radial convergent", + "Common.define.smartArt.textConvergingText": "Text convergent", + "Common.define.smartArt.textCounterbalanceArrows": "Fletxes de contrapès", + "Common.define.smartArt.textCycle": "Cicle", + "Common.define.smartArt.textCycleMatrix": "Matriu de cicle", + "Common.define.smartArt.textDescendingBlockList": "Llista de blocs descendents", + "Common.define.smartArt.textDescendingProcess": "Procés descendent", + "Common.define.smartArt.textDetailedProcess": "Procés detallat", + "Common.define.smartArt.textDivergingArrows": "Fletxes divergents", + "Common.define.smartArt.textDivergingRadial": "Radial divergent", "Common.Translation.textMoreButton": "Més", "Common.Translation.warnFileLocked": "No pots editar aquest fitxer perquè és obert en una altra aplicació.", "Common.Translation.warnFileLockedBtnEdit": "Crea una còpia", @@ -288,6 +343,7 @@ "Common.Views.DocumentAccessDialog.textLoading": "S'està carregant...", "Common.Views.DocumentAccessDialog.textTitle": "Configuració per compartir", "Common.Views.ExternalDiagramEditor.textTitle": "Editor de gràfics", + "Common.Views.ExternalEditor.textClose": "Tanca", "Common.Views.ExternalMergeEditor.textTitle": "Destinataris de la combinació de la correspondència", "Common.Views.ExternalOleEditor.textTitle": "Editor del full de càlcul", "Common.Views.Header.labelCoUsersDescr": "Usuaris que editen el fitxer:", @@ -354,6 +410,7 @@ "Common.Views.Plugins.textStart": "Inici", "Common.Views.Plugins.textStop": "Atura", "Common.Views.Protection.hintAddPwd": "Xifra amb contrasenya", + "Common.Views.Protection.hintDelPwd": "Suprimeix la contrasenya", "Common.Views.Protection.hintPwd": "Canvia o suprimeix la contrasenya", "Common.Views.Protection.hintSignature": "Afegeix una signatura digital o una línia de signatura", "Common.Views.Protection.txtAddPwd": "Afegeix una contrasenya", @@ -499,6 +556,7 @@ "Common.Views.SignDialog.tipFontName": "Nom de la lletra", "Common.Views.SignDialog.tipFontSize": "Mida de la lletra", "Common.Views.SignSettingsDialog.textAllowComment": "Permet al signant afegir comentaris al diàleg de signatura", + "Common.Views.SignSettingsDialog.textDefInstruction": "Abans de signar aquest document, comproveu que el contingut és correcte.", "Common.Views.SignSettingsDialog.textInfoEmail": "Correu electrònic", "Common.Views.SignSettingsDialog.textInfoName": "Nom", "Common.Views.SignSettingsDialog.textInfoTitle": "Títol del signant", @@ -640,6 +698,7 @@ "DE.Controllers.Main.textClose": "Tanca", "DE.Controllers.Main.textCloseTip": "Feu clic per tancar el consell", "DE.Controllers.Main.textContactUs": "Contacta amb vendes", + "DE.Controllers.Main.textContinue": "Continua", "DE.Controllers.Main.textConvertEquation": "Aquesta equació es va crear amb una versió antiga de l'editor d'equacions que ja no és compatible. Per editar-la, converteix l’equació al format d’Office Math ML.
Vols convertir-ho ara?", "DE.Controllers.Main.textCustomLoader": "Tingueu en compte que, segons els termes de la llicència, no teniu dret a canviar el carregador.
Contacteu amb el nostre departament de vendes per obtenir un pressupost.", "DE.Controllers.Main.textDisconnect": "S'ha perdut la connexió", @@ -1329,9 +1388,13 @@ "DE.Views.CellsAddDialog.textRow": "Files", "DE.Views.CellsAddDialog.textTitle": "Insereix diversos", "DE.Views.CellsAddDialog.textUp": "Per damunt del cursor", + "DE.Views.ChartSettings.text3dDepth": "Profunditat (% de la base)", "DE.Views.ChartSettings.text3dRotation": "Rotació 3D", "DE.Views.ChartSettings.textAdvanced": "Mostra la configuració avançada", + "DE.Views.ChartSettings.textAutoscale": "Escala automàtica", "DE.Views.ChartSettings.textChartType": "Canvia el tipus de gràfic", + "DE.Views.ChartSettings.textDefault": "Rotació per defecte", + "DE.Views.ChartSettings.textDown": "Avall", "DE.Views.ChartSettings.textEditData": "Edita les dades", "DE.Views.ChartSettings.textHeight": "Alçada", "DE.Views.ChartSettings.textOriginalSize": "Mida real", @@ -1429,6 +1492,8 @@ "DE.Views.DateTimeDialog.textLang": "Idioma", "DE.Views.DateTimeDialog.textUpdate": "Actualitza automàticament", "DE.Views.DateTimeDialog.txtTitle": "Hora i data", + "DE.Views.DocProtection.hintProtectDoc": "Protegir document", + "DE.Views.DocProtection.txtProtectDoc": "Protegir document", "DE.Views.DocumentHolder.aboveText": "A dalt", "DE.Views.DocumentHolder.addCommentText": "Afegeix un comentari", "DE.Views.DocumentHolder.advancedDropCapText": "Configuració de la lletra de caixa alta", @@ -1437,6 +1502,8 @@ "DE.Views.DocumentHolder.advancedTableText": "Configuració avançada de la taula", "DE.Views.DocumentHolder.advancedText": "Configuració avançada", "DE.Views.DocumentHolder.alignmentText": "Alineació", + "DE.Views.DocumentHolder.allLinearText": "Tot lineal", + "DE.Views.DocumentHolder.allProfText": "Tot professional", "DE.Views.DocumentHolder.belowText": "Més avall", "DE.Views.DocumentHolder.breakBeforeText": "Salt de pàgina anterior", "DE.Views.DocumentHolder.bulletsText": "Pics i numeració", @@ -1445,6 +1512,8 @@ "DE.Views.DocumentHolder.centerText": "Centra", "DE.Views.DocumentHolder.chartText": "Configuració avançada del gràfic", "DE.Views.DocumentHolder.columnText": "Columna", + "DE.Views.DocumentHolder.currLinearText": "Lineal - actual", + "DE.Views.DocumentHolder.currProfText": "Professional - actual", "DE.Views.DocumentHolder.deleteColumnText": "Suprimeix la columna", "DE.Views.DocumentHolder.deleteRowText": "Suprimeix la fila", "DE.Views.DocumentHolder.deleteTableText": "Suprimeix la taula", @@ -1457,6 +1526,7 @@ "DE.Views.DocumentHolder.editFooterText": "Edita el peu de pàgina", "DE.Views.DocumentHolder.editHeaderText": "Edita la capçalera", "DE.Views.DocumentHolder.editHyperlinkText": "Edita l'enllaç", + "DE.Views.DocumentHolder.eqToInlineText": "Canvia a Inline", "DE.Views.DocumentHolder.guestText": "Convidat", "DE.Views.DocumentHolder.hyperlinkText": "Enllaç", "DE.Views.DocumentHolder.ignoreAllSpellText": "Ignora-ho tot", @@ -2374,6 +2444,11 @@ "DE.Views.ParagraphSettingsAdvanced.tipTop": "Estableix només la vora superior", "DE.Views.ParagraphSettingsAdvanced.txtAutoText": "Automàtic", "DE.Views.ParagraphSettingsAdvanced.txtNoBorders": "Sense vores", + "DE.Views.ProtectDialog.textComments": "Comentaris", + "DE.Views.ProtectDialog.txtAllow": "Només permet aquest tipus d'edició del document", + "DE.Views.ProtectDialog.txtIncorrectPwd": "La contrasenya de confirmació no és idèntica", + "DE.Views.ProtectDialog.txtProtect": "Protegir", + "DE.Views.ProtectDialog.txtTitle": "Protegir", "DE.Views.RightMenu.txtChartSettings": "Configuració del gràfic", "DE.Views.RightMenu.txtFormSettings": "Configuració del formulari\n\t", "DE.Views.RightMenu.txtHeaderFooterSettings": "Configuració de la capçalera i el peu de pàgina", @@ -2564,8 +2639,12 @@ "DE.Views.TableSettings.tipOuter": "Estableix només la vora exterior", "DE.Views.TableSettings.tipRight": "Estableix només la vora exterior dreta", "DE.Views.TableSettings.tipTop": "Estableix només la vora superior externa", + "DE.Views.TableSettings.txtGroupTable_BorderedAndLined": "Taules amb vores i línies", + "DE.Views.TableSettings.txtGroupTable_Custom": "personalitzat", "DE.Views.TableSettings.txtNoBorders": "Sense vores", "DE.Views.TableSettings.txtTable_Accent": "Accent", + "DE.Views.TableSettings.txtTable_Bordered": "Amb vores", + "DE.Views.TableSettings.txtTable_BorderedAndLined": "Amb vores i línies", "DE.Views.TableSettings.txtTable_Colorful": "Multicolor", "DE.Views.TableSettings.txtTable_Dark": "Fosc", "DE.Views.TableSettings.txtTable_GridTable": "Taula amb quadrícula", diff --git a/apps/documenteditor/main/locale/de.json b/apps/documenteditor/main/locale/de.json index 186e912f6..6263be9c3 100644 --- a/apps/documenteditor/main/locale/de.json +++ b/apps/documenteditor/main/locale/de.json @@ -125,6 +125,13 @@ "Common.define.chartData.textScatterSmoothMarker": "Punkte mit interpolierten Linien und Datenpunkten", "Common.define.chartData.textStock": "Kurs", "Common.define.chartData.textSurface": "Oberfläche", + "Common.define.smartArt.textBalance": "Kontostand", + "Common.define.smartArt.textEquation": "Gleichung", + "Common.define.smartArt.textFunnel": "Trichter", + "Common.define.smartArt.textList": "Liste", + "Common.define.smartArt.textMatrix": "Matrix", + "Common.define.smartArt.textOther": "Sonstiges", + "Common.define.smartArt.textPicture": "Bild", "Common.Translation.textMoreButton": "Mehr", "Common.Translation.warnFileLocked": "Die Datei wird in einer anderen App bearbeitet. Sie können die Bearbeitung fortsetzen und die Kopie dieser Datei speichern.", "Common.Translation.warnFileLockedBtnEdit": "Kopie erstellen", @@ -288,6 +295,8 @@ "Common.Views.DocumentAccessDialog.textLoading": "Ladevorgang...", "Common.Views.DocumentAccessDialog.textTitle": "Freigabeeinstellungen", "Common.Views.ExternalDiagramEditor.textTitle": "Diagramm bearbeiten", + "Common.Views.ExternalEditor.textClose": "Schließen", + "Common.Views.ExternalEditor.textSave": "Speichern und beenden", "Common.Views.ExternalMergeEditor.textTitle": "Seriendruckempfänger", "Common.Views.ExternalOleEditor.textTitle": "Editor der Tabellenkalkulationen", "Common.Views.Header.labelCoUsersDescr": "Das Dokument wird gerade von mehreren Benutzern bearbeitet.", @@ -354,6 +363,7 @@ "Common.Views.Plugins.textStart": "Starten", "Common.Views.Plugins.textStop": "Beenden", "Common.Views.Protection.hintAddPwd": "Mit Kennwort verschlüsseln", + "Common.Views.Protection.hintDelPwd": "Kennwort löschen", "Common.Views.Protection.hintPwd": "Das Kennwort ändern oder löschen", "Common.Views.Protection.hintSignature": "Digitale Signatur oder Unterschriftenzeile hinzufügen", "Common.Views.Protection.txtAddPwd": "Kennwort hinzufügen", @@ -584,6 +594,7 @@ "DE.Controllers.Main.errorMailMergeLoadFile": "Fehler beim Laden des Dokuments. Bitte wählen Sie eine andere Datei.", "DE.Controllers.Main.errorMailMergeSaveFile": "Merge ist fehlgeschlagen.", "DE.Controllers.Main.errorNoTOC": "Es gibt kein Inhaltsverzeichnis. Sie können es auf der Registerkarte \"Verweise\" einfügen.", + "DE.Controllers.Main.errorPasswordIsNotCorrect": "Das eingegebene Kennwort ist ungültig.
Stellen Sie sicher, dass die FESTSTELLTASTE nicht aktiviert ist und dass Sie die korrekte Groß-/Kleinschreibung verwenden.", "DE.Controllers.Main.errorProcessSaveResult": "Speichern ist fehlgeschlagen.", "DE.Controllers.Main.errorServerVersion": "Editor-Version wurde aktualisiert. Die Seite wird neu geladen, um die Änderungen zu übernehmen.", "DE.Controllers.Main.errorSessionAbsolute": "Die Bearbeitungssitzung des Dokumentes ist abgelaufen. Laden Sie die Seite neu.", @@ -640,6 +651,7 @@ "DE.Controllers.Main.textClose": "Schließen", "DE.Controllers.Main.textCloseTip": "Klicken Sie, um den Tipp zu schließen", "DE.Controllers.Main.textContactUs": "Verkaufsteam kontaktieren", + "DE.Controllers.Main.textContinue": "Fortsetzen", "DE.Controllers.Main.textConvertEquation": "Diese Gleichung wurde in einer alten Version des Gleichungseditors erstellt, die nicht mehr unterstützt wird. Um die Gleichung zu bearbeiten, konvertieren Sie diese ins Format Office Math ML.
Jetzt konvertieren?", "DE.Controllers.Main.textCustomLoader": "Bitte beachten Sie, dass Sie gemäß den Lizenzbedingungen nicht berechtigt sind, den Loader zu wechseln.
Wenden Sie sich an unseren Vertrieb, um ein Angebot zu erhalten.", "DE.Controllers.Main.textDisconnect": "Verbindung wurde unterbrochen", @@ -660,6 +672,7 @@ "DE.Controllers.Main.textStrict": "Formaler Modus", "DE.Controllers.Main.textTryUndoRedo": "Undo/Redo Optionen sind für den halbformalen Zusammenbearbeitungsmodus deaktiviert.
Klicken Sie auf den Button \"Formaler Modus\", um den formalen Zusammenbearbeitungsmodus zu aktivieren, um die Datei, ohne Störungen anderer Benutzer zu bearbeiten und die Änderungen erst nachdem Sie sie gespeichert haben, zu senden. Sie können zwischen den Zusammenbearbeitungsmodi mit der Hilfe der erweiterten Einstellungen von Editor umschalten.", "DE.Controllers.Main.textTryUndoRedoWarn": "Die Optionen Rückgängig/Wiederholen sind für den halbformalen Zusammenbearbeitungsmodus deaktiviert.", + "DE.Controllers.Main.textUndo": "Rückgängig", "DE.Controllers.Main.titleLicenseExp": "Lizenz ist abgelaufen", "DE.Controllers.Main.titleServerVersion": "Editor wurde aktualisiert", "DE.Controllers.Main.titleUpdateVersion": "Version wurde geändert", @@ -1331,12 +1344,17 @@ "DE.Views.CellsAddDialog.textUp": "Über dem Cursor", "DE.Views.ChartSettings.textAdvanced": "Erweiterte Einstellungen anzeigen", "DE.Views.ChartSettings.textChartType": "Diagrammtyp ändern", + "DE.Views.ChartSettings.textDown": "Unten", "DE.Views.ChartSettings.textEditData": "Daten ändern", "DE.Views.ChartSettings.textHeight": "Höhe", + "DE.Views.ChartSettings.textLeft": "Links", "DE.Views.ChartSettings.textOriginalSize": "Tatsächliche Größe", + "DE.Views.ChartSettings.textPerspective": "Perspektive", + "DE.Views.ChartSettings.textRight": "Rechts", "DE.Views.ChartSettings.textSize": "Größe", "DE.Views.ChartSettings.textStyle": "Stil", "DE.Views.ChartSettings.textUndock": "Seitenbereich abdocken", + "DE.Views.ChartSettings.textUp": "Aufwärts", "DE.Views.ChartSettings.textWidth": "Breite", "DE.Views.ChartSettings.textWrap": "Textumbruch", "DE.Views.ChartSettings.txtBehind": "Hinter dem Text", @@ -1428,6 +1446,8 @@ "DE.Views.DateTimeDialog.textLang": "Sprache", "DE.Views.DateTimeDialog.textUpdate": "Automatisch aktualisieren", "DE.Views.DateTimeDialog.txtTitle": "Datum & Uhrzeit", + "DE.Views.DocProtection.hintProtectDoc": "Datei schützen", + "DE.Views.DocProtection.txtProtectDoc": "Datei schützen", "DE.Views.DocumentHolder.aboveText": "Oben", "DE.Views.DocumentHolder.addCommentText": "Kommentar hinzufügen", "DE.Views.DocumentHolder.advancedDropCapText": "Initialformatierung", @@ -1753,6 +1773,7 @@ "DE.Views.FileMenuPanels.DocumentInfo.txtStatistics": "Statistiken", "DE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Thema", "DE.Views.FileMenuPanels.DocumentInfo.txtSymbols": "Symbole", + "DE.Views.FileMenuPanels.DocumentInfo.txtTags": "Tags", "DE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Titel", "DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Hochgeladen", "DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Wörter", @@ -2066,6 +2087,7 @@ "DE.Views.LeftMenu.tipComments": "Kommentare", "DE.Views.LeftMenu.tipNavigation": "Navigation", "DE.Views.LeftMenu.tipOutline": "Überschriften", + "DE.Views.LeftMenu.tipPageThumbnails": "Miniaturansichten", "DE.Views.LeftMenu.tipPlugins": "Plugins", "DE.Views.LeftMenu.tipSearch": "Suchen", "DE.Views.LeftMenu.tipSupport": "Feedback und Support", @@ -2373,6 +2395,14 @@ "DE.Views.ParagraphSettingsAdvanced.tipTop": "Nur obere Rahmenlinie festlegen", "DE.Views.ParagraphSettingsAdvanced.txtAutoText": "Automatisch", "DE.Views.ParagraphSettingsAdvanced.txtNoBorders": "Keine Rahmen", + "DE.Views.ProtectDialog.textComments": "Kommentare", + "DE.Views.ProtectDialog.txtIncorrectPwd": "Bestätigungseingabe ist nicht identisch", + "DE.Views.ProtectDialog.txtOptional": "optional", + "DE.Views.ProtectDialog.txtPassword": "Kennwort", + "DE.Views.ProtectDialog.txtProtect": "Schützen", + "DE.Views.ProtectDialog.txtRepeat": "Kennwort wiederholen", + "DE.Views.ProtectDialog.txtTitle": "Schützen", + "DE.Views.ProtectDialog.txtWarning": "Vorsicht: Wenn Sie das Kennwort verlieren oder vergessen, lässt es sich nicht mehr wiederherstellen. Bewahren Sie es an einem sicheren Ort auf.", "DE.Views.RightMenu.txtChartSettings": "Diagrammeinstellungen", "DE.Views.RightMenu.txtFormSettings": "Einstellungen des Formulars", "DE.Views.RightMenu.txtHeaderFooterSettings": "Kopf- und Fußzeileneinstellungen", @@ -2563,6 +2593,7 @@ "DE.Views.TableSettings.tipOuter": "Nur äußere Rahmenlinie festlegen", "DE.Views.TableSettings.tipRight": "Nur äußere rechte Rahmenlinie festlegen", "DE.Views.TableSettings.tipTop": "Nur äußere obere Rahmenlinie festlegen", + "DE.Views.TableSettings.txtGroupTable_Custom": "Einstellbar", "DE.Views.TableSettings.txtNoBorders": "Keine Rahmen", "DE.Views.TableSettings.txtTable_Accent": "Akzent", "DE.Views.TableSettings.txtTable_Colorful": "Farbig", @@ -2690,7 +2721,7 @@ "DE.Views.TextToTableDialog.textTitle": "Text in Tabelle umwandeln", "DE.Views.TextToTableDialog.textWindow": "An Fenster autoanpassen", "DE.Views.TextToTableDialog.txtAutoText": "Automatisch", - "DE.Views.Toolbar.capBtnAddComment": "Kommentar hinzufügen", + "DE.Views.Toolbar.capBtnAddComment": "Kommentar Hinzufügen", "DE.Views.Toolbar.capBtnBlankPage": "Leere Seite", "DE.Views.Toolbar.capBtnColumns": "Spalten", "DE.Views.Toolbar.capBtnComment": "Kommentar", @@ -2703,6 +2734,7 @@ "DE.Views.Toolbar.capBtnInsImage": "Bild", "DE.Views.Toolbar.capBtnInsPagebreak": "Umbrüche", "DE.Views.Toolbar.capBtnInsShape": "Form", + "DE.Views.Toolbar.capBtnInsSmartArt": "SmartArt", "DE.Views.Toolbar.capBtnInsSymbol": "Symbol", "DE.Views.Toolbar.capBtnInsTable": "Tabelle", "DE.Views.Toolbar.capBtnInsTextart": "Text Art", diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 3439e910b..742f32423 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -343,12 +343,12 @@ "Common.UI.SearchDialog.textMatchCase": "Case sensitive", "Common.UI.SearchDialog.textReplaceDef": "Enter the replacement text", "Common.UI.SearchDialog.textSearchStart": "Enter your text here", - "Common.UI.SearchDialog.textTitle": "Find and Replace", + "Common.UI.SearchDialog.textTitle": "Find and replace", "Common.UI.SearchDialog.textTitle2": "Find", "Common.UI.SearchDialog.textWholeWords": "Whole words only", "Common.UI.SearchDialog.txtBtnHideReplace": "Hide Replace", "Common.UI.SearchDialog.txtBtnReplace": "Replace", - "Common.UI.SearchDialog.txtBtnReplaceAll": "Replace All", + "Common.UI.SearchDialog.txtBtnReplaceAll": "Replace all", "Common.UI.SynchronizeTip.textDontShow": "Don't show this message again", "Common.UI.SynchronizeTip.textSynchronize": "The document has been changed by another user.
Please click to save your changes and reload the updates.", "Common.UI.ThemeColorPalette.textRecentColors": "Recent Colors", @@ -382,9 +382,9 @@ "Common.Views.About.txtTel": "tel.: ", "Common.Views.About.txtVersion": "Version ", "Common.Views.AutoCorrectDialog.textAdd": "Add", - "Common.Views.AutoCorrectDialog.textApplyText": "Apply As You Type", + "Common.Views.AutoCorrectDialog.textApplyText": "Apply as you type", "Common.Views.AutoCorrectDialog.textAutoCorrect": "Text AutoCorrect", - "Common.Views.AutoCorrectDialog.textAutoFormat": "AutoFormat As You Type", + "Common.Views.AutoCorrectDialog.textAutoFormat": "AutoFormat as you type", "Common.Views.AutoCorrectDialog.textBulleted": "Automatic bulleted lists", "Common.Views.AutoCorrectDialog.textBy": "By", "Common.Views.AutoCorrectDialog.textDelete": "Delete", @@ -396,10 +396,10 @@ "Common.Views.AutoCorrectDialog.textMathCorrect": "Math AutoCorrect", "Common.Views.AutoCorrectDialog.textNumbered": "Automatic numbered lists", "Common.Views.AutoCorrectDialog.textQuotes": "\"Straight quotes\" with \"smart quotes\"", - "Common.Views.AutoCorrectDialog.textRecognized": "Recognized Functions", + "Common.Views.AutoCorrectDialog.textRecognized": "Recognized functions", "Common.Views.AutoCorrectDialog.textRecognizedDesc": "The following expressions are recognized math expressions. They will not be automatically italicized.", "Common.Views.AutoCorrectDialog.textReplace": "Replace", - "Common.Views.AutoCorrectDialog.textReplaceText": "Replace As You Type", + "Common.Views.AutoCorrectDialog.textReplaceText": "Replace as you type", "Common.Views.AutoCorrectDialog.textReplaceType": "Replace text as you type", "Common.Views.AutoCorrectDialog.textReset": "Reset", "Common.Views.AutoCorrectDialog.textResetAll": "Reset to default", @@ -440,12 +440,12 @@ "Common.Views.Comments.txtEmpty": "There are no comments in the document.", "Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again", "Common.Views.CopyWarningDialog.textMsg": "Copy, cut and paste actions using the editor toolbar buttons and context menu actions will be performed within this editor tab only.

To copy or paste to or from applications outside the editor tab use the following keyboard combinations:", - "Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste Actions", + "Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste actions", "Common.Views.CopyWarningDialog.textToCopy": "for Copy", "Common.Views.CopyWarningDialog.textToCut": "for Cut", "Common.Views.CopyWarningDialog.textToPaste": "for Paste", "Common.Views.DocumentAccessDialog.textLoading": "Loading...", - "Common.Views.DocumentAccessDialog.textTitle": "Sharing Settings", + "Common.Views.DocumentAccessDialog.textTitle": "Sharing settings", "Common.Views.ExternalDiagramEditor.textTitle": "Chart Editor", "Common.Views.ExternalEditor.textClose": "Close", "Common.Views.ExternalEditor.textSave": "Save & Exit", @@ -485,14 +485,14 @@ "Common.Views.ImageFromUrlDialog.txtEmpty": "This field is required", "Common.Views.ImageFromUrlDialog.txtNotUrl": "This field should be a URL in the \"http://www.example.com\" format", "Common.Views.InsertTableDialog.textInvalidRowsCols": "You need to specify valid rows and columns count.", - "Common.Views.InsertTableDialog.txtColumns": "Number of Columns", + "Common.Views.InsertTableDialog.txtColumns": "Number of columns", "Common.Views.InsertTableDialog.txtMaxText": "The maximum value for this field is {0}.", "Common.Views.InsertTableDialog.txtMinText": "The minimum value for this field is {0}.", - "Common.Views.InsertTableDialog.txtRows": "Number of Rows", - "Common.Views.InsertTableDialog.txtTitle": "Table Size", - "Common.Views.InsertTableDialog.txtTitleSplit": "Split Cell", + "Common.Views.InsertTableDialog.txtRows": "Number of rows", + "Common.Views.InsertTableDialog.txtTitle": "Table size", + "Common.Views.InsertTableDialog.txtTitleSplit": "Split cell", "Common.Views.LanguageDialog.labelSelect": "Select document language", - "Common.Views.OpenDialog.closeButtonText": "Close File", + "Common.Views.OpenDialog.closeButtonText": "Close file", "Common.Views.OpenDialog.txtEncoding": "Encoding ", "Common.Views.OpenDialog.txtIncorrectPwd": "Password is incorrect.", "Common.Views.OpenDialog.txtOpenFile": "Enter a password to open the file", @@ -500,12 +500,12 @@ "Common.Views.OpenDialog.txtPreview": "Preview", "Common.Views.OpenDialog.txtProtected": "Once you enter the password and open the file, the current password to the file will be reset.", "Common.Views.OpenDialog.txtTitle": "Choose %1 options", - "Common.Views.OpenDialog.txtTitleProtected": "Protected File", + "Common.Views.OpenDialog.txtTitleProtected": "Protected file", "Common.Views.PasswordDialog.txtDescription": "Set a password to protect this document", "Common.Views.PasswordDialog.txtIncorrectPwd": "Confirmation password is not identical", "Common.Views.PasswordDialog.txtPassword": "Password", "Common.Views.PasswordDialog.txtRepeat": "Repeat password", - "Common.Views.PasswordDialog.txtTitle": "Set Password", + "Common.Views.PasswordDialog.txtTitle": "Set password", "Common.Views.PasswordDialog.txtWarning": "Warning: If you lose or forget the password, it cannot be recovered. Please keep it in a safe place.", "Common.Views.PluginDlg.textLoading": "Loading", "Common.Views.Plugins.groupCaption": "Plugins", @@ -598,24 +598,24 @@ "Common.Views.ReviewChanges.txtSpelling": "Spell Checking", "Common.Views.ReviewChanges.txtTurnon": "Track Changes", "Common.Views.ReviewChanges.txtView": "Display Mode", - "Common.Views.ReviewChangesDialog.textTitle": "Review Changes", + "Common.Views.ReviewChangesDialog.textTitle": "Review changes", "Common.Views.ReviewChangesDialog.txtAccept": "Accept", - "Common.Views.ReviewChangesDialog.txtAcceptAll": "Accept All Changes", - "Common.Views.ReviewChangesDialog.txtAcceptCurrent": "Accept Current Change", + "Common.Views.ReviewChangesDialog.txtAcceptAll": "Accept all changes", + "Common.Views.ReviewChangesDialog.txtAcceptCurrent": "Accept current change", "Common.Views.ReviewChangesDialog.txtNext": "To next change", "Common.Views.ReviewChangesDialog.txtPrev": "To previous change", "Common.Views.ReviewChangesDialog.txtReject": "Reject", - "Common.Views.ReviewChangesDialog.txtRejectAll": "Reject All Changes", - "Common.Views.ReviewChangesDialog.txtRejectCurrent": "Reject Current Change", + "Common.Views.ReviewChangesDialog.txtRejectAll": "Reject all changes", + "Common.Views.ReviewChangesDialog.txtRejectCurrent": "Reject current change", "Common.Views.ReviewPopover.textAdd": "Add", "Common.Views.ReviewPopover.textAddReply": "Add Reply", "Common.Views.ReviewPopover.textCancel": "Cancel", "Common.Views.ReviewPopover.textClose": "Close", "Common.Views.ReviewPopover.textEdit": "OK", + "Common.Views.ReviewPopover.textEnterComment": "Enter your comment here", "Common.Views.ReviewPopover.textFollowMove": "Follow Move", "Common.Views.ReviewPopover.textMention": "+mention will provide access to the document and send an email", "Common.Views.ReviewPopover.textMentionNotify": "+mention will notify the user via email", - "Common.Views.ReviewPopover.textEnterComment": "Enter your comment here", "Common.Views.ReviewPopover.textOpenAgain": "Open Again", "Common.Views.ReviewPopover.textReply": "Reply", "Common.Views.ReviewPopover.textResolve": "Resolve", @@ -645,7 +645,7 @@ "Common.Views.SearchPanel.tipNextResult": "Next result", "Common.Views.SearchPanel.tipPreviousResult": "Previous result", "Common.Views.SelectFileDlg.textLoading": "Loading", - "Common.Views.SelectFileDlg.textTitle": "Select Data Source", + "Common.Views.SelectFileDlg.textTitle": "Select data source", "Common.Views.SignDialog.textBold": "Bold", "Common.Views.SignDialog.textCertificate": "Certificate", "Common.Views.SignDialog.textChange": "Change", @@ -654,13 +654,13 @@ "Common.Views.SignDialog.textNameError": "Signer name must not be empty.", "Common.Views.SignDialog.textPurpose": "Purpose for signing this document", "Common.Views.SignDialog.textSelect": "Select", - "Common.Views.SignDialog.textSelectImage": "Select Image", + "Common.Views.SignDialog.textSelectImage": "Select image", "Common.Views.SignDialog.textSignature": "Signature looks as", - "Common.Views.SignDialog.textTitle": "Sign Document", + "Common.Views.SignDialog.textTitle": "Sign document", "Common.Views.SignDialog.textUseImage": "or click 'Select Image' to use a picture as signature", "Common.Views.SignDialog.textValid": "Valid from %1 to %2", - "Common.Views.SignDialog.tipFontName": "Font Name", - "Common.Views.SignDialog.tipFontSize": "Font Size", + "Common.Views.SignDialog.tipFontName": "Font name", + "Common.Views.SignDialog.tipFontSize": "Font size", "Common.Views.SignSettingsDialog.textAllowComment": "Allow signer to add comment in the signature dialog", "Common.Views.SignSettingsDialog.textDefInstruction": "Before signing this document, verify that the content you are signing is correct.", "Common.Views.SignSettingsDialog.textInfoEmail": "Suggested signer's e-mail", @@ -668,35 +668,35 @@ "Common.Views.SignSettingsDialog.textInfoTitle": "Suggested signer's title", "Common.Views.SignSettingsDialog.textInstructions": "Instructions for signer", "Common.Views.SignSettingsDialog.textShowDate": "Show sign date in signature line", - "Common.Views.SignSettingsDialog.textTitle": "Signature Setup", + "Common.Views.SignSettingsDialog.textTitle": "Signature setup", "Common.Views.SignSettingsDialog.txtEmpty": "This field is required", "Common.Views.SymbolTableDialog.textCharacter": "Character", "Common.Views.SymbolTableDialog.textCode": "Unicode HEX value", - "Common.Views.SymbolTableDialog.textCopyright": "Copyright Sign", - "Common.Views.SymbolTableDialog.textDCQuote": "Closing Double Quote", - "Common.Views.SymbolTableDialog.textDOQuote": "Opening Double Quote", - "Common.Views.SymbolTableDialog.textEllipsis": "Horizontal Ellipsis", - "Common.Views.SymbolTableDialog.textEmDash": "Em Dash", - "Common.Views.SymbolTableDialog.textEmSpace": "Em Space", - "Common.Views.SymbolTableDialog.textEnDash": "En Dash", - "Common.Views.SymbolTableDialog.textEnSpace": "En Space", + "Common.Views.SymbolTableDialog.textCopyright": "Copyright sign", + "Common.Views.SymbolTableDialog.textDCQuote": "Closing double quote", + "Common.Views.SymbolTableDialog.textDOQuote": "Opening double quote", + "Common.Views.SymbolTableDialog.textEllipsis": "Horizontal ellipsis", + "Common.Views.SymbolTableDialog.textEmDash": "Em dash", + "Common.Views.SymbolTableDialog.textEmSpace": "Em space", + "Common.Views.SymbolTableDialog.textEnDash": "En dash", + "Common.Views.SymbolTableDialog.textEnSpace": "En space", "Common.Views.SymbolTableDialog.textFont": "Font", - "Common.Views.SymbolTableDialog.textNBHyphen": "Non-breaking Hyphen", - "Common.Views.SymbolTableDialog.textNBSpace": "No-break Space", - "Common.Views.SymbolTableDialog.textPilcrow": "Pilcrow Sign", - "Common.Views.SymbolTableDialog.textQEmSpace": "1/4 Em Space", + "Common.Views.SymbolTableDialog.textNBHyphen": "Non-breaking hyphen", + "Common.Views.SymbolTableDialog.textNBSpace": "No-break space", + "Common.Views.SymbolTableDialog.textPilcrow": "Pilcrow sign", + "Common.Views.SymbolTableDialog.textQEmSpace": "1/4 Em space", "Common.Views.SymbolTableDialog.textRange": "Range", "Common.Views.SymbolTableDialog.textRecent": "Recently used symbols", - "Common.Views.SymbolTableDialog.textRegistered": "Registered Sign", - "Common.Views.SymbolTableDialog.textSCQuote": "Closing Single Quote", - "Common.Views.SymbolTableDialog.textSection": "Section Sign", - "Common.Views.SymbolTableDialog.textShortcut": "Shortcut Key", - "Common.Views.SymbolTableDialog.textSHyphen": "Soft Hyphen", - "Common.Views.SymbolTableDialog.textSOQuote": "Opening Single Quote", + "Common.Views.SymbolTableDialog.textRegistered": "Registered sign", + "Common.Views.SymbolTableDialog.textSCQuote": "Closing single quote", + "Common.Views.SymbolTableDialog.textSection": "Section sign", + "Common.Views.SymbolTableDialog.textShortcut": "Shortcut key", + "Common.Views.SymbolTableDialog.textSHyphen": "Soft hyphen", + "Common.Views.SymbolTableDialog.textSOQuote": "Opening single quote", "Common.Views.SymbolTableDialog.textSpecial": "Special characters", "Common.Views.SymbolTableDialog.textSymbols": "Symbols", "Common.Views.SymbolTableDialog.textTitle": "Symbol", - "Common.Views.SymbolTableDialog.textTradeMark": "Trademark Symbol ", + "Common.Views.SymbolTableDialog.textTradeMark": "Trademark symbol ", "Common.Views.UserNameDialog.textDontShow": "Don't ask me again", "Common.Views.UserNameDialog.textLabel": "Label:", "Common.Views.UserNameDialog.textLabelError": "Label must not be empty.", @@ -743,6 +743,11 @@ "DE.Controllers.Main.errorFilePassProtect": "The file is password protected and cannot be opened.", "DE.Controllers.Main.errorFileSizeExceed": "The file size exceeds the limitation set for your server.
Please contact your Document Server administrator for details.", "DE.Controllers.Main.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to a drive or try again later.", + "DE.Controllers.Main.errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", + "DE.Controllers.Main.errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", + "DE.Controllers.Main.errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", + "DE.Controllers.Main.errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "DE.Controllers.Main.errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "DE.Controllers.Main.errorKeyEncrypt": "Unknown key descriptor", "DE.Controllers.Main.errorKeyExpire": "Key descriptor expired", "DE.Controllers.Main.errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", @@ -766,11 +771,6 @@ "DE.Controllers.Main.errorUserDrop": "The file cannot be accessed right now.", "DE.Controllers.Main.errorUsersExceed": "The number of users allowed by the pricing plan was exceeded", "DE.Controllers.Main.errorViewerDisconnect": "Connection is lost. You can still view the document,
but will not be able to download or print it until the connection is restored and page is reloaded.", - "DE.Controllers.Main.errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "DE.Controllers.Main.errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "DE.Controllers.Main.errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "DE.Controllers.Main.errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "DE.Controllers.Main.errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "DE.Controllers.Main.leavePageText": "You have unsaved changes in this document. Click \"Stay on This Page\", then \"Save\" to save them. Click \"Leave This Page\" to discard all the unsaved changes.", "DE.Controllers.Main.leavePageTextOnClose": "All unsaved changes in this document will be lost.
Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.", "DE.Controllers.Main.loadFontsTextText": "Loading data...", @@ -1465,7 +1465,7 @@ "DE.Views.BookmarksDialog.textClose": "Close", "DE.Views.BookmarksDialog.textCopy": "Copy", "DE.Views.BookmarksDialog.textDelete": "Delete", - "DE.Views.BookmarksDialog.textGetLink": "Get Link", + "DE.Views.BookmarksDialog.textGetLink": "Get link", "DE.Views.BookmarksDialog.textGoto": "Go to", "DE.Views.BookmarksDialog.textHidden": "Hidden bookmarks", "DE.Views.BookmarksDialog.textLocation": "Location", @@ -1494,13 +1494,13 @@ "DE.Views.CaptionDialog.textPeriod": "period", "DE.Views.CaptionDialog.textSeparator": "Use separator", "DE.Views.CaptionDialog.textTable": "Table", - "DE.Views.CaptionDialog.textTitle": "Insert Caption", + "DE.Views.CaptionDialog.textTitle": "Insert caption", "DE.Views.CellsAddDialog.textCol": "Columns", "DE.Views.CellsAddDialog.textDown": "Below the cursor", "DE.Views.CellsAddDialog.textLeft": "To the left", "DE.Views.CellsAddDialog.textRight": "To the right", "DE.Views.CellsAddDialog.textRow": "Rows", - "DE.Views.CellsAddDialog.textTitle": "Insert Several", + "DE.Views.CellsAddDialog.textTitle": "Insert several", "DE.Views.CellsAddDialog.textUp": "Above the cursor", "DE.Views.ChartSettings.text3dDepth": "Depth (% of base)", "DE.Views.ChartSettings.text3dHeight": "Height (% of base)", @@ -1538,7 +1538,7 @@ "DE.Views.ControlSettingsDialog.strGeneral": "General", "DE.Views.ControlSettingsDialog.textAdd": "Add", "DE.Views.ControlSettingsDialog.textAppearance": "Appearance", - "DE.Views.ControlSettingsDialog.textApplyAll": "Apply to All", + "DE.Views.ControlSettingsDialog.textApplyAll": "Apply to all", "DE.Views.ControlSettingsDialog.textBox": "Bounding box", "DE.Views.ControlSettingsDialog.textChange": "Edit", "DE.Views.ControlSettingsDialog.textCheckbox": "Check box", @@ -1559,7 +1559,7 @@ "DE.Views.ControlSettingsDialog.textShowAs": "Show as", "DE.Views.ControlSettingsDialog.textSystemColor": "System", "DE.Views.ControlSettingsDialog.textTag": "Tag", - "DE.Views.ControlSettingsDialog.textTitle": "Content Control Settings", + "DE.Views.ControlSettingsDialog.textTitle": "Content control settings", "DE.Views.ControlSettingsDialog.textUnchecked": "Unchecked symbol", "DE.Views.ControlSettingsDialog.textUp": "Up", "DE.Views.ControlSettingsDialog.textValue": "Value", @@ -1863,15 +1863,15 @@ "DE.Views.DocumentHolder.updateStyleText": "Update %1 style", "DE.Views.DocumentHolder.vertAlignText": "Vertical Alignment", "DE.Views.DropcapSettingsAdvanced.strBorders": "Borders & Fill", - "DE.Views.DropcapSettingsAdvanced.strDropcap": "Drop Cap", + "DE.Views.DropcapSettingsAdvanced.strDropcap": "Drop cap", "DE.Views.DropcapSettingsAdvanced.strMargins": "Margins", "DE.Views.DropcapSettingsAdvanced.textAlign": "Alignment", "DE.Views.DropcapSettingsAdvanced.textAtLeast": "At least", "DE.Views.DropcapSettingsAdvanced.textAuto": "Auto", - "DE.Views.DropcapSettingsAdvanced.textBackColor": "Background Color", - "DE.Views.DropcapSettingsAdvanced.textBorderColor": "Border Color", + "DE.Views.DropcapSettingsAdvanced.textBackColor": "Background color", + "DE.Views.DropcapSettingsAdvanced.textBorderColor": "Border color", "DE.Views.DropcapSettingsAdvanced.textBorderDesc": "Click on diagram or use buttons to select borders", - "DE.Views.DropcapSettingsAdvanced.textBorderWidth": "Border Size", + "DE.Views.DropcapSettingsAdvanced.textBorderWidth": "Border size", "DE.Views.DropcapSettingsAdvanced.textBottom": "Bottom", "DE.Views.DropcapSettingsAdvanced.textCenter": "Center", "DE.Views.DropcapSettingsAdvanced.textColumn": "Column", @@ -1896,8 +1896,8 @@ "DE.Views.DropcapSettingsAdvanced.textRelative": "Relative to", "DE.Views.DropcapSettingsAdvanced.textRight": "Right", "DE.Views.DropcapSettingsAdvanced.textRowHeight": "Height in rows", - "DE.Views.DropcapSettingsAdvanced.textTitle": "Drop Cap - Advanced Settings", - "DE.Views.DropcapSettingsAdvanced.textTitleFrame": "Frame - Advanced Settings", + "DE.Views.DropcapSettingsAdvanced.textTitle": "Drop cap - Advanced settings", + "DE.Views.DropcapSettingsAdvanced.textTitleFrame": "Frame - Advanced settings", "DE.Views.DropcapSettingsAdvanced.textTop": "Top", "DE.Views.DropcapSettingsAdvanced.textVertical": "Vertical", "DE.Views.DropcapSettingsAdvanced.textWidth": "Width", @@ -2147,9 +2147,9 @@ "DE.Views.HeaderFooterSettings.textTopRight": "Top right", "DE.Views.HyperlinkSettingsDialog.textDefault": "Selected text fragment", "DE.Views.HyperlinkSettingsDialog.textDisplay": "Display", - "DE.Views.HyperlinkSettingsDialog.textExternal": "External Link", - "DE.Views.HyperlinkSettingsDialog.textInternal": "Place in Document", - "DE.Views.HyperlinkSettingsDialog.textTitle": "Hyperlink Settings", + "DE.Views.HyperlinkSettingsDialog.textExternal": "External link", + "DE.Views.HyperlinkSettingsDialog.textInternal": "Place in document", + "DE.Views.HyperlinkSettingsDialog.textTitle": "Hyperlink settings", "DE.Views.HyperlinkSettingsDialog.textTooltip": "ScreenTip text", "DE.Views.HyperlinkSettingsDialog.textUrl": "Link to", "DE.Views.HyperlinkSettingsDialog.txtBeginning": "Beginning of document", @@ -2190,10 +2190,10 @@ "DE.Views.ImageSettings.txtThrough": "Through", "DE.Views.ImageSettings.txtTight": "Tight", "DE.Views.ImageSettings.txtTopAndBottom": "Top and bottom", - "DE.Views.ImageSettingsAdvanced.strMargins": "Text Padding", + "DE.Views.ImageSettingsAdvanced.strMargins": "Text padding", "DE.Views.ImageSettingsAdvanced.textAbsoluteWH": "Absolute", "DE.Views.ImageSettingsAdvanced.textAlignment": "Alignment", - "DE.Views.ImageSettingsAdvanced.textAlt": "Alternative Text", + "DE.Views.ImageSettingsAdvanced.textAlt": "Alternative text", "DE.Views.ImageSettingsAdvanced.textAltDescription": "Description", "DE.Views.ImageSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart, or table.", "DE.Views.ImageSettingsAdvanced.textAltTitle": "Title", @@ -2201,36 +2201,36 @@ "DE.Views.ImageSettingsAdvanced.textArrows": "Arrows", "DE.Views.ImageSettingsAdvanced.textAspectRatio": "Lock aspect ratio", "DE.Views.ImageSettingsAdvanced.textAutofit": "AutoFit", - "DE.Views.ImageSettingsAdvanced.textBeginSize": "Begin Size", - "DE.Views.ImageSettingsAdvanced.textBeginStyle": "Begin Style", + "DE.Views.ImageSettingsAdvanced.textBeginSize": "Begin size", + "DE.Views.ImageSettingsAdvanced.textBeginStyle": "Begin style", "DE.Views.ImageSettingsAdvanced.textBelow": "below", "DE.Views.ImageSettingsAdvanced.textBevel": "Bevel", "DE.Views.ImageSettingsAdvanced.textBottom": "Bottom", - "DE.Views.ImageSettingsAdvanced.textBottomMargin": "Bottom Margin", - "DE.Views.ImageSettingsAdvanced.textBtnWrap": "Text Wrapping", - "DE.Views.ImageSettingsAdvanced.textCapType": "Cap Type", + "DE.Views.ImageSettingsAdvanced.textBottomMargin": "Bottom margin", + "DE.Views.ImageSettingsAdvanced.textBtnWrap": "Text wrapping", + "DE.Views.ImageSettingsAdvanced.textCapType": "Cap type", "DE.Views.ImageSettingsAdvanced.textCenter": "Center", "DE.Views.ImageSettingsAdvanced.textCharacter": "Character", "DE.Views.ImageSettingsAdvanced.textColumn": "Column", - "DE.Views.ImageSettingsAdvanced.textDistance": "Distance from Text", - "DE.Views.ImageSettingsAdvanced.textEndSize": "End Size", - "DE.Views.ImageSettingsAdvanced.textEndStyle": "End Style", + "DE.Views.ImageSettingsAdvanced.textDistance": "Distance from text", + "DE.Views.ImageSettingsAdvanced.textEndSize": "End size", + "DE.Views.ImageSettingsAdvanced.textEndStyle": "End style", "DE.Views.ImageSettingsAdvanced.textFlat": "Flat", "DE.Views.ImageSettingsAdvanced.textFlipped": "Flipped", "DE.Views.ImageSettingsAdvanced.textHeight": "Height", "DE.Views.ImageSettingsAdvanced.textHorizontal": "Horizontal", "DE.Views.ImageSettingsAdvanced.textHorizontally": "Horizontally", - "DE.Views.ImageSettingsAdvanced.textJoinType": "Join Type", + "DE.Views.ImageSettingsAdvanced.textJoinType": "Join type", "DE.Views.ImageSettingsAdvanced.textKeepRatio": "Constant proportions", "DE.Views.ImageSettingsAdvanced.textLeft": "Left", - "DE.Views.ImageSettingsAdvanced.textLeftMargin": "Left Margin", + "DE.Views.ImageSettingsAdvanced.textLeftMargin": "Left margin", "DE.Views.ImageSettingsAdvanced.textLine": "Line", - "DE.Views.ImageSettingsAdvanced.textLineStyle": "Line Style", + "DE.Views.ImageSettingsAdvanced.textLineStyle": "Line style", "DE.Views.ImageSettingsAdvanced.textMargin": "Margin", "DE.Views.ImageSettingsAdvanced.textMiter": "Miter", "DE.Views.ImageSettingsAdvanced.textMove": "Move object with text", "DE.Views.ImageSettingsAdvanced.textOptions": "Options", - "DE.Views.ImageSettingsAdvanced.textOriginalSize": "Actual Size", + "DE.Views.ImageSettingsAdvanced.textOriginalSize": "Actual size", "DE.Views.ImageSettingsAdvanced.textOverlap": "Allow overlap", "DE.Views.ImageSettingsAdvanced.textPage": "Page", "DE.Views.ImageSettingsAdvanced.textParagraph": "Paragraph", @@ -2240,27 +2240,27 @@ "DE.Views.ImageSettingsAdvanced.textRelativeWH": "Relative", "DE.Views.ImageSettingsAdvanced.textResizeFit": "Resize shape to fit text", "DE.Views.ImageSettingsAdvanced.textRight": "Right", - "DE.Views.ImageSettingsAdvanced.textRightMargin": "Right Margin", + "DE.Views.ImageSettingsAdvanced.textRightMargin": "Right margin", "DE.Views.ImageSettingsAdvanced.textRightOf": "to the right of", "DE.Views.ImageSettingsAdvanced.textRotation": "Rotation", "DE.Views.ImageSettingsAdvanced.textRound": "Round", - "DE.Views.ImageSettingsAdvanced.textShape": "Shape Settings", + "DE.Views.ImageSettingsAdvanced.textShape": "Shape settings", "DE.Views.ImageSettingsAdvanced.textSize": "Size", "DE.Views.ImageSettingsAdvanced.textSquare": "Square", - "DE.Views.ImageSettingsAdvanced.textTextBox": "Text Box", - "DE.Views.ImageSettingsAdvanced.textTitle": "Image - Advanced Settings", - "DE.Views.ImageSettingsAdvanced.textTitleChart": "Chart - Advanced Settings", - "DE.Views.ImageSettingsAdvanced.textTitleShape": "Shape - Advanced Settings", + "DE.Views.ImageSettingsAdvanced.textTextBox": "Text box", + "DE.Views.ImageSettingsAdvanced.textTitle": "Image - Advanced settings", + "DE.Views.ImageSettingsAdvanced.textTitleChart": "Chart - Advanced settings", + "DE.Views.ImageSettingsAdvanced.textTitleShape": "Shape - Advanced settings", "DE.Views.ImageSettingsAdvanced.textTop": "Top", - "DE.Views.ImageSettingsAdvanced.textTopMargin": "Top Margin", + "DE.Views.ImageSettingsAdvanced.textTopMargin": "Top margin", "DE.Views.ImageSettingsAdvanced.textVertical": "Vertical", "DE.Views.ImageSettingsAdvanced.textVertically": "Vertically", "DE.Views.ImageSettingsAdvanced.textWeightArrows": "Weights & Arrows", "DE.Views.ImageSettingsAdvanced.textWidth": "Width", - "DE.Views.ImageSettingsAdvanced.textWrap": "Wrapping Style", - "DE.Views.ImageSettingsAdvanced.textWrapBehindTooltip": "Behind Text", - "DE.Views.ImageSettingsAdvanced.textWrapInFrontTooltip": "In Front of Text", - "DE.Views.ImageSettingsAdvanced.textWrapInlineTooltip": "In Line with Text", + "DE.Views.ImageSettingsAdvanced.textWrap": "Wrapping style", + "DE.Views.ImageSettingsAdvanced.textWrapBehindTooltip": "Behind text", + "DE.Views.ImageSettingsAdvanced.textWrapInFrontTooltip": "In front of text", + "DE.Views.ImageSettingsAdvanced.textWrapInlineTooltip": "In line with text", "DE.Views.ImageSettingsAdvanced.textWrapSquareTooltip": "Square", "DE.Views.ImageSettingsAdvanced.textWrapThroughTooltip": "Through", "DE.Views.ImageSettingsAdvanced.textWrapTightTooltip": "Tight", @@ -2288,11 +2288,11 @@ "DE.Views.LineNumbersDialog.textForward": "This point forward", "DE.Views.LineNumbersDialog.textFromText": "From text", "DE.Views.LineNumbersDialog.textNumbering": "Numbering", - "DE.Views.LineNumbersDialog.textRestartEachPage": "Restart Each Page", - "DE.Views.LineNumbersDialog.textRestartEachSection": "Restart Each Section", + "DE.Views.LineNumbersDialog.textRestartEachPage": "Restart each page", + "DE.Views.LineNumbersDialog.textRestartEachSection": "Restart each section", "DE.Views.LineNumbersDialog.textSection": "Current section", "DE.Views.LineNumbersDialog.textStartAt": "Start at", - "DE.Views.LineNumbersDialog.textTitle": "Line Numbers", + "DE.Views.LineNumbersDialog.textTitle": "Line numbers", "DE.Views.LineNumbersDialog.txtAutoText": "Auto", "DE.Views.Links.capBtnAddText": "Add Text", "DE.Views.Links.capBtnBookmarks": "Bookmark", @@ -2341,13 +2341,13 @@ "DE.Views.ListSettingsDialog.txtAlign": "Alignment", "DE.Views.ListSettingsDialog.txtBullet": "Bullet", "DE.Views.ListSettingsDialog.txtColor": "Color", - "DE.Views.ListSettingsDialog.txtFont": "Font and Symbol", + "DE.Views.ListSettingsDialog.txtFont": "Font and symbol", "DE.Views.ListSettingsDialog.txtLikeText": "Like a text", "DE.Views.ListSettingsDialog.txtNewBullet": "New bullet", "DE.Views.ListSettingsDialog.txtNone": "None", "DE.Views.ListSettingsDialog.txtSize": "Size", "DE.Views.ListSettingsDialog.txtSymbol": "Symbol", - "DE.Views.ListSettingsDialog.txtTitle": "List Settings", + "DE.Views.ListSettingsDialog.txtTitle": "List settings", "DE.Views.ListSettingsDialog.txtType": "Type", "DE.Views.MailMergeEmailDlg.filePlaceholder": "PDF", "DE.Views.MailMergeEmailDlg.okButtonText": "Send", @@ -2359,8 +2359,8 @@ "DE.Views.MailMergeEmailDlg.textFrom": "From", "DE.Views.MailMergeEmailDlg.textHTML": "HTML", "DE.Views.MailMergeEmailDlg.textMessage": "Message", - "DE.Views.MailMergeEmailDlg.textSubject": "Subject Line", - "DE.Views.MailMergeEmailDlg.textTitle": "Send to Email", + "DE.Views.MailMergeEmailDlg.textSubject": "Subject line", + "DE.Views.MailMergeEmailDlg.textTitle": "Send to email", "DE.Views.MailMergeEmailDlg.textTo": "To", "DE.Views.MailMergeEmailDlg.textWarning": "Warning!", "DE.Views.MailMergeEmailDlg.textWarningMsg": "Please note that mailing cannot be stopped once your click the 'Send' button.", @@ -2419,7 +2419,7 @@ "DE.Views.NoteSettingsDialog.textApply": "Apply", "DE.Views.NoteSettingsDialog.textApplyTo": "Apply changes to", "DE.Views.NoteSettingsDialog.textContinue": "Continuous", - "DE.Views.NoteSettingsDialog.textCustom": "Custom Mark", + "DE.Views.NoteSettingsDialog.textCustom": "Custom mark", "DE.Views.NoteSettingsDialog.textDocEnd": "End of document", "DE.Views.NoteSettingsDialog.textDocument": "Whole document", "DE.Views.NoteSettingsDialog.textEachPage": "Restart each page", @@ -2430,16 +2430,16 @@ "DE.Views.NoteSettingsDialog.textInsert": "Insert", "DE.Views.NoteSettingsDialog.textLocation": "Location", "DE.Views.NoteSettingsDialog.textNumbering": "Numbering", - "DE.Views.NoteSettingsDialog.textNumFormat": "Number Format", + "DE.Views.NoteSettingsDialog.textNumFormat": "Number format", "DE.Views.NoteSettingsDialog.textPageBottom": "Bottom of page", "DE.Views.NoteSettingsDialog.textSectEnd": "End of section", "DE.Views.NoteSettingsDialog.textSection": "Current section", "DE.Views.NoteSettingsDialog.textStart": "Start at", "DE.Views.NoteSettingsDialog.textTextBottom": "Below text", - "DE.Views.NoteSettingsDialog.textTitle": "Notes Settings", - "DE.Views.NotesRemoveDialog.textEnd": "Delete All Endnotes", - "DE.Views.NotesRemoveDialog.textFoot": "Delete All Footnotes", - "DE.Views.NotesRemoveDialog.textTitle": "Delete Notes", + "DE.Views.NoteSettingsDialog.textTitle": "Notes settings", + "DE.Views.NotesRemoveDialog.textEnd": "Delete all endnotes", + "DE.Views.NotesRemoveDialog.textFoot": "Delete all footnotes", + "DE.Views.NotesRemoveDialog.textTitle": "Delete notes", "DE.Views.PageMarginsDialog.notcriticalErrorTitle": "Warning", "DE.Views.PageMarginsDialog.textBottom": "Bottom", "DE.Views.PageMarginsDialog.textGutter": "Gutter", @@ -2461,7 +2461,7 @@ "DE.Views.PageMarginsDialog.txtMarginsW": "Left and right margins are too wide for a given page width", "DE.Views.PageSizeDialog.textHeight": "Height", "DE.Views.PageSizeDialog.textPreset": "Preset", - "DE.Views.PageSizeDialog.textTitle": "Page Size", + "DE.Views.PageSizeDialog.textTitle": "Page size", "DE.Views.PageSizeDialog.textWidth": "Width", "DE.Views.PageSizeDialog.txtCustom": "Custom", "DE.Views.PageThumbnails.textClosePanel": "Close page thumbnails", @@ -2495,7 +2495,7 @@ "DE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Double strikethrough", "DE.Views.ParagraphSettingsAdvanced.strIndent": "Indents", "DE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Left", - "DE.Views.ParagraphSettingsAdvanced.strIndentsLineSpacing": "Line Spacing", + "DE.Views.ParagraphSettingsAdvanced.strIndentsLineSpacing": "Line spacing", "DE.Views.ParagraphSettingsAdvanced.strIndentsOutlinelevel": "Outline level", "DE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Right", "DE.Views.ParagraphSettingsAdvanced.strIndentsSpacingAfter": "After", @@ -2507,7 +2507,7 @@ "DE.Views.ParagraphSettingsAdvanced.strOrphan": "Orphan control", "DE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Font", "DE.Views.ParagraphSettingsAdvanced.strParagraphIndents": "Indents & Spacing", - "DE.Views.ParagraphSettingsAdvanced.strParagraphLine": "Line & Page Breaks", + "DE.Views.ParagraphSettingsAdvanced.strParagraphLine": "Line & Page breaks", "DE.Views.ParagraphSettingsAdvanced.strParagraphPosition": "Placement", "DE.Views.ParagraphSettingsAdvanced.strSmallCaps": "Small caps", "DE.Views.ParagraphSettingsAdvanced.strSomeParagraphSpace": "Don't add interval between paragraphs of the same style", @@ -2521,26 +2521,26 @@ "DE.Views.ParagraphSettingsAdvanced.textAll": "All", "DE.Views.ParagraphSettingsAdvanced.textAtLeast": "At least", "DE.Views.ParagraphSettingsAdvanced.textAuto": "Multiple", - "DE.Views.ParagraphSettingsAdvanced.textBackColor": "Background Color", - "DE.Views.ParagraphSettingsAdvanced.textBodyText": "Basic Text", - "DE.Views.ParagraphSettingsAdvanced.textBorderColor": "Border Color", + "DE.Views.ParagraphSettingsAdvanced.textBackColor": "Background color", + "DE.Views.ParagraphSettingsAdvanced.textBodyText": "Basic text", + "DE.Views.ParagraphSettingsAdvanced.textBorderColor": "Border color", "DE.Views.ParagraphSettingsAdvanced.textBorderDesc": "Click on diagram or use buttons to select borders and apply chosen style to them", - "DE.Views.ParagraphSettingsAdvanced.textBorderWidth": "Border Size", + "DE.Views.ParagraphSettingsAdvanced.textBorderWidth": "Border size", "DE.Views.ParagraphSettingsAdvanced.textBottom": "Bottom", "DE.Views.ParagraphSettingsAdvanced.textCentered": "Centered", - "DE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "Character Spacing", + "DE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "Character spacing", "DE.Views.ParagraphSettingsAdvanced.textContext": "Contextual", - "DE.Views.ParagraphSettingsAdvanced.textContextDiscret": "Contextual and Discretionary", - "DE.Views.ParagraphSettingsAdvanced.textContextHistDiscret": "Contextual, Historical and Discretionary", - "DE.Views.ParagraphSettingsAdvanced.textContextHistorical": "Contextual and Historical", - "DE.Views.ParagraphSettingsAdvanced.textDefault": "Default Tab", + "DE.Views.ParagraphSettingsAdvanced.textContextDiscret": "Contextual and discretionary", + "DE.Views.ParagraphSettingsAdvanced.textContextHistDiscret": "Contextual, historical and discretionary", + "DE.Views.ParagraphSettingsAdvanced.textContextHistorical": "Contextual and historical", + "DE.Views.ParagraphSettingsAdvanced.textDefault": "Default tab", "DE.Views.ParagraphSettingsAdvanced.textDiscret": "Discretionary", "DE.Views.ParagraphSettingsAdvanced.textEffects": "Effects", "DE.Views.ParagraphSettingsAdvanced.textExact": "Exactly", "DE.Views.ParagraphSettingsAdvanced.textFirstLine": "First line", "DE.Views.ParagraphSettingsAdvanced.textHanging": "Hanging", "DE.Views.ParagraphSettingsAdvanced.textHistorical": "Historical", - "DE.Views.ParagraphSettingsAdvanced.textHistoricalDiscret": "Historical and Discretionary", + "DE.Views.ParagraphSettingsAdvanced.textHistoricalDiscret": "Historical and discretionary", "DE.Views.ParagraphSettingsAdvanced.textJustified": "Justified", "DE.Views.ParagraphSettingsAdvanced.textLeader": "Leader", "DE.Views.ParagraphSettingsAdvanced.textLeft": "Left", @@ -2548,25 +2548,25 @@ "DE.Views.ParagraphSettingsAdvanced.textLigatures": "Ligatures", "DE.Views.ParagraphSettingsAdvanced.textNone": "None", "DE.Views.ParagraphSettingsAdvanced.textNoneSpecial": "(none)", - "DE.Views.ParagraphSettingsAdvanced.textOpenType": "OpenType Features", + "DE.Views.ParagraphSettingsAdvanced.textOpenType": "OpenType features", "DE.Views.ParagraphSettingsAdvanced.textPosition": "Position", "DE.Views.ParagraphSettingsAdvanced.textRemove": "Remove", - "DE.Views.ParagraphSettingsAdvanced.textRemoveAll": "Remove All", + "DE.Views.ParagraphSettingsAdvanced.textRemoveAll": "Remove all", "DE.Views.ParagraphSettingsAdvanced.textRight": "Right", "DE.Views.ParagraphSettingsAdvanced.textSet": "Specify", "DE.Views.ParagraphSettingsAdvanced.textSpacing": "Spacing", "DE.Views.ParagraphSettingsAdvanced.textStandard": "Standard only", - "DE.Views.ParagraphSettingsAdvanced.textStandardContext": "Standard and Contextual", - "DE.Views.ParagraphSettingsAdvanced.textStandardContextDiscret": "Standard, Contextual and Discretionary", - "DE.Views.ParagraphSettingsAdvanced.textStandardContextHist": "Standard, Contextual and Historical", - "DE.Views.ParagraphSettingsAdvanced.textStandardDiscret": "Standard and Discretionary", - "DE.Views.ParagraphSettingsAdvanced.textStandardHistDiscret": "Standard, Historical and Discretionary", - "DE.Views.ParagraphSettingsAdvanced.textStandardHistorical": "Standard and Historical", + "DE.Views.ParagraphSettingsAdvanced.textStandardContext": "Standard and contextual", + "DE.Views.ParagraphSettingsAdvanced.textStandardContextDiscret": "Standard, contextual and discretionary", + "DE.Views.ParagraphSettingsAdvanced.textStandardContextHist": "Standard, contextual and historical", + "DE.Views.ParagraphSettingsAdvanced.textStandardDiscret": "Standard and discretionary", + "DE.Views.ParagraphSettingsAdvanced.textStandardHistDiscret": "Standard, historical and discretionary", + "DE.Views.ParagraphSettingsAdvanced.textStandardHistorical": "Standard and historical", "DE.Views.ParagraphSettingsAdvanced.textTabCenter": "Center", "DE.Views.ParagraphSettingsAdvanced.textTabLeft": "Left", - "DE.Views.ParagraphSettingsAdvanced.textTabPosition": "Tab Position", + "DE.Views.ParagraphSettingsAdvanced.textTabPosition": "Tab position", "DE.Views.ParagraphSettingsAdvanced.textTabRight": "Right", - "DE.Views.ParagraphSettingsAdvanced.textTitle": "Paragraph - Advanced Settings", + "DE.Views.ParagraphSettingsAdvanced.textTitle": "Paragraph - Advanced settings", "DE.Views.ParagraphSettingsAdvanced.textTop": "Top", "DE.Views.ParagraphSettingsAdvanced.tipAll": "Set outer border and all inner lines", "DE.Views.ParagraphSettingsAdvanced.tipBottom": "Set bottom border only", @@ -2691,20 +2691,20 @@ "DE.Views.Statusbar.tipZoomIn": "Zoom in", "DE.Views.Statusbar.tipZoomOut": "Zoom out", "DE.Views.Statusbar.txtPageNumInvalid": "Page number invalid", - "DE.Views.StyleTitleDialog.textHeader": "Create New Style", + "DE.Views.StyleTitleDialog.textHeader": "Create new style", "DE.Views.StyleTitleDialog.textNextStyle": "Next paragraph style", "DE.Views.StyleTitleDialog.textTitle": "Title", "DE.Views.StyleTitleDialog.txtEmpty": "This field is required", "DE.Views.StyleTitleDialog.txtNotEmpty": "Field must not be empty", "DE.Views.StyleTitleDialog.txtSameAs": "Same as created new style", - "DE.Views.TableFormulaDialog.textBookmark": "Paste Bookmark", - "DE.Views.TableFormulaDialog.textFormat": "Number Format", + "DE.Views.TableFormulaDialog.textBookmark": "Paste bookmark", + "DE.Views.TableFormulaDialog.textFormat": "Number format", "DE.Views.TableFormulaDialog.textFormula": "Formula", - "DE.Views.TableFormulaDialog.textInsertFunction": "Paste Function", - "DE.Views.TableFormulaDialog.textTitle": "Formula Settings", + "DE.Views.TableFormulaDialog.textInsertFunction": "Paste function", + "DE.Views.TableFormulaDialog.textTitle": "Formula settings", "DE.Views.TableOfContentsSettings.strAlign": "Right align page numbers", "DE.Views.TableOfContentsSettings.strFullCaption": "Include label and number", - "DE.Views.TableOfContentsSettings.strLinks": "Format Table of Contents as links", + "DE.Views.TableOfContentsSettings.strLinks": "Format table of contents as links", "DE.Views.TableOfContentsSettings.strLinksOF": "Format table of figures as links", "DE.Views.TableOfContentsSettings.strShowPages": "Show page numbers", "DE.Views.TableOfContentsSettings.textBuildTable": "Build table of contents from", @@ -2722,8 +2722,8 @@ "DE.Views.TableOfContentsSettings.textStyle": "Style", "DE.Views.TableOfContentsSettings.textStyles": "Styles", "DE.Views.TableOfContentsSettings.textTable": "Table", - "DE.Views.TableOfContentsSettings.textTitle": "Table of Contents", - "DE.Views.TableOfContentsSettings.textTitleTOF": "Table of Figures", + "DE.Views.TableOfContentsSettings.textTitle": "Table of contents", + "DE.Views.TableOfContentsSettings.textTitleTOF": "Table of figures", "DE.Views.TableOfContentsSettings.txtCentered": "Centered", "DE.Views.TableOfContentsSettings.txtClassic": "Classic", "DE.Views.TableOfContentsSettings.txtCurrent": "Current", @@ -2800,33 +2800,33 @@ "DE.Views.TableSettingsAdvanced.textAlign": "Alignment", "DE.Views.TableSettingsAdvanced.textAlignment": "Alignment", "DE.Views.TableSettingsAdvanced.textAllowSpacing": "Spacing between cells", - "DE.Views.TableSettingsAdvanced.textAlt": "Alternative Text", + "DE.Views.TableSettingsAdvanced.textAlt": "Alternative text", "DE.Views.TableSettingsAdvanced.textAltDescription": "Description", "DE.Views.TableSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart, or table.", "DE.Views.TableSettingsAdvanced.textAltTitle": "Title", "DE.Views.TableSettingsAdvanced.textAnchorText": "Text", "DE.Views.TableSettingsAdvanced.textAutofit": "Automatically resize to fit contents", - "DE.Views.TableSettingsAdvanced.textBackColor": "Cell Background", + "DE.Views.TableSettingsAdvanced.textBackColor": "Cell background", "DE.Views.TableSettingsAdvanced.textBelow": "below", - "DE.Views.TableSettingsAdvanced.textBorderColor": "Border Color", + "DE.Views.TableSettingsAdvanced.textBorderColor": "Border color", "DE.Views.TableSettingsAdvanced.textBorderDesc": "Click on diagram or use buttons to select borders and apply chosen style to them", "DE.Views.TableSettingsAdvanced.textBordersBackgroung": "Borders & Background", - "DE.Views.TableSettingsAdvanced.textBorderWidth": "Border Size", + "DE.Views.TableSettingsAdvanced.textBorderWidth": "Border size", "DE.Views.TableSettingsAdvanced.textBottom": "Bottom", - "DE.Views.TableSettingsAdvanced.textCellOptions": "Cell Options", + "DE.Views.TableSettingsAdvanced.textCellOptions": "Cell options", "DE.Views.TableSettingsAdvanced.textCellProps": "Cell", - "DE.Views.TableSettingsAdvanced.textCellSize": "Cell Size", + "DE.Views.TableSettingsAdvanced.textCellSize": "Cell size", "DE.Views.TableSettingsAdvanced.textCenter": "Center", "DE.Views.TableSettingsAdvanced.textCenterTooltip": "Center", "DE.Views.TableSettingsAdvanced.textCheckMargins": "Use default margins", - "DE.Views.TableSettingsAdvanced.textDefaultMargins": "Default Cell Margins", - "DE.Views.TableSettingsAdvanced.textDistance": "Distance from Text", + "DE.Views.TableSettingsAdvanced.textDefaultMargins": "Default cell margins", + "DE.Views.TableSettingsAdvanced.textDistance": "Distance from text", "DE.Views.TableSettingsAdvanced.textHorizontal": "Horizontal", - "DE.Views.TableSettingsAdvanced.textIndLeft": "Indent from Left", + "DE.Views.TableSettingsAdvanced.textIndLeft": "Indent from left", "DE.Views.TableSettingsAdvanced.textLeft": "Left", "DE.Views.TableSettingsAdvanced.textLeftTooltip": "Left", "DE.Views.TableSettingsAdvanced.textMargin": "Margin", - "DE.Views.TableSettingsAdvanced.textMargins": "Cell Margins", + "DE.Views.TableSettingsAdvanced.textMargins": "Cell margins", "DE.Views.TableSettingsAdvanced.textMeasure": "Measure in", "DE.Views.TableSettingsAdvanced.textMove": "Move object with text", "DE.Views.TableSettingsAdvanced.textOnlyCells": "For selected cells only", @@ -2841,18 +2841,18 @@ "DE.Views.TableSettingsAdvanced.textRightOf": "to the right of", "DE.Views.TableSettingsAdvanced.textRightTooltip": "Right", "DE.Views.TableSettingsAdvanced.textTable": "Table", - "DE.Views.TableSettingsAdvanced.textTableBackColor": "Table Background", - "DE.Views.TableSettingsAdvanced.textTablePosition": "Table Position", - "DE.Views.TableSettingsAdvanced.textTableSize": "Table Size", - "DE.Views.TableSettingsAdvanced.textTitle": "Table - Advanced Settings", + "DE.Views.TableSettingsAdvanced.textTableBackColor": "Table background", + "DE.Views.TableSettingsAdvanced.textTablePosition": "Table position", + "DE.Views.TableSettingsAdvanced.textTableSize": "Table size", + "DE.Views.TableSettingsAdvanced.textTitle": "Table - Advanced settings", "DE.Views.TableSettingsAdvanced.textTop": "Top", "DE.Views.TableSettingsAdvanced.textVertical": "Vertical", "DE.Views.TableSettingsAdvanced.textWidth": "Width", "DE.Views.TableSettingsAdvanced.textWidthSpaces": "Width & Spaces", - "DE.Views.TableSettingsAdvanced.textWrap": "Text Wrapping", + "DE.Views.TableSettingsAdvanced.textWrap": "Text wrapping", "DE.Views.TableSettingsAdvanced.textWrapNoneTooltip": "Inline table", "DE.Views.TableSettingsAdvanced.textWrapParallelTooltip": "Flow table", - "DE.Views.TableSettingsAdvanced.textWrappingStyle": "Wrapping Style", + "DE.Views.TableSettingsAdvanced.textWrappingStyle": "Wrapping style", "DE.Views.TableSettingsAdvanced.textWrapText": "Wrap text", "DE.Views.TableSettingsAdvanced.tipAll": "Set outer border and all inner lines", "DE.Views.TableSettingsAdvanced.tipCellAll": "Set borders for inner cells only", @@ -2876,7 +2876,7 @@ "DE.Views.TableToTextDialog.textSemicolon": "Semicolons", "DE.Views.TableToTextDialog.textSeparator": "Separate text with", "DE.Views.TableToTextDialog.textTab": "Tabs", - "DE.Views.TableToTextDialog.textTitle": "Convert Table to Text", + "DE.Views.TableToTextDialog.textTitle": "Convert table to text", "DE.Views.TextArtSettings.strColor": "Color", "DE.Views.TextArtSettings.strFill": "Fill", "DE.Views.TextArtSettings.strSize": "Size", @@ -2900,7 +2900,7 @@ "DE.Views.TextArtSettings.tipAddGradientPoint": "Add gradient point", "DE.Views.TextArtSettings.tipRemoveGradientPoint": "Remove gradient point", "DE.Views.TextArtSettings.txtNoBorders": "No Line", - "DE.Views.TextToTableDialog.textAutofit": "Autofit Behavior", + "DE.Views.TextToTableDialog.textAutofit": "Autofit behavior", "DE.Views.TextToTableDialog.textColumns": "Columns", "DE.Views.TextToTableDialog.textContents": "Autofit to contents", "DE.Views.TextToTableDialog.textEmpty": "You must type a character for the custom separator.", @@ -2909,10 +2909,10 @@ "DE.Views.TextToTableDialog.textPara": "Paragraphs", "DE.Views.TextToTableDialog.textRows": "Rows", "DE.Views.TextToTableDialog.textSemicolon": "Semicolons", - "DE.Views.TextToTableDialog.textSeparator": "Separate Text at", + "DE.Views.TextToTableDialog.textSeparator": "Separate text at", "DE.Views.TextToTableDialog.textTab": "Tabs", - "DE.Views.TextToTableDialog.textTableSize": "Table Size", - "DE.Views.TextToTableDialog.textTitle": "Convert Text to Table", + "DE.Views.TextToTableDialog.textTableSize": "Table size", + "DE.Views.TextToTableDialog.textTitle": "Convert text to table", "DE.Views.TextToTableDialog.textWindow": "Autofit to window", "DE.Views.TextToTableDialog.txtAutoText": "Auto", "DE.Views.Toolbar.capBtnAddComment": "Add Comment", @@ -3151,13 +3151,15 @@ "DE.Views.Toolbar.txtScheme7": "Equity", "DE.Views.Toolbar.txtScheme8": "Flow", "DE.Views.Toolbar.txtScheme9": "Foundry", - "DE.Views.ViewTab.textAlwaysShowToolbar": "Always show toolbar", - "DE.Views.ViewTab.textDarkDocument": "Dark document", + "DE.Views.ViewTab.textAlwaysShowToolbar": "Always Show Toolbar", + "DE.Views.ViewTab.textDarkDocument": "Dark Document", "DE.Views.ViewTab.textFitToPage": "Fit To Page", "DE.Views.ViewTab.textFitToWidth": "Fit To Width", - "DE.Views.ViewTab.textInterfaceTheme": "Interface theme", + "DE.Views.ViewTab.textInterfaceTheme": "Interface Theme", + "DE.Views.ViewTab.textLeftMenu": "Left Panel", "DE.Views.ViewTab.textNavigation": "Navigation", "DE.Views.ViewTab.textOutline": "Headings", + "DE.Views.ViewTab.textRightMenu": "Right Panel", "DE.Views.ViewTab.textRulers": "Rulers", "DE.Views.ViewTab.textStatusBar": "Status Bar", "DE.Views.ViewTab.textZoom": "Zoom", @@ -3166,15 +3168,13 @@ "DE.Views.ViewTab.tipFitToWidth": "Fit to width", "DE.Views.ViewTab.tipHeadings": "Headings", "DE.Views.ViewTab.tipInterfaceTheme": "Interface theme", - "DE.Views.ViewTab.textLeftMenu": "Left panel", - "DE.Views.ViewTab.textRightMenu": "Right panel", "DE.Views.WatermarkSettingsDialog.textAuto": "Auto", "DE.Views.WatermarkSettingsDialog.textBold": "Bold", "DE.Views.WatermarkSettingsDialog.textColor": "Text color", "DE.Views.WatermarkSettingsDialog.textDiagonal": "Diagonal", "DE.Views.WatermarkSettingsDialog.textFont": "Font", - "DE.Views.WatermarkSettingsDialog.textFromFile": "From File", - "DE.Views.WatermarkSettingsDialog.textFromStorage": "From Storage", + "DE.Views.WatermarkSettingsDialog.textFromFile": "From file", + "DE.Views.WatermarkSettingsDialog.textFromStorage": "From storage", "DE.Views.WatermarkSettingsDialog.textFromUrl": "From URL", "DE.Views.WatermarkSettingsDialog.textHor": "Horizontal", "DE.Views.WatermarkSettingsDialog.textImageW": "Image watermark", @@ -3183,13 +3183,13 @@ "DE.Views.WatermarkSettingsDialog.textLayout": "Layout", "DE.Views.WatermarkSettingsDialog.textNone": "None", "DE.Views.WatermarkSettingsDialog.textScale": "Scale", - "DE.Views.WatermarkSettingsDialog.textSelect": "Select Image", + "DE.Views.WatermarkSettingsDialog.textSelect": "Select image", "DE.Views.WatermarkSettingsDialog.textStrikeout": "Strikethrough", "DE.Views.WatermarkSettingsDialog.textText": "Text", "DE.Views.WatermarkSettingsDialog.textTextW": "Text watermark", - "DE.Views.WatermarkSettingsDialog.textTitle": "Watermark Settings", + "DE.Views.WatermarkSettingsDialog.textTitle": "Watermark settings", "DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent", "DE.Views.WatermarkSettingsDialog.textUnderline": "Underline", - "DE.Views.WatermarkSettingsDialog.tipFontName": "Font Name", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Font Size" + "DE.Views.WatermarkSettingsDialog.tipFontName": "Font name", + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Font size" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/es.json b/apps/documenteditor/main/locale/es.json index 37f9eb482..f60545f79 100644 --- a/apps/documenteditor/main/locale/es.json +++ b/apps/documenteditor/main/locale/es.json @@ -125,6 +125,12 @@ "Common.define.chartData.textScatterSmoothMarker": "Dispersión con líneas suavizadas y marcadores", "Common.define.chartData.textStock": "De cotizaciones", "Common.define.chartData.textSurface": "Superficie", + "Common.define.smartArt.textBalance": "Saldo", + "Common.define.smartArt.textEquation": "Ecuación", + "Common.define.smartArt.textFunnel": "Embudo", + "Common.define.smartArt.textList": "Lista", + "Common.define.smartArt.textOther": "Otro", + "Common.define.smartArt.textPicture": "Imagen", "Common.Translation.textMoreButton": "Más", "Common.Translation.warnFileLocked": "No puede editar este archivo porque está siendo editado en otra aplicación.", "Common.Translation.warnFileLockedBtnEdit": "Crear una copia", @@ -288,6 +294,8 @@ "Common.Views.DocumentAccessDialog.textLoading": "Cargando...", "Common.Views.DocumentAccessDialog.textTitle": "Ajustes de uso compartido", "Common.Views.ExternalDiagramEditor.textTitle": "Editor de gráfico", + "Common.Views.ExternalEditor.textClose": "Cerrar", + "Common.Views.ExternalEditor.textSave": "Guardar y salir", "Common.Views.ExternalMergeEditor.textTitle": "Receptores de Fusión de Correo", "Common.Views.ExternalOleEditor.textTitle": "Editor de hojas de cálculo", "Common.Views.Header.labelCoUsersDescr": "Usuarios que están editando el archivo:", @@ -354,6 +362,7 @@ "Common.Views.Plugins.textStart": "Iniciar", "Common.Views.Plugins.textStop": "Detener", "Common.Views.Protection.hintAddPwd": "Encriptar con contraseña", + "Common.Views.Protection.hintDelPwd": "Eliminar contraseña", "Common.Views.Protection.hintPwd": "Cambie o elimine la contraseña", "Common.Views.Protection.hintSignature": "Agregar firma digital o línea de firma", "Common.Views.Protection.txtAddPwd": "Agregar contraseña", @@ -584,6 +593,7 @@ "DE.Controllers.Main.errorMailMergeLoadFile": "La carga del documento ha fallado. Por favor, seleccione un archivo diferente.", "DE.Controllers.Main.errorMailMergeSaveFile": "Error de fusión.", "DE.Controllers.Main.errorNoTOC": "No hay ninguna tabla de contenido para actualizar. Se puede insertar una desde la pestaña Referencias.", + "DE.Controllers.Main.errorPasswordIsNotCorrect": "La contraseña que ha proporcionado no es correcta.
Verifique que la tecla Bloq Mayús está desactivada y asegúrese de utilizar las mayúsculas correctas.", "DE.Controllers.Main.errorProcessSaveResult": "Problemas al guardar", "DE.Controllers.Main.errorServerVersion": "La versión del editor ha sido actualizada. La página será recargada para aplicar los cambios.", "DE.Controllers.Main.errorSessionAbsolute": "Sesión de editar el documento ha expirado. Por favor, recargue la página.", @@ -640,6 +650,7 @@ "DE.Controllers.Main.textClose": "Cerrar", "DE.Controllers.Main.textCloseTip": "Pulse para cerrar el consejo", "DE.Controllers.Main.textContactUs": "Contactar con equipo de ventas", + "DE.Controllers.Main.textContinue": "Continuar", "DE.Controllers.Main.textConvertEquation": "Esta ecuación fue creada con una versión antigua del editor de ecuaciones que ya no es compatible. Para editarla, convierta la ecuación al formato ML de Office Math.
¿Convertir ahora?", "DE.Controllers.Main.textCustomLoader": "Note, por favor, que según los términos de la licencia Usted no tiene derecho a cambiar el cargador.
Por favor, póngase en contacto con nuestro Departamento de Ventas para obtener una cotización.", "DE.Controllers.Main.textDisconnect": "Se ha perdido la conexión", @@ -660,6 +671,7 @@ "DE.Controllers.Main.textStrict": "Modo estricto", "DE.Controllers.Main.textTryUndoRedo": "Las funciones Anular/Rehacer se desactivan para el modo co-edición rápido.
Haga Clic en el botón \"modo estricto\" para cambiar al modo de co-edición estricta para editar el archivo sin la interferencia de otros usuarios y enviar sus cambios sólo después de guardarlos. Se puede cambiar entre los modos de co-edición usando los ajustes avanzados de edición.", "DE.Controllers.Main.textTryUndoRedoWarn": "Las funciones Deshacer/Rehacer son desactivados en el modo de co-edición rápido.", + "DE.Controllers.Main.textUndo": "Deshacer", "DE.Controllers.Main.titleLicenseExp": "Licencia ha expirado", "DE.Controllers.Main.titleServerVersion": "Editor ha sido actualizado", "DE.Controllers.Main.titleUpdateVersion": "Versión ha cambiado", @@ -1331,12 +1343,16 @@ "DE.Views.CellsAddDialog.textUp": "Por encima del cursor", "DE.Views.ChartSettings.textAdvanced": "Mostrar ajustes avanzados", "DE.Views.ChartSettings.textChartType": "Cambiar tipo de gráfico", + "DE.Views.ChartSettings.textDown": "Abajo", "DE.Views.ChartSettings.textEditData": "Editar datos", "DE.Views.ChartSettings.textHeight": "Altura", + "DE.Views.ChartSettings.textLeft": "Izquierda", "DE.Views.ChartSettings.textOriginalSize": "Tamaño real", + "DE.Views.ChartSettings.textRight": "Derecha", "DE.Views.ChartSettings.textSize": "Tamaño", "DE.Views.ChartSettings.textStyle": "Estilo", "DE.Views.ChartSettings.textUndock": "Desacoplar de panel", + "DE.Views.ChartSettings.textUp": "Arriba", "DE.Views.ChartSettings.textWidth": "Ancho", "DE.Views.ChartSettings.textWrap": "Ajuste de texto", "DE.Views.ChartSettings.txtBehind": "Detrás del texto", @@ -1428,6 +1444,8 @@ "DE.Views.DateTimeDialog.textLang": "Idioma", "DE.Views.DateTimeDialog.textUpdate": "Actualizar automáticamente", "DE.Views.DateTimeDialog.txtTitle": "Fecha y hora", + "DE.Views.DocProtection.hintProtectDoc": "Proteger documento", + "DE.Views.DocProtection.txtProtectDoc": "Proteger documento", "DE.Views.DocumentHolder.aboveText": "Encima", "DE.Views.DocumentHolder.addCommentText": "Agregar comentario", "DE.Views.DocumentHolder.advancedDropCapText": "Configuración de Capitalización", @@ -1753,6 +1771,7 @@ "DE.Views.FileMenuPanels.DocumentInfo.txtStatistics": "Estadísticas", "DE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Asunto", "DE.Views.FileMenuPanels.DocumentInfo.txtSymbols": "Símbolos", + "DE.Views.FileMenuPanels.DocumentInfo.txtTags": "Etiquetas", "DE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Título", "DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Subido", "DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Palabras", @@ -2066,6 +2085,7 @@ "DE.Views.LeftMenu.tipComments": "Comentarios", "DE.Views.LeftMenu.tipNavigation": "Navegación", "DE.Views.LeftMenu.tipOutline": "Títulos", + "DE.Views.LeftMenu.tipPageThumbnails": "Miniaturas de página", "DE.Views.LeftMenu.tipPlugins": "Plugins", "DE.Views.LeftMenu.tipSearch": "Búsqueda", "DE.Views.LeftMenu.tipSupport": "Feedback y Soporte", @@ -2087,7 +2107,7 @@ "DE.Views.LineNumbersDialog.textRestartEachSection": "Reiniciar cada sección", "DE.Views.LineNumbersDialog.textSection": "Sección actual", "DE.Views.LineNumbersDialog.textStartAt": "Empezar en", - "DE.Views.LineNumbersDialog.textTitle": "Numeración de Líneas", + "DE.Views.LineNumbersDialog.textTitle": "Numeración de líneas", "DE.Views.LineNumbersDialog.txtAutoText": "Auto", "DE.Views.Links.capBtnAddText": "Agregar texto", "DE.Views.Links.capBtnBookmarks": "Marcador", @@ -2373,6 +2393,14 @@ "DE.Views.ParagraphSettingsAdvanced.tipTop": "Fijar sólo borde superior", "DE.Views.ParagraphSettingsAdvanced.txtAutoText": "Auto", "DE.Views.ParagraphSettingsAdvanced.txtNoBorders": "Sin bordes", + "DE.Views.ProtectDialog.textComments": "Comentarios", + "DE.Views.ProtectDialog.txtIncorrectPwd": "La contraseña de confirmación no es idéntica", + "DE.Views.ProtectDialog.txtOptional": "opcional", + "DE.Views.ProtectDialog.txtPassword": "Contraseña", + "DE.Views.ProtectDialog.txtProtect": "Proteger", + "DE.Views.ProtectDialog.txtRepeat": "Repita la contraseña", + "DE.Views.ProtectDialog.txtTitle": "Proteger", + "DE.Views.ProtectDialog.txtWarning": "Precaución: Si pierde u olvida su contraseña, no podrá recuperarla. Guárdalo en un lugar seguro.", "DE.Views.RightMenu.txtChartSettings": "Ajustes de gráfico", "DE.Views.RightMenu.txtFormSettings": "Ajustes de formulario", "DE.Views.RightMenu.txtHeaderFooterSettings": "Ajustes de encabezado y pie de página", @@ -2563,6 +2591,7 @@ "DE.Views.TableSettings.tipOuter": "Fijar sólo borde exterior", "DE.Views.TableSettings.tipRight": "Fijar sólo borde exterior derecho", "DE.Views.TableSettings.tipTop": "Fijar sólo borde exterior superior", + "DE.Views.TableSettings.txtGroupTable_Custom": "Personalizado", "DE.Views.TableSettings.txtNoBorders": "Sin bordes", "DE.Views.TableSettings.txtTable_Accent": "Acento", "DE.Views.TableSettings.txtTable_Colorful": "Colorido", @@ -2703,6 +2732,7 @@ "DE.Views.Toolbar.capBtnInsImage": "Imagen", "DE.Views.Toolbar.capBtnInsPagebreak": "Cambios de línea", "DE.Views.Toolbar.capBtnInsShape": "Forma", + "DE.Views.Toolbar.capBtnInsSmartArt": "SmartArt", "DE.Views.Toolbar.capBtnInsSymbol": "Símbolo", "DE.Views.Toolbar.capBtnInsTable": "Tabla", "DE.Views.Toolbar.capBtnInsTextart": "Galería de Texto", diff --git a/apps/documenteditor/main/locale/hu.json b/apps/documenteditor/main/locale/hu.json index 1e697b7ec..112230d3a 100644 --- a/apps/documenteditor/main/locale/hu.json +++ b/apps/documenteditor/main/locale/hu.json @@ -125,6 +125,26 @@ "Common.define.chartData.textScatterSmoothMarker": "Szórás sima vonalakkal és jelölőkkel", "Common.define.chartData.textStock": "Részvény", "Common.define.chartData.textSurface": "Felület", + "Common.define.smartArt.textAccentedPicture": "Hangsúlyos kép", + "Common.define.smartArt.textAccentProcess": "Akcentus eljárás", + "Common.define.smartArt.textAlternatingFlow": "Váltakozó folyamat", + "Common.define.smartArt.textAlternatingHexagons": "Váltakozó hatszögek", + "Common.define.smartArt.textAlternatingPictureBlocks": "Váltakozó képblokkok", + "Common.define.smartArt.textAlternatingPictureCircles": "Váltakozó képkörök", + "Common.define.smartArt.textArchitectureLayout": "Tervezés Elrendezés", + "Common.define.smartArt.textArrowRibbon": "Nyilas szalag", + "Common.define.smartArt.textAscendingPictureAccentProcess": "Felszálló kép hangsúlyozásának folyamata", + "Common.define.smartArt.textBalance": "Egyensúly", + "Common.define.smartArt.textBasicBendingProcess": "Alapvető elhajlítási folyamat", + "Common.define.smartArt.textBasicBlockList": "Alapvető blokkok listája", + "Common.define.smartArt.textBasicChevronProcess": "Alapvető Chevron folyamat", + "Common.define.smartArt.textBasicCycle": "Alapciklus", + "Common.define.smartArt.textBasicMatrix": "Alap mátrix", + "Common.define.smartArt.textBasicPie": "Egyszerű körforgás", + "Common.define.smartArt.textBasicProcess": "Alapfolyamat", + "Common.define.smartArt.textBasicPyramid": "Egyszerű piramis", + "Common.define.smartArt.textBasicRadial": "Alap sugárirányú", + "Common.define.smartArt.textBasicTarget": "Alapvető cél", "Common.Translation.textMoreButton": "Több", "Common.Translation.warnFileLocked": "Nem szerkesztheti ezt a fájlt, mert egy másik alkalmazásban szerkesztik.", "Common.Translation.warnFileLockedBtnEdit": "Másolat létrehozása", @@ -2401,6 +2421,7 @@ "DE.Views.ParagraphSettingsAdvanced.tipTop": "Csak felső szegély beállítása", "DE.Views.ParagraphSettingsAdvanced.txtAutoText": "Auto", "DE.Views.ParagraphSettingsAdvanced.txtNoBorders": "Nincsenek szegélyek", + "DE.Views.ProtectDialog.txtAllow": "Csak ilyen típusú szerkesztés engedélyezése a dokumentumban", "DE.Views.RightMenu.txtChartSettings": "Diagram beállítások", "DE.Views.RightMenu.txtFormSettings": "Űrlapbeállítások", "DE.Views.RightMenu.txtHeaderFooterSettings": "Fejléc és lábléc beállítások", diff --git a/apps/documenteditor/main/locale/hy.json b/apps/documenteditor/main/locale/hy.json index 9d076c1d2..dddfe700c 100644 --- a/apps/documenteditor/main/locale/hy.json +++ b/apps/documenteditor/main/locale/hy.json @@ -125,11 +125,93 @@ "Common.define.chartData.textScatterSmoothMarker": "Ցրել սահուն գծերով և նշիչներով", "Common.define.chartData.textStock": "Տվյալների տատանում", "Common.define.chartData.textSurface": "Մակերեսային", + "Common.define.smartArt.textAccentedPicture": "Շեշտված նկար", + "Common.define.smartArt.textAccentProcess": "Շեշտման ընթացք", + "Common.define.smartArt.textAlternatingFlow": "Այլընտրական հոսք", + "Common.define.smartArt.textAlternatingHexagons": "Այլընտրական վեցանկյունիներ", + "Common.define.smartArt.textAlternatingPictureBlocks": "Այլընտրական նկարների կազմեր", + "Common.define.smartArt.textAlternatingPictureCircles": "Այլընտրական նկարների շրջանակներ", + "Common.define.smartArt.textArchitectureLayout": "Ճարտարապետական դասավորություն", + "Common.define.smartArt.textArrowRibbon": "Սլաքի երիզ", + "Common.define.smartArt.textAscendingPictureAccentProcess": "Աճող նկարների շեշտման ընթացք", "Common.define.smartArt.textBalance": "Հաշվեկշիռ", + "Common.define.smartArt.textBasicBendingProcess": "Հիմնական ծռման ընթացք", + "Common.define.smartArt.textBasicBlockList": "Հիմնական բաժնի ցուցակ", + "Common.define.smartArt.textBasicChevronProcess": "Հիմնական ծպեղների ընթացք", + "Common.define.smartArt.textBasicCycle": "Հիմնական շրջան", + "Common.define.smartArt.textBasicMatrix": "Հիմնական մատրիցա", + "Common.define.smartArt.textBasicPie": "Հիմնական բլիթ", + "Common.define.smartArt.textBasicProcess": "Հիմնական ընթացք", + "Common.define.smartArt.textBasicPyramid": "Հիմնական բուրգ", + "Common.define.smartArt.textBasicRadial": "Հիմնական շառավիղ", + "Common.define.smartArt.textBasicTarget": "Հիմնական նպատակ", + "Common.define.smartArt.textBasicTimeline": "Հիմնական ժամագիծ", + "Common.define.smartArt.textBasicVenn": "Հիմնական վրածածք", + "Common.define.smartArt.textBendingPictureAccentList": "Ծռված նկարի շեշտման ցուցակ", + "Common.define.smartArt.textBendingPictureBlocks": "Ծռված նկարների կազմեր", + "Common.define.smartArt.textBendingPictureCaption": "Ծռված նկարի խորագիր", + "Common.define.smartArt.textBendingPictureCaptionList": "Ծռված նկարի խորագրերի ցուցակ", + "Common.define.smartArt.textBendingPictureSemiTranparentText": "Ծռված նկարի կիսաթափանցիկ գրվածք", + "Common.define.smartArt.textBlockCycle": "Բաժնի շրջան", + "Common.define.smartArt.textBubblePictureList": "Դրսագրով նկարների ցուցակ", + "Common.define.smartArt.textCaptionedPictures": "Խորագրով նկարներ", + "Common.define.smartArt.textChevronAccentProcess": "Ծպեղների շեշտման ընթաց", + "Common.define.smartArt.textChevronList": "Ծպեղների ցուցակ", + "Common.define.smartArt.textCircleAccentTimeline": "Շրջանաձև շեշտման ժամագիծ", + "Common.define.smartArt.textCircleArrowProcess": "Շրջանաձև սլաքի ընթացք", + "Common.define.smartArt.textCirclePictureHierarchy": "Շրջանաձև նկարների աստիճանակարգություն", + "Common.define.smartArt.textCircleProcess": "Շրջանաձև ընթացք", + "Common.define.smartArt.textCircleRelationship": "Շրջանների հարաբերություն", + "Common.define.smartArt.textCircularBendingProcess": "Շրջանային ծռման ընթացք", + "Common.define.smartArt.textCircularPictureCallout": "Շրջանաձև նկարի դրսագիր", + "Common.define.smartArt.textClosedChevronProcess": "Փակ ծպեղների ընթացք", + "Common.define.smartArt.textContinuousArrowProcess": "Շարունակական սլաքի ընթացք", + "Common.define.smartArt.textContinuousBlockProcess": "Շարունակական բաժնի ընթացք", + "Common.define.smartArt.textContinuousCycle": "Շարունակական շրջան", + "Common.define.smartArt.textContinuousPictureList": "Շարունակական նկարի ցուցակ", + "Common.define.smartArt.textConvergingArrows": "Միակցող սլաքներ", + "Common.define.smartArt.textConvergingRadial": "Զուգահեռ շառավիղ", + "Common.define.smartArt.textConvergingText": "Զուգամետ գրվածք", + "Common.define.smartArt.textCounterbalanceArrows": "Հակակշիռ սլաքներ", + "Common.define.smartArt.textCycle": "Շրջան", + "Common.define.smartArt.textCycleMatrix": "Շրջանային մատրիցա", + "Common.define.smartArt.textDescendingBlockList": "Նվազող կազմերի ցուցակ", + "Common.define.smartArt.textDescendingProcess": "Նվազող ընթացք", + "Common.define.smartArt.textDetailedProcess": "Մանրամասն ընթացք", + "Common.define.smartArt.textDivergingArrows": "Հակադիր սլաքներ", + "Common.define.smartArt.textDivergingRadial": "Ցրված շառավիղ", "Common.define.smartArt.textEquation": "Հավասարում", + "Common.define.smartArt.textFramedTextPicture": "Շրջանակված գրվածքով նկար", "Common.define.smartArt.textFunnel": "Ձագարաձև", + "Common.define.smartArt.textGear": "Ատամնանիվ", + "Common.define.smartArt.textGridMatrix": "Ցանցավոր մատրիցա", + "Common.define.smartArt.textGroupedList": "Խմբավորված ցուցակ", + "Common.define.smartArt.textHalfCircleOrganizationChart": "Կիսաշրջանաձև կազմակերպության գծապատկեր", + "Common.define.smartArt.textHexagonCluster": "Վեցանկյունիների բույլ", + "Common.define.smartArt.textHexagonRadial": "Վեցանկյունիների շառավիղ", + "Common.define.smartArt.textHierarchy": "Ստորակարգ", + "Common.define.smartArt.textHierarchyList": "տորակարգի ցուցակ", + "Common.define.smartArt.textHorizontalBulletList": "Հորիզոնական պարբերակի ցուցակ", + "Common.define.smartArt.textHorizontalHierarchy": "Հորիզոնական ստորակարգ", + "Common.define.smartArt.textHorizontalLabeledHierarchy": "Հորիզոնական պիտակված ստորակարգ", + "Common.define.smartArt.textHorizontalMultiLevelHierarchy": "Հորիզոնական բազմակակարդակ աստիճանակարգություն", + "Common.define.smartArt.textHorizontalOrganizationChart": "Հորիզոնական կազմակերպության գծապատկեր", + "Common.define.smartArt.textHorizontalPictureList": "Հորիզոնական նկարների ցուցակ", + "Common.define.smartArt.textIncreasingArrowProcess": "Աճող սլաքի ընթացք", + "Common.define.smartArt.textIncreasingCircleProcess": "Աճող շրջանաձև ընթացք", + "Common.define.smartArt.textInterconnectedBlockProcess": "Փոխկապակցված կազմերի ընթացք", + "Common.define.smartArt.textInterconnectedRings": "Փոխկապակցված օղակներ", + "Common.define.smartArt.textInvertedPyramid": "Հակադարձված բուրգ", + "Common.define.smartArt.textLabeledHierarchy": "Պիտակված ստորակարգ", + "Common.define.smartArt.textLinearVenn": "Գծային վրածածք", + "Common.define.smartArt.textLinedList": "Գծված ցուցակ", "Common.define.smartArt.textList": "Ցուցակ", + "Common.define.smartArt.textMatrix": "Մատրիցա", + "Common.define.smartArt.textMultidirectionalCycle": "Բազմուղի շրջան", + "Common.define.smartArt.textNameAndTitleOrganizationChart": "Անուններով և պաշտոններով կազմակերպության գծապատկեր", + "Common.define.smartArt.textNestedTarget": "Ներդրված թիրախ", "Common.define.smartArt.textOther": "Այլ", + "Common.define.smartArt.textPicture": "Նկար", "Common.Translation.textMoreButton": "Ավել", "Common.Translation.warnFileLocked": "Դուք չեք կարող խմբագրել այս ֆայլը, քանի որ այն խմբագրվում է մեկ այլ հավելվածում:", "Common.Translation.warnFileLockedBtnEdit": "Ստեղծել պատճեն", @@ -294,6 +376,7 @@ "Common.Views.DocumentAccessDialog.textTitle": "Համօգտագործման կարգավորումներ", "Common.Views.ExternalDiagramEditor.textTitle": "Գծապատկերի խմբագրիչ", "Common.Views.ExternalEditor.textClose": "Փակել", + "Common.Views.ExternalEditor.textSave": "Պահպանել և դուրս գալ", "Common.Views.ExternalMergeEditor.textTitle": "Փոստի միավորման հաղորդագրություն ստացողներ", "Common.Views.ExternalOleEditor.textTitle": "Աղյուսակաթերթի խմբագիր", "Common.Views.Header.labelCoUsersDescr": "Փաստաթուղթը խմբագրողներ՝", @@ -506,6 +589,7 @@ "Common.Views.SignDialog.tipFontName": "Տառատեսակի անուն", "Common.Views.SignDialog.tipFontSize": "Տառատեսակի չափ", "Common.Views.SignSettingsDialog.textAllowComment": "Թույլ տալ ստորագրողին ավելացնել մեկնաբանություն ստորագրության երկխոսության մեջ", + "Common.Views.SignSettingsDialog.textDefInstruction": "Նախքան այս փաստաթուղթը ստորագրելը, ստուգեք, որ Ձեր ստորագրած բովանդակությունը ճիշտ է:", "Common.Views.SignSettingsDialog.textInfoEmail": "Էլ․ հասցե", "Common.Views.SignSettingsDialog.textInfoName": "Անուն", "Common.Views.SignSettingsDialog.textInfoTitle": "Ստորագրողի անվանումը", @@ -585,12 +669,18 @@ "DE.Controllers.Main.errorFilePassProtect": "Ֆայլն ունի գաղտնաբառ և չի կարող բացվել։", "DE.Controllers.Main.errorFileSizeExceed": "Ֆայլի չափը գերազանցում է ձեր սերվերի համար սահմանված սահմանափակումը:
Մանրամասների համար խնդրում ենք կապվել Ձեր փաստաթղթերի սերվերի ադմինիստրատորի հետ:", "DE.Controllers.Main.errorForceSave": "Փաստաթղթի պահպանման ժամանակ տեղի ունեցավ սխալ։ «Ներբեռնել որպես» հրամանով պահպանեք նիշքը Ձեր համակարգչի կոշտ սկավառակում կամ ավելի ուշ նորից փորձեք։", + "DE.Controllers.Main.errorInconsistentExt": "Ֆայլը բացելիս սխալ է տեղի ունեցել:
Ֆայլի բովանդակությունը չի համապատասխանում ֆայլի ընդլայնմանը:", + "DE.Controllers.Main.errorInconsistentExtDocx": "Ֆայլը բացելիս սխալ է տեղի ունեցել:
Ֆայլի բովանդակությունը համապատասխանում է տեքստային փաստաթղթերին (օրինակ՝ docx), սակայն ֆայլն ունի անհամապատասխան ընդլայնում՝ %1:", + "DE.Controllers.Main.errorInconsistentExtPdf": "Ֆայլը բացելիս սխալ է տեղի ունեցել:Ֆայլի բովանդակությունը համապատասխանում է հետևյալ ձևաչափերից մեկին՝pdf/djvu/xps/oxps,բայց ֆայլն ունի անհամապատասխան ընդլայնում. %1:", + "DE.Controllers.Main.errorInconsistentExtPptx": "Ֆայլը բացելիս սխալ է տեղի ունեցել:
Ֆայլի բովանդակությունը համապատասխանում է ներկայացումներին (օրինակ՝ pptx), սակայն ֆայլն ունի անհամապատասխան ընդլայնում. %1:", + "DE.Controllers.Main.errorInconsistentExtXlsx": "Ֆայլը բացելիս սխալ է տեղի ունեցել:
Ֆայլի բովանդակությունը համապատասխանում է աղյուսակներին (օր. xlsx), սակայն ֆայլն ունի անհամապատասխան ընդլայնում. %1:", "DE.Controllers.Main.errorKeyEncrypt": "Բանալու անհայտ նկարագրիչ", "DE.Controllers.Main.errorKeyExpire": "Բանալու նկարագրիչի ժամկետը սպառվել է", "DE.Controllers.Main.errorLoadingFont": "Տառատեսակները բեռնված չեն:
Խնդրում ենք կապվել ձեր փաստաթղթերի սերվերի ադմինիստրատորի հետ:", "DE.Controllers.Main.errorMailMergeLoadFile": "Փաստաթղթի բեռնումը խափանվեց։ Խնդրում ենք ընտրել մեկ այլ ֆայլ:", "DE.Controllers.Main.errorMailMergeSaveFile": "Միաձուլումը խափանվեց։", "DE.Controllers.Main.errorNoTOC": "Արդիացնելու համար բովանդակություն չկա: Կարող եք զետեղել այն հղումներ ներդիրից:", + "DE.Controllers.Main.errorPasswordIsNotCorrect": "Ձեր տրամադրած գաղտնաբառը ճիշտ չէ:
Ստուգեք, որ CAPS LOCK ստեղնը անջատված է և օգտագործեք ճիշտ գլխատառացումը:", "DE.Controllers.Main.errorProcessSaveResult": "Պահումը ձախողվել է:", "DE.Controllers.Main.errorServerVersion": "Խմբագրիչի տարբերակը արդիացվել է։ Որպեսզի փոփոխումները տեղի ունենան, էջը նորից կբեռնվի։", "DE.Controllers.Main.errorSessionAbsolute": "Փաստաթղթի խմբագրման գործաժամը սպառվել է։ Նորի՛ց բեռնեք էջը։", @@ -1338,12 +1428,18 @@ "DE.Views.CellsAddDialog.textRow": "Տողեր", "DE.Views.CellsAddDialog.textTitle": "Տեղադրեք մի քանիսը", "DE.Views.CellsAddDialog.textUp": "Նշորդի վերևում", + "DE.Views.ChartSettings.text3dDepth": "Խորությունը (բազայի %)", + "DE.Views.ChartSettings.text3dHeight": "Բարձրություն (բազայի %)", + "DE.Views.ChartSettings.text3dRotation": "3D Պտտում", "DE.Views.ChartSettings.textAdvanced": "Ցուցադրել լրացուցիչ կարգավորումները", + "DE.Views.ChartSettings.textAutoscale": "Ինքնասանդղակ", "DE.Views.ChartSettings.textChartType": "Փոխել գծապատկերի տեսակը", + "DE.Views.ChartSettings.textDefault": "Սկզբնադիր շրջում", "DE.Views.ChartSettings.textDown": "Ներքև", "DE.Views.ChartSettings.textEditData": "Խմբագրել տվյալները", "DE.Views.ChartSettings.textHeight": "Բարձրություն", "DE.Views.ChartSettings.textLeft": "Ձախ", + "DE.Views.ChartSettings.textNarrow": "Նեղ տեսադաշտ", "DE.Views.ChartSettings.textOriginalSize": "Իրական չափ", "DE.Views.ChartSettings.textRight": "Աջ", "DE.Views.ChartSettings.textSize": "Չափ", @@ -1442,15 +1538,23 @@ "DE.Views.DateTimeDialog.textUpdate": "Ինքնաբար արդիացնել", "DE.Views.DateTimeDialog.txtTitle": "Ամիս-ամսաթիվ, ժամ", "DE.Views.DocProtection.hintProtectDoc": "Պաշտպանել փաստաթուղթը", + "DE.Views.DocProtection.txtDocProtectedComment": "Փաստաթուղթը պաշտպանված է:
Դուք կարող եք միայն մեկնաբանություններ տեղադրել այս փաստաթղթում:", + "DE.Views.DocProtection.txtDocProtectedForms": "Փաստաթուղթը պաշտպանված է:
Այս փաստաթղթում կարող եք լրացնել միայն ձևերը:", + "DE.Views.DocProtection.txtDocProtectedTrack": "Փաստաթուղթը պաշտպանված է:
Դուք կարող եք խմբագրել այս փաստաթուղթը, բայց բոլոր փոփոխությունները կհետևվեն:", + "DE.Views.DocProtection.txtDocProtectedView": "Փաստաթուղթը պաշտպանված է:
Դուք կարող եք դիտել միայն այս փաստաթուղթը:", + "DE.Views.DocProtection.txtDocUnlockDescription": "Փաստաթուղթը չպաշտպանելու համար մուտքագրեք գաղտնաբառ։", "DE.Views.DocProtection.txtProtectDoc": "Պաշտպանել փաստաթուղթը", "DE.Views.DocumentHolder.aboveText": "Վերև", "DE.Views.DocumentHolder.addCommentText": "Ավելացնել մեկնաբանություն", "DE.Views.DocumentHolder.advancedDropCapText": "Սկզբնատառի կարգավորումներ", + "DE.Views.DocumentHolder.advancedEquationText": "Հավասարման կարգավորումներ", "DE.Views.DocumentHolder.advancedFrameText": "Շրջանակի լրացուցիչ կարգավորումներ", "DE.Views.DocumentHolder.advancedParagraphText": "Պարբերության լրացուցիչ կարգավորումներ", "DE.Views.DocumentHolder.advancedTableText": "Աղյուսակի լրացուցիչ կարգավորումներ", "DE.Views.DocumentHolder.advancedText": "Լրացուցիչ կարգավորումներ", "DE.Views.DocumentHolder.alignmentText": "Հավասարեցում", + "DE.Views.DocumentHolder.allLinearText": "Ամբողջական գծային", + "DE.Views.DocumentHolder.allProfText": "Ամբողջական պրոֆեսիոնալ", "DE.Views.DocumentHolder.belowText": "Ներքևում", "DE.Views.DocumentHolder.breakBeforeText": "Սկզբից էջատում", "DE.Views.DocumentHolder.bulletsText": "Պարբերակներ և համարակալում", @@ -1459,6 +1563,8 @@ "DE.Views.DocumentHolder.centerText": "Կենտրոնով", "DE.Views.DocumentHolder.chartText": "Գծապատկերի լրացուցիչ կարգավորումներ", "DE.Views.DocumentHolder.columnText": "Սյունակ", + "DE.Views.DocumentHolder.currLinearText": "Ընթացիկ - Գծային", + "DE.Views.DocumentHolder.currProfText": "Ընթացիկ-Պրոֆեսիոնալ", "DE.Views.DocumentHolder.deleteColumnText": "Ջնջել սյունակ", "DE.Views.DocumentHolder.deleteRowText": "Ջնջել տող", "DE.Views.DocumentHolder.deleteTableText": "Ջնջել աղյուսակը", @@ -1471,6 +1577,7 @@ "DE.Views.DocumentHolder.editFooterText": "Խմբագրել էջատակը", "DE.Views.DocumentHolder.editHeaderText": "Խմբագրել էջագլուխը", "DE.Views.DocumentHolder.editHyperlinkText": "Խմբագրել գերհղումը", + "DE.Views.DocumentHolder.eqToInlineText": "Փոխել ներտող ", "DE.Views.DocumentHolder.guestText": "Հյուր", "DE.Views.DocumentHolder.hyperlinkText": "Գերհղում", "DE.Views.DocumentHolder.ignoreAllSpellText": "Անտեսել բոլորը", @@ -1485,6 +1592,7 @@ "DE.Views.DocumentHolder.insertText": "Զետեղել", "DE.Views.DocumentHolder.keepLinesText": "Տողերը պահել միասին ", "DE.Views.DocumentHolder.langText": "Ընտրել լեզուն", + "DE.Views.DocumentHolder.latexText": "LaTeX", "DE.Views.DocumentHolder.leftText": "Ձախ", "DE.Views.DocumentHolder.loadSpellText": "Տարբերակների բեռնում...", "DE.Views.DocumentHolder.mergeCellsText": "Միաձուլել վանդակները", @@ -2390,12 +2498,16 @@ "DE.Views.ParagraphSettingsAdvanced.txtAutoText": "Ինքնաշխատ", "DE.Views.ParagraphSettingsAdvanced.txtNoBorders": "Առանց եզրագծերի", "DE.Views.ProtectDialog.textComments": "Մեկնաբանություններ", + "DE.Views.ProtectDialog.textForms": "Լրացվող ձևեր", + "DE.Views.ProtectDialog.textView": "Փոփոխություններ չկան (Միայն-կարդալու)", + "DE.Views.ProtectDialog.txtAllow": "Թույլատրել միայն այս տեսակի խմբագրումը փաստաթղթում", "DE.Views.ProtectDialog.txtIncorrectPwd": "Հաստատման գաղտնաբառը նույնը չէ", "DE.Views.ProtectDialog.txtOptional": "ընտրովի", "DE.Views.ProtectDialog.txtPassword": "Գաղտնաբառ", "DE.Views.ProtectDialog.txtProtect": "Պաշտպանել", "DE.Views.ProtectDialog.txtRepeat": "Կրկնել գաղտնաբառը", "DE.Views.ProtectDialog.txtTitle": "Պաշտպանել", + "DE.Views.ProtectDialog.txtWarning": "Զգուշացում․ գաղտնաբառը կորցնելու կամ մոռանալու դեպքում այն ​​չի կարող վերականգնվել։Խնդրում ենք պահել այն ապահով տեղում:", "DE.Views.RightMenu.txtChartSettings": "Գծապատկերի կարգավորումներ", "DE.Views.RightMenu.txtFormSettings": "Ձևի կարգավորումներ", "DE.Views.RightMenu.txtHeaderFooterSettings": "Էջագլխի և էջատակի կարգավորումներ", @@ -2586,13 +2698,19 @@ "DE.Views.TableSettings.tipOuter": "Սահմանել միայն արտաքին եզրագիծը", "DE.Views.TableSettings.tipRight": "Սահմանել միայն արտաքին աջ եզրագիծը", "DE.Views.TableSettings.tipTop": "Սահմանել միայն արտաքին վերին եզրագիծը", + "DE.Views.TableSettings.txtGroupTable_BorderedAndLined": "Եզրագծած և Ընդգծված Աղյուսակներ", "DE.Views.TableSettings.txtGroupTable_Custom": "Հարմարեցված", + "DE.Views.TableSettings.txtGroupTable_Grid": "Ցանցավոր աղյուսակներ", + "DE.Views.TableSettings.txtGroupTable_List": "Ցուցակային աղյուսակներ", "DE.Views.TableSettings.txtNoBorders": "Առանց եզրագծերի", "DE.Views.TableSettings.txtTable_Accent": "Շեշտ", + "DE.Views.TableSettings.txtTable_Bordered": "Եզրագծած", + "DE.Views.TableSettings.txtTable_BorderedAndLined": "Եզրագծած և Ընդգծված", "DE.Views.TableSettings.txtTable_Colorful": "Գունավոր", "DE.Views.TableSettings.txtTable_Dark": "Մութ", "DE.Views.TableSettings.txtTable_GridTable": "Ցանցային աղյուսակ", "DE.Views.TableSettings.txtTable_Light": "Լույս", + "DE.Views.TableSettings.txtTable_Lined": "Գծավոր", "DE.Views.TableSettings.txtTable_ListTable": "Ցանկի աղյուսակ", "DE.Views.TableSettings.txtTable_PlainTable": "Պարզ աղյուսակ ", "DE.Views.TableSettings.txtTable_TableGrid": "Աղյուսակի կետացանց", @@ -2874,13 +2992,16 @@ "DE.Views.Toolbar.tipIncPrLeft": "Մեծացնել բացատը պարբերության սկզբում", "DE.Views.Toolbar.tipInsertChart": "Զետեղել գծապատկեր", "DE.Views.Toolbar.tipInsertEquation": "Դնել հավասարում", + "DE.Views.Toolbar.tipInsertHorizontalText": "Զետեղել հորիզոնական գրվածքի տուփ", "DE.Views.Toolbar.tipInsertImage": "Զետեղել նկար", "DE.Views.Toolbar.tipInsertNum": "Դնել էջի համարը", "DE.Views.Toolbar.tipInsertShape": "Զետեղել պատկեր", + "DE.Views.Toolbar.tipInsertSmartArt": "Զետեղել SmartArt", "DE.Views.Toolbar.tipInsertSymbol": "Տեղադրել նշան", "DE.Views.Toolbar.tipInsertTable": "Դնել աղյուսակ", "DE.Views.Toolbar.tipInsertText": "Դնել տեքստատուփ", "DE.Views.Toolbar.tipInsertTextArt": "Դնել տեքստարվեստից", + "DE.Views.Toolbar.tipInsertVerticalText": "Զետեղել ուղղահայաց գրվածքի տուփ", "DE.Views.Toolbar.tipLineNumbers": "Ցուցադրել տողերի համարները", "DE.Views.Toolbar.tipLineSpace": "Պարբերության տողամիջոց", "DE.Views.Toolbar.tipMailRecepients": "Փոստի միավորում", @@ -2952,6 +3073,7 @@ "DE.Views.ViewTab.textFitToPage": "Հարմարեցնել էջին", "DE.Views.ViewTab.textFitToWidth": "Լայնքով", "DE.Views.ViewTab.textInterfaceTheme": "Ինտերֆեյսի թեմա", + "DE.Views.ViewTab.textLeftMenu": "Ձախ վահանակ", "DE.Views.ViewTab.textNavigation": "Նավիգացիա", "DE.Views.ViewTab.textOutline": "Վերնագրեր", "DE.Views.ViewTab.textRulers": "Քանոններ", diff --git a/apps/documenteditor/main/locale/id.json b/apps/documenteditor/main/locale/id.json index 44f1a0351..8a181c16d 100644 --- a/apps/documenteditor/main/locale/id.json +++ b/apps/documenteditor/main/locale/id.json @@ -125,6 +125,165 @@ "Common.define.chartData.textScatterSmoothMarker": "Diagram sebar dengan garis mulus dan marker", "Common.define.chartData.textStock": "Diagram Garis", "Common.define.chartData.textSurface": "Permukaan", + "Common.define.smartArt.textAccentedPicture": "Gambar Beraksen", + "Common.define.smartArt.textAccentProcess": "Proses Aksen", + "Common.define.smartArt.textAlternatingFlow": "Alur Bolak-Balik", + "Common.define.smartArt.textAlternatingHexagons": "Segi Enam Bolak-Balik", + "Common.define.smartArt.textAlternatingPictureBlocks": "Blok Gambar Bolak-Balik", + "Common.define.smartArt.textAlternatingPictureCircles": "Lingkaran Gambar Bolak-Balik", + "Common.define.smartArt.textArchitectureLayout": "Tata Letak Arsitektur", + "Common.define.smartArt.textArrowRibbon": "Pita Anak Panah", + "Common.define.smartArt.textAscendingPictureAccentProcess": "Proses Akses Gambar Naik", + "Common.define.smartArt.textBalance": "Seimbang", + "Common.define.smartArt.textBasicBendingProcess": "Proses Meliuk Dasar", + "Common.define.smartArt.textBasicBlockList": "Daftar Blok Dasar", + "Common.define.smartArt.textBasicChevronProcess": "Proses Chevron Dasar", + "Common.define.smartArt.textBasicCycle": "Lingkaran Dasar", + "Common.define.smartArt.textBasicMatrix": "Matriks Dasar", + "Common.define.smartArt.textBasicPie": "Pai Dasar", + "Common.define.smartArt.textBasicProcess": "Proses Dasar", + "Common.define.smartArt.textBasicPyramid": "Piramida Dasar", + "Common.define.smartArt.textBasicRadial": "Radial Dasar", + "Common.define.smartArt.textBasicTarget": "Target Dasar", + "Common.define.smartArt.textBasicTimeline": "Garis Waktu Dasar", + "Common.define.smartArt.textBasicVenn": "Venn Dasar", + "Common.define.smartArt.textBendingPictureAccentList": "Daftar Akses Gambar Meliuk", + "Common.define.smartArt.textBendingPictureBlocks": "Blok Gambar Meliuk", + "Common.define.smartArt.textBendingPictureCaption": "Keterangan Gambar Meliuk", + "Common.define.smartArt.textBendingPictureCaptionList": "Daftar Keterangan Gambar Meliuk", + "Common.define.smartArt.textBendingPictureSemiTranparentText": "Teks Semi-Transparan Gambar Meliuk", + "Common.define.smartArt.textBlockCycle": "Lingkaran Blok", + "Common.define.smartArt.textBubblePictureList": "Daftar Gambar Gelembung", + "Common.define.smartArt.textCaptionedPictures": "Gambar Dengan Keterangan", + "Common.define.smartArt.textChevronAccentProcess": "Proses Aksen Chevron", + "Common.define.smartArt.textChevronList": "Daftar Chevron", + "Common.define.smartArt.textCircleAccentTimeline": "Garis Waktu Aksen Lingkaran", + "Common.define.smartArt.textCircleArrowProcess": "Proses Panah Lingkaran", + "Common.define.smartArt.textCirclePictureHierarchy": "Hierarki Gambar Lingkaran", + "Common.define.smartArt.textCircleProcess": "Proses Lingkaran", + "Common.define.smartArt.textCircleRelationship": "Hubungan Lingkaran", + "Common.define.smartArt.textCircularBendingProcess": "Proses Melingkar", + "Common.define.smartArt.textCircularPictureCallout": "Panggilan Gambar Melingkar", + "Common.define.smartArt.textClosedChevronProcess": "Proses Chevron Tertutup", + "Common.define.smartArt.textContinuousArrowProcess": "Proses Panah Berkelanjutan", + "Common.define.smartArt.textContinuousBlockProcess": "Proses Blok Berkelanjutan", + "Common.define.smartArt.textContinuousCycle": "Siklus Berkelanjutan", + "Common.define.smartArt.textContinuousPictureList": "Daftar Gambar Berkelanjutan", + "Common.define.smartArt.textConvergingArrows": "Panah Memusat", + "Common.define.smartArt.textConvergingRadial": "Radial Memusat", + "Common.define.smartArt.textConvergingText": "Teks Memusat", + "Common.define.smartArt.textCounterbalanceArrows": "Panah Pengimbang", + "Common.define.smartArt.textCycle": "Siklus", + "Common.define.smartArt.textCycleMatrix": "Matriks Siklus", + "Common.define.smartArt.textDescendingBlockList": "Daftar Blok Turun", + "Common.define.smartArt.textDescendingProcess": "Proses Menurun", + "Common.define.smartArt.textDetailedProcess": "Proses Terperinci", + "Common.define.smartArt.textDivergingArrows": "Panah Menyebar", + "Common.define.smartArt.textDivergingRadial": "Radial Menyebar", + "Common.define.smartArt.textEquation": "Persamaan", + "Common.define.smartArt.textFramedTextPicture": "Gambar Teks Terbingkai", + "Common.define.smartArt.textFunnel": "Corong", + "Common.define.smartArt.textGear": "Gerigi", + "Common.define.smartArt.textGridMatrix": "Matriks Kisi", + "Common.define.smartArt.textGroupedList": "Daftar yang Dikelompokkan", + "Common.define.smartArt.textHalfCircleOrganizationChart": "Bagan Organisasi Setengah Lingkaran", + "Common.define.smartArt.textHexagonCluster": "Kluster Segi Enam", + "Common.define.smartArt.textHexagonRadial": "Radial Segi Enam", + "Common.define.smartArt.textHierarchy": "Hierarki", + "Common.define.smartArt.textHierarchyList": "Daftar Hierarki", + "Common.define.smartArt.textHorizontalBulletList": "Daftar Poin Horizontal", + "Common.define.smartArt.textHorizontalHierarchy": "Hierarki Horizontal", + "Common.define.smartArt.textHorizontalLabeledHierarchy": "Hierarki Berlabel Horizontal", + "Common.define.smartArt.textHorizontalMultiLevelHierarchy": "Hierarki Multi-Level Horizontal", + "Common.define.smartArt.textHorizontalOrganizationChart": "Bagan Organisasi Horizontal", + "Common.define.smartArt.textHorizontalPictureList": "Daftar Gambar Horizontal", + "Common.define.smartArt.textIncreasingArrowProcess": "Proses Panah Meningkat", + "Common.define.smartArt.textIncreasingCircleProcess": "Proses Lingkaran Meningkat", + "Common.define.smartArt.textInterconnectedBlockProcess": "Proses Blok yang Saling Terhubung", + "Common.define.smartArt.textInterconnectedRings": "Cincin yang Saling Terhubung", + "Common.define.smartArt.textInvertedPyramid": "Piramida Terbalik", + "Common.define.smartArt.textLabeledHierarchy": "Hierarki Berlabel", + "Common.define.smartArt.textLinearVenn": "Venn Linear", + "Common.define.smartArt.textLinedList": "Daftar Bergaris", + "Common.define.smartArt.textList": "Daftar", + "Common.define.smartArt.textMatrix": "Matriks", + "Common.define.smartArt.textMultidirectionalCycle": "Siklus Multiarah", + "Common.define.smartArt.textNameAndTitleOrganizationChart": "Bagan Organisasi Nama dan Jabatan", + "Common.define.smartArt.textNestedTarget": "Target Bertumpuk", + "Common.define.smartArt.textNondirectionalCycle": "Siklus Tanpa Arah", + "Common.define.smartArt.textOpposingArrows": "Panah Berlawanan", + "Common.define.smartArt.textOpposingIdeas": "Ide Berlawanan", + "Common.define.smartArt.textOrganizationChart": "Bagan Organisasi", + "Common.define.smartArt.textOther": "Lainnya", + "Common.define.smartArt.textPhasedProcess": "Proses Berfase", + "Common.define.smartArt.textPicture": "Gambar", + "Common.define.smartArt.textPictureAccentBlocks": "Blok Aksen Gambar", + "Common.define.smartArt.textPictureAccentList": "Daftar Aksen Gambar", + "Common.define.smartArt.textPictureAccentProcess": "Proses Aksen Gambar", + "Common.define.smartArt.textPictureCaptionList": "Daftar Keterangan Gambar", + "Common.define.smartArt.textPictureFrame": "PictureFrame", + "Common.define.smartArt.textPictureGrid": "Kisi Gambar", + "Common.define.smartArt.textPictureLineup": "Deretan Gambar", + "Common.define.smartArt.textPictureOrganizationChart": "Bagan Organisasi Gambar", + "Common.define.smartArt.textPictureStrips": "Jalur Gambar", + "Common.define.smartArt.textPieProcess": "Proses Pai", + "Common.define.smartArt.textPlusAndMinus": "Plus dan Minus", + "Common.define.smartArt.textProcess": "Proses", + "Common.define.smartArt.textProcessArrows": "Panah Proses", + "Common.define.smartArt.textProcessList": "Daftar Proses", + "Common.define.smartArt.textPyramid": "Piramida", + "Common.define.smartArt.textPyramidList": "Daftar Piramida", + "Common.define.smartArt.textRadialCluster": "Kluster Radial", + "Common.define.smartArt.textRadialCycle": "Siklus Radial", + "Common.define.smartArt.textRadialList": "Daftar Radial", + "Common.define.smartArt.textRadialPictureList": "Daftar Gambar Radial", + "Common.define.smartArt.textRadialVenn": "Venn Radial", + "Common.define.smartArt.textRandomToResultProcess": "Proses Acak ke Hasil", + "Common.define.smartArt.textRelationship": "Hubungan", + "Common.define.smartArt.textRepeatingBendingProcess": "Proses Pengarahan Berulang", + "Common.define.smartArt.textReverseList": "Daftar Terbalik", + "Common.define.smartArt.textSegmentedCycle": "Siklus Bersegmen", + "Common.define.smartArt.textSegmentedProcess": "Proses Bersegmen", + "Common.define.smartArt.textSegmentedPyramid": "Piramida Bersegmen", + "Common.define.smartArt.textSnapshotPictureList": "Daftar Gambar Snapshot", + "Common.define.smartArt.textSpiralPicture": "Gambar Spiral", + "Common.define.smartArt.textSquareAccentList": "Daftar Aksen Persegi", + "Common.define.smartArt.textStackedList": "Daftar Bertumpuk", + "Common.define.smartArt.textStackedVenn": "Venn Bertumpuk", + "Common.define.smartArt.textStaggeredProcess": "Proses Pengaturan", + "Common.define.smartArt.textStepDownProcess": "Proses Mundur", + "Common.define.smartArt.textStepUpProcess": "Proses Meningkat", + "Common.define.smartArt.textSubStepProcess": "Proses Sub-Langkah", + "Common.define.smartArt.textTabbedArc": "Busur Bertab", + "Common.define.smartArt.textTableHierarchy": "Hierarki Tabel", + "Common.define.smartArt.textTableList": "Daftar Tabel", + "Common.define.smartArt.textTabList": "Daftar Tab", + "Common.define.smartArt.textTargetList": "Daftar Target", + "Common.define.smartArt.textTextCycle": "Siklus Teks", + "Common.define.smartArt.textThemePictureAccent": "Aksen Gambar Tema", + "Common.define.smartArt.textThemePictureAlternatingAccent": "Aksen Bolak-Balik Gambar Tema", + "Common.define.smartArt.textThemePictureGrid": "Kisi Gambar Tema", + "Common.define.smartArt.textTitledMatrix": "Matriks Berjudul", + "Common.define.smartArt.textTitledPictureAccentList": "Daftar Aksen Gambar Berjudul", + "Common.define.smartArt.textTitledPictureBlocks": "Blok Gambar Berjudul", + "Common.define.smartArt.textTitlePictureLineup": "Deretan Gambar Judul", + "Common.define.smartArt.textTrapezoidList": "Daftar Trapesium", + "Common.define.smartArt.textUpwardArrow": "Panah ke Atas", + "Common.define.smartArt.textVaryingWidthList": "Daftar dengan Lebar Bervariasi", + "Common.define.smartArt.textVerticalAccentList": "Daftar Aksen Vertikal", + "Common.define.smartArt.textVerticalArrowList": "Daftar Panah Vertikal", + "Common.define.smartArt.textVerticalBendingProcess": "Arah Proses Vertikal", + "Common.define.smartArt.textVerticalBlockList": "Daftar Blok Vertikal", + "Common.define.smartArt.textVerticalBoxList": "Daftar Kotak Vertikal", + "Common.define.smartArt.textVerticalBracketList": "Daftar Tanda Kurung Vertikal", + "Common.define.smartArt.textVerticalBulletList": "Daftar Poin Vertikal", + "Common.define.smartArt.textVerticalChevronList": "Daftar Chevron Vertikal", + "Common.define.smartArt.textVerticalCircleList": "Daftar Lingkaran Vertikal", + "Common.define.smartArt.textVerticalCurvedList": "Daftar Kurva Vertikal", + "Common.define.smartArt.textVerticalEquation": "Persamaan Vertikal", + "Common.define.smartArt.textVerticalPictureAccentList": "Daftar Aksen Gambar Vertikal", + "Common.define.smartArt.textVerticalPictureList": "Daftar Gambar Vertikal", + "Common.define.smartArt.textVerticalProcess": "Proses Vertikal", "Common.Translation.textMoreButton": "Lainnya", "Common.Translation.warnFileLocked": "Anda tidak bisa edit file ini karena sedang di edit di aplikasi lain.", "Common.Translation.warnFileLockedBtnEdit": "Buat salinan", @@ -556,6 +715,7 @@ "DE.Controllers.LeftMenu.warnReplaceString": "{0} bukan karakter khusus yang valid untuk bidang penggantian.", "DE.Controllers.Main.applyChangesTextText": "Memuat perubahan...", "DE.Controllers.Main.applyChangesTitleText": "Memuat Perubahan", + "DE.Controllers.Main.confirmMaxChangesSize": "Ukuran tindakan melebihi batas yang ditetapkan untuk server Anda.
Tekan \"Batalkan\" untuk membatalkan tindakan terakhir Anda atau tekan \"Lanjutkan\" untuk menyimpan tindakan secara lokal (Anda perlu mengunduh file atau menyalin isinya untuk memastikan tidak ada yang hilang).", "DE.Controllers.Main.convertationTimeoutText": "Waktu konversi habis.", "DE.Controllers.Main.criticalErrorExtText": "Tekan \"OK\" untuk kembali ke daftar dokumen.", "DE.Controllers.Main.criticalErrorTitle": "Kesalahan", @@ -645,6 +805,7 @@ "DE.Controllers.Main.textClose": "Tutup", "DE.Controllers.Main.textCloseTip": "Klik untuk menutup tips", "DE.Controllers.Main.textContactUs": "Hubungi sales", + "DE.Controllers.Main.textContinue": "Lanjutkan", "DE.Controllers.Main.textConvertEquation": "Persamaan ini dibuat dengan editor persamaan versi lama yang sudah tidak didukung. Untuk edit, konversikan persamaan ke format Office Math ML.
Konversi sekarang?", "DE.Controllers.Main.textCustomLoader": "Perlu diketahui bahwa berdasarkan syarat dari lisensi, Anda tidak bisa untuk mengganti loader.
Silakan hubungi Departemen Penjualan kami untuk mendapatkan harga.", "DE.Controllers.Main.textDisconnect": "Koneksi terputus", @@ -665,6 +826,7 @@ "DE.Controllers.Main.textStrict": "Mode strict", "DE.Controllers.Main.textTryUndoRedo": "Fungsi Undo/Redo dinonaktifkan untuk mode Co-editing Cepat.
Klik tombol 'Mode strict' untuk mengganti ke Mode Strict Co-editing untuk edit file tanpa gangguan dari user lain dan kirim perubahan Anda hanya setelah Anda menyimpannya. Anda bisa mengganti mode co-editing menggunakan editor di pengaturan lanjut.", "DE.Controllers.Main.textTryUndoRedoWarn": "Fungsi Undo/Redo dinonaktifkan untuk mode Co-editing Cepat.", + "DE.Controllers.Main.textUndo": "Batalkan", "DE.Controllers.Main.titleLicenseExp": "Lisensi kadaluwarsa", "DE.Controllers.Main.titleServerVersion": "Editor mengupdate", "DE.Controllers.Main.titleUpdateVersion": "Versi telah diubah", @@ -1788,6 +1950,7 @@ "DE.Views.FileMenuPanels.DocumentInfo.txtStatistics": "Statistik", "DE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Subyek", "DE.Views.FileMenuPanels.DocumentInfo.txtSymbols": "Simbol", + "DE.Views.FileMenuPanels.DocumentInfo.txtTags": "Tag", "DE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Judul", "DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Diunggah", "DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Kata", @@ -2759,6 +2922,7 @@ "DE.Views.Toolbar.capBtnInsImage": "Gambar", "DE.Views.Toolbar.capBtnInsPagebreak": "Breaks", "DE.Views.Toolbar.capBtnInsShape": "Bentuk", + "DE.Views.Toolbar.capBtnInsSmartArt": "SmartArt", "DE.Views.Toolbar.capBtnInsSymbol": "Simbol", "DE.Views.Toolbar.capBtnInsTable": "Tabel", "DE.Views.Toolbar.capBtnInsTextart": "Text Art", @@ -2909,6 +3073,7 @@ "DE.Views.Toolbar.tipInsertImage": "Sisipkan Gambar", "DE.Views.Toolbar.tipInsertNum": "Sisipkan Nomor Halaman", "DE.Views.Toolbar.tipInsertShape": "Sisipkan Bentuk Otomatis", + "DE.Views.Toolbar.tipInsertSmartArt": "Sisipkan SmartArt", "DE.Views.Toolbar.tipInsertSymbol": "Sisipkan simbol", "DE.Views.Toolbar.tipInsertTable": "Sisipkan Tabel", "DE.Views.Toolbar.tipInsertText": "Sisipkan kotak teks", @@ -2985,8 +3150,10 @@ "DE.Views.ViewTab.textFitToPage": "Sesuaikan Halaman", "DE.Views.ViewTab.textFitToWidth": "Sesuaikan Lebar", "DE.Views.ViewTab.textInterfaceTheme": "Tema interface", + "DE.Views.ViewTab.textLeftMenu": "Panel kiri", "DE.Views.ViewTab.textNavigation": "Navigasi", "DE.Views.ViewTab.textOutline": "Tajuk", + "DE.Views.ViewTab.textRightMenu": "Panel kanan", "DE.Views.ViewTab.textRulers": "Penggaris", "DE.Views.ViewTab.textStatusBar": "Bar Status", "DE.Views.ViewTab.textZoom": "Pembesaran", diff --git a/apps/documenteditor/main/locale/it.json b/apps/documenteditor/main/locale/it.json index af5e3f2ea..6656ea399 100644 --- a/apps/documenteditor/main/locale/it.json +++ b/apps/documenteditor/main/locale/it.json @@ -125,6 +125,13 @@ "Common.define.chartData.textScatterSmoothMarker": "Grafico a dispersione con linee e indicatori", "Common.define.chartData.textStock": "Azionario", "Common.define.chartData.textSurface": "Superficie", + "Common.define.smartArt.textBalance": "Equilibri", + "Common.define.smartArt.textEquation": "Equazione", + "Common.define.smartArt.textFunnel": "Imbuto", + "Common.define.smartArt.textList": "Elenco", + "Common.define.smartArt.textMatrix": "Matrice", + "Common.define.smartArt.textOther": "Altro", + "Common.define.smartArt.textPicture": "Immagine", "Common.Translation.textMoreButton": "più", "Common.Translation.warnFileLocked": "Non puoi modificare questo file perché è in fase di modifica in un'altra applicazione.", "Common.Translation.warnFileLockedBtnEdit": "Crea copia", @@ -288,6 +295,8 @@ "Common.Views.DocumentAccessDialog.textLoading": "Caricamento in corso...", "Common.Views.DocumentAccessDialog.textTitle": "Impostazioni di condivisione", "Common.Views.ExternalDiagramEditor.textTitle": "Editor di grafici", + "Common.Views.ExternalEditor.textClose": "Chiudi", + "Common.Views.ExternalEditor.textSave": "Salva ed esci", "Common.Views.ExternalMergeEditor.textTitle": "Destinatari Stampa unione", "Common.Views.ExternalOleEditor.textTitle": "Editor di fogli di calcolo", "Common.Views.Header.labelCoUsersDescr": "Utenti che stanno modificando il file:", @@ -354,6 +363,7 @@ "Common.Views.Plugins.textStart": "Inizia", "Common.Views.Plugins.textStop": "Termina", "Common.Views.Protection.hintAddPwd": "Crittografa con password", + "Common.Views.Protection.hintDelPwd": "Elimina password", "Common.Views.Protection.hintPwd": "Modifica o rimuovi password", "Common.Views.Protection.hintSignature": "Aggiungi firma digitale o riga di firma", "Common.Views.Protection.txtAddPwd": "Aggiungi password", @@ -435,7 +445,7 @@ "Common.Views.ReviewChanges.txtSharing": "Condivisione", "Common.Views.ReviewChanges.txtSpelling": "Controllo ortografico", "Common.Views.ReviewChanges.txtTurnon": "Traccia cambiamenti", - "Common.Views.ReviewChanges.txtView": "Modalità Visualizzazione", + "Common.Views.ReviewChanges.txtView": "Modalità di visualizzazione", "Common.Views.ReviewChangesDialog.textTitle": "Rivedi modifiche", "Common.Views.ReviewChangesDialog.txtAccept": "Accetta", "Common.Views.ReviewChangesDialog.txtAcceptAll": "Accetta tutte le modifiche", @@ -591,6 +601,7 @@ "DE.Controllers.Main.errorSetPassword": "Impossibile impostare la password.", "DE.Controllers.Main.errorStockChart": "Righe ordinate in modo errato. Per creare un grafico azionario posizionare i dati sul foglio nel seguente ordine:
prezzo di apertura, prezzo massimo, prezzo minimo, prezzo di chiusura.", "DE.Controllers.Main.errorSubmit": "Invio fallito.", + "DE.Controllers.Main.errorTextFormWrongFormat": "Il valore inserito non corrisponde al formato del campo.", "DE.Controllers.Main.errorToken": "Il token di sicurezza del documento non è stato creato correttamente.
Si prega di contattare l'amministratore del Server dei Documenti.", "DE.Controllers.Main.errorTokenExpire": "Il token di sicurezza del documento è scaduto.
Si prega di contattare l'amministratore del Server dei Documenti.", "DE.Controllers.Main.errorUpdateVersion": "La versione del file è stata modificata. La pagina verrà ricaricata.", @@ -638,6 +649,7 @@ "DE.Controllers.Main.textClose": "Chiudi", "DE.Controllers.Main.textCloseTip": "Clicca su per chiudere la notifica", "DE.Controllers.Main.textContactUs": "Contatta il team di vendite", + "DE.Controllers.Main.textContinue": "Continua", "DE.Controllers.Main.textConvertEquation": "Questa equazione è stata creata con una vecchia versione dell'editor di equazioni che non è più supportata.Per modificarla, convertire l'equazione nel formato ML di Office Math.
Convertire ora?", "DE.Controllers.Main.textCustomLoader": "Si prega di notare che, in base ai termini della licenza, non si ha il diritto di modificare il caricatore.
Si prega di contattare il nostro reparto vendite per ottenere un preventivo.", "DE.Controllers.Main.textDisconnect": "Connessione persa", @@ -658,6 +670,7 @@ "DE.Controllers.Main.textStrict": "Modalità Rigorosa", "DE.Controllers.Main.textTryUndoRedo": "Le funzioni Annulla/Ripristina sono disabilitate per la Modalità di Co-editing Veloce.
Clicca il pulsante 'Modalità Rigorosa' per passare alla Modalità di Co-editing Rigorosa per poter modificare il file senza l'interferenza di altri utenti e inviare le modifiche solamente dopo averle salvate. Puoi passare da una modalità all'altra di co-editing utilizzando le Impostazioni avanzate dell'editor.", "DE.Controllers.Main.textTryUndoRedoWarn": "Le funzioni Annulla/Ripeti sono disattivate nella modalità rapida in modifica collaborativa.", + "DE.Controllers.Main.textUndo": "Annulla", "DE.Controllers.Main.titleLicenseExp": "La licenza è scaduta", "DE.Controllers.Main.titleServerVersion": "L'editor è stato aggiornato", "DE.Controllers.Main.titleUpdateVersion": "Versione Modificata", @@ -1329,12 +1342,17 @@ "DE.Views.CellsAddDialog.textUp": "Sopra il cursore", "DE.Views.ChartSettings.textAdvanced": "Mostra impostazioni avanzate", "DE.Views.ChartSettings.textChartType": "Cambia tipo di grafico", + "DE.Views.ChartSettings.textDown": "Giù", "DE.Views.ChartSettings.textEditData": "Modifica dati", "DE.Views.ChartSettings.textHeight": "Altezza", + "DE.Views.ChartSettings.textLeft": "A sinistra", "DE.Views.ChartSettings.textOriginalSize": "Dimensione reale", + "DE.Views.ChartSettings.textPerspective": "Prospettiva", + "DE.Views.ChartSettings.textRight": "A destra", "DE.Views.ChartSettings.textSize": "Dimensione", "DE.Views.ChartSettings.textStyle": "Stile", "DE.Views.ChartSettings.textUndock": "Disancora dal pannello", + "DE.Views.ChartSettings.textUp": "Verso l'alto", "DE.Views.ChartSettings.textWidth": "Larghezza", "DE.Views.ChartSettings.textWrap": "Stile di disposizione testo", "DE.Views.ChartSettings.txtBehind": "Dietro al testo", @@ -1426,6 +1444,8 @@ "DE.Views.DateTimeDialog.textLang": "Lingua", "DE.Views.DateTimeDialog.textUpdate": "Aggiorna automaticamente", "DE.Views.DateTimeDialog.txtTitle": "Data e ora", + "DE.Views.DocProtection.hintProtectDoc": "Proteggi documento", + "DE.Views.DocProtection.txtProtectDoc": "Proteggi documento", "DE.Views.DocumentHolder.aboveText": "Al di sopra", "DE.Views.DocumentHolder.addCommentText": "Aggiungi commento", "DE.Views.DocumentHolder.advancedDropCapText": "Impostazioni di capolettera", @@ -1751,6 +1771,7 @@ "DE.Views.FileMenuPanels.DocumentInfo.txtStatistics": "Statistiche", "DE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Oggetto", "DE.Views.FileMenuPanels.DocumentInfo.txtSymbols": "Simboli", + "DE.Views.FileMenuPanels.DocumentInfo.txtTags": "Etichette", "DE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Titolo documento", "DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Caricato", "DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Parole", @@ -1759,7 +1780,7 @@ "DE.Views.FileMenuPanels.DocumentRights.txtRights": "Persone che hanno diritti", "DE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Avviso", "DE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "con Password", - "DE.Views.FileMenuPanels.ProtectDoc.strProtect": "Proteggi Documento", + "DE.Views.FileMenuPanels.ProtectDoc.strProtect": "Proteggi documento", "DE.Views.FileMenuPanels.ProtectDoc.strSignature": "con Firma", "DE.Views.FileMenuPanels.ProtectDoc.txtEdit": "Modifica documento", "DE.Views.FileMenuPanels.ProtectDoc.txtEditWarning": "La modifica eliminerà le firme dal documento.
Vuoi continuare?", @@ -1841,6 +1862,7 @@ "DE.Views.FormSettings.textComplex": "Campo complesso", "DE.Views.FormSettings.textConnected": "Campi collegati", "DE.Views.FormSettings.textDelete": "Elimina", + "DE.Views.FormSettings.textDigits": "Cifre", "DE.Views.FormSettings.textDisconnect": "Disconnetti", "DE.Views.FormSettings.textDropDown": "Menù a discesca", "DE.Views.FormSettings.textExact": "Esattamente", @@ -1859,6 +1881,7 @@ "DE.Views.FormSettings.textMulti": "Campo con molte righe", "DE.Views.FormSettings.textNever": "Mai", "DE.Views.FormSettings.textNoBorder": "Senza bordo", + "DE.Views.FormSettings.textNone": "Nessuno", "DE.Views.FormSettings.textPlaceholder": "Segnaposto", "DE.Views.FormSettings.textRadiobox": "Pulsante opzione", "DE.Views.FormSettings.textRequired": "Richiesto", @@ -2059,6 +2082,7 @@ "DE.Views.LeftMenu.tipComments": "Commenti", "DE.Views.LeftMenu.tipNavigation": "Navigazione", "DE.Views.LeftMenu.tipOutline": "Intestazioni", + "DE.Views.LeftMenu.tipPageThumbnails": "Miniature delle pagine", "DE.Views.LeftMenu.tipPlugins": "Plugin", "DE.Views.LeftMenu.tipSearch": "Ricerca", "DE.Views.LeftMenu.tipSupport": "Feedback & Supporto", @@ -2366,6 +2390,14 @@ "DE.Views.ParagraphSettingsAdvanced.tipTop": "Imposta solo bordo superiore", "DE.Views.ParagraphSettingsAdvanced.txtAutoText": "Auto", "DE.Views.ParagraphSettingsAdvanced.txtNoBorders": "Nessun bordo", + "DE.Views.ProtectDialog.textComments": "Commenti", + "DE.Views.ProtectDialog.txtIncorrectPwd": "La password di conferma non corrisponde", + "DE.Views.ProtectDialog.txtOptional": "opzionale", + "DE.Views.ProtectDialog.txtPassword": "Password", + "DE.Views.ProtectDialog.txtProtect": "Proteggere", + "DE.Views.ProtectDialog.txtRepeat": "Ripeti la password", + "DE.Views.ProtectDialog.txtTitle": "Proteggere", + "DE.Views.ProtectDialog.txtWarning": "Importante: una volta persa o dimenticata, la password non potrà più essere recuperata. Conservalo in un luogo sicuro.", "DE.Views.RightMenu.txtChartSettings": "Impostazioni grafico", "DE.Views.RightMenu.txtFormSettings": "‎Impostazioni modulo‎", "DE.Views.RightMenu.txtHeaderFooterSettings": "Impostazioni intestazione e piè di pagina", @@ -2556,6 +2588,7 @@ "DE.Views.TableSettings.tipOuter": "Imposta solo bordi esterni", "DE.Views.TableSettings.tipRight": "Imposta solo bordo esterno destro", "DE.Views.TableSettings.tipTop": "Imposta solo bordo esterno superiore", + "DE.Views.TableSettings.txtGroupTable_Custom": "Personalizzato", "DE.Views.TableSettings.txtNoBorders": "Nessun bordo", "DE.Views.TableSettings.txtTable_Accent": "Accento", "DE.Views.TableSettings.txtTable_Colorful": "Colorato", @@ -2684,7 +2717,7 @@ "DE.Views.TextToTableDialog.textWindow": "Autofit alla finestra", "DE.Views.TextToTableDialog.txtAutoText": "Automatico", "DE.Views.Toolbar.capBtnAddComment": "Aggiungi commento", - "DE.Views.Toolbar.capBtnBlankPage": "Pagina Vuota", + "DE.Views.Toolbar.capBtnBlankPage": "Pagina vuota", "DE.Views.Toolbar.capBtnColumns": "Colonne", "DE.Views.Toolbar.capBtnComment": "Commento", "DE.Views.Toolbar.capBtnDateTime": "Data e ora", @@ -2696,6 +2729,7 @@ "DE.Views.Toolbar.capBtnInsImage": "Immagine", "DE.Views.Toolbar.capBtnInsPagebreak": "Interruzione di pagina", "DE.Views.Toolbar.capBtnInsShape": "Forma", + "DE.Views.Toolbar.capBtnInsSmartArt": "SmartArt", "DE.Views.Toolbar.capBtnInsSymbol": "Simbolo", "DE.Views.Toolbar.capBtnInsTable": "Tabella", "DE.Views.Toolbar.capBtnInsTextart": "Text Art", diff --git a/apps/documenteditor/main/locale/pt-pt.json b/apps/documenteditor/main/locale/pt-pt.json index 31a5d12e9..0bce6e2fe 100644 --- a/apps/documenteditor/main/locale/pt-pt.json +++ b/apps/documenteditor/main/locale/pt-pt.json @@ -125,6 +125,11 @@ "Common.define.chartData.textScatterSmoothMarker": "Dispersão com Linhas Suaves e Marcadores", "Common.define.chartData.textStock": "Gráfico de ações", "Common.define.chartData.textSurface": "Superfície", + "Common.define.smartArt.textEquation": "Equação", + "Common.define.smartArt.textFunnel": "Funil", + "Common.define.smartArt.textList": "Lista", + "Common.define.smartArt.textOther": "Outro", + "Common.define.smartArt.textPicture": "Imagem", "Common.Translation.textMoreButton": "Mais", "Common.Translation.warnFileLocked": "Não pode editar o ficheiro porque este está a ser editado por outra aplicação.", "Common.Translation.warnFileLockedBtnEdit": "Criar uma cópia", @@ -645,6 +650,7 @@ "DE.Controllers.Main.textClose": "Fechar", "DE.Controllers.Main.textCloseTip": "Clique para fechar a dica", "DE.Controllers.Main.textContactUs": "Contacte a equipa comercial", + "DE.Controllers.Main.textContinue": "Continuar", "DE.Controllers.Main.textConvertEquation": "Esta equação foi criada com uma versão anterior da aplicação e já não é suportada. Para a editar, tem que converter a equação para o formato Office Math ML.
Converter agora?", "DE.Controllers.Main.textCustomLoader": "Tenha em conta de que, de acordo com os termos da licença, não tem permissões para alterar o carregador.
Por favor contacte a equipa comercial.", "DE.Controllers.Main.textDisconnect": "A ligação está perdida", @@ -665,6 +671,7 @@ "DE.Controllers.Main.textStrict": "Modo estrito", "DE.Controllers.Main.textTryUndoRedo": "As funções Desfazer/Refazer foram desativadas para se poder co-editar o documento.
Clique no botão 'Modo estrito' para ativar este modo de edição e editar o ficheiro sem ser incomodado por outros utilizadores enviando apenas as suas alterações assim que terminar e guardar. Pode alternar entre modos de co-edição através das definições avançadas.", "DE.Controllers.Main.textTryUndoRedoWarn": "As funções Desfazer/Refazer estão desativadas no modo de co-edição rápida.", + "DE.Controllers.Main.textUndo": "Desfazer", "DE.Controllers.Main.titleLicenseExp": "Licença expirada", "DE.Controllers.Main.titleServerVersion": "Editor atualizado", "DE.Controllers.Main.titleUpdateVersion": "Versão alterada", @@ -1788,6 +1795,7 @@ "DE.Views.FileMenuPanels.DocumentInfo.txtStatistics": "Estatísticas", "DE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Assunto", "DE.Views.FileMenuPanels.DocumentInfo.txtSymbols": "Símbolos", + "DE.Views.FileMenuPanels.DocumentInfo.txtTags": "Tags", "DE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Título", "DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Carregado", "DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Palavras", @@ -2759,6 +2767,7 @@ "DE.Views.Toolbar.capBtnInsImage": "Imagem", "DE.Views.Toolbar.capBtnInsPagebreak": "Quebras", "DE.Views.Toolbar.capBtnInsShape": "Forma", + "DE.Views.Toolbar.capBtnInsSmartArt": "SmartArt", "DE.Views.Toolbar.capBtnInsSymbol": "Símbolo", "DE.Views.Toolbar.capBtnInsTable": "Tabela", "DE.Views.Toolbar.capBtnInsTextart": "Lágrima", diff --git a/apps/documenteditor/main/locale/pt.json b/apps/documenteditor/main/locale/pt.json index bd9eef6e6..30edd05c0 100644 --- a/apps/documenteditor/main/locale/pt.json +++ b/apps/documenteditor/main/locale/pt.json @@ -125,6 +125,12 @@ "Common.define.chartData.textScatterSmoothMarker": "Dispersão com linhas suaves e marcadores", "Common.define.chartData.textStock": "Gráfico de ações", "Common.define.chartData.textSurface": "Superfície", + "Common.define.smartArt.textBalance": "Saldo", + "Common.define.smartArt.textEquation": "Equação", + "Common.define.smartArt.textFunnel": "Funil", + "Common.define.smartArt.textList": "Lista", + "Common.define.smartArt.textOther": "Outro", + "Common.define.smartArt.textPicture": "Imagem", "Common.Translation.textMoreButton": "Mais", "Common.Translation.warnFileLocked": "Documento está em uso por outra aplicação. Você pode continuar editando e salvá-lo como uma cópia.", "Common.Translation.warnFileLockedBtnEdit": "Criar uma cópia", @@ -645,6 +651,7 @@ "DE.Controllers.Main.textClose": "Fechar", "DE.Controllers.Main.textCloseTip": "Clique para fechar a dica", "DE.Controllers.Main.textContactUs": "Contate as vendas", + "DE.Controllers.Main.textContinue": "Continuar", "DE.Controllers.Main.textConvertEquation": "Esta equação foi criada com uma versão antiga do editor de equação que não é mais compatível. Para editá-lo, converta a equação para o formato Office Math ML.
Converter agora?", "DE.Controllers.Main.textCustomLoader": "Por favor, observe que de acordo com os termos de licença, você não tem autorização para alterar o carregador.
Por favor, contate o Departamento de Vendas para fazer cotação.", "DE.Controllers.Main.textDisconnect": "A conexão está perdida", @@ -665,6 +672,7 @@ "DE.Controllers.Main.textStrict": "Modo estrito", "DE.Controllers.Main.textTryUndoRedo": "As funções Desfazer/Refazer ficam desabilitadas no modo de Coedição Rápida.
Selecione o modo 'Estrito' para editar o aquivo sem que outros usuários interfiram e envie suas mudanças somente ao salvar o documento. Você pode alternar entre os modos de coedição usando as Configurações Avançadas.\",", "DE.Controllers.Main.textTryUndoRedoWarn": "As funções Desfazer/Refazer estão desabilitadas para o modo de coedição rápido", + "DE.Controllers.Main.textUndo": "Desfazer", "DE.Controllers.Main.titleLicenseExp": "A licença expirou", "DE.Controllers.Main.titleServerVersion": "Editor atualizado", "DE.Controllers.Main.titleUpdateVersion": "Versão alterada", @@ -1788,6 +1796,7 @@ "DE.Views.FileMenuPanels.DocumentInfo.txtStatistics": "Estatísticas", "DE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Assunto", "DE.Views.FileMenuPanels.DocumentInfo.txtSymbols": "Símbolos", + "DE.Views.FileMenuPanels.DocumentInfo.txtTags": "Etiquetas", "DE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Título do documento", "DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Carregado", "DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Palavras", @@ -2759,6 +2768,7 @@ "DE.Views.Toolbar.capBtnInsImage": "Imagem", "DE.Views.Toolbar.capBtnInsPagebreak": "Quebras", "DE.Views.Toolbar.capBtnInsShape": "Forma", + "DE.Views.Toolbar.capBtnInsSmartArt": "SmartArt", "DE.Views.Toolbar.capBtnInsSymbol": "Símbolo", "DE.Views.Toolbar.capBtnInsTable": "Tabela", "DE.Views.Toolbar.capBtnInsTextart": "Arte de texto", diff --git a/apps/documenteditor/main/locale/ru.json b/apps/documenteditor/main/locale/ru.json index 9adafafe9..846ea2958 100644 --- a/apps/documenteditor/main/locale/ru.json +++ b/apps/documenteditor/main/locale/ru.json @@ -612,10 +612,10 @@ "Common.Views.ReviewPopover.textCancel": "Отмена", "Common.Views.ReviewPopover.textClose": "Закрыть", "Common.Views.ReviewPopover.textEdit": "OK", + "Common.Views.ReviewPopover.textEnterComment": "Введите здесь свой комментарий", "Common.Views.ReviewPopover.textFollowMove": "Перейти на прежнее место", "Common.Views.ReviewPopover.textMention": "+упоминание предоставит доступ к документу и отправит оповещение по почте", "Common.Views.ReviewPopover.textMentionNotify": "+упоминание отправит пользователю оповещение по почте", - "Common.Views.ReviewPopover.textEnterComment": "Введите здесь свой комментарий", "Common.Views.ReviewPopover.textOpenAgain": "Открыть снова", "Common.Views.ReviewPopover.textReply": "Ответить", "Common.Views.ReviewPopover.textResolve": "Решить", @@ -743,6 +743,11 @@ "DE.Controllers.Main.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.", "DE.Controllers.Main.errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.
Обратитесь к администратору Сервера документов для получения дополнительной информации.", "DE.Controllers.Main.errorForceSave": "При сохранении файла произошла ошибка. Используйте опцию 'Скачать как', чтобы сохранить файл на диск или повторите попытку позже.", + "DE.Controllers.Main.errorInconsistentExt": "При открытии файла произошла ошибка.
Содержимое файла не соответствует расширению файла.", + "DE.Controllers.Main.errorInconsistentExtDocx": "При открытии файла произошла ошибка.
Содержимое файла соответствует документам (например, docx), но файл имеет несоответствующее расширение: %1.", + "DE.Controllers.Main.errorInconsistentExtPdf": "При открытии файла произошла ошибка.
Содержимое файла соответствует одному из следующих форматов: pdf/djvu/xps/oxps, но файл имеет несоответствующее расширение: %1.", + "DE.Controllers.Main.errorInconsistentExtPptx": "При открытии файла произошла ошибка.
Содержимое файла соответствует презентациям (например, pptx), но файл имеет несоответствующее расширение: %1.", + "DE.Controllers.Main.errorInconsistentExtXlsx": "При открытии файла произошла ошибка.
Содержимое файла соответствует электронным таблицам (например, xlsx), но файл имеет несоответствующее расширение: %1.", "DE.Controllers.Main.errorKeyEncrypt": "Неизвестный дескриптор ключа", "DE.Controllers.Main.errorKeyExpire": "Срок действия дескриптора ключа истек", "DE.Controllers.Main.errorLoadingFont": "Шрифты не загружены.
Пожалуйста, обратитесь к администратору Сервера документов.", @@ -3151,8 +3156,10 @@ "DE.Views.ViewTab.textFitToPage": "По размеру страницы", "DE.Views.ViewTab.textFitToWidth": "По ширине", "DE.Views.ViewTab.textInterfaceTheme": "Тема интерфейса", + "DE.Views.ViewTab.textLeftMenu": "Левая панель", "DE.Views.ViewTab.textNavigation": "Навигация", "DE.Views.ViewTab.textOutline": "Заголовки", + "DE.Views.ViewTab.textRightMenu": "Правая панель", "DE.Views.ViewTab.textRulers": "Линейки", "DE.Views.ViewTab.textStatusBar": "Строка состояния", "DE.Views.ViewTab.textZoom": "Масштаб", diff --git a/apps/documenteditor/main/locale/zh.json b/apps/documenteditor/main/locale/zh.json index 102c954c7..cf663d5c7 100644 --- a/apps/documenteditor/main/locale/zh.json +++ b/apps/documenteditor/main/locale/zh.json @@ -263,7 +263,27 @@ "Common.define.smartArt.textThemePictureAccent": "主题图片重点", "Common.define.smartArt.textThemePictureAlternatingAccent": "主题图片交替重点", "Common.define.smartArt.textThemePictureGrid": "主题图片网格", + "Common.define.smartArt.textTitledMatrix": "带标题的矩阵", + "Common.define.smartArt.textTitledPictureAccentList": "标题图片重点列表", + "Common.define.smartArt.textTitledPictureBlocks": "标题图片块", "Common.define.smartArt.textTitlePictureLineup": "标题图片排列", + "Common.define.smartArt.textTrapezoidList": "梯形列表", + "Common.define.smartArt.textUpwardArrow": "向上箭头", + "Common.define.smartArt.textVaryingWidthList": "不同宽度列表", + "Common.define.smartArt.textVerticalAccentList": "垂直重点列表", + "Common.define.smartArt.textVerticalArrowList": "垂直箭头列表", + "Common.define.smartArt.textVerticalBendingProcess": "垂直蛇形流程", + "Common.define.smartArt.textVerticalBlockList": "垂直块列表", + "Common.define.smartArt.textVerticalBoxList": "垂直框列表", + "Common.define.smartArt.textVerticalBracketList": "垂直括弧列表", + "Common.define.smartArt.textVerticalBulletList": "垂直项目符号列表", + "Common.define.smartArt.textVerticalChevronList": "垂直 V 形列表", + "Common.define.smartArt.textVerticalCircleList": "垂直圆形列表", + "Common.define.smartArt.textVerticalCurvedList": "垂直曲形列表", + "Common.define.smartArt.textVerticalEquation": "垂直公式", + "Common.define.smartArt.textVerticalPictureAccentList": "垂直图片重点列表", + "Common.define.smartArt.textVerticalPictureList": "垂直图片列表", + "Common.define.smartArt.textVerticalProcess": "垂直流程", "Common.Translation.textMoreButton": "更多", "Common.Translation.warnFileLocked": "您不能编辑此文件,因为它正在另一个应用程序中被编辑。", "Common.Translation.warnFileLockedBtnEdit": "建立副本", @@ -806,6 +826,7 @@ "DE.Controllers.Main.textStrict": "手动模式", "DE.Controllers.Main.textTryUndoRedo": "对于自动的协同编辑模式,取消/重做功能是禁用的。< br >单击“手动模式”按钮切换到手动协同编辑模式,这样,编辑该文件时只有您保存修改之后,其他用户才能访问这些修改。您可以使用编辑器高级设置易于切换编辑模式。", "DE.Controllers.Main.textTryUndoRedoWarn": "自动共同编辑模式下,撤销/重做功能被禁用。", + "DE.Controllers.Main.textUndo": "撤消", "DE.Controllers.Main.titleLicenseExp": "许可证过期", "DE.Controllers.Main.titleServerVersion": "编辑器已更新", "DE.Controllers.Main.titleUpdateVersion": "版本已变化", @@ -2553,6 +2574,7 @@ "DE.Views.ParagraphSettingsAdvanced.txtNoBorders": "没有边框", "DE.Views.ProtectDialog.textComments": "评论", "DE.Views.ProtectDialog.textForms": "填写表单", + "DE.Views.ProtectDialog.textReview": "修订", "DE.Views.ProtectDialog.textView": "不允许任何更改(只读)", "DE.Views.ProtectDialog.txtAllow": "仅允许在文档中进行此类型的编辑", "DE.Views.ProtectDialog.txtIncorrectPwd": "确认的密码与先前输入的不一致。", @@ -2561,6 +2583,7 @@ "DE.Views.ProtectDialog.txtProtect": "保护", "DE.Views.ProtectDialog.txtRepeat": "重复输入密码", "DE.Views.ProtectDialog.txtTitle": "保护", + "DE.Views.ProtectDialog.txtWarning": "警告: 如果丢失或忘记密码,则无法将其恢复。请妥善保存。", "DE.Views.RightMenu.txtChartSettings": "图表设置", "DE.Views.RightMenu.txtFormSettings": "表单设置", "DE.Views.RightMenu.txtHeaderFooterSettings": "页眉和页脚设置", diff --git a/apps/documenteditor/mobile/locale/az.json b/apps/documenteditor/mobile/locale/az.json index f40713436..b9901c0ac 100644 --- a/apps/documenteditor/mobile/locale/az.json +++ b/apps/documenteditor/mobile/locale/az.json @@ -220,6 +220,7 @@ "textAlign": "Nizamlayın", "textAllCaps": "Bütün başlıqlar", "textAllowOverlap": "Üst-üstə düşməsinə icazə verin", + "textAugust": "avqust", "textAuto": "Avtomatik", "textAutomatic": "Avtomatik", "textBack": "Geriyə", @@ -232,7 +233,9 @@ "textBringToForeground": "Ön plana çıxarın", "textBullets": "Markerlər", "textBulletsAndNumbers": "Markerlər və Ədədlər", + "textCancel": "Ləğv", "textCellMargins": "Xanalardakı Kənar Boşluqlar", + "textCentered": "Mərkəzlənmiş", "textChart": "Diaqram", "textClose": "Bağlayın", "textColor": "Rəng", @@ -320,9 +323,6 @@ "textWrap": "Keçirin", "textAmountOfLevels": "Amount of Levels", "textApril": "April", - "textAugust": "August", - "textCancel": "Cancel", - "textCentered": "Centered", "textChangeShape": "Change Shape", "textClassic": "Classic", "textCreateTextStyle": "Create new text style", @@ -419,13 +419,13 @@ "uploadImageSizeMessage": "Təsvir çox böyükdür. Maksimum ölçü 25 MB-dır.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", - "errorTextFormWrongFormat": "The value entered does not match the format of the field.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Məlumat yüklənir...", @@ -575,6 +575,7 @@ "textApplicationSettings": "Proqram Parametrləri", "textAuthor": "Müəllif", "textBack": "Geriyə", + "textBeginningDocument": "Sənədin başlanğıcı", "textBottom": "Aşağı", "textCancel": "Ləğv edin", "textCaseSensitive": "Böyük/Kiçik Hərfə Həssas", @@ -675,7 +676,6 @@ "txtScheme7": "Bərabər", "txtScheme8": "Axın", "txtScheme9": "Emalatxana", - "textBeginningDocument": "Beginning of document", "textDirection": "Direction", "textEmptyHeading": "Empty Heading", "textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.", diff --git a/apps/documenteditor/mobile/locale/be.json b/apps/documenteditor/mobile/locale/be.json index cf54733b1..e8eb8417a 100644 --- a/apps/documenteditor/mobile/locale/be.json +++ b/apps/documenteditor/mobile/locale/be.json @@ -407,6 +407,11 @@ "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", "errorFilePassProtect": "The file is password protected and could not be opened.", "errorFileSizeExceed": "The file size exceeds your server limit.
Please, contact your admin.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", + "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", "errorMailMergeLoadFile": "Loading failed", "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", @@ -420,12 +425,7 @@ "openErrorText": "An error has occurred while opening the file", "saveErrorText": "An error has occurred while saving the file", "scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please, reload the page.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", - "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." }, "LongActions": { "applyChangesTextText": "Загрузка даных…", diff --git a/apps/documenteditor/mobile/locale/ca.json b/apps/documenteditor/mobile/locale/ca.json index 48c26e0f4..19a09e5d8 100644 --- a/apps/documenteditor/mobile/locale/ca.json +++ b/apps/documenteditor/mobile/locale/ca.json @@ -421,11 +421,11 @@ "uploadImageExtMessage": "Format d'imatge desconegut.", "uploadImageFileCountMessage": "No s'ha carregat cap imatge.", "uploadImageSizeMessage": "La imatge és massa gran. La mida màxima és de 25 MB.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "S'estan carregant les dades...", diff --git a/apps/documenteditor/mobile/locale/cs.json b/apps/documenteditor/mobile/locale/cs.json index a731afca7..b053f5ac9 100644 --- a/apps/documenteditor/mobile/locale/cs.json +++ b/apps/documenteditor/mobile/locale/cs.json @@ -26,6 +26,7 @@ "textContinuousPage": "Pokračovat na stránce", "textCurrentPosition": "Aktuální pozice", "textDisplay": "Zobrazit", + "textDone": "Hotovo", "textEmptyImgUrl": "Musíte upřesnit URL obrázku.", "textEvenPage": "Sudá stránka", "textFootnote": "Poznámka pod čarou", @@ -49,6 +50,8 @@ "textPictureFromLibrary": "Obrázek z knihovny", "textPictureFromURL": "Obrázek z adresy URL", "textPosition": "Pozice", + "textRecommended": "Doporučeno", + "textRequired": "Požadováno", "textRightBottom": "Vpravo dole", "textRightTop": "Vpravo nahoře", "textRows": "Řádky", @@ -61,10 +64,7 @@ "textTableSize": "Velikost tabulky", "textWithBlueLinks": "s modrými odkazy", "textWithPageNumbers": "s číslováním stránek", - "txtNotUrl": "Toto pole by mělo obsahovat adresu URL ve formátu \"http://www.example.com\"", - "textDone": "Done", - "textRecommended": "Recommended", - "textRequired": "Required" + "txtNotUrl": "Toto pole by mělo obsahovat adresu URL ve formátu \"http://www.example.com\"" }, "Common": { "Collaboration": { @@ -147,6 +147,7 @@ "textReviewChange": "Přehled změn", "textRight": "Zarovnat vpravo", "textShape": "Obrazec", + "textSharingSettings": "Nastavení sdílení", "textShd": "Barva pozadí", "textSmallCaps": "Malá písmena", "textSpacing": "Mezery", @@ -163,8 +164,7 @@ "textTryUndoRedo": "Funkce Zpět/Znovu jsou vypnuty pro rychlý režim spolupráce.", "textUnderline": "Podtržení", "textUsers": "Uživatelé", - "textWidow": "Ovládací prvek okna", - "textSharingSettings": "Sharing Settings" + "textWidow": "Ovládací prvek okna" }, "HighlightColorPalette": { "textNoFill": "Bez výplně" @@ -184,6 +184,7 @@ "menuDelete": "Odstranit", "menuDeleteTable": "Odstranit tabulku", "menuEdit": "Upravit", + "menuEditLink": "Upravit odkaz", "menuJoinList": "Připojit k předchozímu seznamu", "menuMerge": "Sloučit", "menuMore": "Více", @@ -204,8 +205,7 @@ "textRefreshEntireTable": "Obnovit celou tabulku", "textRefreshPageNumbersOnly": "Obnovit pouze číslování stránek", "textRows": "Řádky", - "txtWarnUrl": "Kliknutí na tento odkaz může být škodlivé pro Vaše zařízení a Vaše data.
Jste si jistí, že chcete pokračovat?", - "menuEditLink": "Edit Link" + "txtWarnUrl": "Kliknutí na tento odkaz může být škodlivé pro Vaše zařízení a Vaše data.
Jste si jistí, že chcete pokračovat?" }, "Edit": { "notcriticalErrorTitle": "Varování", @@ -238,6 +238,7 @@ "textCancel": "Zrušit", "textCellMargins": "Okraje buňky", "textCentered": "Vycentrováno", + "textChangeShape": "Vlastní tvar", "textChart": "Graf", "textClassic": "Klasické", "textClose": "Zavřít", @@ -246,7 +247,10 @@ "textCreateTextStyle": "Vytvořit nový styl textu", "textCurrent": "Aktuální", "textCustomColor": "Vlastní barva", + "textCustomStyle": "Vlastní styl", "textDecember": "prosinec", + "textDeleteImage": "Smazat obrázek", + "textDeleteLink": "Smazat odkaz", "textDesign": "Vzhled", "textDifferentFirstPage": "Odlišná první stránka", "textDifferentOddAndEvenPages": "Rozdílné liché a sudé stránky", @@ -319,6 +323,7 @@ "textPictureFromLibrary": "Obrázek z knihovny", "textPictureFromURL": "Obrázek z adresy URL", "textPt": "pt", + "textRecommended": "Doporučeno", "textRefresh": "Načíst znovu", "textRefreshEntireTable": "Obnovit celou tabulku", "textRefreshPageNumbersOnly": "Obnovit pouze číslování stránek", @@ -330,6 +335,7 @@ "textRepeatAsHeaderRow": "Opakujte jako řádek záhlaví", "textReplace": "Nahradit", "textReplaceImage": "Nahradit obrázek", + "textRequired": "Požadováno", "textResizeToFitContent": "Změnit velikost pro přizpůsobení obsahu", "textRightAlign": "Zarovnat vpravo", "textSa": "so", @@ -359,6 +365,7 @@ "textTableOfCont": "Obsah", "textTableOptions": "Možnosti tabulky", "textText": "Text", + "textTextWrapping": "Obtékaní textu", "textTh": "čt", "textThrough": "Skrz", "textTight": "Těsné", @@ -369,14 +376,7 @@ "textType": "Typ", "textWe": "st", "textWrap": "Obtékání", - "textChangeShape": "Change Shape", - "textCustomStyle": "Custom Style", - "textDeleteImage": "Delete Image", - "textDeleteLink": "Delete Link", - "textRecommended": "Recommended", - "textRequired": "Required", - "textTextWrapping": "Text Wrapping", - "textWrappingStyle": "Wrapping Style" + "textWrappingStyle": "Obtékání textu" }, "Error": { "convertationTimeoutText": "Vypršel čas konverze.", @@ -390,6 +390,7 @@ "errorDataEncrypted": "Obdrženy šifrované změny – bez hesla je není možné zobrazit.", "errorDataRange": "Nesprávný datový rozsah.", "errorDefaultMessage": "Kód chyby: %1", + "errorDirectUrl": "Ověřte správnost odkazu na dokument.
Je třeba, aby se jednalo o přímý odkaz pro stažení souboru.", "errorEditingDownloadas": "Při práci s dokumentem došlo k chybě.
Stáhněte dokument pro vytvoření lokální zálohy souboru.", "errorEmptyTOC": "Začít vytvářet obsah aplikováním stylů pro nadpisy na vybraný text. ", "errorFilePassProtect": "Soubor je zabezpečen heslem a nemůže být otevřen.", @@ -419,13 +420,12 @@ "uploadImageExtMessage": "Neznámý formát obrázku.", "uploadImageFileCountMessage": "Nenahrány žádné obrázky.", "uploadImageSizeMessage": "Obrázek je příliš velký. Maximální velikost je 25 MB.", - "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "errorTextFormWrongFormat": "The value entered does not match the format of the field.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Načítání dat...", @@ -456,14 +456,14 @@ "saveTitleText": "Ukládání dokumentu", "sendMergeText": "Odesílaní hromadné zprávy…", "sendMergeTitle": "Odesílaní hromadné zprávy", + "textContinue": "Pokračovat", "textLoadingDocument": "Načítání dokumentu", + "textUndo": "Zpět", "txtEditingMode": "Nastavit režim úprav…", "uploadImageTextText": "Nahrávání obrázku...", "uploadImageTitleText": "Nahrávání obrázku", "waitText": "Čekejte prosím...", - "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).", - "textContinue": "Continue", - "textUndo": "Undo" + "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost)." }, "Main": { "criticalErrorTitle": "Chyba", @@ -627,6 +627,7 @@ "textMargins": "Okraje", "textMarginsH": "Horní a spodní okraj je příliš velký vzhledem k dané výšce stránky", "textMarginsW": "Okraje vlevo a vpravo jsou příliš velké vzhledem k šířce stránky", + "textMobileView": "Mobilní zobrazení", "textNavigation": "Navigace", "textNo": "Ne", "textNoCharacters": "Netisknutelné znaky", @@ -690,8 +691,7 @@ "txtScheme6": "Hala", "txtScheme7": "Rovnost", "txtScheme8": "Tok", - "txtScheme9": "Slévárna", - "textMobileView": "Mobile View" + "txtScheme9": "Slévárna" }, "Toolbar": { "dlgLeaveMsgText": "V tomto dokumentu máte neuložené změny. Klikněte na 'Zůstat na této stránce'. Klikněte na 'Opustit tuto stránku' pro zahození neuložených změn.", @@ -699,7 +699,7 @@ "leaveButtonText": "Opustit tuto stránku", "stayButtonText": "Zůstat na této stránce", "textOk": "OK", - "textSwitchedMobileView": "Switched to Mobile view", - "textSwitchedStandardView": "Switched to Standard view" + "textSwitchedMobileView": "Přepnout na mobilní zobrazení", + "textSwitchedStandardView": "Přepnout na standartní zobrazení" } } \ No newline at end of file diff --git a/apps/documenteditor/mobile/locale/de.json b/apps/documenteditor/mobile/locale/de.json index d50c0eace..942170b78 100644 --- a/apps/documenteditor/mobile/locale/de.json +++ b/apps/documenteditor/mobile/locale/de.json @@ -26,6 +26,7 @@ "textContinuousPage": "Fortlaufende Seite", "textCurrentPosition": "Aktuelle Position", "textDisplay": "Anzeigen", + "textDone": "Fertig", "textEmptyImgUrl": "URL des Bildes erforderlich", "textEvenPage": "Gerade Seite", "textFootnote": "Fußnote", @@ -49,6 +50,8 @@ "textPictureFromLibrary": "Bild aus dem Verzeichnis", "textPictureFromURL": "Bild aus URL", "textPosition": "Position", + "textRecommended": "Empfohlen", + "textRequired": "Erforderlich", "textRightBottom": "Rechts unten", "textRightTop": "Rechts oben", "textRows": "Zeilen", @@ -61,10 +64,7 @@ "textTableSize": "Tabellengröße", "textWithBlueLinks": "Mit blauen Links", "textWithPageNumbers": "Mit Seitennummern", - "txtNotUrl": "Dieser Bereich soll eine URL im Format \"http://www.example.com\" sein.", - "textDone": "Done", - "textRecommended": "Recommended", - "textRequired": "Required" + "txtNotUrl": "Dieser Bereich soll eine URL im Format \"http://www.example.com\" sein." }, "Common": { "Collaboration": { @@ -147,6 +147,7 @@ "textReviewChange": "Änderung überprüfen", "textRight": "Rechtsbündig ausrichten", "textShape": "Form", + "textSharingSettings": "Freigabeeinstellungen", "textShd": "Hintergrundfarbe", "textSmallCaps": "Kapitälchen", "textSpacing": "Abstand", @@ -163,8 +164,7 @@ "textTryUndoRedo": "Die Optionen Rückgängig machen/Wiederholen sind für den Schnellmodus deaktiviert.", "textUnderline": "Unterstrichen", "textUsers": "Benutzer", - "textWidow": "Absatzkontrolle", - "textSharingSettings": "Sharing Settings" + "textWidow": "Absatzkontrolle" }, "HighlightColorPalette": { "textNoFill": "Keine Füllung" @@ -184,6 +184,7 @@ "menuDelete": "Löschen", "menuDeleteTable": "Tabelle löschen", "menuEdit": "Bearbeiten", + "menuEditLink": "Link bearbeiten", "menuJoinList": "Mit der vorherigen Liste verbinden", "menuMerge": "Verbinden", "menuMore": "Mehr", @@ -204,8 +205,7 @@ "textRefreshEntireTable": "Ganze Tabelle aktualisieren", "textRefreshPageNumbersOnly": "Nur Seitenzahlen aktualisieren", "textRows": "Zeilen", - "txtWarnUrl": "Dieser Link kann für Ihr Gerät und Daten gefährlich sein.
Möchten Sie wirklich fortsetzen?", - "menuEditLink": "Edit Link" + "txtWarnUrl": "Dieser Link kann für Ihr Gerät und Daten gefährlich sein.
Möchten Sie wirklich fortsetzen?" }, "Edit": { "notcriticalErrorTitle": "Warnung", @@ -238,6 +238,7 @@ "textCancel": "Abbrechen", "textCellMargins": "Zellenränder", "textCentered": "Zentriert", + "textChangeShape": "Form ändern", "textChart": "Diagramm", "textClassic": "Klassisch", "textClose": "Schließen", @@ -246,7 +247,10 @@ "textCreateTextStyle": "Neuen Textstil erstellen", "textCurrent": "Aktuell", "textCustomColor": "Benutzerdefinierte Farbe", + "textCustomStyle": "Benutzerdefinierter Stil", "textDecember": "Dezember", + "textDeleteImage": "Bild löschen", + "textDeleteLink": "Link löschen", "textDesign": "Design", "textDifferentFirstPage": "Erste Seite anders", "textDifferentOddAndEvenPages": "Gerade und ungerade Seiten anders", @@ -319,6 +323,7 @@ "textPictureFromLibrary": "Bild aus dem Verzeichnis", "textPictureFromURL": "Bild aus URL", "textPt": "pt", + "textRecommended": "Empfohlen", "textRefresh": "Aktualisieren", "textRefreshEntireTable": "Ganze Tabelle aktualisieren", "textRefreshPageNumbersOnly": "Nur Seitenzahlen aktualisieren", @@ -330,6 +335,7 @@ "textRepeatAsHeaderRow": "Als Überschriftenzeile wiederholen", "textReplace": "Ersetzen", "textReplaceImage": "Bild ersetzen", + "textRequired": "Erforderlich", "textResizeToFitContent": "An die Größe des Inhalts anpassen", "textRightAlign": "Rechtsbündig", "textSa": "Sa", @@ -359,6 +365,7 @@ "textTableOfCont": "Inhaltsverzeichnis", "textTableOptions": "Tabellenoptionen", "textText": "Text", + "textTextWrapping": "Textumbruch", "textTh": "Do", "textThrough": "Durchgehend", "textTight": "Passend", @@ -369,14 +376,7 @@ "textType": "Typ", "textWe": "Mi", "textWrap": "Umbrechen", - "textChangeShape": "Change Shape", - "textCustomStyle": "Custom Style", - "textDeleteImage": "Delete Image", - "textDeleteLink": "Delete Link", - "textRecommended": "Recommended", - "textRequired": "Required", - "textTextWrapping": "Text Wrapping", - "textWrappingStyle": "Wrapping Style" + "textWrappingStyle": "Textumbruch" }, "Error": { "convertationTimeoutText": "Zeitüberschreitung bei der Konvertierung.", @@ -390,10 +390,16 @@ "errorDataEncrypted": "Verschlüsselte Änderungen wurden empfangen. Sie können nicht entschlüsselt werden.", "errorDataRange": "Falscher Datenbereich.", "errorDefaultMessage": "Fehlercode: %1", + "errorDirectUrl": "Bitte überprüfen Sie den Link zum Dokument.
Dieser Link muss ein direkter Link zu der Datei zum Herunterladen sein.", "errorEditingDownloadas": "Fehler bei der Arbeit an diesem Dokument.
Laden Sie die Datei herunter, um sie lokal zu speichern.", "errorEmptyTOC": "Beginnen Sie die Erstellung eines Inhaltsverzeichnisses, indem Sie eine Überschriftenvorlage aus der Galerie von Stilen auf den ausgewählten Text anwenden.", "errorFilePassProtect": "Die Datei ist mit Passwort geschützt und kann nicht geöffnet werden.", "errorFileSizeExceed": "Die Dateigröße ist zu hoch für Ihren Server.
Bitte wenden Sie sich an Administratoren.", + "errorInconsistentExt": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei stimmt nicht mit der Dateierweiterung überein.", + "errorInconsistentExtDocx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht Textdokumenten (z.B. docx), aber die Datei hat die inkonsistente Erweiterung: %1.", + "errorInconsistentExtPdf": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht einem der folgenden Formate: pdf/djvu/xps/oxps, aber die Datei hat die inkonsistente Erweiterung: %1.", + "errorInconsistentExtPptx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht Präsentationen (z.B. pptx), aber die Datei hat die inkonsistente Erweiterung: %1.", + "errorInconsistentExtXlsx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht Tabellenkalkulationen (z.B. xlsx), aber die Datei hat die inkonsistente Erweiterung: %1.", "errorKeyEncrypt": "Unbekannter Schlüsseldeskriptor", "errorKeyExpire": "Der Schlüsseldeskriptor ist abgelaufen", "errorLoadingFont": "Schriftarten nicht hochgeladen.
Bitte wenden Sie sich an Administratoren von Ihrem Document Server.", @@ -419,17 +425,12 @@ "unknownErrorText": "Unbekannter Fehler.", "uploadImageExtMessage": "Unbekanntes Bildformat.", "uploadImageFileCountMessage": "Keine Bilder hochgeladen.", - "uploadImageSizeMessage": "Die maximal zulässige Bildgröße von 25 MB ist überschritten.", - "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "uploadImageSizeMessage": "Die maximal zulässige Bildgröße von 25 MB ist überschritten." }, "LongActions": { "applyChangesTextText": "Daten werden geladen...", "applyChangesTitleText": "Daten werden geladen", + "confirmMaxChangesSize": "Die Anzahl der Aktionen überschreitet die für Ihren Server festgelegte Grenze.
Drücken Sie \"Rückgängig\", um Ihre letzte Aktion abzubrechen, oder drücken Sie \"Weiter\", um die Aktion lokal fortzusetzen (Sie müssen die Datei herunterladen oder ihren Inhalt kopieren, um sicherzustellen, dass nichts verloren geht).", "downloadMergeText": "Ladevorgang...", "downloadMergeTitle": "Ladevorgang", "downloadTextText": "Dokument wird heruntergeladen...", @@ -456,14 +457,13 @@ "saveTitleText": "Dokument wird gespeichert...", "sendMergeText": "Merge wird versandt...", "sendMergeTitle": "Ergebnisse der Zusammenführung werden gesendet", + "textContinue": "Fortsetzen", "textLoadingDocument": "Dokument wird geladen", + "textUndo": "Rückgängig", "txtEditingMode": "Bearbeitungsmodul wird festgelegt...", "uploadImageTextText": "Bild wird hochgeladen...", "uploadImageTitleText": "Bild wird hochgeladen", - "waitText": "Bitte warten...", - "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).", - "textContinue": "Continue", - "textUndo": "Undo" + "waitText": "Bitte warten..." }, "Main": { "criticalErrorTitle": "Fehler", diff --git a/apps/documenteditor/mobile/locale/el.json b/apps/documenteditor/mobile/locale/el.json index 36d6316d5..c1ef38d32 100644 --- a/apps/documenteditor/mobile/locale/el.json +++ b/apps/documenteditor/mobile/locale/el.json @@ -420,12 +420,12 @@ "uploadImageFileCountMessage": "Δεν μεταφορτώθηκαν εικόνες.", "uploadImageSizeMessage": "Η εικόνα είναι πολύ μεγάλη. Το μέγιστο μέγεθος είναι 25MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "errorTextFormWrongFormat": "The value entered does not match the format of the field.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Φόρτωση δεδομένων...", diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index e60eff0e5..21eb5d259 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -395,6 +395,11 @@ "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", "errorFilePassProtect": "The file is password protected and could not be opened.", "errorFileSizeExceed": "The file size exceeds your server limit.
Please, contact your admin.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", + "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "errorKeyEncrypt": "Unknown key descriptor", "errorKeyExpire": "Key descriptor expired", "errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", @@ -420,12 +425,7 @@ "unknownErrorText": "Unknown error.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", - "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/documenteditor/mobile/locale/es.json b/apps/documenteditor/mobile/locale/es.json index 4529dde04..fac6262a4 100644 --- a/apps/documenteditor/mobile/locale/es.json +++ b/apps/documenteditor/mobile/locale/es.json @@ -26,6 +26,7 @@ "textContinuousPage": "Página continua", "textCurrentPosition": "Posición actual", "textDisplay": "Mostrar", + "textDone": "Hecho", "textEmptyImgUrl": "Hay que especificar URL de imagen.", "textEvenPage": "Página par", "textFootnote": "Nota a pie de página", @@ -49,6 +50,8 @@ "textPictureFromLibrary": "Imagen desde biblioteca", "textPictureFromURL": "Imagen desde URL", "textPosition": "Posición", + "textRecommended": "Recomendado", + "textRequired": "Necesario", "textRightBottom": "Abajo a la derecha", "textRightTop": "Arriba a la derecha", "textRows": "Filas", @@ -61,10 +64,7 @@ "textTableSize": "Tamaño de tabla", "textWithBlueLinks": "Con enlaces azules", "textWithPageNumbers": "Con números de página", - "txtNotUrl": "Este campo debe ser una dirección URL en el formato \"http://www.example.com\"", - "textDone": "Done", - "textRecommended": "Recommended", - "textRequired": "Required" + "txtNotUrl": "Este campo debe ser una dirección URL en el formato \"http://www.example.com\"" }, "Common": { "Collaboration": { @@ -147,6 +147,7 @@ "textReviewChange": "Revisar cambios", "textRight": "Alinear a la derecha", "textShape": "Forma", + "textSharingSettings": "Ajustes de uso compartido", "textShd": "Color de fondo", "textSmallCaps": "Versalitas", "textSpacing": "Espaciado", @@ -163,8 +164,7 @@ "textTryUndoRedo": "Las funciones Deshacer/Rehacer están desactivadas en el modo de co-edición rápido.", "textUnderline": "Subrayar", "textUsers": "Usuarios", - "textWidow": "Control de viudas", - "textSharingSettings": "Sharing Settings" + "textWidow": "Control de viudas" }, "HighlightColorPalette": { "textNoFill": "Sin relleno" @@ -184,6 +184,7 @@ "menuDelete": "Eliminar", "menuDeleteTable": "Eliminar tabla", "menuEdit": "Editar", + "menuEditLink": "Editar enlace", "menuJoinList": "Unir a lista anterior", "menuMerge": "Combinar", "menuMore": "Más", @@ -204,8 +205,7 @@ "textRefreshEntireTable": "Actualizar toda la tabla", "textRefreshPageNumbersOnly": "Actualizar solamente los números de página", "textRows": "Filas", - "txtWarnUrl": "Hacer clic en este enlace puede ser perjudicial para su dispositivo y sus datos.
¿Está seguro de que quiere continuar?", - "menuEditLink": "Edit Link" + "txtWarnUrl": "Hacer clic en este enlace puede ser perjudicial para su dispositivo y sus datos.
¿Está seguro de que quiere continuar?" }, "Edit": { "notcriticalErrorTitle": "Advertencia", @@ -319,6 +319,7 @@ "textPictureFromLibrary": "Imagen desde biblioteca", "textPictureFromURL": "Imagen desde URL", "textPt": "pt", + "textRecommended": "Recomendado", "textRefresh": "Actualizar", "textRefreshEntireTable": "Actualizar toda la tabla", "textRefreshPageNumbersOnly": "Actualizar solamente los números de página", @@ -330,6 +331,7 @@ "textRepeatAsHeaderRow": "Repetir como fila de encabezado", "textReplace": "Reemplazar", "textReplaceImage": "Reemplazar imagen", + "textRequired": "Necesario", "textResizeToFitContent": "Cambiar el tamaño para ajustar el contenido", "textRightAlign": "Alinear a la derecha", "textSa": "sá.", @@ -359,6 +361,7 @@ "textTableOfCont": "TDC", "textTableOptions": "Opciones de tabla", "textText": "Texto", + "textTextWrapping": "Ajuste de texto", "textTh": "ju.", "textThrough": "A través", "textTight": "Estrecho", @@ -369,14 +372,11 @@ "textType": "Tipo", "textWe": "mi.", "textWrap": "Ajuste", + "textWrappingStyle": "Estilo de ajuste", "textChangeShape": "Change Shape", "textCustomStyle": "Custom Style", "textDeleteImage": "Delete Image", - "textDeleteLink": "Delete Link", - "textRecommended": "Recommended", - "textRequired": "Required", - "textTextWrapping": "Text Wrapping", - "textWrappingStyle": "Wrapping Style" + "textDeleteLink": "Delete Link" }, "Error": { "convertationTimeoutText": "Tiempo de conversión está superado.", @@ -390,6 +390,7 @@ "errorDataEncrypted": "Se han recibido cambios cifrados, ellos no pueden ser descifrados.", "errorDataRange": "Rango de datos incorrecto.", "errorDefaultMessage": "Código de error: %1", + "errorDirectUrl": "Por favor, verifique el vínculo al documento.
Este vínculo debe ser un vínculo directo al archivo para descargar.", "errorEditingDownloadas": "Se ha producido un error al trabajar con el documento.
Descargue el documento para guardar la copia de seguridad del archivo localmente.", "errorEmptyTOC": "Empezar a crear una tabla de contenidos aplicando un estilo de encabezamiento de la galería de Estilos al texto seleccionado.", "errorFilePassProtect": "El archivo está protegido por contraseña y no se puede abrir.", @@ -420,12 +421,11 @@ "uploadImageExtMessage": "Formato de imagen desconocido.", "uploadImageFileCountMessage": "No hay imágenes subidas.", "uploadImageSizeMessage": "La imagen es demasiado grande. El tamaño máximo es de 25 MB.", - "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Cargando datos...", @@ -456,14 +456,14 @@ "saveTitleText": "Guardando documento", "sendMergeText": "Envío de los resultados de la fusión...", "sendMergeTitle": "Envío de los resultados de la fusión", + "textContinue": "Continuar", "textLoadingDocument": "Cargando documento", + "textUndo": "Deshacer", "txtEditingMode": "Establecer el modo de edición...", "uploadImageTextText": "Cargando imagen...", "uploadImageTitleText": "Cargando imagen", "waitText": "Por favor, espere...", - "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).", - "textContinue": "Continue", - "textUndo": "Undo" + "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost)." }, "Main": { "criticalErrorTitle": "Error", diff --git a/apps/documenteditor/mobile/locale/eu.json b/apps/documenteditor/mobile/locale/eu.json index e6e0968b6..df736d706 100644 --- a/apps/documenteditor/mobile/locale/eu.json +++ b/apps/documenteditor/mobile/locale/eu.json @@ -421,11 +421,11 @@ "uploadImageFileCountMessage": "Ez da irudirik kargatu.", "uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Datuak kargatzen...", diff --git a/apps/documenteditor/mobile/locale/fr.json b/apps/documenteditor/mobile/locale/fr.json index ff268136d..c038b5466 100644 --- a/apps/documenteditor/mobile/locale/fr.json +++ b/apps/documenteditor/mobile/locale/fr.json @@ -244,7 +244,7 @@ "textClose": "Fermer", "textColor": "Couleur", "textContinueFromPreviousSection": "Continuer à partir de la section précédente", - "textCreateTextStyle": "Créer un nouveau style de texte", + "textCreateTextStyle": "Créer un nouveau style", "textCurrent": "Actuel", "textCustomColor": "Couleur personnalisée", "textCustomStyle": "Style personnalisé", @@ -263,7 +263,7 @@ "textEffects": "Effets", "textEmpty": "Vide", "textEmptyImgUrl": "Spécifiez l'URL de l'image", - "textEnterTitleNewStyle": "Saisissez le titre d'un nouveau style", + "textEnterTitleNewStyle": "Saisissez le titre du style", "textFebruary": "février", "textFill": "Remplissage", "textFirstColumn": "Première colonne", @@ -421,11 +421,11 @@ "uploadImageExtMessage": "Format d'image inconnu.", "uploadImageFileCountMessage": "Aucune image chargée.", "uploadImageSizeMessage": "L'image est trop grande. La taille limite est de 25 Mo.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Chargement des données en cours...", diff --git a/apps/documenteditor/mobile/locale/gl.json b/apps/documenteditor/mobile/locale/gl.json index 15ec65857..d5ea4e548 100644 --- a/apps/documenteditor/mobile/locale/gl.json +++ b/apps/documenteditor/mobile/locale/gl.json @@ -420,12 +420,12 @@ "uploadImageFileCountMessage": "Non hai imaxes subidas.", "uploadImageSizeMessage": "A imaxe é demasiado grande. O tamaño máximo é de 25 MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "errorTextFormWrongFormat": "The value entered does not match the format of the field.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Cargando datos...", diff --git a/apps/documenteditor/mobile/locale/hu.json b/apps/documenteditor/mobile/locale/hu.json index 7afe717ab..3f4e05805 100644 --- a/apps/documenteditor/mobile/locale/hu.json +++ b/apps/documenteditor/mobile/locale/hu.json @@ -421,11 +421,11 @@ "uploadImageExtMessage": "Ismeretlen képformátum.", "uploadImageFileCountMessage": "Nincsenek feltöltött képek.", "uploadImageSizeMessage": "A kép túl nagy. A maximális méret 25 MB.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Adatok betöltése...", diff --git a/apps/documenteditor/mobile/locale/hy.json b/apps/documenteditor/mobile/locale/hy.json index 40d587c06..25fa0410b 100644 --- a/apps/documenteditor/mobile/locale/hy.json +++ b/apps/documenteditor/mobile/locale/hy.json @@ -421,11 +421,11 @@ "uploadImageExtMessage": "Նկարի անհայտ ձևաչափ։", "uploadImageFileCountMessage": "Ոչ մի նկար չի բեռնվել։", "uploadImageSizeMessage": "Պատկերը չափազանց մեծ է:Առավելագույն չափը 25 ՄԲ է:", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Տվյալների բեռնում...", diff --git a/apps/documenteditor/mobile/locale/id.json b/apps/documenteditor/mobile/locale/id.json index fdb771e25..7df6106c2 100644 --- a/apps/documenteditor/mobile/locale/id.json +++ b/apps/documenteditor/mobile/locale/id.json @@ -421,11 +421,11 @@ "uploadImageExtMessage": "Format gambar tidak dikenal.", "uploadImageFileCountMessage": "Tidak ada gambar yang diunggah.", "uploadImageSizeMessage": "Melebihi ukuran maksimal file. Ukuran maksimum adalah 25 MB.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Memuat data...", @@ -476,7 +476,7 @@ "notcriticalErrorTitle": "Peringatan", "SDK": { " -Section ": "-Bagian", - "above": "Di atas", + "above": "di atas", "below": "di bawah", "Caption": "Caption", "Choose an item": "Pilih satu barang", diff --git a/apps/documenteditor/mobile/locale/it.json b/apps/documenteditor/mobile/locale/it.json index 82ce1f480..7c7a0627f 100644 --- a/apps/documenteditor/mobile/locale/it.json +++ b/apps/documenteditor/mobile/locale/it.json @@ -26,6 +26,7 @@ "textContinuousPage": "Pagina continua", "textCurrentPosition": "Posizione attuale", "textDisplay": "Visualizzare", + "textDone": "Fatto", "textEmptyImgUrl": "Devi specificare l'URL dell'immagine.", "textEvenPage": "Pagina pari", "textFootnote": "Note a piè di pagina", @@ -49,6 +50,8 @@ "textPictureFromLibrary": "Immagine dalla libreria", "textPictureFromURL": "Immagine dall'URL", "textPosition": "Posizione", + "textRecommended": "Consigliato", + "textRequired": "Richiesto", "textRightBottom": "In basso a destra", "textRightTop": "In alto a destra", "textRows": "Righe", @@ -61,10 +64,7 @@ "textTableSize": "Dimensione di tabella", "textWithBlueLinks": "Con link blu", "textWithPageNumbers": "Con numeri di pagina", - "txtNotUrl": "Questo campo deve essere un URL nel formato \"http://www.example.com\"", - "textDone": "Done", - "textRecommended": "Recommended", - "textRequired": "Required" + "txtNotUrl": "Questo campo deve essere un URL nel formato \"http://www.example.com\"" }, "Common": { "Collaboration": { @@ -147,6 +147,7 @@ "textReviewChange": "Riesaminare le modifiche", "textRight": "Allineare a destra", "textShape": "Forma", + "textSharingSettings": "Impostazioni di condivisione", "textShd": "Colore di sfondo", "textSmallCaps": "Maiuscoletto", "textSpacing": "Spaziatura", @@ -163,8 +164,7 @@ "textTryUndoRedo": "Le funzioni Annulla/Ripeti sono disattivate nella modalità rapida di modifica collaborativa.", "textUnderline": "Sottolineato", "textUsers": "Utenti", - "textWidow": "Controllo vedovo", - "textSharingSettings": "Sharing Settings" + "textWidow": "Controllo vedovo" }, "HighlightColorPalette": { "textNoFill": "Nessun riempimento" @@ -184,6 +184,7 @@ "menuDelete": "Eliminare", "menuDeleteTable": "Eliminare tabella", "menuEdit": "Modificare", + "menuEditLink": "Modifica collegamento", "menuJoinList": "Unire all'elenco precedente", "menuMerge": "Unire", "menuMore": "Di più", @@ -204,8 +205,7 @@ "textRefreshEntireTable": "Aggiorna intera tabella", "textRefreshPageNumbersOnly": "Aggiorna solo numeri di pagina", "textRows": "Righe", - "txtWarnUrl": "Fare clic su questo collegamento può danneggiare il tuo dispositivo e i tuoi dati.
Sei sicuro che vuoi continuare?", - "menuEditLink": "Edit Link" + "txtWarnUrl": "Fare clic su questo collegamento può danneggiare il tuo dispositivo e i tuoi dati.
Sei sicuro che vuoi continuare?" }, "Edit": { "notcriticalErrorTitle": "Avvertimento", @@ -247,6 +247,7 @@ "textCurrent": "Attuale", "textCustomColor": "Colore personalizzato", "textDecember": "Dicembre", + "textDeleteLink": "Elimina collegamento", "textDesign": "Design", "textDifferentFirstPage": "Prima pagina diversa", "textDifferentOddAndEvenPages": "Pagine pari e dispari diverse", @@ -319,6 +320,7 @@ "textPictureFromLibrary": "Immagine dalla libreria", "textPictureFromURL": "Immagine dall'URL", "textPt": "pt", + "textRecommended": "Consigliato", "textRefresh": "Aggiorna", "textRefreshEntireTable": "Aggiorna intera tabella", "textRefreshPageNumbersOnly": "Aggiorna solo numeri di pagina", @@ -330,6 +332,7 @@ "textRepeatAsHeaderRow": "Ripetere come riga di intestazione", "textReplace": "Sostituire", "textReplaceImage": "Sostituire l'immagine", + "textRequired": "Richiesto", "textResizeToFitContent": "Ridimensionare per adattare il contenuto", "textRightAlign": "Allinea a destra", "textSa": "Sab", @@ -359,6 +362,7 @@ "textTableOfCont": "Indice", "textTableOptions": "Opzioni di tabella", "textText": "Testo", + "textTextWrapping": "Disposizione testo", "textTh": "Gio", "textThrough": "Attraverso", "textTight": "Stretto", @@ -369,14 +373,10 @@ "textType": "Tipo", "textWe": "Mer", "textWrap": "Avvolgere", + "textWrappingStyle": "Stile di disposizione testo", "textChangeShape": "Change Shape", "textCustomStyle": "Custom Style", - "textDeleteImage": "Delete Image", - "textDeleteLink": "Delete Link", - "textRecommended": "Recommended", - "textRequired": "Required", - "textTextWrapping": "Text Wrapping", - "textWrappingStyle": "Wrapping Style" + "textDeleteImage": "Delete Image" }, "Error": { "convertationTimeoutText": "È stato superato il tempo massimo della conversione.", @@ -390,6 +390,7 @@ "errorDataEncrypted": "Le modifiche crittografate sono state ricevute, non possono essere decifrate.", "errorDataRange": "Intervallo di dati non corretto.", "errorDefaultMessage": "Codice errore: %1", + "errorDirectUrl": "Si prega di verificare il link al documento.
Questo collegamento deve essere un collegamento diretto al file da scaricare.", "errorEditingDownloadas": "Si è verificato un errore durante il lavoro con il documento.
Scarica il documento per salvare il backup del file localmente.", "errorEmptyTOC": "Inizia a creare un sommario applicando uno stile di intestazione dalla galleria Stili al testo selezionato.", "errorFilePassProtect": "Il file è protetto da password e non può essere aperto.", @@ -404,6 +405,7 @@ "errorSessionIdle": "Il documento non è stato modificato per molto tempo. Ti preghiamo di ricaricare la pagina.", "errorSessionToken": "La connessione al server è stata interrotta. Ti preghiamo di ricaricare la pagina.", "errorStockChart": "Ordine delle righe incorretto. Per creare un grafico azionario, inserisci i dati sul foglio nel seguente ordine:
prezzo di apertura, prezzo massimo, prezzo minimo, prezzo di chiusura.", + "errorTextFormWrongFormat": "Il valore inserito non corrisponde al formato del campo.", "errorUpdateVersionOnDisconnect": "La connessione Internet è stata ripristinata e la versione del file è stata modificata.
Prima di poter continuare a lavorare, devi scaricare il file o copiarne il contenuto per assicurarti che nulla vada perso, quindi ricarica questa pagina.", "errorUserDrop": "Non si può accedere al file al momento.", "errorUsersExceed": "È stato superato il numero degli utenti consentito dalla tariffa", @@ -419,13 +421,11 @@ "uploadImageExtMessage": "Formato d'immagine sconosciuto.", "uploadImageFileCountMessage": "Nessuna immagine caricata.", "uploadImageSizeMessage": "L'immagine è troppo grande. La dimensione massima è 25 MB.", - "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "errorTextFormWrongFormat": "The value entered does not match the format of the field.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Caricamento di dati...", @@ -456,14 +456,14 @@ "saveTitleText": "Salvataggio del documento", "sendMergeText": "Invio dei resultati della fusione...", "sendMergeTitle": "Invio dei resultati della fusione", + "textContinue": "Continua", "textLoadingDocument": "Caricamento di documento", + "textUndo": "Annulla", "txtEditingMode": "Impostare la modalità di modifica...", "uploadImageTextText": "Caricamento dell'immagine...", "uploadImageTitleText": "Caricamento dell'immagine", "waitText": "Attendere prego...", - "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).", - "textContinue": "Continue", - "textUndo": "Undo" + "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost)." }, "Main": { "criticalErrorTitle": "Errore", diff --git a/apps/documenteditor/mobile/locale/ja.json b/apps/documenteditor/mobile/locale/ja.json index caff32124..9e3ad8932 100644 --- a/apps/documenteditor/mobile/locale/ja.json +++ b/apps/documenteditor/mobile/locale/ja.json @@ -421,11 +421,11 @@ "uploadImageExtMessage": "不明なイメージの形式", "uploadImageFileCountMessage": "アップロードしたイメージがない", "uploadImageSizeMessage": "イメージのサイズの上限が超えさせました。サイズの上限が25MB。", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "データの読み込み中...", diff --git a/apps/documenteditor/mobile/locale/ko.json b/apps/documenteditor/mobile/locale/ko.json index ac2bd4ddb..1b2f00182 100644 --- a/apps/documenteditor/mobile/locale/ko.json +++ b/apps/documenteditor/mobile/locale/ko.json @@ -419,13 +419,13 @@ "uploadImageSizeMessage": "이미지 크기 제한을 초과했습니다.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", - "errorTextFormWrongFormat": "The value entered does not match the format of the field.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "데이터로드 중 ...", diff --git a/apps/documenteditor/mobile/locale/lo.json b/apps/documenteditor/mobile/locale/lo.json index eca5d48fd..cc015adf8 100644 --- a/apps/documenteditor/mobile/locale/lo.json +++ b/apps/documenteditor/mobile/locale/lo.json @@ -419,13 +419,13 @@ "uploadImageSizeMessage": "ຮູບພາບໃຫຍ່ເກີນໄປ. ຂະຫນາດສູງສຸດແມ່ນ 25 MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", - "errorTextFormWrongFormat": "The value entered does not match the format of the field.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "ກຳລັງດາວໂຫຼດຂໍ້ມູນ...", diff --git a/apps/documenteditor/mobile/locale/ms.json b/apps/documenteditor/mobile/locale/ms.json index a9ef83a1f..881a9b3a5 100644 --- a/apps/documenteditor/mobile/locale/ms.json +++ b/apps/documenteditor/mobile/locale/ms.json @@ -420,12 +420,12 @@ "uploadImageFileCountMessage": "Tiada Imej dimuat naik.", "uploadImageSizeMessage": "Imej terlalu besar. Saiz maksimum adalah 25 MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "errorTextFormWrongFormat": "The value entered does not match the format of the field.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Data dimuatkan…", diff --git a/apps/documenteditor/mobile/locale/nl.json b/apps/documenteditor/mobile/locale/nl.json index 04e7003df..bc0f90cc6 100644 --- a/apps/documenteditor/mobile/locale/nl.json +++ b/apps/documenteditor/mobile/locale/nl.json @@ -419,13 +419,13 @@ "uploadImageSizeMessage": "De afbeelding is te groot. De maximale grootte is 25MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", - "errorTextFormWrongFormat": "The value entered does not match the format of the field.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Gegevens worden geladen...", diff --git a/apps/documenteditor/mobile/locale/pt-pt.json b/apps/documenteditor/mobile/locale/pt-pt.json index 3b5389a10..4b513db24 100644 --- a/apps/documenteditor/mobile/locale/pt-pt.json +++ b/apps/documenteditor/mobile/locale/pt-pt.json @@ -421,11 +421,11 @@ "uploadImageExtMessage": "Formato de imagem desconhecido.", "uploadImageFileCountMessage": "Nenhuma imagem foi carregada.", "uploadImageSizeMessage": "A imagem é muito grande. O tamanho máximo é de 25 MB.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "A carregar dados...", diff --git a/apps/documenteditor/mobile/locale/pt.json b/apps/documenteditor/mobile/locale/pt.json index 81e36ea67..2604d2c56 100644 --- a/apps/documenteditor/mobile/locale/pt.json +++ b/apps/documenteditor/mobile/locale/pt.json @@ -421,11 +421,11 @@ "uploadImageExtMessage": "Formato de imagem desconhecido.", "uploadImageFileCountMessage": "Sem imagens carregadas.", "uploadImageSizeMessage": "Tamanho limite máximo da imagem excedido. O tamanho máximo é de 25 MB.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Carregando dados...", @@ -456,13 +456,13 @@ "saveTitleText": "Salvando documento", "sendMergeText": "Enviando mesclar...", "sendMergeTitle": "Enviando Mesclar", + "textContinue": "Continuar", "textLoadingDocument": "Carregando documento", "txtEditingMode": "Definir modo de edição...", "uploadImageTextText": "Carregando imagem...", "uploadImageTitleText": "Carregando imagem", "waitText": "Por favor, aguarde...", "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).", - "textContinue": "Continue", "textUndo": "Undo" }, "Main": { diff --git a/apps/documenteditor/mobile/locale/ro.json b/apps/documenteditor/mobile/locale/ro.json index 777c09aa2..10f2b2b8d 100644 --- a/apps/documenteditor/mobile/locale/ro.json +++ b/apps/documenteditor/mobile/locale/ro.json @@ -420,12 +420,12 @@ "uploadImageFileCountMessage": "Nicio imagine nu a fost încărcată.", "uploadImageSizeMessage": "Imaginea este prea mare. Limita de dimensiune este de 25 MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "errorTextFormWrongFormat": "The value entered does not match the format of the field.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Încărcarea datelor...", diff --git a/apps/documenteditor/mobile/locale/ru.json b/apps/documenteditor/mobile/locale/ru.json index e1c64f8c6..19bf4a4ee 100644 --- a/apps/documenteditor/mobile/locale/ru.json +++ b/apps/documenteditor/mobile/locale/ru.json @@ -395,6 +395,11 @@ "errorEmptyTOC": "Начните создавать оглавление, применив к выделенному тексту стиль заголовка из галереи Стилей.", "errorFilePassProtect": "Файл защищен паролем и не может быть открыт.", "errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.
Пожалуйста, обратитесь к администратору.", + "errorInconsistentExt": "При открытии файла произошла ошибка.
Содержимое файла не соответствует расширению файла.", + "errorInconsistentExtDocx": "При открытии файла произошла ошибка.
Содержимое файла соответствует документам (например, docx), но файл имеет несоответствующее расширение: %1.", + "errorInconsistentExtPdf": "При открытии файла произошла ошибка.
Содержимое файла соответствует одному из следующих форматов: pdf/djvu/xps/oxps, но файл имеет несоответствующее расширение: %1.", + "errorInconsistentExtPptx": "При открытии файла произошла ошибка.
Содержимое файла соответствует презентациям (например, pptx), но файл имеет несоответствующее расширение: %1.", + "errorInconsistentExtXlsx": "При открытии файла произошла ошибка.
Содержимое файла соответствует электронным таблицам (например, xlsx), но файл имеет несоответствующее расширение: %1.", "errorKeyEncrypt": "Неизвестный дескриптор ключа", "errorKeyExpire": "Срок действия дескриптора ключа истек", "errorLoadingFont": "Шрифты не загружены.
Пожалуйста, обратитесь к администратору Сервера документов.", @@ -420,12 +425,7 @@ "unknownErrorText": "Неизвестная ошибка.", "uploadImageExtMessage": "Неизвестный формат рисунка.", "uploadImageFileCountMessage": "Ни одного рисунка не загружено.", - "uploadImageSizeMessage": "Слишком большой рисунок. Максимальный размер - 25 MB.", - "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "uploadImageSizeMessage": "Слишком большой рисунок. Максимальный размер - 25 MB." }, "LongActions": { "applyChangesTextText": "Загрузка данных...", diff --git a/apps/documenteditor/mobile/locale/sk.json b/apps/documenteditor/mobile/locale/sk.json index ad8329a8d..ca6d0b504 100644 --- a/apps/documenteditor/mobile/locale/sk.json +++ b/apps/documenteditor/mobile/locale/sk.json @@ -419,13 +419,13 @@ "uploadImageSizeMessage": "Obrázok je príliš veľký. Maximálna veľkosť je 25 MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", - "errorTextFormWrongFormat": "The value entered does not match the format of the field.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Načítavanie dát...", diff --git a/apps/documenteditor/mobile/locale/sl.json b/apps/documenteditor/mobile/locale/sl.json index ced306d75..195cde62c 100644 --- a/apps/documenteditor/mobile/locale/sl.json +++ b/apps/documenteditor/mobile/locale/sl.json @@ -623,6 +623,11 @@ "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", "errorFilePassProtect": "The file is password protected and could not be opened.", "errorFileSizeExceed": "The file size exceeds your server limit.
Please, contact your admin.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", + "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "errorKeyEncrypt": "Unknown key descriptor", "errorKeyExpire": "Key descriptor expired", "errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", @@ -648,12 +653,7 @@ "unknownErrorText": "Unknown error.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", - "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/documenteditor/mobile/locale/tr.json b/apps/documenteditor/mobile/locale/tr.json index a84d65fa0..fd28370cc 100644 --- a/apps/documenteditor/mobile/locale/tr.json +++ b/apps/documenteditor/mobile/locale/tr.json @@ -419,13 +419,13 @@ "uploadImageSizeMessage": "Görüntü çok büyük. Maksimum boyut 25 MB'dir.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", - "errorTextFormWrongFormat": "The value entered does not match the format of the field.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Veri yükleniyor...", diff --git a/apps/documenteditor/mobile/locale/uk.json b/apps/documenteditor/mobile/locale/uk.json index f95e1784d..5fa124099 100644 --- a/apps/documenteditor/mobile/locale/uk.json +++ b/apps/documenteditor/mobile/locale/uk.json @@ -419,13 +419,13 @@ "uploadImageSizeMessage": "Занадто велике зображення. Максимальний розмір – 25 MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", - "errorTextFormWrongFormat": "The value entered does not match the format of the field.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Завантаження даних...", diff --git a/apps/documenteditor/mobile/locale/zh-tw.json b/apps/documenteditor/mobile/locale/zh-tw.json index fd797bc88..51e2eac68 100644 --- a/apps/documenteditor/mobile/locale/zh-tw.json +++ b/apps/documenteditor/mobile/locale/zh-tw.json @@ -420,12 +420,12 @@ "uploadImageFileCountMessage": "無上傳圖片。", "uploadImageSizeMessage": "圖像超出最大大小限制。最大為25MB。", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "errorTextFormWrongFormat": "The value entered does not match the format of the field.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "載入資料中...", diff --git a/apps/documenteditor/mobile/locale/zh.json b/apps/documenteditor/mobile/locale/zh.json index 2c8546dc6..be0653bff 100644 --- a/apps/documenteditor/mobile/locale/zh.json +++ b/apps/documenteditor/mobile/locale/zh.json @@ -421,15 +421,16 @@ "uploadImageExtMessage": "未知图像格式。", "uploadImageFileCountMessage": "没有图片上传", "uploadImageSizeMessage": "图片太大了。最大允许的大小是 25 MB.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "数据加载中…", "applyChangesTitleText": "数据加载中", + "confirmMaxChangesSize": "行动的大小超过了对您服务器设置的限制。
按 \"撤消\"取消您的最后一次行动,或按\"继续\"在本地保留该行动(您需要下载文件或复制其内容以确保没有任何损失)。", "downloadMergeText": "下载中…", "downloadMergeTitle": "下载中", "downloadTextText": "正在下载文件...", @@ -456,14 +457,13 @@ "saveTitleText": "保存文件", "sendMergeText": "任务合并", "sendMergeTitle": "任务合并", + "textContinue": "发送", "textLoadingDocument": "文件加载中…", + "textUndo": "复原", "txtEditingMode": "设置编辑模式..", "uploadImageTextText": "上传图片...", "uploadImageTitleText": "图片上传中", - "waitText": "请稍候...", - "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).", - "textContinue": "Continue", - "textUndo": "Undo" + "waitText": "请稍候..." }, "Main": { "criticalErrorTitle": "错误", diff --git a/apps/presentationeditor/embed/locale/de.json b/apps/presentationeditor/embed/locale/de.json index 135a9b429..321553e99 100644 --- a/apps/presentationeditor/embed/locale/de.json +++ b/apps/presentationeditor/embed/locale/de.json @@ -15,6 +15,11 @@ "PE.ApplicationController.errorFilePassProtect": "Das Dokument ist kennwortgeschützt und kann nicht geöffnet werden.", "PE.ApplicationController.errorFileSizeExceed": "Die Dateigröße überschreitet die für Ihren Server festgelegte Einschränkung.
Weitere Informationen können Sie von Ihrem Document Server-Administrator erhalten.", "PE.ApplicationController.errorForceSave": "Beim Speichern der Datei ist ein Fehler aufgetreten. Verwenden Sie die Option \"Herunterladen als\", um die Datei auf Ihrer Computerfestplatte zu speichern oder versuchen Sie es später erneut.", + "PE.ApplicationController.errorInconsistentExt": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei stimmt nicht mit der Dateierweiterung überein.", + "PE.ApplicationController.errorInconsistentExtDocx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht Textdokumenten (z.B. docx), aber die Datei hat die inkonsistente Erweiterung: %1.", + "PE.ApplicationController.errorInconsistentExtPdf": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht einem der folgenden Formate: pdf/djvu/xps/oxps, aber die Datei hat die inkonsistente Erweiterung: %1.", + "PE.ApplicationController.errorInconsistentExtPptx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht Präsentationen (z.B. pptx), aber die Datei hat die inkonsistente Erweiterung: %1.", + "PE.ApplicationController.errorInconsistentExtXlsx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht Tabellenkalkulationen (z.B. xlsx), aber die Datei hat die inkonsistente Erweiterung: %1.", "PE.ApplicationController.errorLoadingFont": "Schriftarten nicht hochgeladen.
Bitte wenden Sie sich an Administratoren von Ihrem Document Server.", "PE.ApplicationController.errorTokenExpire": "Sicherheitstoken des Dokuments ist abgelaufen.
Wenden Sie sich an Ihren Serveradministrator.", "PE.ApplicationController.errorUpdateVersionOnDisconnect": "Die Internetverbindung wurde wiederhergestellt und die Dateiversion wurde geändert.
Bevor Sie weiterarbeiten können, müssen Sie die Datei herunterladen oder den Inhalt kopieren, um sicherzustellen, dass nichts verloren geht, und diese Seite anschließend neu laden.", diff --git a/apps/presentationeditor/embed/locale/en.json b/apps/presentationeditor/embed/locale/en.json index 637905683..0ce46bf0b 100644 --- a/apps/presentationeditor/embed/locale/en.json +++ b/apps/presentationeditor/embed/locale/en.json @@ -15,15 +15,15 @@ "PE.ApplicationController.errorFilePassProtect": "The file is password protected and cannot be opened.", "PE.ApplicationController.errorFileSizeExceed": "The file size exceeds the limitation set for your server.
Please contact your Document Server administrator for details.", "PE.ApplicationController.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to your computer hard drive or try again later.", + "PE.ApplicationController.errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", + "PE.ApplicationController.errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", + "PE.ApplicationController.errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", + "PE.ApplicationController.errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "PE.ApplicationController.errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "PE.ApplicationController.errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", "PE.ApplicationController.errorTokenExpire": "The document security token has expired.
Please contact your Document Server administrator.", "PE.ApplicationController.errorUpdateVersionOnDisconnect": "Connection has been restored, and the file version has been changed.
Before you can continue working, you need to download the file or copy its content to make sure nothing is lost, and then reload this page.", "PE.ApplicationController.errorUserDrop": "The file cannot be accessed right now.", - "PE.ApplicationController.errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "PE.ApplicationController.errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "PE.ApplicationController.errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "PE.ApplicationController.errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "PE.ApplicationController.errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "PE.ApplicationController.notcriticalErrorTitle": "Warning", "PE.ApplicationController.openErrorText": "An error has occurred while opening the file.", "PE.ApplicationController.scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please reload the page.", diff --git a/apps/presentationeditor/embed/locale/ru.json b/apps/presentationeditor/embed/locale/ru.json index 4c40a4746..cba990ea9 100644 --- a/apps/presentationeditor/embed/locale/ru.json +++ b/apps/presentationeditor/embed/locale/ru.json @@ -15,6 +15,11 @@ "PE.ApplicationController.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.", "PE.ApplicationController.errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.
Обратитесь к администратору Сервера документов для получения дополнительной информации.", "PE.ApplicationController.errorForceSave": "При сохранении файла произошла ошибка. Используйте опцию 'Скачать как', чтобы сохранить файл на жестком диске компьютера или повторите попытку позже.", + "PE.ApplicationController.errorInconsistentExt": "При открытии файла произошла ошибка.
Содержимое файла не соответствует расширению файла.", + "PE.ApplicationController.errorInconsistentExtDocx": "При открытии файла произошла ошибка.
Содержимое файла соответствует документам (например, docx), но файл имеет несоответствующее расширение: %1.", + "PE.ApplicationController.errorInconsistentExtPdf": "При открытии файла произошла ошибка.
Содержимое файла соответствует одному из следующих форматов: pdf/djvu/xps/oxps, но файл имеет несоответствующее расширение: %1.", + "PE.ApplicationController.errorInconsistentExtPptx": "При открытии файла произошла ошибка.
Содержимое файла соответствует презентациям (например, pptx), но файл имеет несоответствующее расширение: %1.", + "PE.ApplicationController.errorInconsistentExtXlsx": "При открытии файла произошла ошибка.
Содержимое файла соответствует электронным таблицам (например, xlsx), но файл имеет несоответствующее расширение: %1.", "PE.ApplicationController.errorLoadingFont": "Шрифты не загружены.
Пожалуйста, обратитесь к администратору Сервера документов.", "PE.ApplicationController.errorTokenExpire": "Истек срок действия токена безопасности документа.
Пожалуйста, обратитесь к администратору Сервера документов.", "PE.ApplicationController.errorUpdateVersionOnDisconnect": "Соединение было восстановлено, и версия файла изменилась.
Прежде чем продолжить работу, надо скачать файл или скопировать его содержимое, чтобы обеспечить сохранность данных, а затем перезагрузить страницу.", diff --git a/apps/presentationeditor/main/locale/az.json b/apps/presentationeditor/main/locale/az.json index ed0d5a5bf..cb7d0c3f3 100644 --- a/apps/presentationeditor/main/locale/az.json +++ b/apps/presentationeditor/main/locale/az.json @@ -1892,6 +1892,7 @@ "PE.Views.Toolbar.textTabInsert": "Daxil edin", "PE.Views.Toolbar.textTabProtect": "Qoruma", "PE.Views.Toolbar.textTabTransitions": "Keçidlər", + "PE.Views.Toolbar.textTabView": "Görünüş", "PE.Views.Toolbar.textTitleError": "Xəta", "PE.Views.Toolbar.textUnderline": "Altından xətt çəkilmiş", "PE.Views.Toolbar.tipAddSlide": "Slayd əlavə et", @@ -2006,5 +2007,7 @@ "PE.Views.Transitions.txtApplyToAll": "Bütün Slaydlara Tətbiq et", "PE.Views.Transitions.txtParameters": "Parametreler", "PE.Views.Transitions.txtPreview": "Önbaxış", - "PE.Views.Transitions.txtSec": "s" + "PE.Views.Transitions.txtSec": "s", + "PE.Views.ViewTab.textInterfaceTheme": "İnterfeys mövzusu", + "PE.Views.ViewTab.tipInterfaceTheme": "İnterfeys mövzusu" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/be.json b/apps/presentationeditor/main/locale/be.json index 253df812a..303900d3f 100644 --- a/apps/presentationeditor/main/locale/be.json +++ b/apps/presentationeditor/main/locale/be.json @@ -1321,6 +1321,7 @@ "PE.Views.FileMenuPanels.Settings.strMacrosSettings": "Налады макрасаў", "PE.Views.FileMenuPanels.Settings.strPasteButton": "Паказваць кнопку параметраў устаўкі падчас устаўкі", "PE.Views.FileMenuPanels.Settings.strStrict": "Строгі", + "PE.Views.FileMenuPanels.Settings.strTheme": "Тэма інтэрфейсу", "PE.Views.FileMenuPanels.Settings.strUnit": "Адзінкі вымярэння", "PE.Views.FileMenuPanels.Settings.strZoom": "Прадвызначанае значэнне маштабу", "PE.Views.FileMenuPanels.Settings.text10Minutes": "Кожныя 10 хвілін", @@ -1849,6 +1850,7 @@ "PE.Views.Toolbar.textTabHome": "Асноўныя функцыі", "PE.Views.Toolbar.textTabInsert": "Устаўка", "PE.Views.Toolbar.textTabProtect": "Абарона", + "PE.Views.Toolbar.textTabView": "Выгляд", "PE.Views.Toolbar.textTitleError": "Памылка", "PE.Views.Toolbar.textUnderline": "Падкрэслены", "PE.Views.Toolbar.tipAddSlide": "Дадаць слайд", @@ -1960,6 +1962,14 @@ "PE.Views.Transitions.txtApplyToAll": "Ужыць да ўсіх слайдаў", "PE.Views.Transitions.txtParameters": "Параметры", "PE.Views.Transitions.txtPreview": "Прагляд", + "PE.Views.ViewTab.textAlwaysShowToolbar": "Заўсёды паказваць панэль інструментаў", "PE.Views.ViewTab.textFitToSlide": "Па памеры слайда", - "PE.Views.ViewTab.textZoom": "Маштаб" + "PE.Views.ViewTab.textFitToWidth": "Па шырыні", + "PE.Views.ViewTab.textInterfaceTheme": "Тэма інтэрфейсу", + "PE.Views.ViewTab.textNotes": "Нататкі", + "PE.Views.ViewTab.textStatusBar": "Панэль стану", + "PE.Views.ViewTab.textZoom": "Маштаб", + "PE.Views.ViewTab.tipFitToSlide": "Па памеры слайда", + "PE.Views.ViewTab.tipFitToWidth": "Па шырыні", + "PE.Views.ViewTab.tipInterfaceTheme": "Тэма інтэрфейсу" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/cs.json b/apps/presentationeditor/main/locale/cs.json index 8e9bb0669..57f5af00e 100644 --- a/apps/presentationeditor/main/locale/cs.json +++ b/apps/presentationeditor/main/locale/cs.json @@ -246,6 +246,8 @@ "Common.define.effectData.textWipe": "Setření", "Common.define.effectData.textZigzag": "Cikcak", "Common.define.effectData.textZoom": "Přiblížení", + "Common.define.gridlineData.txtCm": "cm", + "Common.define.smartArt.textList": "Seznam", "Common.Translation.textMoreButton": "Více", "Common.Translation.warnFileLocked": "Soubor je upravován v jiné aplikaci. Můžete pokračovat v úpravách a uložit ho jako kopii.", "Common.Translation.warnFileLockedBtnEdit": "Vytvořit kopii", @@ -460,6 +462,7 @@ "Common.Views.Plugins.textStart": "Spustit", "Common.Views.Plugins.textStop": "Zastavit", "Common.Views.Protection.hintAddPwd": "Šifrovat heslem", + "Common.Views.Protection.hintDelPwd": "Odstranit heslo", "Common.Views.Protection.hintPwd": "Změnit nebo odebrat heslo", "Common.Views.Protection.hintSignature": "Přidat digitální podpis nebo řádek s podpisem", "Common.Views.Protection.txtAddPwd": "Přidat heslo", @@ -697,6 +700,7 @@ "PE.Controllers.Main.textClose": "Zavřít", "PE.Controllers.Main.textCloseTip": "Tip zavřete kliknutím", "PE.Controllers.Main.textContactUs": "Obraťte se na obchodní oddělení", + "PE.Controllers.Main.textContinue": "Pokračovat", "PE.Controllers.Main.textConvertEquation": "Tato rovnice byla vytvořena starou verzí editoru rovnic, která už není podporovaná. Pro její upravení, převeďte rovnici do formátu Office Math ML.
Převést nyní?", "PE.Controllers.Main.textCustomLoader": "Mějte na paměti, že dle podmínek licence nejste oprávněni měnit zavaděč.
Pro získání nabídky se obraťte na naše obchodní oddělení.", "PE.Controllers.Main.textDisconnect": "Spojení je ztraceno", @@ -1368,6 +1372,7 @@ "PE.Views.ChartSettings.textEditData": "Upravit data", "PE.Views.ChartSettings.textHeight": "Výška", "PE.Views.ChartSettings.textKeepRatio": "Zachovat poměr stran", + "PE.Views.ChartSettings.textLeft": "Vlevo", "PE.Views.ChartSettings.textSize": "Velikost", "PE.Views.ChartSettings.textStyle": "Styl", "PE.Views.ChartSettings.textWidth": "Šířka", @@ -1446,6 +1451,7 @@ "PE.Views.DocumentHolder.textArrangeBackward": "Přesunout o vrstvu níž", "PE.Views.DocumentHolder.textArrangeForward": "Přenést o vrstvu výš", "PE.Views.DocumentHolder.textArrangeFront": "Přenést do popředí", + "PE.Views.DocumentHolder.textCm": "cm", "PE.Views.DocumentHolder.textCopy": "Kopírovat", "PE.Views.DocumentHolder.textCrop": "Oříznout", "PE.Views.DocumentHolder.textCropFill": "Výplň", @@ -1687,6 +1693,7 @@ "PE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Vypnout všechna makra s notifikacemi", "PE.Views.FileMenuPanels.Settings.txtWin": "jako Windows", "PE.Views.FileMenuPanels.Settings.txtWorkspace": "Pracovní prostředí", + "PE.Views.GridSettings.textCm": "cm", "PE.Views.HeaderFooterDialog.applyAllText": "Použít na vše", "PE.Views.HeaderFooterDialog.applyText": "Použít", "PE.Views.HeaderFooterDialog.diffLanguage": "Není možné použít formát data z jiného jazyka, než je používán pro hlavní snímek.
Pro změnu hlavního, klikněte na „Uplatnit na vše“ namísto „Uplatnit“", @@ -2074,6 +2081,9 @@ "PE.Views.TableSettings.tipOuter": "Nastavit pouze vnější ohraničení", "PE.Views.TableSettings.tipRight": "Nastavit pouze vnější ohraničení vpravo", "PE.Views.TableSettings.tipTop": "Nastavit pouze vnější horní ohraničení", + "PE.Views.TableSettings.txtGroupTable_Dark": "Tmavé", + "PE.Views.TableSettings.txtGroupTable_Light": "Světlé", + "PE.Views.TableSettings.txtGroupTable_Medium": "Střední", "PE.Views.TableSettings.txtNoBorders": "Bez ohraničení", "PE.Views.TableSettings.txtTable_Accent": "Akcent", "PE.Views.TableSettings.txtTable_DarkStyle": "Tmavý styl", @@ -2352,6 +2362,7 @@ "PE.Views.Transitions.txtPreview": "Náhled", "PE.Views.Transitions.txtSec": "S", "PE.Views.ViewTab.textAlwaysShowToolbar": "Vždy zobrazovat panel nástrojů", + "PE.Views.ViewTab.textCm": "cm", "PE.Views.ViewTab.textFitToSlide": "Přizpůsobit snímku", "PE.Views.ViewTab.textFitToWidth": "Přizpůsobit šířce", "PE.Views.ViewTab.textInterfaceTheme": "Vzhled prostředí", @@ -2360,5 +2371,6 @@ "PE.Views.ViewTab.textStatusBar": "Stavová lišta", "PE.Views.ViewTab.textZoom": "Přiblížení", "PE.Views.ViewTab.tipFitToSlide": "Přizpůsobit snímku", - "PE.Views.ViewTab.tipFitToWidth": "Přizpůsobit šířce" + "PE.Views.ViewTab.tipFitToWidth": "Přizpůsobit šířce", + "PE.Views.ViewTab.tipInterfaceTheme": "Vzhled prostředí" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/de.json b/apps/presentationeditor/main/locale/de.json index 152ba5901..68dcef0c1 100644 --- a/apps/presentationeditor/main/locale/de.json +++ b/apps/presentationeditor/main/locale/de.json @@ -248,6 +248,15 @@ "Common.define.effectData.textWipe": "Wischen", "Common.define.effectData.textZigzag": "Zickzack", "Common.define.effectData.textZoom": "Zoom", + "Common.define.gridlineData.txtCm": "cm", + "Common.define.gridlineData.txtPt": "pt", + "Common.define.smartArt.textBalance": "Kontostand", + "Common.define.smartArt.textEquation": "Gleichung", + "Common.define.smartArt.textFunnel": "Trichter", + "Common.define.smartArt.textList": "Liste", + "Common.define.smartArt.textMatrix": "Matrix", + "Common.define.smartArt.textOther": "Sonstiges", + "Common.define.smartArt.textPicture": "Bild", "Common.Translation.textMoreButton": "Mehr", "Common.Translation.warnFileLocked": "Die Datei wird in einer anderen App bearbeitet. Sie können die Bearbeitung fortsetzen und die Kopie dieser Datei speichern.", "Common.Translation.warnFileLockedBtnEdit": "Kopie erstellen", @@ -378,6 +387,8 @@ "Common.Views.DocumentAccessDialog.textLoading": "Ladevorgang...", "Common.Views.DocumentAccessDialog.textTitle": "Freigabeeinstellungen", "Common.Views.ExternalDiagramEditor.textTitle": "Diagramm bearbeiten", + "Common.Views.ExternalEditor.textClose": "Schließen", + "Common.Views.ExternalEditor.textSave": "Speichern und beenden", "Common.Views.ExternalOleEditor.textTitle": "Editor der Tabellenkalkulationen", "Common.Views.Header.labelCoUsersDescr": "Benutzer, die die Datei bearbeiten:", "Common.Views.Header.textAddFavorite": "Als Favorit kennzeichnen", @@ -468,6 +479,7 @@ "Common.Views.Plugins.textStart": "Starten", "Common.Views.Plugins.textStop": "Beenden", "Common.Views.Protection.hintAddPwd": "Mit Kennwort verschlüsseln", + "Common.Views.Protection.hintDelPwd": "Kennwort löschen", "Common.Views.Protection.hintPwd": "Das Kennwort ändern oder löschen", "Common.Views.Protection.hintSignature": "Fügen Sie eine digitale Signatur oder Unterschriftenzeile hinzu", "Common.Views.Protection.txtAddPwd": "Kennwort hinzufügen", @@ -647,6 +659,7 @@ "PE.Controllers.Main.errorDataEncrypted": "Änderungen wurden verschlüsselt. Sie können nicht entschlüsselt werden.", "PE.Controllers.Main.errorDataRange": "Falscher Datenbereich.", "PE.Controllers.Main.errorDefaultMessage": "Fehlercode: %1", + "PE.Controllers.Main.errorDirectUrl": "Bitte überprüfen Sie den Link zum Dokument.
Dieser Link muss ein direkter Link zu der Datei zum Herunterladen sein.", "PE.Controllers.Main.errorEditingDownloadas": "Bei der Arbeit mit dem Dokument ist ein Fehler aufgetreten.
Verwenden Sie die Option 'Herunterladen als', um die Sicherungskopie der Datei auf der Festplatte Ihres Computers zu speichern.", "PE.Controllers.Main.errorEditingSaveas": "Bei der Arbeit mit dem Dokument ist ein Fehler aufgetreten.
Verwenden Sie die Option \"Speichern als ...\", um die Sicherungskopie der Datei auf der Festplatte Ihres Computers zu speichern.", "PE.Controllers.Main.errorEmailClient": "Es wurde kein E-Mail-Client gefunden.", @@ -708,6 +721,7 @@ "PE.Controllers.Main.textClose": "Schließen", "PE.Controllers.Main.textCloseTip": "Klicken Sie, um den Tipp zu schließen", "PE.Controllers.Main.textContactUs": "Verkaufsteam kontaktieren", + "PE.Controllers.Main.textContinue": "Fortsetzen", "PE.Controllers.Main.textConvertEquation": "Diese Gleichung wurde in einer alten Version des Gleichungseditors erstellt, die nicht mehr unterstützt wird. Um die Gleichung zu bearbeiten, konvertieren Sie diese ins Format Office Math ML.
Jetzt konvertieren?", "PE.Controllers.Main.textCustomLoader": "Bitte beachten Sie, dass Sie gemäß den Lizenzbedingungen nicht berechtigt sind, den Loader zu wechseln.
Wenden Sie sich an unseren Vertrieb, um ein Angebot zu erhalten.", "PE.Controllers.Main.textDisconnect": "Verbindung wurde unterbrochen", @@ -728,6 +742,7 @@ "PE.Controllers.Main.textStrict": "Formaler Modus", "PE.Controllers.Main.textTryUndoRedo": "Undo/Redo Optionen sind für den halbformalen Zusammenbearbeitungsmodus deaktiviert.
Klicken Sie auf den Button \"Formaler Modus\", um den formalen Zusammenbearbeitungsmodus zu aktivieren, um die Datei, ohne Störungen anderer Benutzer zu bearbeiten und die Änderungen erst nachdem Sie sie gespeichert haben, zu senden. Sie können zwischen den Zusammenbearbeitungsmodi mit der Hilfe der erweiterten Einstellungen von Editor umschalten.", "PE.Controllers.Main.textTryUndoRedoWarn": "Die Optionen Rückgängig/Wiederholen sind für den halbformalen Zusammenbearbeitungsmodus deaktiviert.", + "PE.Controllers.Main.textUndo": "Rückgängig", "PE.Controllers.Main.titleLicenseExp": "Lizenz ist abgelaufen", "PE.Controllers.Main.titleServerVersion": "Editor wurde aktualisiert", "PE.Controllers.Main.txtAddFirstSlide": "Klicken Sie, um die erste Folie hinzuzufügen", @@ -1379,11 +1394,16 @@ "PE.Views.AnimationDialog.textTitle": "Mehr Effekte", "PE.Views.ChartSettings.textAdvanced": "Erweiterte Einstellungen anzeigen", "PE.Views.ChartSettings.textChartType": "Diagrammtyp ändern", + "PE.Views.ChartSettings.textDown": "Unten", "PE.Views.ChartSettings.textEditData": "Daten ändern", "PE.Views.ChartSettings.textHeight": "Höhe", "PE.Views.ChartSettings.textKeepRatio": "Seitenverhältnis beibehalten", + "PE.Views.ChartSettings.textLeft": "Links", + "PE.Views.ChartSettings.textPerspective": "Perspektive", + "PE.Views.ChartSettings.textRight": "Rechts", "PE.Views.ChartSettings.textSize": "Größe", "PE.Views.ChartSettings.textStyle": "Stil", + "PE.Views.ChartSettings.textUp": "Aufwärts", "PE.Views.ChartSettings.textWidth": "Breite", "PE.Views.ChartSettingsAdvanced.textAlt": "Alternativer Text", "PE.Views.ChartSettingsAdvanced.textAltDescription": "Beschreibung", @@ -1410,6 +1430,7 @@ "PE.Views.DocumentHolder.aboveText": "Oben", "PE.Views.DocumentHolder.addCommentText": "Kommentar hinzufügen", "PE.Views.DocumentHolder.addToLayoutText": "Zum Layout hinzufügen", + "PE.Views.DocumentHolder.advancedChartText": "Erweiterte Einstellungen des Diagramms", "PE.Views.DocumentHolder.advancedImageText": "Erweiterte Einstellungen des Bildes", "PE.Views.DocumentHolder.advancedParagraphText": "Erweiterte Text-Einstellungen", "PE.Views.DocumentHolder.advancedShapeText": "Erweiterte Einstellungen der Form", @@ -1460,10 +1481,12 @@ "PE.Views.DocumentHolder.textArrangeBackward": "Eine Ebene nach hinten", "PE.Views.DocumentHolder.textArrangeForward": "Eine Ebene nach vorne", "PE.Views.DocumentHolder.textArrangeFront": "In den Vordergrund bringen", + "PE.Views.DocumentHolder.textCm": "cm", "PE.Views.DocumentHolder.textCopy": "Kopieren", "PE.Views.DocumentHolder.textCrop": "Zuschneiden", "PE.Views.DocumentHolder.textCropFill": "Ausfüllen", "PE.Views.DocumentHolder.textCropFit": "Anpassen", + "PE.Views.DocumentHolder.textCustom": "Einstellbar", "PE.Views.DocumentHolder.textCut": "Ausschneiden", "PE.Views.DocumentHolder.textDistributeCols": "Spalten verteilen", "PE.Views.DocumentHolder.textDistributeRows": "Zeilen verteilen", @@ -1473,6 +1496,7 @@ "PE.Views.DocumentHolder.textFromFile": "Aus Datei", "PE.Views.DocumentHolder.textFromStorage": "aus dem Speicher", "PE.Views.DocumentHolder.textFromUrl": "Aus URL", + "PE.Views.DocumentHolder.textGridlines": "Gitternetzlinien ", "PE.Views.DocumentHolder.textNextPage": "Nächste Folie", "PE.Views.DocumentHolder.textPaste": "Einfügen", "PE.Views.DocumentHolder.textPrevPage": "Vorherige Folie", @@ -1480,12 +1504,14 @@ "PE.Views.DocumentHolder.textRotate": "Drehen", "PE.Views.DocumentHolder.textRotate270": "Linksdrehung 90 Grad", "PE.Views.DocumentHolder.textRotate90": "90° im UZS drehen", + "PE.Views.DocumentHolder.textRulers": "Lineale", "PE.Views.DocumentHolder.textShapeAlignBottom": "Unten ausrichten", "PE.Views.DocumentHolder.textShapeAlignCenter": "Zentriert ausrichten", "PE.Views.DocumentHolder.textShapeAlignLeft": "Links ausrichten", "PE.Views.DocumentHolder.textShapeAlignMiddle": "Mittig ausrichten", "PE.Views.DocumentHolder.textShapeAlignRight": "Rechts ausrichten", "PE.Views.DocumentHolder.textShapeAlignTop": "Oben ausrichten", + "PE.Views.DocumentHolder.textShowGridlines": "Gitternetzlinien anzeigen", "PE.Views.DocumentHolder.textSlideSettings": "Folien-Einstellungen", "PE.Views.DocumentHolder.textUndo": "Rückgängig machen", "PE.Views.DocumentHolder.tipIsLocked": "Dieses Element wird gerade von einem anderen Benutzer bearbeitet.", @@ -1637,6 +1663,7 @@ "PE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Speicherort", "PE.Views.FileMenuPanels.DocumentInfo.txtRights": "Personen mit Berechtigungen", "PE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Thema", + "PE.Views.FileMenuPanels.DocumentInfo.txtTags": "Tags", "PE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Titel", "PE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Hochgeladen", "PE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Zugriffsrechte ändern", @@ -1702,6 +1729,9 @@ "PE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Alle Makros mit einer Benachrichtigung deaktivieren", "PE.Views.FileMenuPanels.Settings.txtWin": "wie Windows", "PE.Views.FileMenuPanels.Settings.txtWorkspace": "Arbeitsbereich", + "PE.Views.GridSettings.textCm": "cm", + "PE.Views.GridSettings.textCustom": "Einstellbar", + "PE.Views.GridSettings.textSpacing": "Abstand", "PE.Views.HeaderFooterDialog.applyAllText": "Auf alle anwenden", "PE.Views.HeaderFooterDialog.applyText": "Anwenden", "PE.Views.HeaderFooterDialog.diffLanguage": "Das Datumsformat muss dieselbe Sprache wie der Folienmaster verwenden.
Um den Master zu ändern, klicken Sie auf 'Auf alle anwenden' anstelle von 'Anwenden'.", @@ -2089,6 +2119,10 @@ "PE.Views.TableSettings.tipOuter": "Nur äußere Rahmenlinie festlegen", "PE.Views.TableSettings.tipRight": "Nur äußere rechte Rahmenlinie festlegen", "PE.Views.TableSettings.tipTop": "Nur äußere obere Rahmenlinie festlegen", + "PE.Views.TableSettings.txtGroupTable_Custom": "Einstellbar", + "PE.Views.TableSettings.txtGroupTable_Dark": "Dunkel", + "PE.Views.TableSettings.txtGroupTable_Light": "Hell", + "PE.Views.TableSettings.txtGroupTable_Medium": "Mittelhoch", "PE.Views.TableSettings.txtNoBorders": "Keine Rahmen", "PE.Views.TableSettings.txtTable_Accent": "Akzent", "PE.Views.TableSettings.txtTable_DarkStyle": "Dunkle Formatvorlage", @@ -2168,10 +2202,11 @@ "PE.Views.TextArtSettings.txtPapyrus": "Papyrus", "PE.Views.TextArtSettings.txtWood": "Holz", "PE.Views.Toolbar.capAddSlide": "Folie hinzufügen", - "PE.Views.Toolbar.capBtnAddComment": "Kommentar hinzufügen", + "PE.Views.Toolbar.capBtnAddComment": "Kommentar Hinzufügen", "PE.Views.Toolbar.capBtnComment": "Kommentar", "PE.Views.Toolbar.capBtnDateTime": "Datum & Uhrzeit", "PE.Views.Toolbar.capBtnInsHeader": "Fußzeile", + "PE.Views.Toolbar.capBtnInsSmartArt": "SmartArt", "PE.Views.Toolbar.capBtnInsSymbol": "Symbol", "PE.Views.Toolbar.capBtnSlideNum": "Foliennummer", "PE.Views.Toolbar.capInsertAudio": "Audio", @@ -2369,14 +2404,19 @@ "PE.Views.Transitions.txtPreview": "Vorschau", "PE.Views.Transitions.txtSec": "s", "PE.Views.ViewTab.textAlwaysShowToolbar": "Symbolleiste immer anzeigen", + "PE.Views.ViewTab.textCm": "cm", + "PE.Views.ViewTab.textCustom": "Einstellbar", "PE.Views.ViewTab.textFitToSlide": "An Folie anpassen", "PE.Views.ViewTab.textFitToWidth": "An Breite anpassen", + "PE.Views.ViewTab.textGridlines": "Gitternetzlinien ", "PE.Views.ViewTab.textInterfaceTheme": "Thema der Benutzeroberfläche", "PE.Views.ViewTab.textNotes": "Notizen", "PE.Views.ViewTab.textRulers": "Lineale", + "PE.Views.ViewTab.textShowGridlines": "Gitternetzlinien anzeigen", "PE.Views.ViewTab.textStatusBar": "Statusleiste", "PE.Views.ViewTab.textZoom": "Zoom", "PE.Views.ViewTab.tipFitToSlide": "An Folie anpassen", "PE.Views.ViewTab.tipFitToWidth": "An Breite anpassen", + "PE.Views.ViewTab.tipGridlines": "Gitternetzlinien anzeigen", "PE.Views.ViewTab.tipInterfaceTheme": "Thema der Benutzeroberfläche" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index fb5adc63b..93869cd1f 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -435,12 +435,12 @@ "Common.UI.SearchDialog.textMatchCase": "Case sensitive", "Common.UI.SearchDialog.textReplaceDef": "Enter the replacement text", "Common.UI.SearchDialog.textSearchStart": "Enter your text here", - "Common.UI.SearchDialog.textTitle": "Find and Replace", + "Common.UI.SearchDialog.textTitle": "Find and replace", "Common.UI.SearchDialog.textTitle2": "Find", "Common.UI.SearchDialog.textWholeWords": "Whole words only", "Common.UI.SearchDialog.txtBtnHideReplace": "Hide Replace", "Common.UI.SearchDialog.txtBtnReplace": "Replace", - "Common.UI.SearchDialog.txtBtnReplaceAll": "Replace All", + "Common.UI.SearchDialog.txtBtnReplaceAll": "Replace all", "Common.UI.SynchronizeTip.textDontShow": "Don't show this message again", "Common.UI.SynchronizeTip.textSynchronize": "The document has been changed by another user.
Please click to save your changes and reload the updates.", "Common.UI.ThemeColorPalette.textRecentColors": "Recent Colors", @@ -474,9 +474,9 @@ "Common.Views.About.txtTel": "tel.: ", "Common.Views.About.txtVersion": "Version ", "Common.Views.AutoCorrectDialog.textAdd": "Add", - "Common.Views.AutoCorrectDialog.textApplyText": "Apply As You Type", + "Common.Views.AutoCorrectDialog.textApplyText": "Apply as you type", "Common.Views.AutoCorrectDialog.textAutoCorrect": "Text AutoCorrect", - "Common.Views.AutoCorrectDialog.textAutoFormat": "AutoFormat As You Type", + "Common.Views.AutoCorrectDialog.textAutoFormat": "AutoFormat as you type", "Common.Views.AutoCorrectDialog.textBulleted": "Automatic bulleted lists", "Common.Views.AutoCorrectDialog.textBy": "By", "Common.Views.AutoCorrectDialog.textDelete": "Delete", @@ -488,10 +488,10 @@ "Common.Views.AutoCorrectDialog.textMathCorrect": "Math AutoCorrect", "Common.Views.AutoCorrectDialog.textNumbered": "Automatic numbered lists", "Common.Views.AutoCorrectDialog.textQuotes": "\"Straight quotes\" with \"smart quotes\"", - "Common.Views.AutoCorrectDialog.textRecognized": "Recognized Functions", + "Common.Views.AutoCorrectDialog.textRecognized": "Recognized functions", "Common.Views.AutoCorrectDialog.textRecognizedDesc": "The following expressions are recognized math expressions. They will not be automatically italicized.", "Common.Views.AutoCorrectDialog.textReplace": "Replace", - "Common.Views.AutoCorrectDialog.textReplaceText": "Replace As You Type", + "Common.Views.AutoCorrectDialog.textReplaceText": "Replace as you type", "Common.Views.AutoCorrectDialog.textReplaceType": "Replace text as you type", "Common.Views.AutoCorrectDialog.textReset": "Reset", "Common.Views.AutoCorrectDialog.textResetAll": "Reset to default", @@ -532,12 +532,12 @@ "Common.Views.Comments.txtEmpty": "There are no comments in the document.", "Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again", "Common.Views.CopyWarningDialog.textMsg": "Copy, cut and paste actions using the editor toolbar buttons and context menu actions will be performed within this editor tab only.

To copy or paste to or from applications outside the editor tab use the following keyboard combinations:", - "Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste Actions", + "Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste actions", "Common.Views.CopyWarningDialog.textToCopy": "for Copy", "Common.Views.CopyWarningDialog.textToCut": "for Cut", "Common.Views.CopyWarningDialog.textToPaste": "for Paste", "Common.Views.DocumentAccessDialog.textLoading": "Loading...", - "Common.Views.DocumentAccessDialog.textTitle": "Sharing Settings", + "Common.Views.DocumentAccessDialog.textTitle": "Sharing settings", "Common.Views.ExternalDiagramEditor.textTitle": "Chart Editor", "Common.Views.ExternalEditor.textClose": "Close", "Common.Views.ExternalEditor.textSave": "Save & Exit", @@ -582,19 +582,19 @@ "Common.Views.ImageFromUrlDialog.txtEmpty": "This field is required", "Common.Views.ImageFromUrlDialog.txtNotUrl": "This field should be a URL in the \"http://www.example.com\" format", "Common.Views.InsertTableDialog.textInvalidRowsCols": "You need to specify valid rows and columns number.", - "Common.Views.InsertTableDialog.txtColumns": "Number of Columns", + "Common.Views.InsertTableDialog.txtColumns": "Number of columns", "Common.Views.InsertTableDialog.txtMaxText": "The maximum value for this field is {0}.", "Common.Views.InsertTableDialog.txtMinText": "The minimum value for this field is {0}.", - "Common.Views.InsertTableDialog.txtRows": "Number of Rows", - "Common.Views.InsertTableDialog.txtTitle": "Table Size", - "Common.Views.InsertTableDialog.txtTitleSplit": "Split Cell", + "Common.Views.InsertTableDialog.txtRows": "Number of rows", + "Common.Views.InsertTableDialog.txtTitle": "Table size", + "Common.Views.InsertTableDialog.txtTitleSplit": "Split cell", "Common.Views.LanguageDialog.labelSelect": "Select document language", "Common.Views.ListSettingsDialog.textBulleted": "Bulleted", - "Common.Views.ListSettingsDialog.textFromFile": "From File", - "Common.Views.ListSettingsDialog.textFromStorage": "From Storage", + "Common.Views.ListSettingsDialog.textFromFile": "From file", + "Common.Views.ListSettingsDialog.textFromStorage": "From storage", "Common.Views.ListSettingsDialog.textFromUrl": "From URL", "Common.Views.ListSettingsDialog.textNumbering": "Numbered", - "Common.Views.ListSettingsDialog.textSelect": "Select From", + "Common.Views.ListSettingsDialog.textSelect": "Select from", "Common.Views.ListSettingsDialog.tipChange": "Change bullet", "Common.Views.ListSettingsDialog.txtBullet": "Bullet", "Common.Views.ListSettingsDialog.txtColor": "Color", @@ -607,21 +607,21 @@ "Common.Views.ListSettingsDialog.txtSize": "Size", "Common.Views.ListSettingsDialog.txtStart": "Start at", "Common.Views.ListSettingsDialog.txtSymbol": "Symbol", - "Common.Views.ListSettingsDialog.txtTitle": "List Settings", + "Common.Views.ListSettingsDialog.txtTitle": "List settings", "Common.Views.ListSettingsDialog.txtType": "Type", - "Common.Views.OpenDialog.closeButtonText": "Close File", + "Common.Views.OpenDialog.closeButtonText": "Close file", "Common.Views.OpenDialog.txtEncoding": "Encoding ", "Common.Views.OpenDialog.txtIncorrectPwd": "Password is incorrect.", "Common.Views.OpenDialog.txtOpenFile": "Enter a password to open the file", "Common.Views.OpenDialog.txtPassword": "Password", "Common.Views.OpenDialog.txtProtected": "Once you enter the password and open the file, the current password to the file will be reset.", "Common.Views.OpenDialog.txtTitle": "Choose %1 options", - "Common.Views.OpenDialog.txtTitleProtected": "Protected File", + "Common.Views.OpenDialog.txtTitleProtected": "Protected file", "Common.Views.PasswordDialog.txtDescription": "Set a password to protect this document", "Common.Views.PasswordDialog.txtIncorrectPwd": "Confirmation password is not identical", "Common.Views.PasswordDialog.txtPassword": "Password", "Common.Views.PasswordDialog.txtRepeat": "Repeat password", - "Common.Views.PasswordDialog.txtTitle": "Set Password", + "Common.Views.PasswordDialog.txtTitle": "Set password", "Common.Views.PasswordDialog.txtWarning": "Warning: If you lose or forget the password, it cannot be recovered. Please keep it in a safe place.", "Common.Views.PluginDlg.textLoading": "Loading", "Common.Views.Plugins.groupCaption": "Plugins", @@ -702,9 +702,9 @@ "Common.Views.ReviewPopover.textCancel": "Cancel", "Common.Views.ReviewPopover.textClose": "Close", "Common.Views.ReviewPopover.textEdit": "OK", + "Common.Views.ReviewPopover.textEnterComment": "Enter your comment here", "Common.Views.ReviewPopover.textMention": "+mention will provide access to the document and send an email", "Common.Views.ReviewPopover.textMentionNotify": "+mention will notify the user via email", - "Common.Views.ReviewPopover.textEnterComment": "Enter your comment here", "Common.Views.ReviewPopover.textOpenAgain": "Open Again", "Common.Views.ReviewPopover.textReply": "Reply", "Common.Views.ReviewPopover.textResolve": "Resolve", @@ -732,7 +732,7 @@ "Common.Views.SearchPanel.tipNextResult": "Next result", "Common.Views.SearchPanel.tipPreviousResult": "Previous result", "Common.Views.SelectFileDlg.textLoading": "Loading", - "Common.Views.SelectFileDlg.textTitle": "Select Data Source", + "Common.Views.SelectFileDlg.textTitle": "Select data source", "Common.Views.SignDialog.textBold": "Bold", "Common.Views.SignDialog.textCertificate": "Certificate", "Common.Views.SignDialog.textChange": "Change", @@ -741,13 +741,13 @@ "Common.Views.SignDialog.textNameError": "Signer name must not be empty.", "Common.Views.SignDialog.textPurpose": "Purpose for signing this document", "Common.Views.SignDialog.textSelect": "Select", - "Common.Views.SignDialog.textSelectImage": "Select Image", + "Common.Views.SignDialog.textSelectImage": "Select image", "Common.Views.SignDialog.textSignature": "Signature looks as", - "Common.Views.SignDialog.textTitle": "Sign Document", + "Common.Views.SignDialog.textTitle": "Sign document", "Common.Views.SignDialog.textUseImage": "or click 'Select Image' to use a picture as signature", "Common.Views.SignDialog.textValid": "Valid from %1 to %2", - "Common.Views.SignDialog.tipFontName": "Font Name", - "Common.Views.SignDialog.tipFontSize": "Font Size", + "Common.Views.SignDialog.tipFontName": "Font name", + "Common.Views.SignDialog.tipFontSize": "Font size", "Common.Views.SignSettingsDialog.textAllowComment": "Allow signer to add comment in the signature dialog", "Common.Views.SignSettingsDialog.textDefInstruction": "Before signing this document, verify that the content you are signing is correct.", "Common.Views.SignSettingsDialog.textInfoEmail": "Suggested signer's e-mail", @@ -755,35 +755,35 @@ "Common.Views.SignSettingsDialog.textInfoTitle": "Suggested signer's title", "Common.Views.SignSettingsDialog.textInstructions": "Instructions for signer", "Common.Views.SignSettingsDialog.textShowDate": "Show sign date in signature line", - "Common.Views.SignSettingsDialog.textTitle": "Signature Setup", + "Common.Views.SignSettingsDialog.textTitle": "Signature setup", "Common.Views.SignSettingsDialog.txtEmpty": "This field is required", "Common.Views.SymbolTableDialog.textCharacter": "Character", "Common.Views.SymbolTableDialog.textCode": "Unicode HEX value", - "Common.Views.SymbolTableDialog.textCopyright": "Copyright Sign", - "Common.Views.SymbolTableDialog.textDCQuote": "Closing Double Quote", - "Common.Views.SymbolTableDialog.textDOQuote": "Opening Double Quote", - "Common.Views.SymbolTableDialog.textEllipsis": "Horizontal Ellipsis", - "Common.Views.SymbolTableDialog.textEmDash": "Em Dash", - "Common.Views.SymbolTableDialog.textEmSpace": "Em Space", - "Common.Views.SymbolTableDialog.textEnDash": "En Dash", - "Common.Views.SymbolTableDialog.textEnSpace": "En Space", + "Common.Views.SymbolTableDialog.textCopyright": "Copyright sign", + "Common.Views.SymbolTableDialog.textDCQuote": "Closing double quote", + "Common.Views.SymbolTableDialog.textDOQuote": "Opening double quote", + "Common.Views.SymbolTableDialog.textEllipsis": "Horizontal ellipsis", + "Common.Views.SymbolTableDialog.textEmDash": "Em dash", + "Common.Views.SymbolTableDialog.textEmSpace": "Em space", + "Common.Views.SymbolTableDialog.textEnDash": "En dash", + "Common.Views.SymbolTableDialog.textEnSpace": "En space", "Common.Views.SymbolTableDialog.textFont": "Font", - "Common.Views.SymbolTableDialog.textNBHyphen": "Non-breaking Hyphen", - "Common.Views.SymbolTableDialog.textNBSpace": "No-break Space", - "Common.Views.SymbolTableDialog.textPilcrow": "Pilcrow Sign", - "Common.Views.SymbolTableDialog.textQEmSpace": "1/4 Em Space", + "Common.Views.SymbolTableDialog.textNBHyphen": "Non-breaking hyphen", + "Common.Views.SymbolTableDialog.textNBSpace": "No-break space", + "Common.Views.SymbolTableDialog.textPilcrow": "Pilcrow sign", + "Common.Views.SymbolTableDialog.textQEmSpace": "1/4 Em space", "Common.Views.SymbolTableDialog.textRange": "Range", "Common.Views.SymbolTableDialog.textRecent": "Recently used symbols", - "Common.Views.SymbolTableDialog.textRegistered": "Registered Sign", - "Common.Views.SymbolTableDialog.textSCQuote": "Closing Single Quote", - "Common.Views.SymbolTableDialog.textSection": "Section Sign", - "Common.Views.SymbolTableDialog.textShortcut": "Shortcut Key", - "Common.Views.SymbolTableDialog.textSHyphen": "Soft Hyphen", - "Common.Views.SymbolTableDialog.textSOQuote": "Opening Single Quote", + "Common.Views.SymbolTableDialog.textRegistered": "Registered sign", + "Common.Views.SymbolTableDialog.textSCQuote": "Closing single quote", + "Common.Views.SymbolTableDialog.textSection": "Section sign", + "Common.Views.SymbolTableDialog.textShortcut": "Shortcut key", + "Common.Views.SymbolTableDialog.textSHyphen": "Soft hyphen", + "Common.Views.SymbolTableDialog.textSOQuote": "Opening single quote", "Common.Views.SymbolTableDialog.textSpecial": "Special characters", "Common.Views.SymbolTableDialog.textSymbols": "Symbols", "Common.Views.SymbolTableDialog.textTitle": "Symbol", - "Common.Views.SymbolTableDialog.textTradeMark": "Trademark Symbol", + "Common.Views.SymbolTableDialog.textTradeMark": "Trademark symbol", "Common.Views.UserNameDialog.textDontShow": "Don't ask me again", "Common.Views.UserNameDialog.textLabel": "Label:", "Common.Views.UserNameDialog.textLabelError": "Label must not be empty.", @@ -821,6 +821,11 @@ "PE.Controllers.Main.errorFilePassProtect": "The file is password protected and cannot be opened.", "PE.Controllers.Main.errorFileSizeExceed": "The file size exceeds the limitation set for your server.
Please contact your Document Server administrator for details.", "PE.Controllers.Main.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to a drive or try again later.", + "PE.Controllers.Main.errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", + "PE.Controllers.Main.errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", + "PE.Controllers.Main.errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", + "PE.Controllers.Main.errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "PE.Controllers.Main.errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "PE.Controllers.Main.errorKeyEncrypt": "Unknown key descriptor", "PE.Controllers.Main.errorKeyExpire": "Key descriptor expired", "PE.Controllers.Main.errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", @@ -838,11 +843,6 @@ "PE.Controllers.Main.errorUserDrop": "The file cannot be accessed right now.", "PE.Controllers.Main.errorUsersExceed": "The number of users allowed by the pricing plan was exceeded", "PE.Controllers.Main.errorViewerDisconnect": "Connection is lost. You can still view the document,
but will not be able to download or print it until the connection is restored and page is reloaded.", - "PE.Controllers.Main.errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "PE.Controllers.Main.errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "PE.Controllers.Main.errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "PE.Controllers.Main.errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "PE.Controllers.Main.errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "PE.Controllers.Main.leavePageText": "You have unsaved changes in this presentation. Click \"Stay on This Page\", then \"Save\" to save them. Click \"Leave This Page\" to discard all the unsaved changes.", "PE.Controllers.Main.leavePageTextOnClose": "All unsaved changes in this presentation will be lost.
Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.", "PE.Controllers.Main.loadFontsTextText": "Loading data...", @@ -1550,8 +1550,8 @@ "PE.Views.Animation.txtParameters": "Parameters", "PE.Views.Animation.txtPreview": "Preview", "PE.Views.Animation.txtSec": "s", - "PE.Views.AnimationDialog.textPreviewEffect": "Preview Effect", - "PE.Views.AnimationDialog.textTitle": "More Effects", + "PE.Views.AnimationDialog.textPreviewEffect": "Preview effect", + "PE.Views.AnimationDialog.textTitle": "More effects", "PE.Views.ChartSettings.text3dDepth": "Depth (% of base)", "PE.Views.ChartSettings.text3dHeight": "Height (% of base)", "PE.Views.ChartSettings.text3dRotation": "3D Rotation", @@ -1575,7 +1575,7 @@ "PE.Views.ChartSettings.textWidth": "Width", "PE.Views.ChartSettings.textX": "X rotation", "PE.Views.ChartSettings.textY": "Y rotation", - "PE.Views.ChartSettingsAdvanced.textAlt": "Alternative Text", + "PE.Views.ChartSettingsAdvanced.textAlt": "Alternative text", "PE.Views.ChartSettingsAdvanced.textAltDescription": "Description", "PE.Views.ChartSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart, or table.", "PE.Views.ChartSettingsAdvanced.textAltTitle": "Title", @@ -1583,12 +1583,12 @@ "PE.Views.ChartSettingsAdvanced.textFrom": "From", "PE.Views.ChartSettingsAdvanced.textHeight": "Height", "PE.Views.ChartSettingsAdvanced.textHorizontal": "Horizontal", - "PE.Views.ChartSettingsAdvanced.textKeepRatio": "Constant Proportions", + "PE.Views.ChartSettingsAdvanced.textKeepRatio": "Constant proportions", "PE.Views.ChartSettingsAdvanced.textPlacement": "Placement", "PE.Views.ChartSettingsAdvanced.textPosition": "Position", "PE.Views.ChartSettingsAdvanced.textSize": "Size", - "PE.Views.ChartSettingsAdvanced.textTitle": "Chart - Advanced Settings", - "PE.Views.ChartSettingsAdvanced.textTopLeftCorner": "Top Left Corner", + "PE.Views.ChartSettingsAdvanced.textTitle": "Chart - Advanced settings", + "PE.Views.ChartSettingsAdvanced.textTopLeftCorner": "Top left corner", "PE.Views.ChartSettingsAdvanced.textVertical": "Vertical", "PE.Views.ChartSettingsAdvanced.textWidth": "Width", "PE.Views.DateTimeDialog.confirmDefault": "Set default format for {0}: \"{1}\"", @@ -1601,16 +1601,21 @@ "PE.Views.DocumentHolder.addCommentText": "Add Comment", "PE.Views.DocumentHolder.addToLayoutText": "Add to Layout", "PE.Views.DocumentHolder.advancedChartText": "Chart Advanced Settings", + "PE.Views.DocumentHolder.advancedEquationText": "Equation Settings", "PE.Views.DocumentHolder.advancedImageText": "Image Advanced Settings", "PE.Views.DocumentHolder.advancedParagraphText": "Paragraph Advanced Settings", "PE.Views.DocumentHolder.advancedShapeText": "Shape Advanced Settings", "PE.Views.DocumentHolder.advancedTableText": "Table Advanced Settings", "PE.Views.DocumentHolder.alignmentText": "Alignment", + "PE.Views.DocumentHolder.allLinearText": "All - Linear", + "PE.Views.DocumentHolder.allProfText": "All - Professional", "PE.Views.DocumentHolder.belowText": "Below", "PE.Views.DocumentHolder.cellAlignText": "Cell Vertical Alignment", "PE.Views.DocumentHolder.cellText": "Cell", "PE.Views.DocumentHolder.centerText": "Center", "PE.Views.DocumentHolder.columnText": "Column", + "PE.Views.DocumentHolder.currLinearText": "Current - Linear", + "PE.Views.DocumentHolder.currProfText": "Current - Professional", "PE.Views.DocumentHolder.deleteColumnText": "Delete Column", "PE.Views.DocumentHolder.deleteRowText": "Delete Row", "PE.Views.DocumentHolder.deleteTableText": "Delete Table", @@ -1632,6 +1637,7 @@ "PE.Views.DocumentHolder.insertRowText": "Insert Row", "PE.Views.DocumentHolder.insertText": "Insert", "PE.Views.DocumentHolder.langText": "Select Language", + "PE.Views.DocumentHolder.latexText": "LaTeX", "PE.Views.DocumentHolder.leftText": "Left", "PE.Views.DocumentHolder.loadSpellText": "Loading variants...", "PE.Views.DocumentHolder.mergeCellsText": "Merge Cells", @@ -1792,14 +1798,8 @@ "PE.Views.DocumentHolder.txtUnderbar": "Bar under text", "PE.Views.DocumentHolder.txtUngroup": "Ungroup", "PE.Views.DocumentHolder.txtWarnUrl": "Clicking this link can be harmful to your device and data.
Are you sure you want to continue?", - "PE.Views.DocumentHolder.vertAlignText": "Vertical Alignment", - "PE.Views.DocumentHolder.advancedEquationText": "Equation Settings", "PE.Views.DocumentHolder.unicodeText": "Unicode", - "PE.Views.DocumentHolder.latexText": "LaTeX", - "PE.Views.DocumentHolder.currProfText": "Current - Professional", - "PE.Views.DocumentHolder.currLinearText": "Current - Linear", - "PE.Views.DocumentHolder.allProfText": "All - Professional", - "PE.Views.DocumentHolder.allLinearText": "All - Linear", + "PE.Views.DocumentHolder.vertAlignText": "Vertical Alignment", "PE.Views.DocumentPreview.goToSlideText": "Go to Slide", "PE.Views.DocumentPreview.slideIndexText": "Slide {0} of {1}", "PE.Views.DocumentPreview.txtClose": "Close slideshow", @@ -1919,7 +1919,7 @@ "PE.Views.GridSettings.textCm": "cm", "PE.Views.GridSettings.textCustom": "Custom", "PE.Views.GridSettings.textSpacing": "Spacing", - "PE.Views.GridSettings.textTitle": "Grid Settings", + "PE.Views.GridSettings.textTitle": "Grid settings", "PE.Views.HeaderFooterDialog.applyAllText": "Apply to all", "PE.Views.HeaderFooterDialog.applyText": "Apply", "PE.Views.HeaderFooterDialog.diffLanguage": "You can’t use a date format in a different language than the slide master.
To change the master, click 'Apply to all' instead of 'Apply'", @@ -1932,25 +1932,25 @@ "PE.Views.HeaderFooterDialog.textNotTitle": "Don't show on title slide", "PE.Views.HeaderFooterDialog.textPreview": "Preview", "PE.Views.HeaderFooterDialog.textSlideNum": "Slide number", - "PE.Views.HeaderFooterDialog.textTitle": "Footer Settings", + "PE.Views.HeaderFooterDialog.textTitle": "Footer settings", "PE.Views.HeaderFooterDialog.textUpdate": "Update automatically", "PE.Views.HyperlinkSettingsDialog.strDisplay": "Display", - "PE.Views.HyperlinkSettingsDialog.strLinkTo": "Link To", + "PE.Views.HyperlinkSettingsDialog.strLinkTo": "Link to", "PE.Views.HyperlinkSettingsDialog.textDefault": "Selected text fragment", "PE.Views.HyperlinkSettingsDialog.textEmptyDesc": "Enter caption here", "PE.Views.HyperlinkSettingsDialog.textEmptyLink": "Enter link here", "PE.Views.HyperlinkSettingsDialog.textEmptyTooltip": "Enter tooltip here", - "PE.Views.HyperlinkSettingsDialog.textExternalLink": "External Link", - "PE.Views.HyperlinkSettingsDialog.textInternalLink": "Slide In This Presentation", + "PE.Views.HyperlinkSettingsDialog.textExternalLink": "External link", + "PE.Views.HyperlinkSettingsDialog.textInternalLink": "Slide in this presentation", "PE.Views.HyperlinkSettingsDialog.textSlides": "Slides", - "PE.Views.HyperlinkSettingsDialog.textTipText": "ScreenTip Text", - "PE.Views.HyperlinkSettingsDialog.textTitle": "Hyperlink Settings", + "PE.Views.HyperlinkSettingsDialog.textTipText": "ScreenTip text", + "PE.Views.HyperlinkSettingsDialog.textTitle": "Hyperlink settings", "PE.Views.HyperlinkSettingsDialog.txtEmpty": "This field is required", - "PE.Views.HyperlinkSettingsDialog.txtFirst": "First Slide", - "PE.Views.HyperlinkSettingsDialog.txtLast": "Last Slide", - "PE.Views.HyperlinkSettingsDialog.txtNext": "Next Slide", + "PE.Views.HyperlinkSettingsDialog.txtFirst": "First slide", + "PE.Views.HyperlinkSettingsDialog.txtLast": "Last slide", + "PE.Views.HyperlinkSettingsDialog.txtNext": "Next slide", "PE.Views.HyperlinkSettingsDialog.txtNotUrl": "This field should be a URL in the \"http://www.example.com\" format", - "PE.Views.HyperlinkSettingsDialog.txtPrev": "Previous Slide", + "PE.Views.HyperlinkSettingsDialog.txtPrev": "Previous slide", "PE.Views.HyperlinkSettingsDialog.txtSizeLimit": "This field is limited to 2083 characters", "PE.Views.HyperlinkSettingsDialog.txtSlide": "Slide", "PE.Views.ImageSettings.textAdvanced": "Show advanced settings", @@ -1977,7 +1977,7 @@ "PE.Views.ImageSettings.textRotation": "Rotation", "PE.Views.ImageSettings.textSize": "Size", "PE.Views.ImageSettings.textWidth": "Width", - "PE.Views.ImageSettingsAdvanced.textAlt": "Alternative Text", + "PE.Views.ImageSettingsAdvanced.textAlt": "Alternative text", "PE.Views.ImageSettingsAdvanced.textAltDescription": "Description", "PE.Views.ImageSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart, or table.", "PE.Views.ImageSettingsAdvanced.textAltTitle": "Title", @@ -1989,13 +1989,13 @@ "PE.Views.ImageSettingsAdvanced.textHorizontal": "Horizontal", "PE.Views.ImageSettingsAdvanced.textHorizontally": "Horizontally", "PE.Views.ImageSettingsAdvanced.textKeepRatio": "Constant proportions", - "PE.Views.ImageSettingsAdvanced.textOriginalSize": "Actual Size", + "PE.Views.ImageSettingsAdvanced.textOriginalSize": "Actual size", "PE.Views.ImageSettingsAdvanced.textPlacement": "Placement", "PE.Views.ImageSettingsAdvanced.textPosition": "Position", "PE.Views.ImageSettingsAdvanced.textRotation": "Rotation", "PE.Views.ImageSettingsAdvanced.textSize": "Size", - "PE.Views.ImageSettingsAdvanced.textTitle": "Image - Advanced Settings", - "PE.Views.ImageSettingsAdvanced.textTopLeftCorner": "Top Left Corner", + "PE.Views.ImageSettingsAdvanced.textTitle": "Image - Advanced settings", + "PE.Views.ImageSettingsAdvanced.textTopLeftCorner": "Top left corner", "PE.Views.ImageSettingsAdvanced.textVertical": "Vertical", "PE.Views.ImageSettingsAdvanced.textVertically": "Vertically", "PE.Views.ImageSettingsAdvanced.textWidth": "Width", @@ -2027,7 +2027,7 @@ "PE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Double strikethrough", "PE.Views.ParagraphSettingsAdvanced.strIndent": "Indents", "PE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Left", - "PE.Views.ParagraphSettingsAdvanced.strIndentsLineSpacing": "Line Spacing", + "PE.Views.ParagraphSettingsAdvanced.strIndentsLineSpacing": "Line spacing", "PE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Right", "PE.Views.ParagraphSettingsAdvanced.strIndentsSpacingAfter": "After", "PE.Views.ParagraphSettingsAdvanced.strIndentsSpacingBefore": "Before", @@ -2042,8 +2042,8 @@ "PE.Views.ParagraphSettingsAdvanced.strTabs": "Tabs", "PE.Views.ParagraphSettingsAdvanced.textAlign": "Alignment", "PE.Views.ParagraphSettingsAdvanced.textAuto": "Multiple", - "PE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "Character Spacing", - "PE.Views.ParagraphSettingsAdvanced.textDefault": "Default Tab", + "PE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "Character spacing", + "PE.Views.ParagraphSettingsAdvanced.textDefault": "Default tab", "PE.Views.ParagraphSettingsAdvanced.textEffects": "Effects", "PE.Views.ParagraphSettingsAdvanced.textExact": "Exactly", "PE.Views.ParagraphSettingsAdvanced.textFirstLine": "First line", @@ -2051,13 +2051,13 @@ "PE.Views.ParagraphSettingsAdvanced.textJustified": "Justified", "PE.Views.ParagraphSettingsAdvanced.textNoneSpecial": "(none)", "PE.Views.ParagraphSettingsAdvanced.textRemove": "Remove", - "PE.Views.ParagraphSettingsAdvanced.textRemoveAll": "Remove All", + "PE.Views.ParagraphSettingsAdvanced.textRemoveAll": "Remove all", "PE.Views.ParagraphSettingsAdvanced.textSet": "Specify", "PE.Views.ParagraphSettingsAdvanced.textTabCenter": "Center", "PE.Views.ParagraphSettingsAdvanced.textTabLeft": "Left", - "PE.Views.ParagraphSettingsAdvanced.textTabPosition": "Tab Position", + "PE.Views.ParagraphSettingsAdvanced.textTabPosition": "Tab position", "PE.Views.ParagraphSettingsAdvanced.textTabRight": "Right", - "PE.Views.ParagraphSettingsAdvanced.textTitle": "Paragraph - Advanced Settings", + "PE.Views.ParagraphSettingsAdvanced.textTitle": "Paragraph - Advanced settings", "PE.Views.ParagraphSettingsAdvanced.txtAutoText": "Auto", "PE.Views.RightMenu.txtChartSettings": "Chart settings", "PE.Views.RightMenu.txtImageSettings": "Image settings", @@ -2124,35 +2124,35 @@ "PE.Views.ShapeSettings.txtPapyrus": "Papyrus", "PE.Views.ShapeSettings.txtWood": "Wood", "PE.Views.ShapeSettingsAdvanced.strColumns": "Columns", - "PE.Views.ShapeSettingsAdvanced.strMargins": "Text Padding", - "PE.Views.ShapeSettingsAdvanced.textAlt": "Alternative Text", + "PE.Views.ShapeSettingsAdvanced.strMargins": "Text padding", + "PE.Views.ShapeSettingsAdvanced.textAlt": "Alternative text", "PE.Views.ShapeSettingsAdvanced.textAltDescription": "Description", "PE.Views.ShapeSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart, or table.", "PE.Views.ShapeSettingsAdvanced.textAltTitle": "Title", "PE.Views.ShapeSettingsAdvanced.textAngle": "Angle", "PE.Views.ShapeSettingsAdvanced.textArrows": "Arrows", "PE.Views.ShapeSettingsAdvanced.textAutofit": "AutoFit", - "PE.Views.ShapeSettingsAdvanced.textBeginSize": "Begin Size", - "PE.Views.ShapeSettingsAdvanced.textBeginStyle": "Begin Style", + "PE.Views.ShapeSettingsAdvanced.textBeginSize": "Begin size", + "PE.Views.ShapeSettingsAdvanced.textBeginStyle": "Begin style", "PE.Views.ShapeSettingsAdvanced.textBevel": "Bevel", "PE.Views.ShapeSettingsAdvanced.textBottom": "Bottom", - "PE.Views.ShapeSettingsAdvanced.textCapType": "Cap Type", + "PE.Views.ShapeSettingsAdvanced.textCapType": "Cap type", "PE.Views.ShapeSettingsAdvanced.textCenter": "Center", "PE.Views.ShapeSettingsAdvanced.textColNumber": "Number of columns", - "PE.Views.ShapeSettingsAdvanced.textEndSize": "End Size", - "PE.Views.ShapeSettingsAdvanced.textEndStyle": "End Style", + "PE.Views.ShapeSettingsAdvanced.textEndSize": "End size", + "PE.Views.ShapeSettingsAdvanced.textEndStyle": "End style", "PE.Views.ShapeSettingsAdvanced.textFlat": "Flat", "PE.Views.ShapeSettingsAdvanced.textFlipped": "Flipped", "PE.Views.ShapeSettingsAdvanced.textFrom": "From", "PE.Views.ShapeSettingsAdvanced.textHeight": "Height", "PE.Views.ShapeSettingsAdvanced.textHorizontal": "Horizontal", "PE.Views.ShapeSettingsAdvanced.textHorizontally": "Horizontally", - "PE.Views.ShapeSettingsAdvanced.textJoinType": "Join Type", + "PE.Views.ShapeSettingsAdvanced.textJoinType": "Join type", "PE.Views.ShapeSettingsAdvanced.textKeepRatio": "Constant proportions", "PE.Views.ShapeSettingsAdvanced.textLeft": "Left", - "PE.Views.ShapeSettingsAdvanced.textLineStyle": "Line Style", + "PE.Views.ShapeSettingsAdvanced.textLineStyle": "Line style", "PE.Views.ShapeSettingsAdvanced.textMiter": "Miter", - "PE.Views.ShapeSettingsAdvanced.textNofit": "Do not Autofit", + "PE.Views.ShapeSettingsAdvanced.textNofit": "Do not autofit", "PE.Views.ShapeSettingsAdvanced.textPlacement": "Placement", "PE.Views.ShapeSettingsAdvanced.textPosition": "Position", "PE.Views.ShapeSettingsAdvanced.textResizeFit": "Resize shape to fit text", @@ -2163,10 +2163,10 @@ "PE.Views.ShapeSettingsAdvanced.textSize": "Size", "PE.Views.ShapeSettingsAdvanced.textSpacing": "Spacing between columns", "PE.Views.ShapeSettingsAdvanced.textSquare": "Square", - "PE.Views.ShapeSettingsAdvanced.textTextBox": "Text Box", - "PE.Views.ShapeSettingsAdvanced.textTitle": "Shape - Advanced Settings", + "PE.Views.ShapeSettingsAdvanced.textTextBox": "Text box", + "PE.Views.ShapeSettingsAdvanced.textTitle": "Shape - Advanced settings", "PE.Views.ShapeSettingsAdvanced.textTop": "Top", - "PE.Views.ShapeSettingsAdvanced.textTopLeftCorner": "Top Left Corner", + "PE.Views.ShapeSettingsAdvanced.textTopLeftCorner": "Top left corner", "PE.Views.ShapeSettingsAdvanced.textVertical": "Vertical", "PE.Views.ShapeSettingsAdvanced.textVertically": "Vertically", "PE.Views.ShapeSettingsAdvanced.textWeightArrows": "Weights & Arrows", @@ -2229,15 +2229,15 @@ "PE.Views.SlideSettings.txtPapyrus": "Papyrus", "PE.Views.SlideSettings.txtWood": "Wood", "PE.Views.SlideshowSettings.textLoop": "Loop continuously until 'Esc' is pressed", - "PE.Views.SlideshowSettings.textTitle": "Show Settings", + "PE.Views.SlideshowSettings.textTitle": "Show settings", "PE.Views.SlideSizeSettings.strLandscape": "Landscape", "PE.Views.SlideSizeSettings.strPortrait": "Portrait", "PE.Views.SlideSizeSettings.textHeight": "Height", - "PE.Views.SlideSizeSettings.textSlideOrientation": "Slide Orientation", - "PE.Views.SlideSizeSettings.textSlideSize": "Slide Size", - "PE.Views.SlideSizeSettings.textTitle": "Slide Size Settings", + "PE.Views.SlideSizeSettings.textSlideOrientation": "Slide orientation", + "PE.Views.SlideSizeSettings.textSlideSize": "Slide size", + "PE.Views.SlideSizeSettings.textTitle": "Slide size settings", "PE.Views.SlideSizeSettings.textWidth": "Width", - "PE.Views.SlideSizeSettings.txt35": "35 mm Slides", + "PE.Views.SlideSizeSettings.txt35": "35 mm slides", "PE.Views.SlideSizeSettings.txtA3": "A3 Paper (297x420 mm)", "PE.Views.SlideSizeSettings.txtA4": "A4 Paper (210x297 mm)", "PE.Views.SlideSizeSettings.txtB4": "B4 (ICO) Paper (250x353 mm)", @@ -2321,27 +2321,27 @@ "PE.Views.TableSettings.txtTable_NoStyle": "No Style", "PE.Views.TableSettings.txtTable_TableGrid": "Table Grid", "PE.Views.TableSettings.txtTable_ThemedStyle": "Themed Style", - "PE.Views.TableSettingsAdvanced.textAlt": "Alternative Text", + "PE.Views.TableSettingsAdvanced.textAlt": "Alternative text", "PE.Views.TableSettingsAdvanced.textAltDescription": "Description", "PE.Views.TableSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart, or table.", "PE.Views.TableSettingsAdvanced.textAltTitle": "Title", "PE.Views.TableSettingsAdvanced.textBottom": "Bottom", "PE.Views.TableSettingsAdvanced.textCenter": "Center", "PE.Views.TableSettingsAdvanced.textCheckMargins": "Use default margins", - "PE.Views.TableSettingsAdvanced.textDefaultMargins": "Default Margins", + "PE.Views.TableSettingsAdvanced.textDefaultMargins": "Default margins", "PE.Views.TableSettingsAdvanced.textFrom": "From", "PE.Views.TableSettingsAdvanced.textHeight": "Height", "PE.Views.TableSettingsAdvanced.textHorizontal": "Horizontal", - "PE.Views.TableSettingsAdvanced.textKeepRatio": "Constant Proportions", + "PE.Views.TableSettingsAdvanced.textKeepRatio": "Constant proportions", "PE.Views.TableSettingsAdvanced.textLeft": "Left", - "PE.Views.TableSettingsAdvanced.textMargins": "Cell Margins", + "PE.Views.TableSettingsAdvanced.textMargins": "Cell margins", "PE.Views.TableSettingsAdvanced.textPlacement": "Placement", "PE.Views.TableSettingsAdvanced.textPosition": "Position", "PE.Views.TableSettingsAdvanced.textRight": "Right", "PE.Views.TableSettingsAdvanced.textSize": "Size", - "PE.Views.TableSettingsAdvanced.textTitle": "Table - Advanced Settings", + "PE.Views.TableSettingsAdvanced.textTitle": "Table - Advanced settings", "PE.Views.TableSettingsAdvanced.textTop": "Top", - "PE.Views.TableSettingsAdvanced.textTopLeftCorner": "Top Left Corner", + "PE.Views.TableSettingsAdvanced.textTopLeftCorner": "Top left corner", "PE.Views.TableSettingsAdvanced.textVertical": "Vertical", "PE.Views.TableSettingsAdvanced.textWidth": "Width", "PE.Views.TableSettingsAdvanced.textWidthSpaces": "Margins", @@ -2597,7 +2597,7 @@ "PE.Views.Transitions.txtSec": "s", "PE.Views.ViewTab.textAddHGuides": "Add Horizontal Guide", "PE.Views.ViewTab.textAddVGuides": "Add Vertical Guide", - "PE.Views.ViewTab.textAlwaysShowToolbar": "Always show toolbar", + "PE.Views.ViewTab.textAlwaysShowToolbar": "Always Show Toolbar", "PE.Views.ViewTab.textClearGuides": "Clear Guides", "PE.Views.ViewTab.textCm": "cm", "PE.Views.ViewTab.textCustom": "Custom", @@ -2605,8 +2605,10 @@ "PE.Views.ViewTab.textFitToWidth": "Fit To Width", "PE.Views.ViewTab.textGridlines": "Gridlines", "PE.Views.ViewTab.textGuides": "Guides", - "PE.Views.ViewTab.textInterfaceTheme": "Interface theme", + "PE.Views.ViewTab.textInterfaceTheme": "Interface Theme", + "PE.Views.ViewTab.textLeftMenu": "Left Panel", "PE.Views.ViewTab.textNotes": "Notes", + "PE.Views.ViewTab.textRightMenu": "Right Panel", "PE.Views.ViewTab.textRulers": "Rulers", "PE.Views.ViewTab.textShowGridlines": "Show Gridlines", "PE.Views.ViewTab.textShowGuides": "Show Guides", @@ -2618,7 +2620,5 @@ "PE.Views.ViewTab.tipFitToWidth": "Fit to width", "PE.Views.ViewTab.tipGridlines": "Show gridlines", "PE.Views.ViewTab.tipGuides": "Show Guides", - "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme", - "PE.Views.ViewTab.textLeftMenu": "Left panel", - "PE.Views.ViewTab.textRightMenu": "Right panel" + "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/es.json b/apps/presentationeditor/main/locale/es.json index 3d1910c43..7315a7dd3 100644 --- a/apps/presentationeditor/main/locale/es.json +++ b/apps/presentationeditor/main/locale/es.json @@ -248,6 +248,14 @@ "Common.define.effectData.textWipe": "Barrido", "Common.define.effectData.textZigzag": "Zigzag", "Common.define.effectData.textZoom": "Zoom", + "Common.define.gridlineData.txtCm": "cm", + "Common.define.gridlineData.txtPt": "pt", + "Common.define.smartArt.textBalance": "Saldo", + "Common.define.smartArt.textEquation": "Ecuación", + "Common.define.smartArt.textFunnel": "Embudo", + "Common.define.smartArt.textList": "Lista", + "Common.define.smartArt.textOther": "Otro", + "Common.define.smartArt.textPicture": "Imagen", "Common.Translation.textMoreButton": "Más", "Common.Translation.warnFileLocked": "El archivo está siendo editado en otra aplicación. Puede continuar editándolo y guardarlo como una copia.", "Common.Translation.warnFileLockedBtnEdit": "Crear copia", @@ -378,6 +386,8 @@ "Common.Views.DocumentAccessDialog.textLoading": "Cargando...", "Common.Views.DocumentAccessDialog.textTitle": "Ajustes de uso compartido", "Common.Views.ExternalDiagramEditor.textTitle": "Editor de gráfico", + "Common.Views.ExternalEditor.textClose": "Cerrar", + "Common.Views.ExternalEditor.textSave": "Guardar y salir", "Common.Views.ExternalOleEditor.textTitle": "Editor de hojas de cálculo", "Common.Views.Header.labelCoUsersDescr": "El documento está siendo editado por usuarios:", "Common.Views.Header.textAddFavorite": "Marcar como favorito", @@ -468,6 +478,7 @@ "Common.Views.Plugins.textStart": "Iniciar", "Common.Views.Plugins.textStop": "Detener", "Common.Views.Protection.hintAddPwd": "Encriptar con contraseña", + "Common.Views.Protection.hintDelPwd": "Eliminar contraseña", "Common.Views.Protection.hintPwd": "Cambie o elimine la contraseña", "Common.Views.Protection.hintSignature": "Agregar firma digital o línea de firma", "Common.Views.Protection.txtAddPwd": "Agregar contraseña", @@ -647,6 +658,7 @@ "PE.Controllers.Main.errorDataEncrypted": "Se han recibido cambios cifrados, ellos no pueden ser descifrados.", "PE.Controllers.Main.errorDataRange": "Rango de datos incorrecto.", "PE.Controllers.Main.errorDefaultMessage": "Código de error: %1", + "PE.Controllers.Main.errorDirectUrl": "Por favor, verifique el vínculo al documento.
Este vínculo debe ser un vínculo directo al archivo para descargar.", "PE.Controllers.Main.errorEditingDownloadas": "Se produjo un error durante el trabajo con el documento.
Use la opción 'Descargar como' para guardar la copia de seguridad de este archivo en el disco duro.", "PE.Controllers.Main.errorEditingSaveas": "Se produjo un error durante el trabajo con el documento.
Use la opción 'Guardar como...' para guardar la copia de seguridad de este archivo en el disco duro.", "PE.Controllers.Main.errorEmailClient": "No se pudo encontrar ningun cliente de correo", @@ -708,6 +720,7 @@ "PE.Controllers.Main.textClose": "Cerrar", "PE.Controllers.Main.textCloseTip": "Pulse para cerrar el consejo", "PE.Controllers.Main.textContactUs": "Contactar con equipo de ventas", + "PE.Controllers.Main.textContinue": "Continuar", "PE.Controllers.Main.textConvertEquation": "Esta ecuación fue creada con una versión antigua del editor de ecuaciones que ya no es compatible. Para editarla, convierta la ecuación al formato ML de Office Math.
¿Convertir ahora?", "PE.Controllers.Main.textCustomLoader": "Note, por favor, que según los términos de la licencia Usted no tiene derecho a cambiar el cargador.
Por favor, póngase en contacto con nuestro Departamento de Ventas para obtener una cotización.", "PE.Controllers.Main.textDisconnect": "Se ha perdido la conexión", @@ -728,6 +741,7 @@ "PE.Controllers.Main.textStrict": "Modo estricto", "PE.Controllers.Main.textTryUndoRedo": "Las funciones Anular/Rehacer se desactivan para el modo co-edición rápido.
Haga Clic en el botón \"modo estricto\" para cambiar al modo de co-edición estricta para editar el archivo sin la interferencia de otros usuarios y enviar sus cambios sólo después de guardarlos. Se puede cambiar entre los modos de co-edición usando los ajustes avanzados de edición.", "PE.Controllers.Main.textTryUndoRedoWarn": "Las funciones Deshacer/Rehacer están desactivadas en el modo de co-edición rápido.", + "PE.Controllers.Main.textUndo": "Deshacer", "PE.Controllers.Main.titleLicenseExp": "Licencia ha expirado", "PE.Controllers.Main.titleServerVersion": "Editor ha sido actualizado", "PE.Controllers.Main.txtAddFirstSlide": "Haga clic para agregar la primera diapositiva", @@ -1379,11 +1393,15 @@ "PE.Views.AnimationDialog.textTitle": "Más efectos", "PE.Views.ChartSettings.textAdvanced": "Mostrar ajustes avanzados", "PE.Views.ChartSettings.textChartType": "Cambiar tipo de gráfico", + "PE.Views.ChartSettings.textDown": "Abajo", "PE.Views.ChartSettings.textEditData": "Editar datos", "PE.Views.ChartSettings.textHeight": "Altura", "PE.Views.ChartSettings.textKeepRatio": "Proporciones constantes", + "PE.Views.ChartSettings.textLeft": "Izquierda", + "PE.Views.ChartSettings.textRight": "Derecha", "PE.Views.ChartSettings.textSize": "Tamaño", "PE.Views.ChartSettings.textStyle": "Estilo", + "PE.Views.ChartSettings.textUp": "Arriba", "PE.Views.ChartSettings.textWidth": "Ancho", "PE.Views.ChartSettingsAdvanced.textAlt": "Texto alternativo", "PE.Views.ChartSettingsAdvanced.textAltDescription": "Descripción", @@ -1410,6 +1428,7 @@ "PE.Views.DocumentHolder.aboveText": "Arriba", "PE.Views.DocumentHolder.addCommentText": "Agregar comentario", "PE.Views.DocumentHolder.addToLayoutText": "Agregar al Diseño", + "PE.Views.DocumentHolder.advancedChartText": "Ajustes avanzados de gráfico", "PE.Views.DocumentHolder.advancedImageText": "Ajustes avanzados de imagen", "PE.Views.DocumentHolder.advancedParagraphText": "Ajustes avanzados de párrafo", "PE.Views.DocumentHolder.advancedShapeText": "Ajustes avanzados de forma", @@ -1460,10 +1479,12 @@ "PE.Views.DocumentHolder.textArrangeBackward": "Enviar atrás", "PE.Views.DocumentHolder.textArrangeForward": "Traer adelante", "PE.Views.DocumentHolder.textArrangeFront": "Traer al frente", + "PE.Views.DocumentHolder.textCm": "cm", "PE.Views.DocumentHolder.textCopy": "Copiar", "PE.Views.DocumentHolder.textCrop": "Recortar", "PE.Views.DocumentHolder.textCropFill": "Relleno", "PE.Views.DocumentHolder.textCropFit": "Adaptar", + "PE.Views.DocumentHolder.textCustom": "Personalizado", "PE.Views.DocumentHolder.textCut": "Cortar", "PE.Views.DocumentHolder.textDistributeCols": "Distribuir columnas", "PE.Views.DocumentHolder.textDistributeRows": "Distribuir filas", @@ -1473,6 +1494,7 @@ "PE.Views.DocumentHolder.textFromFile": "De archivo", "PE.Views.DocumentHolder.textFromStorage": "Desde almacenamiento", "PE.Views.DocumentHolder.textFromUrl": "De URL", + "PE.Views.DocumentHolder.textGridlines": "Líneas de cuadrícula", "PE.Views.DocumentHolder.textNextPage": "Diapositiva siguiente", "PE.Views.DocumentHolder.textPaste": "Pegar", "PE.Views.DocumentHolder.textPrevPage": "Diapositiva anterior", @@ -1480,6 +1502,7 @@ "PE.Views.DocumentHolder.textRotate": "Girar", "PE.Views.DocumentHolder.textRotate270": "Girar 90° a la izquierda", "PE.Views.DocumentHolder.textRotate90": "Girar 90° a la derecha", + "PE.Views.DocumentHolder.textRulers": "Reglas", "PE.Views.DocumentHolder.textShapeAlignBottom": "Alinear en la parte inferior", "PE.Views.DocumentHolder.textShapeAlignCenter": "Alinear al centro", "PE.Views.DocumentHolder.textShapeAlignLeft": "Alinear a la izquierda", @@ -1637,6 +1660,7 @@ "PE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Ubicación", "PE.Views.FileMenuPanels.DocumentInfo.txtRights": "Personas que tienen derechos", "PE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Asunto", + "PE.Views.FileMenuPanels.DocumentInfo.txtTags": "Etiquetas", "PE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Título", "PE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Subido", "PE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Cambiar derechos de acceso", @@ -1702,6 +1726,9 @@ "PE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Deshabilitar todas las macros con notificación", "PE.Views.FileMenuPanels.Settings.txtWin": "como Windows", "PE.Views.FileMenuPanels.Settings.txtWorkspace": "Área de trabajo", + "PE.Views.GridSettings.textCm": "cm", + "PE.Views.GridSettings.textCustom": "Personalizado", + "PE.Views.GridSettings.textSpacing": "Espaciado", "PE.Views.HeaderFooterDialog.applyAllText": "Aplicar a todo", "PE.Views.HeaderFooterDialog.applyText": "Aplicar", "PE.Views.HeaderFooterDialog.diffLanguage": "No se puede usar un formato de fecha en un idioma diferente del patrón de diapositivas.
Para cambiar el patrón pulse \"Aplicar a todo\" en vez de \"Aplicar\"", @@ -1968,7 +1995,7 @@ "PE.Views.SignatureSettings.txtSignedInvalid": "Algunas de las firmas digitales en la presentación son inválidas o no se pudieron verificar. La presentación está protegida y no se puede editar.", "PE.Views.SlideSettings.strBackground": "Color de fondo", "PE.Views.SlideSettings.strColor": "Color", - "PE.Views.SlideSettings.strDateTime": "Mostrar Fecha y Hora", + "PE.Views.SlideSettings.strDateTime": "Mostrar fecha y hora", "PE.Views.SlideSettings.strFill": "Fondo", "PE.Views.SlideSettings.strForeground": "Color de primer plano", "PE.Views.SlideSettings.strPattern": "Patrón", @@ -2089,6 +2116,10 @@ "PE.Views.TableSettings.tipOuter": "Fijar sólo borde exterior", "PE.Views.TableSettings.tipRight": "Fijar sólo borde exterior derecho", "PE.Views.TableSettings.tipTop": "Fijar sólo borde exterior superior", + "PE.Views.TableSettings.txtGroupTable_Custom": "Personalizado", + "PE.Views.TableSettings.txtGroupTable_Dark": "Oscuro", + "PE.Views.TableSettings.txtGroupTable_Light": "Claro", + "PE.Views.TableSettings.txtGroupTable_Medium": "Medio", "PE.Views.TableSettings.txtNoBorders": "Sin bordes", "PE.Views.TableSettings.txtTable_Accent": "Acentuación", "PE.Views.TableSettings.txtTable_DarkStyle": "Estilo oscuro", @@ -2172,6 +2203,7 @@ "PE.Views.Toolbar.capBtnComment": "Comentario", "PE.Views.Toolbar.capBtnDateTime": "Fecha y hora", "PE.Views.Toolbar.capBtnInsHeader": "Pie de página", + "PE.Views.Toolbar.capBtnInsSmartArt": "SmartArt", "PE.Views.Toolbar.capBtnInsSymbol": "Símbolo", "PE.Views.Toolbar.capBtnSlideNum": "Número de diapositiva", "PE.Views.Toolbar.capInsertAudio": "Audio", @@ -2181,8 +2213,8 @@ "PE.Views.Toolbar.capInsertImage": "Imagen", "PE.Views.Toolbar.capInsertShape": "Forma", "PE.Views.Toolbar.capInsertTable": "Tabla", - "PE.Views.Toolbar.capInsertText": "Cuadro de Texto", - "PE.Views.Toolbar.capInsertTextArt": "Galería de Texto", + "PE.Views.Toolbar.capInsertText": "Cuadro de texto", + "PE.Views.Toolbar.capInsertTextArt": "Galería de texto", "PE.Views.Toolbar.capInsertVideo": "Vídeo", "PE.Views.Toolbar.capTabFile": "Archivo", "PE.Views.Toolbar.capTabHome": "Inicio", @@ -2369,8 +2401,11 @@ "PE.Views.Transitions.txtPreview": "Vista previa", "PE.Views.Transitions.txtSec": "S", "PE.Views.ViewTab.textAlwaysShowToolbar": "Mostrar siempre la barra de herramientas", + "PE.Views.ViewTab.textCm": "cm", + "PE.Views.ViewTab.textCustom": "Personalizado", "PE.Views.ViewTab.textFitToSlide": "Ajustar a la diapositiva", "PE.Views.ViewTab.textFitToWidth": "Ajustar al ancho", + "PE.Views.ViewTab.textGridlines": "Líneas de cuadrícula", "PE.Views.ViewTab.textInterfaceTheme": "Tema del interfaz", "PE.Views.ViewTab.textNotes": "Notas", "PE.Views.ViewTab.textRulers": "Reglas", @@ -2378,5 +2413,6 @@ "PE.Views.ViewTab.textZoom": "Zoom", "PE.Views.ViewTab.tipFitToSlide": "Ajustar a la diapositiva", "PE.Views.ViewTab.tipFitToWidth": "Ajustar al ancho", + "PE.Views.ViewTab.tipGridlines": "Mostrar líneas de cuadrícula", "PE.Views.ViewTab.tipInterfaceTheme": "Tema de la interfaz" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/eu.json b/apps/presentationeditor/main/locale/eu.json index 02d1653fc..4b7b64c21 100644 --- a/apps/presentationeditor/main/locale/eu.json +++ b/apps/presentationeditor/main/locale/eu.json @@ -1361,7 +1361,7 @@ "PE.Views.Animation.textMoveEarlier": "Lehenago mugitu", "PE.Views.Animation.textMoveLater": "Geroago mugitu", "PE.Views.Animation.textMultiple": "Multiploa", - "PE.Views.Animation.textNone": "bat ere ez", + "PE.Views.Animation.textNone": "Bat ere ez", "PE.Views.Animation.textNoRepeat": "(bat ere ez)", "PE.Views.Animation.textOnClickOf": "Klika egitean honekin", "PE.Views.Animation.textOnClickSequence": "Klik sekuentzian", @@ -2286,7 +2286,7 @@ "PE.Views.Toolbar.tipMarkersFSquare": "Betetako lauki buletak", "PE.Views.Toolbar.tipMarkersHRound": "Biribil huts buletak", "PE.Views.Toolbar.tipMarkersStar": "Izar-buletak", - "PE.Views.Toolbar.tipNone": "bat ere ez", + "PE.Views.Toolbar.tipNone": "Bat ere ez", "PE.Views.Toolbar.tipNumbers": "Zenbakitzea", "PE.Views.Toolbar.tipPaste": "Itsatsi", "PE.Views.Toolbar.tipPreview": "Aurkezpena hasi", diff --git a/apps/presentationeditor/main/locale/fr.json b/apps/presentationeditor/main/locale/fr.json index 64b2dc613..5269fef2f 100644 --- a/apps/presentationeditor/main/locale/fr.json +++ b/apps/presentationeditor/main/locale/fr.json @@ -1590,21 +1590,26 @@ "PE.Views.DateTimeDialog.textFormat": "Formats", "PE.Views.DateTimeDialog.textLang": "Langue", "PE.Views.DateTimeDialog.textUpdate": "Mettre à jour automatiquement", - "PE.Views.DateTimeDialog.txtTitle": "Date & heure", + "PE.Views.DateTimeDialog.txtTitle": "Date et heure", "PE.Views.DocumentHolder.aboveText": "Au-dessus", "PE.Views.DocumentHolder.addCommentText": "Ajouter un commentaire", "PE.Views.DocumentHolder.addToLayoutText": "Ajouter dans une mise en page", "PE.Views.DocumentHolder.advancedChartText": "Paramètres avancés du graphique ", + "PE.Views.DocumentHolder.advancedEquationText": "Paramètres d'équations", "PE.Views.DocumentHolder.advancedImageText": "Paramètres avancés de l'image", "PE.Views.DocumentHolder.advancedParagraphText": "Paramètres avancés du texte", "PE.Views.DocumentHolder.advancedShapeText": "Paramètres avancés de la forme", "PE.Views.DocumentHolder.advancedTableText": "Paramètres avancés du tableau", "PE.Views.DocumentHolder.alignmentText": "Alignement", + "PE.Views.DocumentHolder.allLinearText": "Toutes - Linéaire", + "PE.Views.DocumentHolder.allProfText": "Toutes - Professionnel", "PE.Views.DocumentHolder.belowText": "En dessous", "PE.Views.DocumentHolder.cellAlignText": "Alignement vertical de cellule", "PE.Views.DocumentHolder.cellText": "Cellule", "PE.Views.DocumentHolder.centerText": "Au centre", "PE.Views.DocumentHolder.columnText": "Colonne", + "PE.Views.DocumentHolder.currLinearText": "Actuelles - Linéaire", + "PE.Views.DocumentHolder.currProfText": "Actuelles - Professionnel", "PE.Views.DocumentHolder.deleteColumnText": "Supprimer la colonne", "PE.Views.DocumentHolder.deleteRowText": "Supprimer la ligne", "PE.Views.DocumentHolder.deleteTableText": "Supprimer le tableau", @@ -1626,6 +1631,7 @@ "PE.Views.DocumentHolder.insertRowText": "Insérer une ligne", "PE.Views.DocumentHolder.insertText": "Insérer", "PE.Views.DocumentHolder.langText": "Sélectionner la langue", + "PE.Views.DocumentHolder.latexText": "LaTeX", "PE.Views.DocumentHolder.leftText": "À gauche", "PE.Views.DocumentHolder.loadSpellText": "Chargement des variantes en cours...", "PE.Views.DocumentHolder.mergeCellsText": "Fusionner les cellules", @@ -1785,6 +1791,7 @@ "PE.Views.DocumentHolder.txtUnderbar": "Barre en dessous d'un texte", "PE.Views.DocumentHolder.txtUngroup": "Dissocier", "PE.Views.DocumentHolder.txtWarnUrl": "Cliquer sur ce lien peut être dangereux pour votre appareil et vos données.
Êtes-vous sûr de vouloir continuer ?", + "PE.Views.DocumentHolder.unicodeText": "Unicode", "PE.Views.DocumentHolder.vertAlignText": "Alignement vertical", "PE.Views.DocumentPreview.goToSlideText": "Atteindre la diapositive", "PE.Views.DocumentPreview.slideIndexText": "Diapositive {0} de {1}", diff --git a/apps/presentationeditor/main/locale/hy.json b/apps/presentationeditor/main/locale/hy.json index edcaa9f9d..4a79a78b4 100644 --- a/apps/presentationeditor/main/locale/hy.json +++ b/apps/presentationeditor/main/locale/hy.json @@ -1499,6 +1499,7 @@ "PE.Views.DocumentHolder.textRotate": "Պտտել", "PE.Views.DocumentHolder.textRotate270": "Պտտել 90° ժամացույցի սլաքի հակառակ ուղղությամբ", "PE.Views.DocumentHolder.textRotate90": "Պտտել 90° ժամացույցի սլաքի ուղղությամբ", + "PE.Views.DocumentHolder.textRulers": "Քանոններ", "PE.Views.DocumentHolder.textShapeAlignBottom": "Հավասարեցնել ներքևից", "PE.Views.DocumentHolder.textShapeAlignCenter": "Հավասարեցնել կենտրոնով", "PE.Views.DocumentHolder.textShapeAlignLeft": "Հավասարեցնել ձախից", diff --git a/apps/presentationeditor/main/locale/id.json b/apps/presentationeditor/main/locale/id.json index 967f37719..7da4979c2 100644 --- a/apps/presentationeditor/main/locale/id.json +++ b/apps/presentationeditor/main/locale/id.json @@ -250,6 +250,165 @@ "Common.define.effectData.textZoom": "Pembesaran", "Common.define.gridlineData.txtCm": "cm", "Common.define.gridlineData.txtPt": "pt", + "Common.define.smartArt.textAccentedPicture": "Gambar Beraksen", + "Common.define.smartArt.textAccentProcess": "Proses Aksen", + "Common.define.smartArt.textAlternatingFlow": "Alur Bolak-Balik", + "Common.define.smartArt.textAlternatingHexagons": "Segi Enam Bolak-Balik", + "Common.define.smartArt.textAlternatingPictureBlocks": "Blok Gambar Bolak-Balik", + "Common.define.smartArt.textAlternatingPictureCircles": "Lingkaran Gambar Bolak-Balik", + "Common.define.smartArt.textArchitectureLayout": "Tata Letak Arsitektur", + "Common.define.smartArt.textArrowRibbon": "Pita Anak Panah", + "Common.define.smartArt.textAscendingPictureAccentProcess": "Proses Akses Gambar Naik", + "Common.define.smartArt.textBalance": "Seimbang", + "Common.define.smartArt.textBasicBendingProcess": "Proses Meliuk Dasar", + "Common.define.smartArt.textBasicBlockList": "Daftar Blok Dasar", + "Common.define.smartArt.textBasicChevronProcess": "Proses Chevron Dasar", + "Common.define.smartArt.textBasicCycle": "Lingkaran Dasar", + "Common.define.smartArt.textBasicMatrix": "Matriks Dasar", + "Common.define.smartArt.textBasicPie": "Pai Dasar", + "Common.define.smartArt.textBasicProcess": "Proses Dasar", + "Common.define.smartArt.textBasicPyramid": "Piramida Dasar", + "Common.define.smartArt.textBasicRadial": "Radial Dasar", + "Common.define.smartArt.textBasicTarget": "Target Dasar", + "Common.define.smartArt.textBasicTimeline": "Garis Waktu Dasar", + "Common.define.smartArt.textBasicVenn": "Venn Dasar", + "Common.define.smartArt.textBendingPictureAccentList": "Daftar Akses Gambar Meliuk", + "Common.define.smartArt.textBendingPictureBlocks": "Blok Gambar Meliuk", + "Common.define.smartArt.textBendingPictureCaption": "Keterangan Gambar Meliuk", + "Common.define.smartArt.textBendingPictureCaptionList": "Daftar Keterangan Gambar Meliuk", + "Common.define.smartArt.textBendingPictureSemiTranparentText": "Teks Semi-Transparan Gambar Meliuk", + "Common.define.smartArt.textBlockCycle": "Lingkaran Blok", + "Common.define.smartArt.textBubblePictureList": "Daftar Gambar Gelembung", + "Common.define.smartArt.textCaptionedPictures": "Gambar Dengan Keterangan", + "Common.define.smartArt.textChevronAccentProcess": "Proses Aksen Chevron", + "Common.define.smartArt.textChevronList": "Daftar Chevron", + "Common.define.smartArt.textCircleAccentTimeline": "Garis Waktu Aksen Lingkaran", + "Common.define.smartArt.textCircleArrowProcess": "Proses Panah Lingkaran", + "Common.define.smartArt.textCirclePictureHierarchy": "Hierarki Gambar Lingkaran", + "Common.define.smartArt.textCircleProcess": "Proses Lingkaran", + "Common.define.smartArt.textCircleRelationship": "Hubungan Lingkaran", + "Common.define.smartArt.textCircularBendingProcess": "Proses Melingkar", + "Common.define.smartArt.textCircularPictureCallout": "Panggilan Gambar Melingkar", + "Common.define.smartArt.textClosedChevronProcess": "Proses Chevron Tertutup", + "Common.define.smartArt.textContinuousArrowProcess": "Proses Panah Berkelanjutan", + "Common.define.smartArt.textContinuousBlockProcess": "Proses Blok Berkelanjutan", + "Common.define.smartArt.textContinuousCycle": "Siklus Berkelanjutan", + "Common.define.smartArt.textContinuousPictureList": "Daftar Gambar Berkelanjutan", + "Common.define.smartArt.textConvergingArrows": "Panah Memusat", + "Common.define.smartArt.textConvergingRadial": "Radial Memusat", + "Common.define.smartArt.textConvergingText": "Teks Memusat", + "Common.define.smartArt.textCounterbalanceArrows": "Panah Pengimbang", + "Common.define.smartArt.textCycle": "Siklus", + "Common.define.smartArt.textCycleMatrix": "Matriks Siklus", + "Common.define.smartArt.textDescendingBlockList": "Daftar Blok Turun", + "Common.define.smartArt.textDescendingProcess": "Proses Menurun", + "Common.define.smartArt.textDetailedProcess": "Proses Terperinci", + "Common.define.smartArt.textDivergingArrows": "Panah Menyebar", + "Common.define.smartArt.textDivergingRadial": "Radial Menyebar", + "Common.define.smartArt.textEquation": "Persamaan", + "Common.define.smartArt.textFramedTextPicture": "Gambar Teks Terbingkai", + "Common.define.smartArt.textFunnel": "Corong", + "Common.define.smartArt.textGear": "Gerigi", + "Common.define.smartArt.textGridMatrix": "Matriks Kisi", + "Common.define.smartArt.textGroupedList": "Daftar yang Dikelompokkan", + "Common.define.smartArt.textHalfCircleOrganizationChart": "Bagan Organisasi Setengah Lingkaran", + "Common.define.smartArt.textHexagonCluster": "Kluster Segi Enam", + "Common.define.smartArt.textHexagonRadial": "Radial Segi Enam", + "Common.define.smartArt.textHierarchy": "Hierarki", + "Common.define.smartArt.textHierarchyList": "Daftar Hierarki", + "Common.define.smartArt.textHorizontalBulletList": "Daftar Poin Horizontal", + "Common.define.smartArt.textHorizontalHierarchy": "Hierarki Horizontal", + "Common.define.smartArt.textHorizontalLabeledHierarchy": "Hierarki Berlabel Horizontal", + "Common.define.smartArt.textHorizontalMultiLevelHierarchy": "Hierarki Multi-Level Horizontal", + "Common.define.smartArt.textHorizontalOrganizationChart": "Bagan Organisasi Horizontal", + "Common.define.smartArt.textHorizontalPictureList": "Daftar Gambar Horizontal", + "Common.define.smartArt.textIncreasingArrowProcess": "Proses Panah Meningkat", + "Common.define.smartArt.textIncreasingCircleProcess": "Proses Lingkaran Meningkat", + "Common.define.smartArt.textInterconnectedBlockProcess": "Proses Blok yang Saling Terhubung", + "Common.define.smartArt.textInterconnectedRings": "Cincin yang Saling Terhubung", + "Common.define.smartArt.textInvertedPyramid": "Piramida Terbalik", + "Common.define.smartArt.textLabeledHierarchy": "Hierarki Berlabel", + "Common.define.smartArt.textLinearVenn": "Venn Linear", + "Common.define.smartArt.textLinedList": "Daftar Bergaris", + "Common.define.smartArt.textList": "Daftar", + "Common.define.smartArt.textMatrix": "Matriks", + "Common.define.smartArt.textMultidirectionalCycle": "Siklus Multiarah", + "Common.define.smartArt.textNameAndTitleOrganizationChart": "Bagan Organisasi Nama dan Jabatan", + "Common.define.smartArt.textNestedTarget": "Target Bertumpuk", + "Common.define.smartArt.textNondirectionalCycle": "Siklus Tanpa Arah", + "Common.define.smartArt.textOpposingArrows": "Panah Berlawanan", + "Common.define.smartArt.textOpposingIdeas": "Ide Berlawanan", + "Common.define.smartArt.textOrganizationChart": "Bagan Organisasi", + "Common.define.smartArt.textOther": "Lainnya", + "Common.define.smartArt.textPhasedProcess": "Proses Berfase", + "Common.define.smartArt.textPicture": "Gambar", + "Common.define.smartArt.textPictureAccentBlocks": "Blok Aksen Gambar", + "Common.define.smartArt.textPictureAccentList": "Daftar Aksen Gambar", + "Common.define.smartArt.textPictureAccentProcess": "Proses Aksen Gambar", + "Common.define.smartArt.textPictureCaptionList": "Daftar Keterangan Gambar", + "Common.define.smartArt.textPictureFrame": "PictureFrame", + "Common.define.smartArt.textPictureGrid": "Kisi Gambar", + "Common.define.smartArt.textPictureLineup": "Deretan Gambar", + "Common.define.smartArt.textPictureOrganizationChart": "Bagan Organisasi Gambar", + "Common.define.smartArt.textPictureStrips": "Jalur Gambar", + "Common.define.smartArt.textPieProcess": "Proses Pai", + "Common.define.smartArt.textPlusAndMinus": "Plus dan Minus", + "Common.define.smartArt.textProcess": "Proses", + "Common.define.smartArt.textProcessArrows": "Panah Proses", + "Common.define.smartArt.textProcessList": "Daftar Proses", + "Common.define.smartArt.textPyramid": "Piramida", + "Common.define.smartArt.textPyramidList": "Daftar Piramida", + "Common.define.smartArt.textRadialCluster": "Kluster Radial", + "Common.define.smartArt.textRadialCycle": "Siklus Radial", + "Common.define.smartArt.textRadialList": "Daftar Radial", + "Common.define.smartArt.textRadialPictureList": "Daftar Gambar Radial", + "Common.define.smartArt.textRadialVenn": "Venn Radial", + "Common.define.smartArt.textRandomToResultProcess": "Proses Acak ke Hasil", + "Common.define.smartArt.textRelationship": "Hubungan", + "Common.define.smartArt.textRepeatingBendingProcess": "Proses Pengarahan Berulang", + "Common.define.smartArt.textReverseList": "Daftar Terbalik", + "Common.define.smartArt.textSegmentedCycle": "Siklus Bersegmen", + "Common.define.smartArt.textSegmentedProcess": "Proses Bersegmen", + "Common.define.smartArt.textSegmentedPyramid": "Piramida Bersegmen", + "Common.define.smartArt.textSnapshotPictureList": "Daftar Gambar Snapshot", + "Common.define.smartArt.textSpiralPicture": "Gambar Spiral", + "Common.define.smartArt.textSquareAccentList": "Daftar Aksen Persegi", + "Common.define.smartArt.textStackedList": "Daftar Bertumpuk", + "Common.define.smartArt.textStackedVenn": "Venn Bertumpuk", + "Common.define.smartArt.textStaggeredProcess": "Proses Pengaturan", + "Common.define.smartArt.textStepDownProcess": "Proses Mundur", + "Common.define.smartArt.textStepUpProcess": "Proses Meningkat", + "Common.define.smartArt.textSubStepProcess": "Proses Sub-Langkah", + "Common.define.smartArt.textTabbedArc": "Busur Bertab", + "Common.define.smartArt.textTableHierarchy": "Hierarki Tabel", + "Common.define.smartArt.textTableList": "Daftar Tabel", + "Common.define.smartArt.textTabList": "Daftar Tab", + "Common.define.smartArt.textTargetList": "Daftar Target", + "Common.define.smartArt.textTextCycle": "Siklus Teks", + "Common.define.smartArt.textThemePictureAccent": "Aksen Gambar Tema", + "Common.define.smartArt.textThemePictureAlternatingAccent": "Aksen Bolak-Balik Gambar Tema", + "Common.define.smartArt.textThemePictureGrid": "Kisi Gambar Tema", + "Common.define.smartArt.textTitledMatrix": "Matriks Berjudul", + "Common.define.smartArt.textTitledPictureAccentList": "Daftar Aksen Gambar Berjudul", + "Common.define.smartArt.textTitledPictureBlocks": "Blok Gambar Berjudul", + "Common.define.smartArt.textTitlePictureLineup": "Deretan Gambar Judul", + "Common.define.smartArt.textTrapezoidList": "Daftar Trapesium", + "Common.define.smartArt.textUpwardArrow": "Panah ke Atas", + "Common.define.smartArt.textVaryingWidthList": "Daftar dengan Lebar Bervariasi", + "Common.define.smartArt.textVerticalAccentList": "Daftar Aksen Vertikal", + "Common.define.smartArt.textVerticalArrowList": "Daftar Panah Vertikal", + "Common.define.smartArt.textVerticalBendingProcess": "Arah Proses Vertikal", + "Common.define.smartArt.textVerticalBlockList": "Daftar Blok Vertikal", + "Common.define.smartArt.textVerticalBoxList": "Daftar Kotak Vertikal", + "Common.define.smartArt.textVerticalBracketList": "Daftar Tanda Kurung Vertikal", + "Common.define.smartArt.textVerticalBulletList": "Daftar Poin Vertikal", + "Common.define.smartArt.textVerticalChevronList": "Daftar Chevron Vertikal", + "Common.define.smartArt.textVerticalCircleList": "Daftar Lingkaran Vertikal", + "Common.define.smartArt.textVerticalCurvedList": "Daftar Kurva Vertikal", + "Common.define.smartArt.textVerticalEquation": "Persamaan Vertikal", + "Common.define.smartArt.textVerticalPictureAccentList": "Daftar Aksen Gambar Vertikal", + "Common.define.smartArt.textVerticalPictureList": "Daftar Gambar Vertikal", + "Common.define.smartArt.textVerticalProcess": "Proses Vertikal", "Common.Translation.textMoreButton": "Lainnya", "Common.Translation.warnFileLocked": "File sedang diedit di aplikasi lain. Anda bisa melanjutkan edit dan menyimpannya sebagai salinan.", "Common.Translation.warnFileLockedBtnEdit": "Buat salinan", @@ -638,6 +797,7 @@ "PE.Controllers.LeftMenu.txtUntitled": "Tanpa Judul", "PE.Controllers.Main.applyChangesTextText": "Memuat data...", "PE.Controllers.Main.applyChangesTitleText": "Memuat Data", + "PE.Controllers.Main.confirmMaxChangesSize": "Ukuran tindakan melebihi batas yang ditetapkan untuk server Anda.
Tekan \"Batalkan\" untuk membatalkan tindakan terakhir Anda atau tekan \"Lanjutkan\" untuk menyimpan tindakan secara lokal (Anda perlu mengunduh file atau menyalin isinya untuk memastikan tidak ada yang hilang).", "PE.Controllers.Main.convertationTimeoutText": "Waktu konversi habis.", "PE.Controllers.Main.criticalErrorExtText": "Tekan \"OK\" untuk kembali ke daftar dokumen.", "PE.Controllers.Main.criticalErrorTitle": "Kesalahan", @@ -715,6 +875,7 @@ "PE.Controllers.Main.textClose": "Tutup", "PE.Controllers.Main.textCloseTip": "Klik untuk menutup tips", "PE.Controllers.Main.textContactUs": "Hubungi sales", + "PE.Controllers.Main.textContinue": "Lanjutkan", "PE.Controllers.Main.textConvertEquation": "Persamaan ini dibuat dengan editor persamaan versi lama yang sudah tidak didukung. Untuk edit, konversikan persamaan ke format Office Math ML.
Konversi sekarang?", "PE.Controllers.Main.textCustomLoader": "Perlu diketahui bahwa berdasarkan syarat dari lisensi, Anda tidak bisa untuk mengganti loader.
Silakan hubungi Departemen Penjualan kami untuk mendapatkan harga.", "PE.Controllers.Main.textDisconnect": "Koneksi terputus", @@ -735,6 +896,7 @@ "PE.Controllers.Main.textStrict": "Mode strict", "PE.Controllers.Main.textTryUndoRedo": "Fungsi Undo/Redo dinonaktifkan untuk mode Co-editing Cepat.
Klik tombol 'Mode strict' untuk mengganti ke Mode Strict Co-editing untuk edit file tanpa gangguan dari user lain dan kirim perubahan Anda hanya setelah Anda menyimpannya. Anda bisa mengganti mode co-editing menggunakan editor di pengaturan lanjut.", "PE.Controllers.Main.textTryUndoRedoWarn": "Fungsi Undo/Redo dinonaktifkan untuk mode Co-editing Cepat.", + "PE.Controllers.Main.textUndo": "Batalkan", "PE.Controllers.Main.titleLicenseExp": "Lisensi kadaluwarsa", "PE.Controllers.Main.titleServerVersion": "Editor mengupdate", "PE.Controllers.Main.txtAddFirstSlide": "Klik untuk tambah slide pertama", @@ -1433,16 +1595,21 @@ "PE.Views.DocumentHolder.addCommentText": "Tambahkan Komentar", "PE.Views.DocumentHolder.addToLayoutText": "Tambah ke Layout", "PE.Views.DocumentHolder.advancedChartText": "Pengaturan Lanjutan Bagan", + "PE.Views.DocumentHolder.advancedEquationText": "Pengaturan Persamaan", "PE.Views.DocumentHolder.advancedImageText": "Pengaturan Lanjut untuk Gambar", "PE.Views.DocumentHolder.advancedParagraphText": "Pengaturan Lanjut untuk Paragraf", "PE.Views.DocumentHolder.advancedShapeText": "Pengaturan Lanjut untuk Bentuk", "PE.Views.DocumentHolder.advancedTableText": "Pengaturan Lanjut untuk Tabel", "PE.Views.DocumentHolder.alignmentText": "Perataan", + "PE.Views.DocumentHolder.allLinearText": "Semua - Linear", + "PE.Views.DocumentHolder.allProfText": "Semua - Profesional", "PE.Views.DocumentHolder.belowText": "Di bawah", "PE.Views.DocumentHolder.cellAlignText": "Sel Rata Atas", "PE.Views.DocumentHolder.cellText": "Sel", "PE.Views.DocumentHolder.centerText": "Tengah", "PE.Views.DocumentHolder.columnText": "Kolom", + "PE.Views.DocumentHolder.currLinearText": "Saat Ini - Linear", + "PE.Views.DocumentHolder.currProfText": "Saat Ini - Profesional", "PE.Views.DocumentHolder.deleteColumnText": "Hapus Kolom", "PE.Views.DocumentHolder.deleteRowText": "Hapus Baris", "PE.Views.DocumentHolder.deleteTableText": "Hapus Tabel", @@ -1464,6 +1631,7 @@ "PE.Views.DocumentHolder.insertRowText": "Sisipkan Baris", "PE.Views.DocumentHolder.insertText": "Sisipkan", "PE.Views.DocumentHolder.langText": "Pilih Bahasa", + "PE.Views.DocumentHolder.latexText": "LaTex", "PE.Views.DocumentHolder.leftText": "Kiri", "PE.Views.DocumentHolder.loadSpellText": "Memuat varian...", "PE.Views.DocumentHolder.mergeCellsText": "Gabungkan Sel", @@ -1512,6 +1680,7 @@ "PE.Views.DocumentHolder.textRotate270": "Rotasi 90° Berlawanan Jarum Jam", "PE.Views.DocumentHolder.textRotate90": "Rotasi 90° Searah Jarum Jam", "PE.Views.DocumentHolder.textRulers": "Penggaris", + "PE.Views.DocumentHolder.textSaveAsPicture": "Simpan sebagai gambar", "PE.Views.DocumentHolder.textShapeAlignBottom": "Rata Bawah", "PE.Views.DocumentHolder.textShapeAlignCenter": "Rata Tengah", "PE.Views.DocumentHolder.textShapeAlignLeft": "Rata Kiri", @@ -1623,6 +1792,7 @@ "PE.Views.DocumentHolder.txtUnderbar": "Bar di bawah teks", "PE.Views.DocumentHolder.txtUngroup": "Pisahkan dari grup", "PE.Views.DocumentHolder.txtWarnUrl": "Klik link ini bisa berbahaya untuk perangkat dan data Anda.
Apakah Anda ingin tetap lanjut?", + "PE.Views.DocumentHolder.unicodeText": "Unicode", "PE.Views.DocumentHolder.vertAlignText": "Perataan Vertikal", "PE.Views.DocumentPreview.goToSlideText": "Pergi ke Slide", "PE.Views.DocumentPreview.slideIndexText": "Slide {0} dari {1}", @@ -1674,6 +1844,7 @@ "PE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Lokasi", "PE.Views.FileMenuPanels.DocumentInfo.txtRights": "Orang yang memiliki hak", "PE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Subyek", + "PE.Views.FileMenuPanels.DocumentInfo.txtTags": "Tag", "PE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Judul", "PE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Diunggah", "PE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Ubah hak akses", @@ -2218,6 +2389,7 @@ "PE.Views.Toolbar.capBtnComment": "Komentar", "PE.Views.Toolbar.capBtnDateTime": "Tanggal & Jam", "PE.Views.Toolbar.capBtnInsHeader": "Footer", + "PE.Views.Toolbar.capBtnInsSmartArt": "SmartArt", "PE.Views.Toolbar.capBtnInsSymbol": "Simbol", "PE.Views.Toolbar.capBtnSlideNum": "Nomor Slide", "PE.Views.Toolbar.capInsertAudio": "Audio", @@ -2318,6 +2490,7 @@ "PE.Views.Toolbar.tipInsertHyperlink": "Tambahkan hyperlink", "PE.Views.Toolbar.tipInsertImage": "Sisipkan Gambar", "PE.Views.Toolbar.tipInsertShape": "Sisipkan Bentuk Otomatis", + "PE.Views.Toolbar.tipInsertSmartArt": "Sisipkan SmartArt", "PE.Views.Toolbar.tipInsertSymbol": "Sisipkan simbol", "PE.Views.Toolbar.tipInsertTable": "Sisipkan Tabel", "PE.Views.Toolbar.tipInsertText": "Sisipkan Teks", @@ -2427,7 +2600,9 @@ "PE.Views.ViewTab.textGridlines": "Garis Kisi", "PE.Views.ViewTab.textGuides": "Pemandu", "PE.Views.ViewTab.textInterfaceTheme": "Tema interface", + "PE.Views.ViewTab.textLeftMenu": "Panel kiri", "PE.Views.ViewTab.textNotes": "Catatan", + "PE.Views.ViewTab.textRightMenu": "Panel kanan", "PE.Views.ViewTab.textRulers": "Penggaris", "PE.Views.ViewTab.textShowGridlines": "Tampilkan Garis Kisi", "PE.Views.ViewTab.textShowGuides": "Tampilkan Pemandu", diff --git a/apps/presentationeditor/main/locale/it.json b/apps/presentationeditor/main/locale/it.json index febb5aea6..ffab6a9ec 100644 --- a/apps/presentationeditor/main/locale/it.json +++ b/apps/presentationeditor/main/locale/it.json @@ -168,6 +168,7 @@ "Common.define.effectData.textParallelogram": "Parallelogramma", "Common.define.effectData.textPath": "Percorsi di movimento", "Common.define.effectData.textPathCurve": "Curva", + "Common.define.effectData.textPathLine": "Linea", "Common.define.effectData.textPathScribble": "Bozza", "Common.define.effectData.textPeanut": "Arachidi", "Common.define.effectData.textPeekIn": "Sbirciare dentro", @@ -247,6 +248,13 @@ "Common.define.effectData.textWipe": "Apparizione", "Common.define.effectData.textZigzag": "Zigzag", "Common.define.effectData.textZoom": "Zoom", + "Common.define.gridlineData.txtCm": "cm", + "Common.define.gridlineData.txtPt": "pt", + "Common.define.smartArt.textBalance": "Equilibri", + "Common.define.smartArt.textEquation": "Equazione", + "Common.define.smartArt.textFunnel": "Imbuto", + "Common.define.smartArt.textOther": "Altro", + "Common.define.smartArt.textPicture": "Immagine", "Common.Translation.textMoreButton": "più", "Common.Translation.warnFileLocked": "Il file è in fase di modifica in un'altra applicazione. Puoi continuare a modificarlo e salvarlo come copia.", "Common.Translation.warnFileLockedBtnEdit": "Crea una copia", @@ -377,6 +385,8 @@ "Common.Views.DocumentAccessDialog.textLoading": "Caricamento in corso...", "Common.Views.DocumentAccessDialog.textTitle": "Impostazioni di condivisione", "Common.Views.ExternalDiagramEditor.textTitle": "Editor di grafici", + "Common.Views.ExternalEditor.textClose": "Chiudi", + "Common.Views.ExternalEditor.textSave": "Salva ed esci", "Common.Views.ExternalOleEditor.textTitle": "Editor di fogli di calcolo", "Common.Views.Header.labelCoUsersDescr": "Utenti che stanno modificando il file:", "Common.Views.Header.textAddFavorite": "Segna come preferito", @@ -426,10 +436,14 @@ "Common.Views.InsertTableDialog.txtTitleSplit": "Dividi cella", "Common.Views.LanguageDialog.labelSelect": "Seleziona la lingua del documento", "Common.Views.ListSettingsDialog.textBulleted": "Elenco puntato", + "Common.Views.ListSettingsDialog.textFromFile": "Da file", + "Common.Views.ListSettingsDialog.textFromStorage": "Da spazio di archiviazione", + "Common.Views.ListSettingsDialog.textFromUrl": "Da URL", "Common.Views.ListSettingsDialog.textNumbering": "Numerato", "Common.Views.ListSettingsDialog.tipChange": "Modifica elenco puntato", "Common.Views.ListSettingsDialog.txtBullet": "Elenco puntato", "Common.Views.ListSettingsDialog.txtColor": "Colore", + "Common.Views.ListSettingsDialog.txtImage": "Immagine", "Common.Views.ListSettingsDialog.txtImport": "Importa", "Common.Views.ListSettingsDialog.txtNewBullet": "Nuovo elenco puntato", "Common.Views.ListSettingsDialog.txtNone": "Nessuno", @@ -461,6 +475,7 @@ "Common.Views.Plugins.textStart": "Avvio", "Common.Views.Plugins.textStop": "Termina", "Common.Views.Protection.hintAddPwd": "Crittografa con password", + "Common.Views.Protection.hintDelPwd": "Elimina password", "Common.Views.Protection.hintPwd": "Modifica o rimuovi password", "Common.Views.Protection.hintSignature": "Aggiungi firma digitale o riga di firma", "Common.Views.Protection.txtAddPwd": "Aggiungi password", @@ -525,7 +540,7 @@ "Common.Views.ReviewChanges.txtSharing": "Condivisione", "Common.Views.ReviewChanges.txtSpelling": "Controllo ortografia", "Common.Views.ReviewChanges.txtTurnon": "Traccia cambiamenti", - "Common.Views.ReviewChanges.txtView": "Modalità Visualizzazione", + "Common.Views.ReviewChanges.txtView": "Modalità visualizzazione", "Common.Views.ReviewPopover.textAdd": "Aggiungi", "Common.Views.ReviewPopover.textAddReply": "Aggiungi risposta", "Common.Views.ReviewPopover.textCancel": "Annulla", @@ -638,6 +653,7 @@ "PE.Controllers.Main.errorDataEncrypted": "Le modifiche crittografate sono state ricevute, non possono essere decifrate.", "PE.Controllers.Main.errorDataRange": "Intervallo di dati non corretto.", "PE.Controllers.Main.errorDefaultMessage": "Codice errore: %1", + "PE.Controllers.Main.errorDirectUrl": "Si prega di verificare il link al documento.
Questo collegamento deve essere un collegamento diretto al file da scaricare.", "PE.Controllers.Main.errorEditingDownloadas": "Si è verificato un errore durante il lavoro con il documento.
Utilizza l'opzione 'Scaricare come' per salvare la copia di backup del file sul disco rigido del computer.", "PE.Controllers.Main.errorEditingSaveas": "Si è verificato un errore durante il lavoro con il documento.
Utilizza l'opzione 'Salvare come ...' per salvare la copia di backup del file sul disco rigido del computer.", "PE.Controllers.Main.errorEmailClient": "Non è stato trovato nessun client di posta elettronica.", @@ -699,6 +715,7 @@ "PE.Controllers.Main.textClose": "Chiudi", "PE.Controllers.Main.textCloseTip": "Fai clic per chiudere il consiglio", "PE.Controllers.Main.textContactUs": "Contatta il reparto vendite.", + "PE.Controllers.Main.textContinue": "Continua", "PE.Controllers.Main.textConvertEquation": "Questa equazione è stata creata in una vecchia versione dell'editor di equazioni che non è più supportata. Per modificarla, devi convertire l'equazione nel formato ML di Office Math.
Convertire ora?", "PE.Controllers.Main.textCustomLoader": "Si prega di notare che, in base ai termini della licenza, non si ha il diritto di modificare il caricatore.
Si prega di contattare il nostro reparto vendite per ottenere un preventivo.", "PE.Controllers.Main.textDisconnect": "Connessione persa", @@ -719,6 +736,7 @@ "PE.Controllers.Main.textStrict": "Modalità Rigorosa", "PE.Controllers.Main.textTryUndoRedo": "Le funzioni Annulla/Ripristina sono disabilitate per la Modalità di Co-editing Veloce.
Clicca il pulsante 'Modalità Rigorosa' per passare alla Modalità di Co-editing Rigorosa per poter modificare il file senza l'interferenza di altri utenti e inviare le modifiche solamente dopo averle salvate. Puoi passare da una modalità all'altra di co-editing utilizzando le Impostazioni avanzate dell'editor.", "PE.Controllers.Main.textTryUndoRedoWarn": "Le funzioni Annulla/Ripeti sono disattivate nella modalità rapida in modifica collaborativa.", + "PE.Controllers.Main.textUndo": "Annulla", "PE.Controllers.Main.titleLicenseExp": "La licenza è scaduta", "PE.Controllers.Main.titleServerVersion": "L'editor è stato aggiornato", "PE.Controllers.Main.txtAddFirstSlide": "Fare clic per aggiungere la prima diapositiva", @@ -954,7 +972,7 @@ "PE.Controllers.Main.txtSldLtTVertTitleAndTx": "Titolo e testo verticali", "PE.Controllers.Main.txtSldLtTVertTitleAndTxOverChart": "Titolo e Testo verticali su grafico", "PE.Controllers.Main.txtSldLtTVertTx": "Testo verticale", - "PE.Controllers.Main.txtSlideNumber": "Numero Diapositiva", + "PE.Controllers.Main.txtSlideNumber": "Numero diapositiva", "PE.Controllers.Main.txtSlideSubtitle": "Sottotitolo diapositiva", "PE.Controllers.Main.txtSlideText": "Testo diapositiva", "PE.Controllers.Main.txtSlideTitle": "Titolo diapositiva", @@ -1370,11 +1388,15 @@ "PE.Views.AnimationDialog.textTitle": "Altri effetti", "PE.Views.ChartSettings.textAdvanced": "Mostra impostazioni avanzate", "PE.Views.ChartSettings.textChartType": "Cambia tipo di grafico", + "PE.Views.ChartSettings.textDown": "Giù", "PE.Views.ChartSettings.textEditData": "Modifica dati", "PE.Views.ChartSettings.textHeight": "Altezza", "PE.Views.ChartSettings.textKeepRatio": "Proporzioni costanti", + "PE.Views.ChartSettings.textLeft": "A sinistra", + "PE.Views.ChartSettings.textRight": "A destra", "PE.Views.ChartSettings.textSize": "Dimensione", "PE.Views.ChartSettings.textStyle": "Stile", + "PE.Views.ChartSettings.textUp": "Verso l'alto", "PE.Views.ChartSettings.textWidth": "Larghezza", "PE.Views.ChartSettingsAdvanced.textAlt": "Testo alternativo", "PE.Views.ChartSettingsAdvanced.textAltDescription": "Descrizione", @@ -1401,6 +1423,7 @@ "PE.Views.DocumentHolder.aboveText": "Al di sopra", "PE.Views.DocumentHolder.addCommentText": "Aggiungi commento", "PE.Views.DocumentHolder.addToLayoutText": "Aggiungi al layout", + "PE.Views.DocumentHolder.advancedChartText": "Impostazioni grafico avanzate", "PE.Views.DocumentHolder.advancedImageText": "Impostazioni avanzate dell'immagine", "PE.Views.DocumentHolder.advancedParagraphText": "Impostazioni avanzate del paragrafo", "PE.Views.DocumentHolder.advancedShapeText": "Impostazioni avanzate forma", @@ -1451,10 +1474,12 @@ "PE.Views.DocumentHolder.textArrangeBackward": "Porta indietro", "PE.Views.DocumentHolder.textArrangeForward": "Porta avanti", "PE.Views.DocumentHolder.textArrangeFront": "Porta in primo piano", + "PE.Views.DocumentHolder.textCm": "cm", "PE.Views.DocumentHolder.textCopy": "Copia", "PE.Views.DocumentHolder.textCrop": "Ritaglia", "PE.Views.DocumentHolder.textCropFill": "Riempimento", "PE.Views.DocumentHolder.textCropFit": "Adatta", + "PE.Views.DocumentHolder.textCustom": "Personalizzato", "PE.Views.DocumentHolder.textCut": "Taglia", "PE.Views.DocumentHolder.textDistributeCols": "Distribuisci colonne", "PE.Views.DocumentHolder.textDistributeRows": "Distribuisci righe", @@ -1471,6 +1496,7 @@ "PE.Views.DocumentHolder.textRotate": "Ruota", "PE.Views.DocumentHolder.textRotate270": "Ruota 90° a sinistra", "PE.Views.DocumentHolder.textRotate90": "Ruota 90° a destra", + "PE.Views.DocumentHolder.textRulers": "Righelli", "PE.Views.DocumentHolder.textShapeAlignBottom": "Allinea in basso", "PE.Views.DocumentHolder.textShapeAlignCenter": "Allinea al centro", "PE.Views.DocumentHolder.textShapeAlignLeft": "Allinea a sinistra", @@ -1628,6 +1654,7 @@ "PE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Percorso", "PE.Views.FileMenuPanels.DocumentInfo.txtRights": "Persone con diritti", "PE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Oggetto", + "PE.Views.FileMenuPanels.DocumentInfo.txtTags": "Etichette", "PE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Titolo presentazione", "PE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Caricato", "PE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Modifica diritti di accesso", @@ -1693,6 +1720,9 @@ "PE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Disabilita tutte le macro con notifica", "PE.Views.FileMenuPanels.Settings.txtWin": "come Windows", "PE.Views.FileMenuPanels.Settings.txtWorkspace": "Spazio di lavoro", + "PE.Views.GridSettings.textCm": "cm", + "PE.Views.GridSettings.textCustom": "Personalizzato", + "PE.Views.GridSettings.textSpacing": "Spaziatura", "PE.Views.HeaderFooterDialog.applyAllText": "Applica a tutti", "PE.Views.HeaderFooterDialog.applyText": "Applica", "PE.Views.HeaderFooterDialog.diffLanguage": "Non è possibile utilizzare un formato data in una lingua diversa da quella della diapositiva.
Per cambiare il master, fare clic su \"Applica a tutto\" anziché \"Applica\"", @@ -1704,7 +1734,7 @@ "PE.Views.HeaderFooterDialog.textLang": "Lingua", "PE.Views.HeaderFooterDialog.textNotTitle": "Non mostrare sul titolo della diapositiva", "PE.Views.HeaderFooterDialog.textPreview": "Anteprima", - "PE.Views.HeaderFooterDialog.textSlideNum": "Numero Diapositiva", + "PE.Views.HeaderFooterDialog.textSlideNum": "Numero diapositiva", "PE.Views.HeaderFooterDialog.textTitle": "Impostazioni piè di pagina", "PE.Views.HeaderFooterDialog.textUpdate": "Aggiorna automaticamente", "PE.Views.HyperlinkSettingsDialog.strDisplay": "Visualizza", @@ -1959,7 +1989,7 @@ "PE.Views.SignatureSettings.txtSignedInvalid": "Alcune delle firme digitali nella presentazione non sono valide o non possono essere verificate. La presentazione è protetta dalla modifica.", "PE.Views.SlideSettings.strBackground": "Colore sfondo", "PE.Views.SlideSettings.strColor": "Colore", - "PE.Views.SlideSettings.strDateTime": "Visualizza Data e Ora", + "PE.Views.SlideSettings.strDateTime": "Visualizza data e ora", "PE.Views.SlideSettings.strFill": "Sfondo", "PE.Views.SlideSettings.strForeground": "Colore primo piano", "PE.Views.SlideSettings.strPattern": "Modello", @@ -2080,6 +2110,10 @@ "PE.Views.TableSettings.tipOuter": "Imposta solo il bordo esterno", "PE.Views.TableSettings.tipRight": "Imposta solo bordo esterno destro", "PE.Views.TableSettings.tipTop": "Imposta solo bordo esterno superiore", + "PE.Views.TableSettings.txtGroupTable_Custom": "Personalizzato", + "PE.Views.TableSettings.txtGroupTable_Dark": "Scuro", + "PE.Views.TableSettings.txtGroupTable_Light": "Chiaro", + "PE.Views.TableSettings.txtGroupTable_Medium": "Medio", "PE.Views.TableSettings.txtNoBorders": "Nessun bordo", "PE.Views.TableSettings.txtTable_Accent": "Accento", "PE.Views.TableSettings.txtTable_DarkStyle": "Stile Scuro", @@ -2163,8 +2197,9 @@ "PE.Views.Toolbar.capBtnComment": "Commento", "PE.Views.Toolbar.capBtnDateTime": "Data e ora", "PE.Views.Toolbar.capBtnInsHeader": "Piè di pagina", + "PE.Views.Toolbar.capBtnInsSmartArt": "SmartArt", "PE.Views.Toolbar.capBtnInsSymbol": "Simbolo", - "PE.Views.Toolbar.capBtnSlideNum": "Numero Diapositiva", + "PE.Views.Toolbar.capBtnSlideNum": "Numero diapositiva", "PE.Views.Toolbar.capInsertAudio": "Audio", "PE.Views.Toolbar.capInsertChart": "Grafico", "PE.Views.Toolbar.capInsertEquation": "Equazione", @@ -2359,6 +2394,8 @@ "PE.Views.Transitions.txtPreview": "Anteprima", "PE.Views.Transitions.txtSec": "s", "PE.Views.ViewTab.textAlwaysShowToolbar": "Mostra sempre barra degli strumenti ", + "PE.Views.ViewTab.textCm": "cm", + "PE.Views.ViewTab.textCustom": "Personalizzato", "PE.Views.ViewTab.textFitToSlide": "Adatta alla diapositiva", "PE.Views.ViewTab.textFitToWidth": "Adatta alla larghezza", "PE.Views.ViewTab.textInterfaceTheme": "Tema dell'interfaccia", diff --git a/apps/presentationeditor/main/locale/ja.json b/apps/presentationeditor/main/locale/ja.json index 5e832266b..66937bfe5 100644 --- a/apps/presentationeditor/main/locale/ja.json +++ b/apps/presentationeditor/main/locale/ja.json @@ -1595,16 +1595,21 @@ "PE.Views.DocumentHolder.addCommentText": "コメントを追加", "PE.Views.DocumentHolder.addToLayoutText": "レイアウトに追加する", "PE.Views.DocumentHolder.advancedChartText": "チャートの詳細設定", + "PE.Views.DocumentHolder.advancedEquationText": "数式設定", "PE.Views.DocumentHolder.advancedImageText": "画像の詳細設定", "PE.Views.DocumentHolder.advancedParagraphText": "段落の詳細設定", "PE.Views.DocumentHolder.advancedShapeText": "図形の詳細設定", "PE.Views.DocumentHolder.advancedTableText": "テーブルの詳細設定", "PE.Views.DocumentHolder.alignmentText": "配置", + "PE.Views.DocumentHolder.allLinearText": "すべて - 線形", + "PE.Views.DocumentHolder.allProfText": "すべて - プロフェッショナル", "PE.Views.DocumentHolder.belowText": "下", "PE.Views.DocumentHolder.cellAlignText": "セルの縦方向の配置", "PE.Views.DocumentHolder.cellText": "セル", "PE.Views.DocumentHolder.centerText": "中央揃え", "PE.Views.DocumentHolder.columnText": "列", + "PE.Views.DocumentHolder.currLinearText": "現在 - 線形", + "PE.Views.DocumentHolder.currProfText": "現在 - プロフェッショナル", "PE.Views.DocumentHolder.deleteColumnText": "列を削除", "PE.Views.DocumentHolder.deleteRowText": "行を削除", "PE.Views.DocumentHolder.deleteTableText": "表を削除する", @@ -1626,6 +1631,7 @@ "PE.Views.DocumentHolder.insertRowText": "行の挿入", "PE.Views.DocumentHolder.insertText": "挿入する", "PE.Views.DocumentHolder.langText": "言語の選択", + "PE.Views.DocumentHolder.latexText": "LaTeX", "PE.Views.DocumentHolder.leftText": "左", "PE.Views.DocumentHolder.loadSpellText": "バリエーションの読み込み中...", "PE.Views.DocumentHolder.mergeCellsText": "セルの結合", @@ -1785,6 +1791,7 @@ "PE.Views.DocumentHolder.txtUnderbar": "テキストの下にバー", "PE.Views.DocumentHolder.txtUngroup": "グループ解除", "PE.Views.DocumentHolder.txtWarnUrl": "このリンクをクリックすると、お使いの端末やデータに悪影響を与える可能性があります。
本当に続けてよろしいですか?", + "PE.Views.DocumentHolder.unicodeText": "Unicode", "PE.Views.DocumentHolder.vertAlignText": "垂直方向の配置", "PE.Views.DocumentPreview.goToSlideText": "スライドへジャンプ", "PE.Views.DocumentPreview.slideIndexText": "{1}のスライド{0}", diff --git a/apps/presentationeditor/main/locale/pt.json b/apps/presentationeditor/main/locale/pt.json index 86e99be79..38421ae06 100644 --- a/apps/presentationeditor/main/locale/pt.json +++ b/apps/presentationeditor/main/locale/pt.json @@ -250,6 +250,11 @@ "Common.define.effectData.textZoom": "Zoom", "Common.define.gridlineData.txtCm": "cm", "Common.define.gridlineData.txtPt": "Pt", + "Common.define.smartArt.textBalance": "Saldo", + "Common.define.smartArt.textEquation": "Equação", + "Common.define.smartArt.textFunnel": "Funil", + "Common.define.smartArt.textList": "Lista", + "Common.define.smartArt.textOther": "Outro", "Common.Translation.textMoreButton": "Mais", "Common.Translation.warnFileLocked": "Documento está em uso por outra aplicação. Você pode continuar editando e salvá-lo como uma cópia.", "Common.Translation.warnFileLockedBtnEdit": "Criar uma cópia", @@ -715,6 +720,7 @@ "PE.Controllers.Main.textClose": "Fechar", "PE.Controllers.Main.textCloseTip": "Clique para fechar a dica", "PE.Controllers.Main.textContactUs": "Entre em contato com o departamento de vendas", + "PE.Controllers.Main.textContinue": "Continuar", "PE.Controllers.Main.textConvertEquation": "Esta equação foi criada com uma versão antiga do editor de equação que não é mais compatível. Para editá-lo, converta a equação para o formato Office Math ML.
Converter agora?", "PE.Controllers.Main.textCustomLoader": "Observe que, de acordo com os termos da licença, você não tem direito de alterar a carregadeira.
Entre em contato com nosso Departamento de Vendas para obter uma cotação.", "PE.Controllers.Main.textDisconnect": "A conexão está perdida", @@ -735,6 +741,7 @@ "PE.Controllers.Main.textStrict": "Modo estrito", "PE.Controllers.Main.textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.
Click the 'Strict mode' button to switch to the Strict co-editing mode to edit the file without other users interference and send your changes only after you save them. You can switch between the co-editing modes using the editor Advanced settings.", "PE.Controllers.Main.textTryUndoRedoWarn": "As funções Desfazer/Refazer estão desabilitadas para o modo de coedição rápido", + "PE.Controllers.Main.textUndo": "Desfazer", "PE.Controllers.Main.titleLicenseExp": "Licença expirada", "PE.Controllers.Main.titleServerVersion": "Editor atualizado", "PE.Controllers.Main.txtAddFirstSlide": "Clique para adicionar o primeiro slide", @@ -1433,16 +1440,21 @@ "PE.Views.DocumentHolder.addCommentText": "Adicionar comentário", "PE.Views.DocumentHolder.addToLayoutText": "Adicionar ao Layout", "PE.Views.DocumentHolder.advancedChartText": "Configurações avançadas de gráfico", + "PE.Views.DocumentHolder.advancedEquationText": "Definições de equações", "PE.Views.DocumentHolder.advancedImageText": "Configurações avançadas de imagem", "PE.Views.DocumentHolder.advancedParagraphText": "Configurações avançadas de parágrafo", "PE.Views.DocumentHolder.advancedShapeText": "Configurações avançadas de forma", "PE.Views.DocumentHolder.advancedTableText": "Configurações avançadas de tabela", "PE.Views.DocumentHolder.alignmentText": "Alinhamento", + "PE.Views.DocumentHolder.allLinearText": "Tudo - Linear", + "PE.Views.DocumentHolder.allProfText": "Tudo - Profissional", "PE.Views.DocumentHolder.belowText": "Abaixo", "PE.Views.DocumentHolder.cellAlignText": "Alinhamento vertical da célula", "PE.Views.DocumentHolder.cellText": "Célula", "PE.Views.DocumentHolder.centerText": "Centro", "PE.Views.DocumentHolder.columnText": "Coluna", + "PE.Views.DocumentHolder.currLinearText": "Atual - Linear", + "PE.Views.DocumentHolder.currProfText": "Atual - Profissional", "PE.Views.DocumentHolder.deleteColumnText": "Excluir coluna", "PE.Views.DocumentHolder.deleteRowText": "Excluir linha", "PE.Views.DocumentHolder.deleteTableText": "Excluir tabela", @@ -1464,6 +1476,7 @@ "PE.Views.DocumentHolder.insertRowText": "Inserir linha", "PE.Views.DocumentHolder.insertText": "Inserir", "PE.Views.DocumentHolder.langText": "Selecionar idioma", + "PE.Views.DocumentHolder.latexText": "LaTex", "PE.Views.DocumentHolder.leftText": "Esquerda", "PE.Views.DocumentHolder.loadSpellText": "Carregando variantes...", "PE.Views.DocumentHolder.mergeCellsText": "Mesclar células", @@ -1623,6 +1636,7 @@ "PE.Views.DocumentHolder.txtUnderbar": "Barra abaixo de texto", "PE.Views.DocumentHolder.txtUngroup": "Desagrupar", "PE.Views.DocumentHolder.txtWarnUrl": "Clicar neste link pode ser prejudicial ao seu dispositivo e dados.
Você tem certeza de que quer continuar?", + "PE.Views.DocumentHolder.unicodeText": "Unicode", "PE.Views.DocumentHolder.vertAlignText": "Alinhamento vertical", "PE.Views.DocumentPreview.goToSlideText": "Ir para Slide", "PE.Views.DocumentPreview.slideIndexText": "Slide {0} de {1}", @@ -1674,6 +1688,7 @@ "PE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Localização", "PE.Views.FileMenuPanels.DocumentInfo.txtRights": "Pessoas que têm direitos", "PE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Assunto", + "PE.Views.FileMenuPanels.DocumentInfo.txtTags": "Etiquetas", "PE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Título de apresentação", "PE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Carregado", "PE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Alterar direitos de acesso", @@ -2218,6 +2233,7 @@ "PE.Views.Toolbar.capBtnComment": "Comentário", "PE.Views.Toolbar.capBtnDateTime": "Data e Hora", "PE.Views.Toolbar.capBtnInsHeader": "Rodapé", + "PE.Views.Toolbar.capBtnInsSmartArt": "SmartArt", "PE.Views.Toolbar.capBtnInsSymbol": "Símbolo", "PE.Views.Toolbar.capBtnSlideNum": "Número do slide", "PE.Views.Toolbar.capInsertAudio": "Aúdio", diff --git a/apps/presentationeditor/main/locale/ru.json b/apps/presentationeditor/main/locale/ru.json index 8ecebe1c0..2c8df1e46 100644 --- a/apps/presentationeditor/main/locale/ru.json +++ b/apps/presentationeditor/main/locale/ru.json @@ -702,9 +702,9 @@ "Common.Views.ReviewPopover.textCancel": "Отмена", "Common.Views.ReviewPopover.textClose": "Закрыть", "Common.Views.ReviewPopover.textEdit": "OK", + "Common.Views.ReviewPopover.textEnterComment": "Введите здесь свой комментарий", "Common.Views.ReviewPopover.textMention": "+упоминание предоставит доступ к документу и отправит оповещение по почте", "Common.Views.ReviewPopover.textMentionNotify": "+упоминание отправит пользователю оповещение по почте", - "Common.Views.ReviewPopover.textEnterComment": "Введите здесь свой комментарий", "Common.Views.ReviewPopover.textOpenAgain": "Открыть снова", "Common.Views.ReviewPopover.textReply": "Ответить", "Common.Views.ReviewPopover.textResolve": "Решить", @@ -821,6 +821,11 @@ "PE.Controllers.Main.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.", "PE.Controllers.Main.errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.
Обратитесь к администратору Сервера документов для получения дополнительной информации.", "PE.Controllers.Main.errorForceSave": "При сохранении файла произошла ошибка. Используйте опцию 'Скачать как', чтобы сохранить файл на диск или повторите попытку позже.", + "PE.Controllers.Main.errorInconsistentExt": "При открытии файла произошла ошибка.
Содержимое файла не соответствует расширению файла.", + "PE.Controllers.Main.errorInconsistentExtDocx": "При открытии файла произошла ошибка.
Содержимое файла соответствует документам (например, docx), но файл имеет несоответствующее расширение: %1.", + "PE.Controllers.Main.errorInconsistentExtPdf": "При открытии файла произошла ошибка.
Содержимое файла соответствует одному из следующих форматов: pdf/djvu/xps/oxps, но файл имеет несоответствующее расширение: %1.", + "PE.Controllers.Main.errorInconsistentExtPptx": "При открытии файла произошла ошибка.
Содержимое файла соответствует презентациям (например, pptx), но файл имеет несоответствующее расширение: %1.", + "PE.Controllers.Main.errorInconsistentExtXlsx": "При открытии файла произошла ошибка.
Содержимое файла соответствует электронным таблицам (например, xlsx), но файл имеет несоответствующее расширение: %1.", "PE.Controllers.Main.errorKeyEncrypt": "Неизвестный дескриптор ключа", "PE.Controllers.Main.errorKeyExpire": "Срок действия дескриптора ключа истек", "PE.Controllers.Main.errorLoadingFont": "Шрифты не загружены.
Пожалуйста, обратитесь к администратору Сервера документов.", @@ -1596,16 +1601,21 @@ "PE.Views.DocumentHolder.addCommentText": "Добавить комментарий", "PE.Views.DocumentHolder.addToLayoutText": "Добавить в макет", "PE.Views.DocumentHolder.advancedChartText": "Дополнительные параметры диаграммы", + "PE.Views.DocumentHolder.advancedEquationText": "Параметры уравнений", "PE.Views.DocumentHolder.advancedImageText": "Дополнительные параметры изображения", "PE.Views.DocumentHolder.advancedParagraphText": "Дополнительные параметры абзаца", "PE.Views.DocumentHolder.advancedShapeText": "Дополнительные параметры фигуры", "PE.Views.DocumentHolder.advancedTableText": "Дополнительные параметры таблицы", "PE.Views.DocumentHolder.alignmentText": "Выравнивание", + "PE.Views.DocumentHolder.allLinearText": "Все - линейный", + "PE.Views.DocumentHolder.allProfText": "Все - профессиональный", "PE.Views.DocumentHolder.belowText": "Ниже", "PE.Views.DocumentHolder.cellAlignText": "Вертикальное выравнивание в ячейках", "PE.Views.DocumentHolder.cellText": "Ячейку", "PE.Views.DocumentHolder.centerText": "По центру", "PE.Views.DocumentHolder.columnText": "Столбец", + "PE.Views.DocumentHolder.currLinearText": "Текущее - линейный", + "PE.Views.DocumentHolder.currProfText": "Текущее - Профессиональный", "PE.Views.DocumentHolder.deleteColumnText": "Удалить столбец", "PE.Views.DocumentHolder.deleteRowText": "Удалить строку", "PE.Views.DocumentHolder.deleteTableText": "Удалить таблицу", @@ -1627,6 +1637,7 @@ "PE.Views.DocumentHolder.insertRowText": "Вставить строку", "PE.Views.DocumentHolder.insertText": "Добавить", "PE.Views.DocumentHolder.langText": "Выбрать язык", + "PE.Views.DocumentHolder.latexText": "LaTeX", "PE.Views.DocumentHolder.leftText": "По левому краю", "PE.Views.DocumentHolder.loadSpellText": "Загрузка вариантов...", "PE.Views.DocumentHolder.mergeCellsText": "Объединить ячейки", @@ -1787,6 +1798,7 @@ "PE.Views.DocumentHolder.txtUnderbar": "Черта под текстом", "PE.Views.DocumentHolder.txtUngroup": "Разгруппировать", "PE.Views.DocumentHolder.txtWarnUrl": "Переход по этой ссылке может нанести вред вашему устройству и данным.
Вы действительно хотите продолжить?", + "PE.Views.DocumentHolder.unicodeText": "Юникод", "PE.Views.DocumentHolder.vertAlignText": "Вертикальное выравнивание", "PE.Views.DocumentPreview.goToSlideText": "Перейти к слайду", "PE.Views.DocumentPreview.slideIndexText": "Слайд {0} из {1}", @@ -2594,7 +2606,9 @@ "PE.Views.ViewTab.textGridlines": "Линии сетки", "PE.Views.ViewTab.textGuides": "Направляющие", "PE.Views.ViewTab.textInterfaceTheme": "Тема интерфейса", + "PE.Views.ViewTab.textLeftMenu": "Левая панель", "PE.Views.ViewTab.textNotes": "Заметки", + "PE.Views.ViewTab.textRightMenu": "Правая панель", "PE.Views.ViewTab.textRulers": "Линейки", "PE.Views.ViewTab.textShowGridlines": "Показать линии сетки", "PE.Views.ViewTab.textShowGuides": "Показать направляющие", diff --git a/apps/presentationeditor/main/locale/zh.json b/apps/presentationeditor/main/locale/zh.json index cf77e1e62..f51c886c4 100644 --- a/apps/presentationeditor/main/locale/zh.json +++ b/apps/presentationeditor/main/locale/zh.json @@ -248,6 +248,167 @@ "Common.define.effectData.textWipe": "擦除", "Common.define.effectData.textZigzag": "弯弯曲曲", "Common.define.effectData.textZoom": "缩放", + "Common.define.gridlineData.txtCm": "厘米", + "Common.define.gridlineData.txtPt": "像素", + "Common.define.smartArt.textAccentedPicture": "重音图片", + "Common.define.smartArt.textAccentProcess": "重点流程", + "Common.define.smartArt.textAlternatingFlow": "交替流", + "Common.define.smartArt.textAlternatingHexagons": "交替六边形", + "Common.define.smartArt.textAlternatingPictureBlocks": "交替图片块", + "Common.define.smartArt.textAlternatingPictureCircles": "交替图片圆形", + "Common.define.smartArt.textArchitectureLayout": "结构布局", + "Common.define.smartArt.textArrowRibbon": "带形箭头", + "Common.define.smartArt.textAscendingPictureAccentProcess": "升序图片重点流程", + "Common.define.smartArt.textBalance": "平衡", + "Common.define.smartArt.textBasicBendingProcess": "基本蛇形流程", + "Common.define.smartArt.textBasicBlockList": "基本列表", + "Common.define.smartArt.textBasicChevronProcess": "基本 V 形流程", + "Common.define.smartArt.textBasicCycle": "基本循环", + "Common.define.smartArt.textBasicMatrix": "基本矩阵", + "Common.define.smartArt.textBasicPie": "基本饼图", + "Common.define.smartArt.textBasicProcess": "基本流程", + "Common.define.smartArt.textBasicPyramid": "基本棱锥图", + "Common.define.smartArt.textBasicRadial": "基本射线图", + "Common.define.smartArt.textBasicTarget": "基本目标图", + "Common.define.smartArt.textBasicTimeline": "基本时间线", + "Common.define.smartArt.textBasicVenn": "基本维恩图", + "Common.define.smartArt.textBendingPictureAccentList": "蛇形图片重点列表", + "Common.define.smartArt.textBendingPictureBlocks": "蛇形图片块", + "Common.define.smartArt.textBendingPictureCaption": "蛇形图片题注", + "Common.define.smartArt.textBendingPictureCaptionList": "蛇形图片题注列表", + "Common.define.smartArt.textBendingPictureSemiTranparentText": "蛇形图片半透明文本", + "Common.define.smartArt.textBlockCycle": "块循环", + "Common.define.smartArt.textBubblePictureList": "气泡图片列表", + "Common.define.smartArt.textCaptionedPictures": "题注图片", + "Common.define.smartArt.textChevronAccentProcess": "V 形重点流程", + "Common.define.smartArt.textChevronList": "V 型列表", + "Common.define.smartArt.textCircleAccentTimeline": "圆形重点日程表", + "Common.define.smartArt.textCircleArrowProcess": "圆箭头流程", + "Common.define.smartArt.textCirclePictureHierarchy": "圆形图片层次结构", + "Common.define.smartArt.textCircleProcess": "循环流程", + "Common.define.smartArt.textCircleRelationship": "循环关系", + "Common.define.smartArt.textCircularBendingProcess": "环状蛇形流程", + "Common.define.smartArt.textCircularPictureCallout": "圆形图片标注", + "Common.define.smartArt.textClosedChevronProcess": "闭合 V 形流程", + "Common.define.smartArt.textContinuousArrowProcess": "连续箭头流程", + "Common.define.smartArt.textContinuousBlockProcess": "连续块状流程", + "Common.define.smartArt.textContinuousCycle": "连续循环", + "Common.define.smartArt.textContinuousPictureList": "连续图片列表", + "Common.define.smartArt.textConvergingArrows": "汇聚箭头", + "Common.define.smartArt.textConvergingRadial": "聚合射线", + "Common.define.smartArt.textConvergingText": "聚合文本", + "Common.define.smartArt.textCounterbalanceArrows": "平衡箭头", + "Common.define.smartArt.textCycle": "循环", + "Common.define.smartArt.textCycleMatrix": "循环矩阵", + "Common.define.smartArt.textDescendingBlockList": "降序块列表", + "Common.define.smartArt.textDescendingProcess": "降序流程", + "Common.define.smartArt.textDetailedProcess": "详细流程", + "Common.define.smartArt.textDivergingArrows": "分叉箭头", + "Common.define.smartArt.textDivergingRadial": "分离射线", + "Common.define.smartArt.textEquation": "方程", + "Common.define.smartArt.textFramedTextPicture": "带框架的文本图片", + "Common.define.smartArt.textFunnel": "漏斗", + "Common.define.smartArt.textGear": "齿轮", + "Common.define.smartArt.textGridMatrix": "网格矩阵", + "Common.define.smartArt.textGroupedList": "分组列表", + "Common.define.smartArt.textHalfCircleOrganizationChart": "半圆组织结构图", + "Common.define.smartArt.textHexagonCluster": "六边形群集", + "Common.define.smartArt.textHexagonRadial": "放射状六边形", + "Common.define.smartArt.textHierarchy": "层次结构", + "Common.define.smartArt.textHierarchyList": "层次结构列表", + "Common.define.smartArt.textHorizontalBulletList": "水平项目符号列表", + "Common.define.smartArt.textHorizontalHierarchy": "水平层次结构", + "Common.define.smartArt.textHorizontalLabeledHierarchy": "水平标记的层次结构", + "Common.define.smartArt.textHorizontalMultiLevelHierarchy": "水平多层层次结构", + "Common.define.smartArt.textHorizontalOrganizationChart": "水平组织结构图", + "Common.define.smartArt.textHorizontalPictureList": "水平图片列表", + "Common.define.smartArt.textIncreasingArrowProcess": "递增箭头流程", + "Common.define.smartArt.textIncreasingCircleProcess": "递增循环流程", + "Common.define.smartArt.textInterconnectedBlockProcess": "互联块流程", + "Common.define.smartArt.textInterconnectedRings": "互联环", + "Common.define.smartArt.textInvertedPyramid": "倒棱锥图", + "Common.define.smartArt.textLabeledHierarchy": "标记的层次结构", + "Common.define.smartArt.textLinearVenn": "线性维恩图", + "Common.define.smartArt.textLinedList": "线型列表", + "Common.define.smartArt.textList": "列表", + "Common.define.smartArt.textMatrix": "矩阵", + "Common.define.smartArt.textMultidirectionalCycle": "多向循环", + "Common.define.smartArt.textNameAndTitleOrganizationChart": "姓名和职务组织结构图", + "Common.define.smartArt.textNestedTarget": "嵌套目标图", + "Common.define.smartArt.textNondirectionalCycle": "不定向循环", + "Common.define.smartArt.textOpposingArrows": "反向箭头", + "Common.define.smartArt.textOpposingIdeas": "对立观点", + "Common.define.smartArt.textOrganizationChart": "组织结构图", + "Common.define.smartArt.textOther": "其他", + "Common.define.smartArt.textPhasedProcess": "分阶段流程", + "Common.define.smartArt.textPicture": "图片", + "Common.define.smartArt.textPictureAccentBlocks": "图片重点块", + "Common.define.smartArt.textPictureAccentList": "图片重点列表", + "Common.define.smartArt.textPictureAccentProcess": "图片重点流程", + "Common.define.smartArt.textPictureCaptionList": "图片题注列表", + "Common.define.smartArt.textPictureFrame": "图片框", + "Common.define.smartArt.textPictureGrid": "图片网格", + "Common.define.smartArt.textPictureLineup": "图片排列", + "Common.define.smartArt.textPictureOrganizationChart": "图片组织结构图", + "Common.define.smartArt.textPictureStrips": "图片条纹", + "Common.define.smartArt.textPieProcess": "饼图流程", + "Common.define.smartArt.textPlusAndMinus": "加号和减号", + "Common.define.smartArt.textProcess": "流程", + "Common.define.smartArt.textProcessArrows": "流程箭头", + "Common.define.smartArt.textProcessList": "流程列表", + "Common.define.smartArt.textPyramid": "棱锥型", + "Common.define.smartArt.textPyramidList": "棱锥型列表", + "Common.define.smartArt.textRadialCluster": "射线群集", + "Common.define.smartArt.textRadialCycle": "射线循环", + "Common.define.smartArt.textRadialList": "射线列表", + "Common.define.smartArt.textRadialPictureList": "放射状图片列表", + "Common.define.smartArt.textRadialVenn": "射线维恩图", + "Common.define.smartArt.textRandomToResultProcess": "随机至结果流程", + "Common.define.smartArt.textRelationship": "关系", + "Common.define.smartArt.textRepeatingBendingProcess": "重复蛇形流程", + "Common.define.smartArt.textReverseList": "反转列表", + "Common.define.smartArt.textSegmentedCycle": "分段循环", + "Common.define.smartArt.textSegmentedProcess": "分段流程", + "Common.define.smartArt.textSegmentedPyramid": "分段棱锥图", + "Common.define.smartArt.textSnapshotPictureList": "快照图片列表", + "Common.define.smartArt.textSpiralPicture": "螺旋图", + "Common.define.smartArt.textSquareAccentList": "方形重点列表", + "Common.define.smartArt.textStackedList": "堆叠列表", + "Common.define.smartArt.textStackedVenn": "堆叠维恩图", + "Common.define.smartArt.textStaggeredProcess": "交错流程", + "Common.define.smartArt.textStepDownProcess": "步骤下移流程", + "Common.define.smartArt.textStepUpProcess": "升级流程", + "Common.define.smartArt.textSubStepProcess": "子步骤流程", + "Common.define.smartArt.textTabbedArc": "拱状", + "Common.define.smartArt.textTableHierarchy": "表层次结构", + "Common.define.smartArt.textTableList": "表格列表", + "Common.define.smartArt.textTabList": "选项卡列表", + "Common.define.smartArt.textTargetList": "目标图列表", + "Common.define.smartArt.textTextCycle": "文本循环", + "Common.define.smartArt.textThemePictureAccent": "主题图片重点", + "Common.define.smartArt.textThemePictureAlternatingAccent": "主题图片交替重点", + "Common.define.smartArt.textThemePictureGrid": "主题图片网格", + "Common.define.smartArt.textTitledMatrix": "带标题的矩阵", + "Common.define.smartArt.textTitledPictureAccentList": "标题图片重点列表", + "Common.define.smartArt.textTitledPictureBlocks": "标题图片块", + "Common.define.smartArt.textTitlePictureLineup": "标题图片排列", + "Common.define.smartArt.textTrapezoidList": "梯形列表", + "Common.define.smartArt.textUpwardArrow": "向上箭头", + "Common.define.smartArt.textVaryingWidthList": "不同宽度列表", + "Common.define.smartArt.textVerticalAccentList": "垂直重点列表", + "Common.define.smartArt.textVerticalArrowList": "垂直箭头列表", + "Common.define.smartArt.textVerticalBendingProcess": "垂直蛇形流程", + "Common.define.smartArt.textVerticalBlockList": "垂直块列表", + "Common.define.smartArt.textVerticalBoxList": "垂直框列表", + "Common.define.smartArt.textVerticalBracketList": "垂直括弧列表", + "Common.define.smartArt.textVerticalBulletList": "垂直项目符号列表", + "Common.define.smartArt.textVerticalChevronList": "垂直 V 形列表", + "Common.define.smartArt.textVerticalCircleList": "垂直圆形列表", + "Common.define.smartArt.textVerticalCurvedList": "垂直曲形列表", + "Common.define.smartArt.textVerticalEquation": "垂直公式", + "Common.define.smartArt.textVerticalPictureAccentList": "垂直图片重点列表", + "Common.define.smartArt.textVerticalPictureList": "垂直图片列表", + "Common.define.smartArt.textVerticalProcess": "垂直流程", "Common.Translation.textMoreButton": "更多", "Common.Translation.warnFileLocked": "另一个应用程序正在编辑本文件。您在可以继续编辑,并另存为副本。", "Common.Translation.warnFileLockedBtnEdit": "创建拷贝", @@ -636,6 +797,7 @@ "PE.Controllers.LeftMenu.txtUntitled": "无标题", "PE.Controllers.Main.applyChangesTextText": "数据加载中…", "PE.Controllers.Main.applyChangesTitleText": "数据加载中", + "PE.Controllers.Main.confirmMaxChangesSize": "行动的大小超过了对您服务器设置的限制。
按 \"撤消\"取消您的最后一次行动,或按\"继续\"在本地保留该行动(您需要下载文件或复制其内容以确保没有任何损失)。", "PE.Controllers.Main.convertationTimeoutText": "转换超时", "PE.Controllers.Main.criticalErrorExtText": "按“确定”返回该文件列表。", "PE.Controllers.Main.criticalErrorTitle": "错误:", @@ -713,6 +875,7 @@ "PE.Controllers.Main.textClose": "关闭", "PE.Controllers.Main.textCloseTip": "点击关闭提示", "PE.Controllers.Main.textContactUs": "联系销售", + "PE.Controllers.Main.textContinue": "发送", "PE.Controllers.Main.textConvertEquation": "这个公式是由一个早期版本的公式编辑器创建的。这个版本现在不受支持了。要想编辑这个公式,你需要将其转换成 Office Math ML 格式.
现在转换吗?", "PE.Controllers.Main.textCustomLoader": "请注意,根据许可条款您无权更改加载程序。
请联系我们的销售部门获取报价。", "PE.Controllers.Main.textDisconnect": "网络连接失败", @@ -733,6 +896,7 @@ "PE.Controllers.Main.textStrict": "手动模式", "PE.Controllers.Main.textTryUndoRedo": "对于自动的协同编辑模式,取消/重做功能是禁用的。< br >单击“手动模式”按钮切换到手动协同编辑模式,这样,编辑该文件时只有您保存修改之后,其他用户才能访问这些修改。您可以使用编辑器高级设置易于切换编辑模式。", "PE.Controllers.Main.textTryUndoRedoWarn": "自动共同编辑模式下,撤销/重做功能被禁用。", + "PE.Controllers.Main.textUndo": "撤消", "PE.Controllers.Main.titleLicenseExp": "许可证过期", "PE.Controllers.Main.titleServerVersion": "编辑器已更新", "PE.Controllers.Main.txtAddFirstSlide": "单击添加第一张幻灯片", @@ -1431,16 +1595,21 @@ "PE.Views.DocumentHolder.addCommentText": "添加批注", "PE.Views.DocumentHolder.addToLayoutText": "添加到布局", "PE.Views.DocumentHolder.advancedChartText": "图表高级设置", + "PE.Views.DocumentHolder.advancedEquationText": "方程式设置", "PE.Views.DocumentHolder.advancedImageText": "高级图像设置", "PE.Views.DocumentHolder.advancedParagraphText": "段落高级设置", "PE.Views.DocumentHolder.advancedShapeText": "形状高级设置", "PE.Views.DocumentHolder.advancedTableText": "高级表设置", "PE.Views.DocumentHolder.alignmentText": "对齐", + "PE.Views.DocumentHolder.allLinearText": "全部 - 线性", + "PE.Views.DocumentHolder.allProfText": "全部 - 专业", "PE.Views.DocumentHolder.belowText": "下面", "PE.Views.DocumentHolder.cellAlignText": "单元格垂直对齐", "PE.Views.DocumentHolder.cellText": "元件", "PE.Views.DocumentHolder.centerText": "中心", "PE.Views.DocumentHolder.columnText": "列", + "PE.Views.DocumentHolder.currLinearText": "当前 - 线性", + "PE.Views.DocumentHolder.currProfText": "当前 - 专业", "PE.Views.DocumentHolder.deleteColumnText": "删除列", "PE.Views.DocumentHolder.deleteRowText": "删除行", "PE.Views.DocumentHolder.deleteTableText": "删除表", @@ -1462,6 +1631,7 @@ "PE.Views.DocumentHolder.insertRowText": "插入行", "PE.Views.DocumentHolder.insertText": "插入", "PE.Views.DocumentHolder.langText": "选择语言", + "PE.Views.DocumentHolder.latexText": "LaTeX", "PE.Views.DocumentHolder.leftText": "左", "PE.Views.DocumentHolder.loadSpellText": "加载变体...", "PE.Views.DocumentHolder.mergeCellsText": "合并单元格", @@ -1481,10 +1651,12 @@ "PE.Views.DocumentHolder.textArrangeBackward": "下移一层", "PE.Views.DocumentHolder.textArrangeForward": "上移一层", "PE.Views.DocumentHolder.textArrangeFront": "放到最上面", + "PE.Views.DocumentHolder.textCm": "厘米", "PE.Views.DocumentHolder.textCopy": "复制", "PE.Views.DocumentHolder.textCrop": "裁剪", "PE.Views.DocumentHolder.textCropFill": "填满", "PE.Views.DocumentHolder.textCropFit": "最佳", + "PE.Views.DocumentHolder.textCustom": "自定义", "PE.Views.DocumentHolder.textCut": "剪切", "PE.Views.DocumentHolder.textDistributeCols": "分布列", "PE.Views.DocumentHolder.textDistributeRows": "分布行", @@ -1494,6 +1666,7 @@ "PE.Views.DocumentHolder.textFromFile": "从文件导入", "PE.Views.DocumentHolder.textFromStorage": "来自存储设备", "PE.Views.DocumentHolder.textFromUrl": "从URL", + "PE.Views.DocumentHolder.textGridlines": "网格线", "PE.Views.DocumentHolder.textNextPage": "下一张幻灯片", "PE.Views.DocumentHolder.textPaste": "粘贴", "PE.Views.DocumentHolder.textPrevPage": "上一张幻灯片", @@ -1501,12 +1674,14 @@ "PE.Views.DocumentHolder.textRotate": "旋转", "PE.Views.DocumentHolder.textRotate270": "逆时针旋转90°", "PE.Views.DocumentHolder.textRotate90": "顺时针旋转90°", + "PE.Views.DocumentHolder.textRulers": "标尺", "PE.Views.DocumentHolder.textShapeAlignBottom": "靠下对齐", "PE.Views.DocumentHolder.textShapeAlignCenter": "居中对齐", "PE.Views.DocumentHolder.textShapeAlignLeft": "左对齐", "PE.Views.DocumentHolder.textShapeAlignMiddle": "居中对齐", "PE.Views.DocumentHolder.textShapeAlignRight": "右对齐", "PE.Views.DocumentHolder.textShapeAlignTop": "靠上对齐", + "PE.Views.DocumentHolder.textShowGridlines": "显示网格线", "PE.Views.DocumentHolder.textSlideSettings": "幻灯片设置", "PE.Views.DocumentHolder.textUndo": "复原", "PE.Views.DocumentHolder.tipIsLocked": "此元素正在由其他用户编辑。", @@ -1607,9 +1782,10 @@ "PE.Views.DocumentHolder.txtUnderbar": "在文本栏", "PE.Views.DocumentHolder.txtUngroup": "取消组合", "PE.Views.DocumentHolder.txtWarnUrl": "点击该链接可能会损害你的设备或数据。
你确定要继续吗?", + "PE.Views.DocumentHolder.unicodeText": "Unicode", "PE.Views.DocumentHolder.vertAlignText": "垂直对齐", "PE.Views.DocumentPreview.goToSlideText": "转到幻灯片", - "PE.Views.DocumentPreview.slideIndexText": "幻灯片第{1}张,共{0}张", + "PE.Views.DocumentPreview.slideIndexText": "幻灯片第{0}张,共{1}张", "PE.Views.DocumentPreview.txtClose": "关闭幻灯片", "PE.Views.DocumentPreview.txtEndSlideshow": "结束幻灯片放映", "PE.Views.DocumentPreview.txtExitFullScreen": "退出全屏", @@ -1658,6 +1834,7 @@ "PE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "位置", "PE.Views.FileMenuPanels.DocumentInfo.txtRights": "有权利的人", "PE.Views.FileMenuPanels.DocumentInfo.txtSubject": "主题", + "PE.Views.FileMenuPanels.DocumentInfo.txtTags": "标签", "PE.Views.FileMenuPanels.DocumentInfo.txtTitle": "标题", "PE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "上载", "PE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "更改访问权限", @@ -1723,6 +1900,9 @@ "PE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "解除所有带通知的宏", "PE.Views.FileMenuPanels.Settings.txtWin": "仿照 Windows", "PE.Views.FileMenuPanels.Settings.txtWorkspace": "工作空间", + "PE.Views.GridSettings.textCm": "厘米", + "PE.Views.GridSettings.textCustom": "自定义", + "PE.Views.GridSettings.textSpacing": "间距", "PE.Views.HeaderFooterDialog.applyAllText": "全部应用", "PE.Views.HeaderFooterDialog.applyText": "应用", "PE.Views.HeaderFooterDialog.diffLanguage": "不能使用与幻灯片母版不同语言的日期格式。
若要更改母版,请单击“全部应用”而不是“应用”", @@ -2053,7 +2233,7 @@ "PE.Views.SlideSizeSettings.txtStandard": "标准(4:3)", "PE.Views.SlideSizeSettings.txtWidescreen": "宽屏", "PE.Views.Statusbar.goToPageText": "转到幻灯片", - "PE.Views.Statusbar.pageIndexText": "幻灯片第{1}张,共{0}张", + "PE.Views.Statusbar.pageIndexText": "幻灯片第{0}张,共{1}张", "PE.Views.Statusbar.textShowBegin": "从开始显示", "PE.Views.Statusbar.textShowCurrent": "从当前幻灯片展示", "PE.Views.Statusbar.textShowPresenterView": "显示演示者视图", @@ -2198,6 +2378,7 @@ "PE.Views.Toolbar.capBtnComment": "评论", "PE.Views.Toolbar.capBtnDateTime": "日期和时间", "PE.Views.Toolbar.capBtnInsHeader": "页脚", + "PE.Views.Toolbar.capBtnInsSmartArt": "SmartArt", "PE.Views.Toolbar.capBtnInsSymbol": "符号", "PE.Views.Toolbar.capBtnSlideNum": "幻灯片编号", "PE.Views.Toolbar.capInsertAudio": "声音", @@ -2294,13 +2475,16 @@ "PE.Views.Toolbar.tipInsertAudio": "插入声音", "PE.Views.Toolbar.tipInsertChart": "插入图表", "PE.Views.Toolbar.tipInsertEquation": "插入方程", + "PE.Views.Toolbar.tipInsertHorizontalText": "插入横排文本框", "PE.Views.Toolbar.tipInsertHyperlink": "添加超链接", "PE.Views.Toolbar.tipInsertImage": "插入图片", "PE.Views.Toolbar.tipInsertShape": "自动插入形状", + "PE.Views.Toolbar.tipInsertSmartArt": "插入 SmartArt", "PE.Views.Toolbar.tipInsertSymbol": "插入符号", "PE.Views.Toolbar.tipInsertTable": "插入表", "PE.Views.Toolbar.tipInsertText": "插入文字", "PE.Views.Toolbar.tipInsertTextArt": "插入艺术字", + "PE.Views.Toolbar.tipInsertVerticalText": "插入竖排文本框", "PE.Views.Toolbar.tipInsertVideo": "插入视频", "PE.Views.Toolbar.tipLineSpace": "行间距", "PE.Views.Toolbar.tipMarkers": "项目符号", @@ -2395,14 +2579,19 @@ "PE.Views.Transitions.txtPreview": "预览", "PE.Views.Transitions.txtSec": "S", "PE.Views.ViewTab.textAlwaysShowToolbar": "始终显示工具栏", + "PE.Views.ViewTab.textCm": "厘米", + "PE.Views.ViewTab.textCustom": "自定义", "PE.Views.ViewTab.textFitToSlide": "适合幻灯片", "PE.Views.ViewTab.textFitToWidth": "适合宽度", + "PE.Views.ViewTab.textGridlines": "网格线", "PE.Views.ViewTab.textInterfaceTheme": "界面主题", "PE.Views.ViewTab.textNotes": "备注", "PE.Views.ViewTab.textRulers": "标尺", + "PE.Views.ViewTab.textShowGridlines": "显示网格线", "PE.Views.ViewTab.textStatusBar": "状态栏", "PE.Views.ViewTab.textZoom": "缩放", "PE.Views.ViewTab.tipFitToSlide": "适合幻灯片", "PE.Views.ViewTab.tipFitToWidth": "适合宽度", + "PE.Views.ViewTab.tipGridlines": "显示网格线", "PE.Views.ViewTab.tipInterfaceTheme": "界面主题" } \ No newline at end of file diff --git a/apps/presentationeditor/mobile/locale/az.json b/apps/presentationeditor/mobile/locale/az.json index ccb88aad9..27561ebc4 100644 --- a/apps/presentationeditor/mobile/locale/az.json +++ b/apps/presentationeditor/mobile/locale/az.json @@ -173,11 +173,11 @@ "uploadImageFileCountMessage": "Heç bir təsvir yüklənməyib.", "uploadImageSizeMessage": "Təsvir çox böyükdür. Maksimum ölçü 25 MB-dır.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Məlumat yüklənir...", diff --git a/apps/presentationeditor/mobile/locale/be.json b/apps/presentationeditor/mobile/locale/be.json index 88440d683..ffefde208 100644 --- a/apps/presentationeditor/mobile/locale/be.json +++ b/apps/presentationeditor/mobile/locale/be.json @@ -162,6 +162,11 @@ "errorEditingDownloadas": "An error occurred during the work with the document.
Use the 'Download' option to save the file backup copy locally.", "errorFilePassProtect": "The file is password protected and could not be opened.", "errorFileSizeExceed": "The file size exceeds your server limitation.
Please, contact your admin.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", + "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", "errorSessionAbsolute": "The document editing session has expired. Please, reload the page.", "errorSessionIdle": "The document has not been edited for quite a long time. Please, reload the page.", @@ -172,12 +177,7 @@ "openErrorText": "An error has occurred while opening the file", "saveErrorText": "An error has occurred while saving the file", "scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please, reload the page.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", - "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." }, "LongActions": { "applyChangesTextText": "Загрузка даных…", diff --git a/apps/presentationeditor/mobile/locale/ca.json b/apps/presentationeditor/mobile/locale/ca.json index 76b44414f..edfe8de31 100644 --- a/apps/presentationeditor/mobile/locale/ca.json +++ b/apps/presentationeditor/mobile/locale/ca.json @@ -173,11 +173,11 @@ "uploadImageExtMessage": "Format d'imatge desconegut.", "uploadImageFileCountMessage": "No s'ha carregat cap imatge.", "uploadImageSizeMessage": "La imatge és massa gran. La mida màxima és de 25 MB.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "S'estant carregant les dades...", diff --git a/apps/presentationeditor/mobile/locale/cs.json b/apps/presentationeditor/mobile/locale/cs.json index 073ece1e6..997c8bd3b 100644 --- a/apps/presentationeditor/mobile/locale/cs.json +++ b/apps/presentationeditor/mobile/locale/cs.json @@ -173,11 +173,11 @@ "uploadImageFileCountMessage": "Žádné obrázky nenahrány.", "uploadImageSizeMessage": "Obrázek je příliš velký. Maximální velikost je 25 MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Načítání dat...", diff --git a/apps/presentationeditor/mobile/locale/de.json b/apps/presentationeditor/mobile/locale/de.json index c9e411b28..03a48e1a7 100644 --- a/apps/presentationeditor/mobile/locale/de.json +++ b/apps/presentationeditor/mobile/locale/de.json @@ -31,9 +31,9 @@ "textOk": "OK", "textReopen": "Wiederöffnen", "textResolve": "Lösen", + "textSharingSettings": "Freigabeeinstellungen", "textTryUndoRedo": "Die Optionen Rückgängig machen/Wiederholen sind für den Schnellmodus deaktiviert.", - "textUsers": "Benutzer", - "textSharingSettings": "Sharing Settings" + "textUsers": "Benutzer" }, "HighlightColorPalette": { "textNoFill": "Keine Füllung" @@ -52,6 +52,7 @@ "menuDelete": "Löschen", "menuDeleteTable": "Tabelle löschen", "menuEdit": "Bearbeiten", + "menuEditLink": "Link bearbeiten", "menuMerge": "Verbinden", "menuMore": "Mehr", "menuOpenLink": "Link öffnen", @@ -62,8 +63,7 @@ "textDoNotShowAgain": "Nicht mehr anzeigen", "textOk": "OK", "textRows": "Zeilen", - "txtWarnUrl": "Dieser Link kann für Ihr Gerät und Daten gefährlich sein.
Möchten Sie wirklich fortsetzen?", - "menuEditLink": "Edit Link" + "txtWarnUrl": "Dieser Link kann für Ihr Gerät und Daten gefährlich sein.
Möchten Sie wirklich fortsetzen?" }, "Controller": { "Main": { @@ -147,9 +147,15 @@ "errorDataEncrypted": "Verschlüsselte Änderungen wurden empfangen. Sie können nicht entschlüsselt werden.", "errorDataRange": "Falscher Datenbereich.", "errorDefaultMessage": "Fehlercode: %1", + "errorDirectUrl": "Bitte überprüfen Sie den Link zum Dokument.
Dieser Link muss ein direkter Link zu der Datei zum Herunterladen sein.", "errorEditingDownloadas": "Fehler bei der Arbeit an diesem Dokument.
Laden Sie die Datei herunter, um sie lokal zu speichern.", "errorFilePassProtect": "Die Datei ist mit Passwort geschützt und kann nicht geöffnet werden.", "errorFileSizeExceed": "Die Dateigröße ist zu hoch für Ihren Server.
Bitte wenden Sie sich an Administratoren.", + "errorInconsistentExt": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei stimmt nicht mit der Dateierweiterung überein.", + "errorInconsistentExtDocx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht Textdokumenten (z.B. docx), aber die Datei hat die inkonsistente Erweiterung: %1.", + "errorInconsistentExtPdf": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht einem der folgenden Formate: pdf/djvu/xps/oxps, aber die Datei hat die inkonsistente Erweiterung: %1.", + "errorInconsistentExtPptx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht Präsentationen (z.B. pptx), aber die Datei hat die inkonsistente Erweiterung: %1.", + "errorInconsistentExtXlsx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht Tabellenkalkulationen (z.B. xlsx), aber die Datei hat die inkonsistente Erweiterung: %1.", "errorKeyEncrypt": "Unbekannter Schlüsseldeskriptor", "errorKeyExpire": "Der Schlüsseldeskriptor ist abgelaufen", "errorLoadingFont": "Schriftarten nicht hochgeladen.
Bitte wenden Sie sich an Administratoren von Ihrem Document Server.", @@ -171,17 +177,12 @@ "unknownErrorText": "Unbekannter Fehler.", "uploadImageExtMessage": "Unbekanntes Bildformat.", "uploadImageFileCountMessage": "Keine Bilder hochgeladen.", - "uploadImageSizeMessage": "Die maximal zulässige Bildgröße von 25 MB ist überschritten.", - "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "uploadImageSizeMessage": "Die maximal zulässige Bildgröße von 25 MB ist überschritten." }, "LongActions": { "applyChangesTextText": "Daten werden geladen...", "applyChangesTitleText": "Daten werden geladen", + "confirmMaxChangesSize": "Die Anzahl der Aktionen überschreitet die für Ihren Server festgelegte Grenze.
Drücken Sie \"Rückgängig\", um Ihre letzte Aktion abzubrechen, oder drücken Sie \"Weiter\", um die Aktion lokal fortzusetzen (Sie müssen die Datei herunterladen oder ihren Inhalt kopieren, um sicherzustellen, dass nichts verloren geht).", "downloadTextText": "Dokument wird heruntergeladen...", "downloadTitleText": "Herunterladen des Dokuments", "loadFontsTextText": "Daten werden geladen...", @@ -204,14 +205,13 @@ "savePreparingTitle": "Speichervorbereitung. Bitte warten...", "saveTextText": "Dokument wird gespeichert...", "saveTitleText": "Dokument wird gespeichert...", + "textContinue": "Fortsetzen", "textLoadingDocument": "Dokument wird geladen...", + "textUndo": "Rückgängig", "txtEditingMode": "Bearbeitungsmodul wird festgelegt...", "uploadImageTextText": "Das Bild wird hochgeladen...", "uploadImageTitleText": "Bild wird hochgeladen", - "waitText": "Bitte warten...", - "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).", - "textContinue": "Continue", - "textUndo": "Undo" + "waitText": "Bitte warten..." }, "Toolbar": { "dlgLeaveMsgText": "Sie haben nicht gespeicherte Änderungen. Klicken Sie auf \"Auf dieser Seite bleiben\" und warten Sie, bis die Datei automatisch gespeichert wird. Klicken Sie auf \"Seite verlassen\", um nicht gespeicherte Änderungen zu verwerfen.", @@ -230,6 +230,7 @@ "textComment": "Kommentar", "textDefault": "Ausgewählter Text", "textDisplay": "Anzeigen", + "textDone": "Fertig", "textEmptyImgUrl": "Sie müssen die URL des Bildes angeben.", "textExternalLink": "Externer Link", "textFirstSlide": "Erste Folie", @@ -248,6 +249,8 @@ "textPictureFromLibrary": "Bild aus dem Verzeichnis", "textPictureFromURL": "Bild aus URL", "textPreviousSlide": "Vorherige Folie", + "textRecommended": "Empfohlen", + "textRequired": "Erforderlich", "textRows": "Zeilen", "textScreenTip": "QuickInfo", "textShape": "Form", @@ -256,10 +259,7 @@ "textSlideNumber": "Foliennummer", "textTable": "Tabelle", "textTableSize": "Tabellengröße", - "txtNotUrl": "Dieser Bereich soll eine URL im Format \"http://www.example.com\" sein.", - "textDone": "Done", - "textRecommended": "Recommended", - "textRequired": "Required" + "txtNotUrl": "Dieser Bereich soll eine URL im Format \"http://www.example.com\" sein." }, "Edit": { "notcriticalErrorTitle": "Warnung", @@ -278,6 +278,7 @@ "textAlignTop": "Oben ausrichten", "textAllCaps": "Alle Großbuchstaben", "textApplyAll": "Auf alle Folien anwenden", + "textArrange": "Anordnen", "textAuto": "auto", "textAutomatic": "Automatisch", "textBack": "Zurück", @@ -292,8 +293,10 @@ "textBringToForeground": "In den Vordergrund bringen", "textBullets": "Aufzählung", "textBulletsAndNumbers": "Aufzählungszeichen und Nummern", + "textCancel": "Abbrechen", "textCaseSensitive": "Groß-/Kleinschreibung beachten", "textCellMargins": "Zellenränder", + "textChangeShape": "Form ändern", "textChart": "Diagramm", "textClock": "Uhr", "textClockwise": "Im Uhrzeigersinn", @@ -303,6 +306,8 @@ "textCustomColor": "Benutzerdefinierte Farbe", "textDefault": "Ausgewählter Text", "textDelay": "Verzögern", + "textDeleteImage": "Bild löschen", + "textDeleteLink": "Link löschen", "textDeleteSlide": "Folie löschen", "textDesign": "Design", "textDisplay": "Anzeigen", @@ -338,6 +343,7 @@ "textHyperlink": "Hyperlink", "textImage": "Bild", "textImageURL": "URL des Bildes", + "textInsertImage": "Bild einfügen", "textLastColumn": "Letzte Spalte", "textLastSlide": "Letzte Folie", "textLayout": "Layout", @@ -364,12 +370,14 @@ "textPreviousSlide": "Vorherige Folie", "textPt": "pt", "textPush": "Schieben", + "textRecommended": "Empfohlen", "textRemoveChart": "Diagramm entfernen", "textRemoveShape": "Form entfernen", "textRemoveTable": "Tabelle entfernen", "textReplace": "Ersetzen", "textReplaceAll": "Alle ersetzen", "textReplaceImage": "Bild ersetzen", + "textRequired": "Erforderlich", "textRight": "Rechts", "textScreenTip": "QuickInfo", "textSearch": "Suche", @@ -407,15 +415,7 @@ "textZoom": "Zoom", "textZoomIn": "Vergrößern", "textZoomOut": "Verkleinern", - "textZoomRotate": "Vergrößern und drehen", - "textArrange": "Arrange", - "textCancel": "Cancel", - "textChangeShape": "Change Shape", - "textDeleteImage": "Delete Image", - "textDeleteLink": "Delete Link", - "textInsertImage": "Insert Image", - "textRecommended": "Recommended", - "textRequired": "Required" + "textZoomRotate": "Vergrößern und drehen" }, "Settings": { "mniSlideStandard": "Standard (4:3)", diff --git a/apps/presentationeditor/mobile/locale/el.json b/apps/presentationeditor/mobile/locale/el.json index a5ffcc729..8e0953f51 100644 --- a/apps/presentationeditor/mobile/locale/el.json +++ b/apps/presentationeditor/mobile/locale/el.json @@ -173,11 +173,11 @@ "uploadImageFileCountMessage": "Δεν μεταφορτώθηκαν εικόνες.", "uploadImageSizeMessage": "Η εικόνα είναι πολύ μεγάλη. Το μέγιστο μέγεθος είναι 25MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Φόρτωση δεδομένων...", diff --git a/apps/presentationeditor/mobile/locale/en.json b/apps/presentationeditor/mobile/locale/en.json index 3d4bd0c2a..e7e961b1b 100644 --- a/apps/presentationeditor/mobile/locale/en.json +++ b/apps/presentationeditor/mobile/locale/en.json @@ -151,6 +151,11 @@ "errorEditingDownloadas": "An error occurred during the work with the document.
Use the 'Download' option to save the file backup copy locally.", "errorFilePassProtect": "The file is password protected and could not be opened.", "errorFileSizeExceed": "The file size exceeds your server limitation.
Please, contact your admin.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", + "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "errorKeyEncrypt": "Unknown key descriptor", "errorKeyExpire": "Key descriptor expired", "errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", @@ -172,12 +177,7 @@ "unknownErrorText": "Unknown error.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", - "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/presentationeditor/mobile/locale/es.json b/apps/presentationeditor/mobile/locale/es.json index a02241f55..00add8dd3 100644 --- a/apps/presentationeditor/mobile/locale/es.json +++ b/apps/presentationeditor/mobile/locale/es.json @@ -31,9 +31,9 @@ "textOk": "OK", "textReopen": "Volver a abrir", "textResolve": "Resolver", + "textSharingSettings": "Ajustes de uso compartido", "textTryUndoRedo": "Las funciones Deshacer/Rehacer están desactivadas en el modo de co-edición rápido.", - "textUsers": "Usuarios", - "textSharingSettings": "Sharing Settings" + "textUsers": "Usuarios" }, "HighlightColorPalette": { "textNoFill": "Sin relleno" @@ -52,6 +52,7 @@ "menuDelete": "Eliminar", "menuDeleteTable": "Eliminar tabla", "menuEdit": "Editar", + "menuEditLink": "Editar enlace", "menuMerge": "Combinar", "menuMore": "Más", "menuOpenLink": "Abrir enlace", @@ -62,8 +63,7 @@ "textDoNotShowAgain": "No mostrar de nuevo", "textOk": "Aceptar", "textRows": "Filas", - "txtWarnUrl": "Hacer clic en este enlace puede ser perjudicial para su dispositivo y sus datos.
¿Está seguro de que quiere continuar?", - "menuEditLink": "Edit Link" + "txtWarnUrl": "Hacer clic en este enlace puede ser perjudicial para su dispositivo y sus datos.
¿Está seguro de que quiere continuar?" }, "Controller": { "Main": { @@ -147,6 +147,7 @@ "errorDataEncrypted": "Se han recibido cambios cifrados, ellos no pueden ser descifrados.", "errorDataRange": "Rango de datos incorrecto.", "errorDefaultMessage": "Código de error: %1", + "errorDirectUrl": "Por favor, verifique el vínculo al documento.
Este vínculo debe ser un vínculo directo al archivo para descargar.", "errorEditingDownloadas": "Se ha producido un error al trabajar con el documento.
Utilice la opción 'Descargar' para guardar la copia de seguridad del archivo localmente.", "errorFilePassProtect": "El archivo está protegido por contraseña y no se puede abrir.", "errorFileSizeExceed": "El tamaño del archivo excede la limitación del servidor.
Por favor, póngase en contacto con su administrador.", @@ -172,12 +173,11 @@ "uploadImageExtMessage": "Formato de imagen desconocido.", "uploadImageFileCountMessage": "No hay imágenes subidas.", "uploadImageSizeMessage": "La imagen es demasiado grande. El tamaño máximo es de 25 MB.", - "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Cargando datos...", @@ -204,14 +204,14 @@ "savePreparingTitle": "Preparando para guardar. Espere, por favor...", "saveTextText": "Guardando documento...", "saveTitleText": "Guardando documento", + "textContinue": "Continuar", "textLoadingDocument": "Cargando documento", + "textUndo": "Deshacer", "txtEditingMode": "Establecer el modo de edición...", "uploadImageTextText": "Cargando imagen...", "uploadImageTitleText": "Cargando imagen", "waitText": "Por favor, espere...", - "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).", - "textContinue": "Continue", - "textUndo": "Undo" + "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost)." }, "Toolbar": { "dlgLeaveMsgText": "Tiene cambios no guardados en este documento. Haga clic en \"Quedarse en esta página\" para esperar hasta que se guarden automáticamente. Haga clic en \"Salir de esta página\" para descartar todos los cambios no guardados.", @@ -230,6 +230,7 @@ "textComment": "Comentario", "textDefault": "Texto seleccionado", "textDisplay": "Mostrar", + "textDone": "Hecho", "textEmptyImgUrl": "Necesita especificar la URL de la imagen.", "textExternalLink": "Enlace externo", "textFirstSlide": "Primera diapositiva", @@ -248,6 +249,8 @@ "textPictureFromLibrary": "Imagen desde biblioteca", "textPictureFromURL": "Imagen desde URL", "textPreviousSlide": "Diapositiva anterior", + "textRecommended": "Recomendado", + "textRequired": "Necesario", "textRows": "Filas", "textScreenTip": "Consejo de pantalla", "textShape": "Forma", @@ -256,10 +259,7 @@ "textSlideNumber": "Número de diapositiva", "textTable": "Tabla", "textTableSize": "Tamaño de tabla", - "txtNotUrl": "Este campo debe ser una dirección URL en el formato \"http://www.example.com\"", - "textDone": "Done", - "textRecommended": "Recommended", - "textRequired": "Required" + "txtNotUrl": "Este campo debe ser una dirección URL en el formato \"http://www.example.com\"" }, "Edit": { "notcriticalErrorTitle": "Advertencia", @@ -278,6 +278,7 @@ "textAlignTop": "Alinear arriba", "textAllCaps": "Mayúsculas", "textApplyAll": "Aplicar a todas las diapositivas", + "textArrange": "Organizar", "textAuto": "Auto", "textAutomatic": "Automático", "textBack": "Atrás", @@ -292,6 +293,7 @@ "textBringToForeground": "Traer al primer plano", "textBullets": "Viñetas", "textBulletsAndNumbers": "Viñetas y números", + "textCancel": "Cancelar", "textCaseSensitive": "Distinguir mayúsculas de minúsculas", "textCellMargins": "Márgenes de celdas", "textChart": "Gráfico", @@ -303,6 +305,7 @@ "textCustomColor": "Color personalizado", "textDefault": "Texto seleccionado", "textDelay": "Retraso", + "textDeleteLink": "Eliminar enlace", "textDeleteSlide": "Eliminar diapositiva", "textDesign": "Diseño", "textDisplay": "Mostrar", @@ -338,6 +341,7 @@ "textHyperlink": "Hiperenlace", "textImage": "Imagen", "textImageURL": "URL de imagen", + "textInsertImage": "Insertar imagen", "textLastColumn": "Última columna", "textLastSlide": "Última diapositiva", "textLayout": "Diseño", @@ -364,12 +368,14 @@ "textPreviousSlide": "Diapositiva anterior", "textPt": "pt", "textPush": "Empuje", + "textRecommended": "Recomendado", "textRemoveChart": "Eliminar gráfico", "textRemoveShape": "Eliminar forma", "textRemoveTable": "Eliminar tabla", "textReplace": "Reemplazar", "textReplaceAll": "Reemplazar todo", "textReplaceImage": "Reemplazar imagen", + "textRequired": "Necesario", "textRight": "A la derecha", "textScreenTip": "Consejo de pantalla", "textSearch": "Buscar", @@ -408,14 +414,8 @@ "textZoomIn": "Acercar", "textZoomOut": "Alejar", "textZoomRotate": "Zoom y giro", - "textArrange": "Arrange", - "textCancel": "Cancel", "textChangeShape": "Change Shape", - "textDeleteImage": "Delete Image", - "textDeleteLink": "Delete Link", - "textInsertImage": "Insert Image", - "textRecommended": "Recommended", - "textRequired": "Required" + "textDeleteImage": "Delete Image" }, "Settings": { "mniSlideStandard": "Estándar (4:3)", diff --git a/apps/presentationeditor/mobile/locale/eu.json b/apps/presentationeditor/mobile/locale/eu.json index b404d8457..4164d9562 100644 --- a/apps/presentationeditor/mobile/locale/eu.json +++ b/apps/presentationeditor/mobile/locale/eu.json @@ -173,11 +173,11 @@ "uploadImageFileCountMessage": "Ez da irudirik kargatu.", "uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Datuak kargatzen...", diff --git a/apps/presentationeditor/mobile/locale/fr.json b/apps/presentationeditor/mobile/locale/fr.json index d9aa77b70..3c7d75beb 100644 --- a/apps/presentationeditor/mobile/locale/fr.json +++ b/apps/presentationeditor/mobile/locale/fr.json @@ -173,11 +173,11 @@ "uploadImageExtMessage": "Format d'image inconnu.", "uploadImageFileCountMessage": "Aucune image chargée.", "uploadImageSizeMessage": "L'image est trop grande. La taille limite est de 25 Mo.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Chargement des données en cours...", diff --git a/apps/presentationeditor/mobile/locale/gl.json b/apps/presentationeditor/mobile/locale/gl.json index c2d82dfdd..b780dbb3f 100644 --- a/apps/presentationeditor/mobile/locale/gl.json +++ b/apps/presentationeditor/mobile/locale/gl.json @@ -173,11 +173,11 @@ "uploadImageFileCountMessage": "Non hai imaxes subidas.", "uploadImageSizeMessage": "A imaxe é demasiado grande. O tamaño máximo é de 25 MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Cargando datos...", diff --git a/apps/presentationeditor/mobile/locale/hu.json b/apps/presentationeditor/mobile/locale/hu.json index dc0d426c7..c11178e10 100644 --- a/apps/presentationeditor/mobile/locale/hu.json +++ b/apps/presentationeditor/mobile/locale/hu.json @@ -173,11 +173,11 @@ "uploadImageExtMessage": "Ismeretlen képformátum.", "uploadImageFileCountMessage": "Nincs kép feltöltve.", "uploadImageSizeMessage": "A kép túl nagy. A maximális méret 25 MB.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Adatok betöltése...", diff --git a/apps/presentationeditor/mobile/locale/hy.json b/apps/presentationeditor/mobile/locale/hy.json index 64aeef4f0..f3003a5a2 100644 --- a/apps/presentationeditor/mobile/locale/hy.json +++ b/apps/presentationeditor/mobile/locale/hy.json @@ -173,11 +173,11 @@ "uploadImageExtMessage": "Նկարի անհայտ ձևաչափ։", "uploadImageFileCountMessage": "Ոչ մի նկար չի բեռնվել։", "uploadImageSizeMessage": "Պատկերը չափազանց մեծ է:Առավելագույն չափը 25 ՄԲ է:", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Տվյալների բեռնում...", diff --git a/apps/presentationeditor/mobile/locale/id.json b/apps/presentationeditor/mobile/locale/id.json index 83a77fede..bcb0eb453 100644 --- a/apps/presentationeditor/mobile/locale/id.json +++ b/apps/presentationeditor/mobile/locale/id.json @@ -173,11 +173,11 @@ "uploadImageExtMessage": "Format gambar tidak dikenal.", "uploadImageFileCountMessage": "Tidak ada gambar yang diunggah.", "uploadImageSizeMessage": "Melebihi ukuran maksimal file. Ukuran maksimum adalah 25 MB.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Memuat data...", diff --git a/apps/presentationeditor/mobile/locale/it.json b/apps/presentationeditor/mobile/locale/it.json index bcbdc21fb..5f9761997 100644 --- a/apps/presentationeditor/mobile/locale/it.json +++ b/apps/presentationeditor/mobile/locale/it.json @@ -173,11 +173,11 @@ "uploadImageFileCountMessage": "Nessuna immagine caricata.", "uploadImageSizeMessage": "L'immagine è troppo grande. La dimensione massima è 25 MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Caricamento di dati...", diff --git a/apps/presentationeditor/mobile/locale/ja.json b/apps/presentationeditor/mobile/locale/ja.json index 0a03eced5..be535c82a 100644 --- a/apps/presentationeditor/mobile/locale/ja.json +++ b/apps/presentationeditor/mobile/locale/ja.json @@ -173,11 +173,11 @@ "uploadImageExtMessage": "不明なイメージの形式", "uploadImageFileCountMessage": "アップロードしたイメージがない", "uploadImageSizeMessage": "イメージのサイズの上限が超えさせました。サイズの上限が25MB。", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "データの読み込み中...", diff --git a/apps/presentationeditor/mobile/locale/ko.json b/apps/presentationeditor/mobile/locale/ko.json index 69687857f..091ac17cf 100644 --- a/apps/presentationeditor/mobile/locale/ko.json +++ b/apps/presentationeditor/mobile/locale/ko.json @@ -173,11 +173,11 @@ "uploadImageFileCountMessage": "이미지가 업로드되지 않았습니다.", "uploadImageSizeMessage": "이미지 크기 제한을 초과했습니다.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "데이터로드 중 ...", diff --git a/apps/presentationeditor/mobile/locale/lo.json b/apps/presentationeditor/mobile/locale/lo.json index 0ea038f59..d7660b42f 100644 --- a/apps/presentationeditor/mobile/locale/lo.json +++ b/apps/presentationeditor/mobile/locale/lo.json @@ -173,11 +173,11 @@ "uploadImageFileCountMessage": "ບໍ່ມີຮູບພາບອັບໂຫລດ", "uploadImageSizeMessage": "ຮູບພາບໃຫຍ່ເກີນໄປ. ຂະຫນາດສູງສຸດແມ່ນ 25 MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "ກຳລັງດາວໂຫຼດຂໍ້ມູນ...", diff --git a/apps/presentationeditor/mobile/locale/ms.json b/apps/presentationeditor/mobile/locale/ms.json index 355fc0ebf..54f3590c8 100644 --- a/apps/presentationeditor/mobile/locale/ms.json +++ b/apps/presentationeditor/mobile/locale/ms.json @@ -173,11 +173,11 @@ "uploadImageFileCountMessage": "Tiada Imej dimuat naik.", "uploadImageSizeMessage": "Imej terlalu besar. Saiz maksimum adalah 25 MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Data dimuatkan…", diff --git a/apps/presentationeditor/mobile/locale/nl.json b/apps/presentationeditor/mobile/locale/nl.json index 479b208bc..42c428541 100644 --- a/apps/presentationeditor/mobile/locale/nl.json +++ b/apps/presentationeditor/mobile/locale/nl.json @@ -173,11 +173,11 @@ "uploadImageFileCountMessage": "Geen afbeeldingen geüpload.", "uploadImageSizeMessage": "De afbeelding is te groot. De maximale grootte is 25MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Gegevens worden geladen...", diff --git a/apps/presentationeditor/mobile/locale/pt-pt.json b/apps/presentationeditor/mobile/locale/pt-pt.json index afe709021..af2a9326c 100644 --- a/apps/presentationeditor/mobile/locale/pt-pt.json +++ b/apps/presentationeditor/mobile/locale/pt-pt.json @@ -173,11 +173,11 @@ "uploadImageExtMessage": "Formato de imagem desconhecido.", "uploadImageFileCountMessage": "Nenhuma imagem foi carregada.", "uploadImageSizeMessage": "A imagem é muito grande. O tamanho máximo é de 25 MB.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "A carregar dados...", diff --git a/apps/presentationeditor/mobile/locale/pt.json b/apps/presentationeditor/mobile/locale/pt.json index c3be241f2..a7c1cc5df 100644 --- a/apps/presentationeditor/mobile/locale/pt.json +++ b/apps/presentationeditor/mobile/locale/pt.json @@ -173,11 +173,11 @@ "uploadImageExtMessage": "Formato de imagem desconhecido.", "uploadImageFileCountMessage": "Sem imagens carregadas.", "uploadImageSizeMessage": "Tamanho limite máximo da imagem excedido. O tamanho máximo é de 25 MB.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Carregando dados...", @@ -204,13 +204,13 @@ "savePreparingTitle": "Preparando para salvar. Aguarde...", "saveTextText": "Salvando documento...", "saveTitleText": "Salvando documento", + "textContinue": "Continuar", "textLoadingDocument": "Carregando documento", "txtEditingMode": "Definir modo de edição...", "uploadImageTextText": "Carregando imagem...", "uploadImageTitleText": "Carregando imagem", "waitText": "Por favor, aguarde...", "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).", - "textContinue": "Continue", "textUndo": "Undo" }, "Toolbar": { diff --git a/apps/presentationeditor/mobile/locale/ro.json b/apps/presentationeditor/mobile/locale/ro.json index f9aaf35f0..9636a42dc 100644 --- a/apps/presentationeditor/mobile/locale/ro.json +++ b/apps/presentationeditor/mobile/locale/ro.json @@ -173,11 +173,11 @@ "uploadImageFileCountMessage": "Nicio imagine nu a fost încărcată.", "uploadImageSizeMessage": "Imaginea este prea mare. Limita de dimensiune este de 25 MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Încărcarea datelor...", diff --git a/apps/presentationeditor/mobile/locale/ru.json b/apps/presentationeditor/mobile/locale/ru.json index 3ef7cbbcd..c245c16e9 100644 --- a/apps/presentationeditor/mobile/locale/ru.json +++ b/apps/presentationeditor/mobile/locale/ru.json @@ -151,6 +151,11 @@ "errorEditingDownloadas": "В ходе работы с документом произошла ошибка.
Используйте опцию 'Скачать', чтобы сохранить резервную копию файла локально.", "errorFilePassProtect": "Файл защищен паролем и не может быть открыт.", "errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.
Пожалуйста, обратитесь к администратору.", + "errorInconsistentExt": "При открытии файла произошла ошибка.
Содержимое файла не соответствует расширению файла.", + "errorInconsistentExtDocx": "При открытии файла произошла ошибка.
Содержимое файла соответствует документам (например, docx), но файл имеет несоответствующее расширение: %1.", + "errorInconsistentExtPdf": "При открытии файла произошла ошибка.
Содержимое файла соответствует одному из следующих форматов: pdf/djvu/xps/oxps, но файл имеет несоответствующее расширение: %1.", + "errorInconsistentExtPptx": "При открытии файла произошла ошибка.
Содержимое файла соответствует презентациям (например, pptx), но файл имеет несоответствующее расширение: %1.", + "errorInconsistentExtXlsx": "При открытии файла произошла ошибка.
Содержимое файла соответствует электронным таблицам (например, xlsx), но файл имеет несоответствующее расширение: %1.", "errorKeyEncrypt": "Неизвестный дескриптор ключа", "errorKeyExpire": "Срок действия дескриптора ключа истек", "errorLoadingFont": "Шрифты не загружены.
Пожалуйста, обратитесь к администратору Сервера документов.", @@ -172,12 +177,7 @@ "unknownErrorText": "Неизвестная ошибка.", "uploadImageExtMessage": "Неизвестный формат рисунка.", "uploadImageFileCountMessage": "Ни одного рисунка не загружено.", - "uploadImageSizeMessage": "Слишком большой рисунок. Максимальный размер - 25 MB.", - "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "uploadImageSizeMessage": "Слишком большой рисунок. Максимальный размер - 25 MB." }, "LongActions": { "applyChangesTextText": "Загрузка данных...", diff --git a/apps/presentationeditor/mobile/locale/sk.json b/apps/presentationeditor/mobile/locale/sk.json index c48b6d9d9..1837400c8 100644 --- a/apps/presentationeditor/mobile/locale/sk.json +++ b/apps/presentationeditor/mobile/locale/sk.json @@ -173,11 +173,11 @@ "uploadImageFileCountMessage": "Neboli načítané žiadne obrázky.", "uploadImageSizeMessage": "Obrázok je príliš veľký. Maximálna veľkosť je 25 MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Načítavanie dát...", diff --git a/apps/presentationeditor/mobile/locale/sl.json b/apps/presentationeditor/mobile/locale/sl.json index 260234bc3..d2bf78bca 100644 --- a/apps/presentationeditor/mobile/locale/sl.json +++ b/apps/presentationeditor/mobile/locale/sl.json @@ -435,6 +435,11 @@ "errorEditingDownloadas": "An error occurred during the work with the document.
Use the 'Download' option to save the file backup copy locally.", "errorFilePassProtect": "The file is password protected and could not be opened.", "errorFileSizeExceed": "The file size exceeds your server limitation.
Please, contact your admin.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", + "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "errorKeyEncrypt": "Unknown key descriptor", "errorKeyExpire": "Key descriptor expired", "errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", @@ -456,12 +461,7 @@ "unknownErrorText": "Unknown error.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", - "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/presentationeditor/mobile/locale/tr.json b/apps/presentationeditor/mobile/locale/tr.json index fa4b20e37..b447927bc 100644 --- a/apps/presentationeditor/mobile/locale/tr.json +++ b/apps/presentationeditor/mobile/locale/tr.json @@ -173,11 +173,11 @@ "uploadImageFileCountMessage": "Resim yüklenmedi.", "uploadImageSizeMessage": "Görüntü çok büyük. Maksimum boyut 25 MB'dir.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "Veri yükleniyor...", diff --git a/apps/presentationeditor/mobile/locale/uk.json b/apps/presentationeditor/mobile/locale/uk.json index bb8a43558..074e83117 100644 --- a/apps/presentationeditor/mobile/locale/uk.json +++ b/apps/presentationeditor/mobile/locale/uk.json @@ -153,6 +153,11 @@ "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", "errorFilePassProtect": "The file is password protected and could not be opened.", "errorFileSizeExceed": "The file size exceeds your server limitation.
Please, contact your admin.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", + "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "errorKeyEncrypt": "Unknown key descriptor", "errorKeyExpire": "Key descriptor expired", "errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", @@ -172,12 +177,7 @@ "unknownErrorText": "Unknown error.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", - "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." }, "View": { "Add": { diff --git a/apps/presentationeditor/mobile/locale/zh-tw.json b/apps/presentationeditor/mobile/locale/zh-tw.json index 6c2396f8d..de1cb1279 100644 --- a/apps/presentationeditor/mobile/locale/zh-tw.json +++ b/apps/presentationeditor/mobile/locale/zh-tw.json @@ -173,11 +173,11 @@ "uploadImageFileCountMessage": "沒有上傳圖片。", "uploadImageSizeMessage": "圖像超出最大大小限制。最大大小為25MB。", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "加載數據中...", diff --git a/apps/presentationeditor/mobile/locale/zh.json b/apps/presentationeditor/mobile/locale/zh.json index a79ed3af9..cff7de649 100644 --- a/apps/presentationeditor/mobile/locale/zh.json +++ b/apps/presentationeditor/mobile/locale/zh.json @@ -173,15 +173,16 @@ "uploadImageExtMessage": "未知图像格式。", "uploadImageFileCountMessage": "没有图片上传", "uploadImageSizeMessage": "超过了最大图片大小", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "applyChangesTextText": "数据加载中…", "applyChangesTitleText": "数据加载中", + "confirmMaxChangesSize": "行动的大小超过了对您服务器设置的限制。
按 \"撤消\"取消您的最后一次行动,或按\"继续\"在本地保留该行动(您需要下载文件或复制其内容以确保没有任何损失)。", "downloadTextText": "正在下载文件...", "downloadTitleText": "下载文件", "loadFontsTextText": "数据加载中…", @@ -204,14 +205,13 @@ "savePreparingTitle": "正在保存,请稍候...", "saveTextText": "正在保存文档...", "saveTitleText": "保存文件", + "textContinue": "发送", "textLoadingDocument": "文件加载中…", + "textUndo": "撤消", "txtEditingMode": "设置编辑模式..", "uploadImageTextText": "图片上传中...", "uploadImageTitleText": "图片上传中", - "waitText": "请稍候...", - "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).", - "textContinue": "Continue", - "textUndo": "Undo" + "waitText": "请稍候..." }, "Toolbar": { "dlgLeaveMsgText": "你在该文档中有未保存的修改。点击“留在该页”来等待自动保存。点击“离开该页”将舍弃全部未保存的更改。", diff --git a/apps/spreadsheeteditor/embed/locale/en.json b/apps/spreadsheeteditor/embed/locale/en.json index 91237e485..29a9aed10 100644 --- a/apps/spreadsheeteditor/embed/locale/en.json +++ b/apps/spreadsheeteditor/embed/locale/en.json @@ -15,15 +15,15 @@ "SSE.ApplicationController.errorFilePassProtect": "The file is password protected and cannot be opened.", "SSE.ApplicationController.errorFileSizeExceed": "The file size exceeds the limitation set for your server.
Please contact your Document Server administrator for details.", "SSE.ApplicationController.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to your computer hard drive or try again later.", + "SSE.ApplicationController.errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", + "SSE.ApplicationController.errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", + "SSE.ApplicationController.errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", + "SSE.ApplicationController.errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "SSE.ApplicationController.errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "SSE.ApplicationController.errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", "SSE.ApplicationController.errorTokenExpire": "The document security token has expired.
Please contact your Document Server administrator.", "SSE.ApplicationController.errorUpdateVersionOnDisconnect": "Connection has been restored, and the file version has been changed.
Before you can continue working, you need to download the file or copy its content to make sure nothing is lost, and then reload this page.", "SSE.ApplicationController.errorUserDrop": "The file cannot be accessed right now.", - "SSE.ApplicationController.errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "SSE.ApplicationController.errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "SSE.ApplicationController.errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "SSE.ApplicationController.errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "SSE.ApplicationController.errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "SSE.ApplicationController.notcriticalErrorTitle": "Warning", "SSE.ApplicationController.openErrorText": "An error has occurred while opening the file.", "SSE.ApplicationController.scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please reload the page.", diff --git a/apps/spreadsheeteditor/embed/locale/ru.json b/apps/spreadsheeteditor/embed/locale/ru.json index a9b157c5b..dc0d8d88a 100644 --- a/apps/spreadsheeteditor/embed/locale/ru.json +++ b/apps/spreadsheeteditor/embed/locale/ru.json @@ -15,6 +15,11 @@ "SSE.ApplicationController.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.", "SSE.ApplicationController.errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.
Обратитесь к администратору Сервера документов для получения дополнительной информации.", "SSE.ApplicationController.errorForceSave": "При сохранении файла произошла ошибка. Используйте опцию 'Скачать как', чтобы сохранить файл на жестком диске компьютера или повторите попытку позже.", + "SSE.ApplicationController.errorInconsistentExt": "При открытии файла произошла ошибка.
Содержимое файла не соответствует расширению файла.", + "SSE.ApplicationController.errorInconsistentExtDocx": "При открытии файла произошла ошибка.
Содержимое файла соответствует документам (например, docx), но файл имеет несоответствующее расширение: %1.", + "SSE.ApplicationController.errorInconsistentExtPdf": "При открытии файла произошла ошибка.
Содержимое файла соответствует одному из следующих форматов: pdf/djvu/xps/oxps, но файл имеет несоответствующее расширение: %1.", + "SSE.ApplicationController.errorInconsistentExtPptx": "При открытии файла произошла ошибка.
Содержимое файла соответствует презентациям (например, pptx), но файл имеет несоответствующее расширение: %1.", + "SSE.ApplicationController.errorInconsistentExtXlsx": "При открытии файла произошла ошибка.
Содержимое файла соответствует электронным таблицам (например, xlsx), но файл имеет несоответствующее расширение: %1.", "SSE.ApplicationController.errorLoadingFont": "Шрифты не загружены.
Пожалуйста, обратитесь к администратору Сервера документов.", "SSE.ApplicationController.errorTokenExpire": "Истек срок действия токена безопасности документа.
Пожалуйста, обратитесь к администратору Сервера документов.", "SSE.ApplicationController.errorUpdateVersionOnDisconnect": "Соединение было восстановлено, и версия файла изменилась.
Прежде чем продолжить работу, надо скачать файл или скопировать его содержимое, чтобы обеспечить сохранность данных, а затем перезагрузить страницу.", diff --git a/apps/spreadsheeteditor/main/locale/az.json b/apps/spreadsheeteditor/main/locale/az.json index 6164c7665..38f5682ff 100644 --- a/apps/spreadsheeteditor/main/locale/az.json +++ b/apps/spreadsheeteditor/main/locale/az.json @@ -3282,7 +3282,7 @@ "SSE.Views.Toolbar.textTabInsert": "Daxil edin", "SSE.Views.Toolbar.textTabLayout": "Düzüm", "SSE.Views.Toolbar.textTabProtect": "Qoruma", - "SSE.Views.Toolbar.textTabView": "Görünüş", + "SSE.Views.Toolbar.textTabView": "Baxış", "SSE.Views.Toolbar.textThisPivot": "Yekun sahədən", "SSE.Views.Toolbar.textThisSheet": "Bu iş vərəqindən", "SSE.Views.Toolbar.textThisTable": "Bu cədvəldən", @@ -3491,6 +3491,7 @@ "SSE.Views.ViewTab.textFreezeRow": "Üst Sətiri Dondur", "SSE.Views.ViewTab.textGridlines": "Gridlines", "SSE.Views.ViewTab.textHeadings": "Başlıqlar", + "SSE.Views.ViewTab.textInterfaceTheme": "İnterfeys mövzusu", "SSE.Views.ViewTab.textManager": "Görünüş meneceri", "SSE.Views.ViewTab.textUnFreeze": "Panellərdən Dondurmanı götür", "SSE.Views.ViewTab.textZeros": "Sıfırları göstərin", @@ -3498,6 +3499,7 @@ "SSE.Views.ViewTab.tipClose": "Vərəq görünüşünü bağlayın", "SSE.Views.ViewTab.tipCreate": "Vərəq görünüşü yaradın", "SSE.Views.ViewTab.tipFreeze": "Panelləri Dondur", + "SSE.Views.ViewTab.tipInterfaceTheme": "İnterfeys mövzusu", "SSE.Views.ViewTab.tipSheetView": "Vərəq görünüşü", "SSE.Views.WBProtection.hintAllowRanges": "Diapazonları redaktə etməyə icazə verin", "SSE.Views.WBProtection.hintProtectSheet": "Vərəqi qoruyun", diff --git a/apps/spreadsheeteditor/main/locale/be.json b/apps/spreadsheeteditor/main/locale/be.json index a3cbac2c4..4392975e2 100644 --- a/apps/spreadsheeteditor/main/locale/be.json +++ b/apps/spreadsheeteditor/main/locale/be.json @@ -242,6 +242,7 @@ "Common.Views.ReviewChanges.txtCommentRemMy": "Выдаліць мае каментары", "Common.Views.ReviewChanges.txtCommentRemMyCurrent": "Выдаліць мае бягучыя каментары", "Common.Views.ReviewChanges.txtCommentRemove": "Выдаліць", + "Common.Views.ReviewChanges.txtCommentResolve": "Вырашыць", "Common.Views.ReviewChanges.txtDocLang": "Мова", "Common.Views.ReviewChanges.txtFinal": "Усе змены ўхваленыя (папярэдні прагляд)", "Common.Views.ReviewChanges.txtFinalCap": "Выніковы дакумент", @@ -1810,6 +1811,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettings": "Рэгіянальныя налады", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettingsEx": "Прыклад:", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strStrict": "Строгі", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strTheme": "Тэма інтэрфейсу", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strThousandsSeparator": "Падзяляльнік разрадаў тысяч", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strUnit": "Адзінкі вымярэння", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strUseSeparatorsBasedOnRegionalSettings": "Выкарыстоўваць падзяляльнікі на базе рэгіянальных налад", @@ -3054,10 +3056,12 @@ "SSE.Views.ViewTab.textFormula": "Панэль формул", "SSE.Views.ViewTab.textGridlines": "Лініі сеткі", "SSE.Views.ViewTab.textHeadings": "Загалоўкі", + "SSE.Views.ViewTab.textInterfaceTheme": "Тэма інтэрфейсу", "SSE.Views.ViewTab.textManager": "Кіраўнік мініяцюр", "SSE.Views.ViewTab.textZoom": "Маштаб", "SSE.Views.ViewTab.tipClose": "Закрыць мініяцюру аркуша", "SSE.Views.ViewTab.tipCreate": "Стварыць мініяцюру аркуша", "SSE.Views.ViewTab.tipFreeze": "Замацаваць вобласці", + "SSE.Views.ViewTab.tipInterfaceTheme": "Тэма інтэрфейсу", "SSE.Views.ViewTab.tipSheetView": "Мініяцюра аркуша" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/de.json b/apps/spreadsheeteditor/main/locale/de.json index 1b18a69ff..adf2c78ee 100644 --- a/apps/spreadsheeteditor/main/locale/de.json +++ b/apps/spreadsheeteditor/main/locale/de.json @@ -100,6 +100,13 @@ "Common.define.conditionalData.textUnique": "Eindeutig", "Common.define.conditionalData.textValue": "Wert ist", "Common.define.conditionalData.textYesterday": "Gestern", + "Common.define.smartArt.textBalance": "Kontostand", + "Common.define.smartArt.textEquation": "Gleichung", + "Common.define.smartArt.textFunnel": "Trichter", + "Common.define.smartArt.textList": "Liste", + "Common.define.smartArt.textMatrix": "Matrix", + "Common.define.smartArt.textOther": "Sonstiges", + "Common.define.smartArt.textPicture": "Bild", "Common.Translation.textMoreButton": "Mehr", "Common.Translation.warnFileLocked": "Die Datei wird in einer anderen App bearbeitet. Sie können die Bearbeitung fortsetzen und die Kopie dieser Datei speichern.", "Common.Translation.warnFileLockedBtnEdit": "Kopie erstellen", @@ -318,6 +325,7 @@ "Common.Views.Plugins.textStart": "Starten", "Common.Views.Plugins.textStop": "Beenden", "Common.Views.Protection.hintAddPwd": "Mit Kennwort verschlüsseln", + "Common.Views.Protection.hintDelPwd": "Kennwort löschen", "Common.Views.Protection.hintPwd": "Das Kennwort ändern oder löschen", "Common.Views.Protection.hintSignature": "Fügen Sie eine digitale Signatur oder Unterschriftenzeile hinzu", "Common.Views.Protection.txtAddPwd": "Kennwort hinzufügen", @@ -726,6 +734,7 @@ "SSE.Controllers.Main.errorDefaultMessage": "Fehlercode: %1", "SSE.Controllers.Main.errorDeleteColumnContainsLockedCell": "Sie versuchen, eine Spalte mit einer gesperrten Zelle zu löschen. Gesperrte Zellen können in geschützten Listen nicht gelöscht werden.
Um eine gesperrte Zelle zu löschen, entschützen Sie die Liste. Das Passwort kann erforderlich sein.", "SSE.Controllers.Main.errorDeleteRowContainsLockedCell": "Sie versuchen, eine Zeile mit einer gesperrten Zelle zu löschen. Gesperrte Zellen können in geschützten Listen nicht gelöscht werden.
Um eine gesperrte Zelle zu löschen, entschützen Sie die Liste. Das Passwort kann erforderlich sein.", + "SSE.Controllers.Main.errorDirectUrl": "Bitte überprüfen Sie den Link zum Dokument.
Dieser Link muss ein direkter Link zu der Datei zum Herunterladen sein.", "SSE.Controllers.Main.errorEditingDownloadas": "Bei der Arbeit mit dem Dokument ist ein Fehler aufgetreten.
Verwenden Sie die Option 'Herunterladen als', um die Sicherungskopie der Datei auf der Festplatte Ihres Computers zu speichern.", "SSE.Controllers.Main.errorEditingSaveas": "Bei der Arbeit mit dem Dokument ist ein Fehler aufgetreten.
Verwenden Sie die Option \"Speichern als ...\", um die Sicherungskopie der Datei auf der Festplatte Ihres Computers zu speichern.", "SSE.Controllers.Main.errorEditView": "Die aktuelle Tabellenansicht sind schreibgeschützt und die neuen können nicht erstellt werden, weil manche Ansichten bearbeitet werden.", @@ -822,6 +831,7 @@ "SSE.Controllers.Main.textCloseTip": "Klicken Sie, um den Tipp zu schließen", "SSE.Controllers.Main.textConfirm": "Bestätigung", "SSE.Controllers.Main.textContactUs": "Verkaufsteam kontaktieren", + "SSE.Controllers.Main.textContinue": "Fortsetzen", "SSE.Controllers.Main.textConvertEquation": "Diese Gleichung wurde in einer alten Version des Gleichungseditors erstellt, die nicht mehr unterstützt wird. Um die Gleichung zu bearbeiten, konvertieren Sie diese ins Format Office Math ML.
Jetzt konvertieren?", "SSE.Controllers.Main.textCustomLoader": "Bitte beachten Sie, dass Sie gemäß den Lizenzbedingungen nicht berechtigt sind, den Loader zu wechseln.
Wenden Sie sich an unseren Vertrieb, um ein Angebot zu erhalten.", "SSE.Controllers.Main.textDisconnect": "Verbindung wurde unterbrochen", @@ -1276,6 +1286,12 @@ "SSE.Controllers.Toolbar.txtFunction_Sinh": "Hyperbolische Sinus-Funktion", "SSE.Controllers.Toolbar.txtFunction_Tan": "Tangensformel", "SSE.Controllers.Toolbar.txtFunction_Tanh": "Hyperbolische Tangens-Funktion", + "SSE.Controllers.Toolbar.txtGroupCell_Custom": "Einstellbar", + "SSE.Controllers.Toolbar.txtGroupCell_NumberFormat": "Zahlenformat", + "SSE.Controllers.Toolbar.txtGroupTable_Custom": "Einstellbar", + "SSE.Controllers.Toolbar.txtGroupTable_Dark": "Dunkel", + "SSE.Controllers.Toolbar.txtGroupTable_Light": "Hell", + "SSE.Controllers.Toolbar.txtGroupTable_Medium": "Mittelhoch", "SSE.Controllers.Toolbar.txtInsertCells": "Zellen einfügen", "SSE.Controllers.Toolbar.txtIntegral": "Integral", "SSE.Controllers.Toolbar.txtIntegral_dtheta": "Differenzial Theta", @@ -1649,16 +1665,20 @@ "SSE.Views.ChartSettings.textBorderSizeErr": "Der eingegebene Wert ist falsch.
Bitte geben Sie einen Wert zwischen 0 pt und 1584 pt ein.", "SSE.Views.ChartSettings.textChangeType": "Typ ändern", "SSE.Views.ChartSettings.textChartType": "Diagrammtyp ändern", + "SSE.Views.ChartSettings.textDown": "Unten", "SSE.Views.ChartSettings.textEditData": "Daten und Standort ändern", "SSE.Views.ChartSettings.textFirstPoint": "Erster Punkt", "SSE.Views.ChartSettings.textHeight": "Höhe", "SSE.Views.ChartSettings.textHighPoint": "Höchstpunkt", "SSE.Views.ChartSettings.textKeepRatio": "Seitenverhältnis beibehalten", "SSE.Views.ChartSettings.textLastPoint": "Letzter Punkt", + "SSE.Views.ChartSettings.textLeft": "Links", "SSE.Views.ChartSettings.textLowPoint": "Tiefpunkt", "SSE.Views.ChartSettings.textMarkers": "Markierungen", "SSE.Views.ChartSettings.textNegativePoint": "Negativpunkt", + "SSE.Views.ChartSettings.textPerspective": "Perspektive", "SSE.Views.ChartSettings.textRanges": "Datenbereich", + "SSE.Views.ChartSettings.textRight": "Rechts", "SSE.Views.ChartSettings.textSelectData": "Daten auswählen", "SSE.Views.ChartSettings.textShow": "Anzeigen", "SSE.Views.ChartSettings.textSize": "Größe", @@ -2047,6 +2067,7 @@ "SSE.Views.DocumentHolder.txtPaste": "Einfügen", "SSE.Views.DocumentHolder.txtPercentage": "Prozentsatz", "SSE.Views.DocumentHolder.txtReapply": "Erneut übernehmen", + "SSE.Views.DocumentHolder.txtRefresh": "Aktualisieren", "SSE.Views.DocumentHolder.txtRow": "Ganze Zeile", "SSE.Views.DocumentHolder.txtRowHeight": "Zeilenhöhe einstellen", "SSE.Views.DocumentHolder.txtScientific": "Wissenschaftlich", @@ -2067,6 +2088,8 @@ "SSE.Views.DocumentHolder.txtUngroup": "Gruppierung aufheben", "SSE.Views.DocumentHolder.txtWidth": "Breite", "SSE.Views.DocumentHolder.vertAlignText": "Vertikale Ausrichtung", + "SSE.Views.ExternalLinksDlg.closeButtonText": "Schließen", + "SSE.Views.ExternalLinksDlg.textSource": "Quelle", "SSE.Views.FieldSettingsDialog.strLayout": "Layout", "SSE.Views.FieldSettingsDialog.strSubtotals": "Zwischensumme", "SSE.Views.FieldSettingsDialog.textReport": "Berichtsformular", @@ -2130,6 +2153,7 @@ "SSE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Speicherort", "SSE.Views.FileMenuPanels.DocumentInfo.txtRights": "Personen mit Berechtigungen", "SSE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Thema", + "SSE.Views.FileMenuPanels.DocumentInfo.txtTags": "Tags", "SSE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Titel", "SSE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Hochgeladen", "SSE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Zugriffsrechte ändern", @@ -2773,6 +2797,10 @@ "SSE.Views.PivotTable.tipSelect": "Die gesamte Pivot-Tabelle wählen", "SSE.Views.PivotTable.tipSubtotals": "Teilergebnisse ein- oder ausblenden", "SSE.Views.PivotTable.txtCreate": "Tabelle einfügen", + "SSE.Views.PivotTable.txtGroupPivot_Custom": "Einstellbar", + "SSE.Views.PivotTable.txtGroupPivot_Dark": "Dunkel", + "SSE.Views.PivotTable.txtGroupPivot_Light": "Hell", + "SSE.Views.PivotTable.txtGroupPivot_Medium": "Mittelhoch", "SSE.Views.PivotTable.txtPivotTable": "Pivot-Tabelle", "SSE.Views.PivotTable.txtRefresh": "Aktualisieren", "SSE.Views.PivotTable.txtSelect": "Auswählen", @@ -3302,6 +3330,13 @@ "SSE.Views.TableSettingsAdvanced.textAltTip": "Die alternative textbasierte Darstellung der visuellen Objektinformation, die den Menschen mit geistigen Behinderungen oder Sehbehinderungen vorgelesen wird, um besser verstehen zu können, was genau auf dem Bild, AutoForm, Diagramm oder der Tabelle dargestellt wurde.", "SSE.Views.TableSettingsAdvanced.textAltTitle": "Titel", "SSE.Views.TableSettingsAdvanced.textTitle": "Tabelle - Erweiterte Einstellungen", + "SSE.Views.TableSettingsAdvanced.txtGroupTable_Custom": "Einstellbar", + "SSE.Views.TableSettingsAdvanced.txtGroupTable_Dark": "Dunkel", + "SSE.Views.TableSettingsAdvanced.txtGroupTable_Light": "Hell", + "SSE.Views.TableSettingsAdvanced.txtGroupTable_Medium": "Mittelhoch", + "SSE.Views.TableSettingsAdvanced.txtTable_TableStyleDark": "Tabellenformat - Dunkel", + "SSE.Views.TableSettingsAdvanced.txtTable_TableStyleLight": "Tabellenformat - Hell ", + "SSE.Views.TableSettingsAdvanced.txtTable_TableStyleMedium": "Tabellenformat - Mittel", "SSE.Views.TextArtSettings.strBackground": "Hintergrundfarbe", "SSE.Views.TextArtSettings.strColor": "Farbe", "SSE.Views.TextArtSettings.strFill": "Füllung", @@ -3347,11 +3382,12 @@ "SSE.Views.TextArtSettings.txtNoBorders": "Keine Linie", "SSE.Views.TextArtSettings.txtPapyrus": "Papyrus", "SSE.Views.TextArtSettings.txtWood": "Holz", - "SSE.Views.Toolbar.capBtnAddComment": "Kommentar hinzufügen", + "SSE.Views.Toolbar.capBtnAddComment": "Kommentar Hinzufügen", "SSE.Views.Toolbar.capBtnColorSchemas": "Farbschema", "SSE.Views.Toolbar.capBtnComment": "Kommentar", "SSE.Views.Toolbar.capBtnInsHeader": "Kopf- und Fußzeile", "SSE.Views.Toolbar.capBtnInsSlicer": "Datenschnitt", + "SSE.Views.Toolbar.capBtnInsSmartArt": "SmartArt", "SSE.Views.Toolbar.capBtnInsSymbol": "Symbol", "SSE.Views.Toolbar.capBtnMargins": "Ränder", "SSE.Views.Toolbar.capBtnPageOrient": "Orientierung", @@ -3397,6 +3433,7 @@ "SSE.Views.Toolbar.textClockwise": "Im Uhrzeigersinn drehen", "SSE.Views.Toolbar.textColorScales": "Farbskalen", "SSE.Views.Toolbar.textCounterCw": "Gegen den Uhrzeigersinn drehen", + "SSE.Views.Toolbar.textCustom": "Einstellbar", "SSE.Views.Toolbar.textDataBars": "Datenbalken", "SSE.Views.Toolbar.textDelLeft": "Zellen nach links verschieben", "SSE.Views.Toolbar.textDelUp": "Zellen nach oben verschieben", @@ -3547,6 +3584,7 @@ "SSE.Views.Toolbar.txtAdditional": "Zusätzlich", "SSE.Views.Toolbar.txtAscending": "Aufsteigend", "SSE.Views.Toolbar.txtAutosumTip": "Summenbildung", + "SSE.Views.Toolbar.txtCellStyle": "Zellenformatvorlage", "SSE.Views.Toolbar.txtClearAll": "Alle", "SSE.Views.Toolbar.txtClearComments": "Kommentare", "SSE.Views.Toolbar.txtClearFilter": "Filter leeren", @@ -3689,6 +3727,12 @@ "SSE.Views.ViewTab.tipFreeze": "Fensterausschnitt fixieren", "SSE.Views.ViewTab.tipInterfaceTheme": "Thema der Benutzeroberfläche", "SSE.Views.ViewTab.tipSheetView": "Tabellenansicht", + "SSE.Views.WatchDialog.closeButtonText": "Schließen", + "SSE.Views.WatchDialog.textCell": "Zelle", + "SSE.Views.WatchDialog.textDeleteAll": "Alle löschen", + "SSE.Views.WatchDialog.textFormula": "Formula", + "SSE.Views.WatchDialog.textName": "Name", + "SSE.Views.WatchDialog.textSheet": "Blatt", "SSE.Views.WBProtection.hintAllowRanges": "Bearbeitung der Bereiche erlauben", "SSE.Views.WBProtection.hintProtectSheet": "Blatt schützen", "SSE.Views.WBProtection.hintProtectWB": "Arbeitsmappe schützen", diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 9e1d3468d..64e0c541d 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -285,12 +285,12 @@ "Common.UI.SearchDialog.textMatchCase": "Case sensitive", "Common.UI.SearchDialog.textReplaceDef": "Enter the replacement text", "Common.UI.SearchDialog.textSearchStart": "Enter your text here", - "Common.UI.SearchDialog.textTitle": "Find and Replace", + "Common.UI.SearchDialog.textTitle": "Find and replace", "Common.UI.SearchDialog.textTitle2": "Find", "Common.UI.SearchDialog.textWholeWords": "Whole words only", "Common.UI.SearchDialog.txtBtnHideReplace": "Hide Replace", "Common.UI.SearchDialog.txtBtnReplace": "Replace", - "Common.UI.SearchDialog.txtBtnReplaceAll": "Replace All", + "Common.UI.SearchDialog.txtBtnReplaceAll": "Replace all", "Common.UI.SynchronizeTip.textDontShow": "Don't show this message again", "Common.UI.SynchronizeTip.textSynchronize": "The document has been changed by another user.
Please click to save your changes and reload the updates.", "Common.UI.ThemeColorPalette.textRecentColors": "Recent Colors", @@ -326,16 +326,16 @@ "Common.Views.AutoCorrectDialog.textAdd": "Add", "Common.Views.AutoCorrectDialog.textApplyAsWork": "Apply as you work", "Common.Views.AutoCorrectDialog.textAutoCorrect": "AutoCorrect", - "Common.Views.AutoCorrectDialog.textAutoFormat": "AutoFormat As You Type", + "Common.Views.AutoCorrectDialog.textAutoFormat": "AutoFormat as you type", "Common.Views.AutoCorrectDialog.textBy": "By", "Common.Views.AutoCorrectDialog.textDelete": "Delete", "Common.Views.AutoCorrectDialog.textHyperlink": "Internet and network paths with hyperlinks", "Common.Views.AutoCorrectDialog.textMathCorrect": "Math AutoCorrect", "Common.Views.AutoCorrectDialog.textNewRowCol": "Include new rows and columns in table", - "Common.Views.AutoCorrectDialog.textRecognized": "Recognized Functions", + "Common.Views.AutoCorrectDialog.textRecognized": "Recognized functions", "Common.Views.AutoCorrectDialog.textRecognizedDesc": "The following expressions are recognized math expressions. They will not be automatically italicized.", "Common.Views.AutoCorrectDialog.textReplace": "Replace", - "Common.Views.AutoCorrectDialog.textReplaceText": "Replace As You Type", + "Common.Views.AutoCorrectDialog.textReplaceText": "Replace as you type", "Common.Views.AutoCorrectDialog.textReplaceType": "Replace text as you type", "Common.Views.AutoCorrectDialog.textReset": "Reset", "Common.Views.AutoCorrectDialog.textResetAll": "Reset to default", @@ -376,12 +376,12 @@ "Common.Views.Comments.txtEmpty": "There are no comments in the sheet.", "Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again", "Common.Views.CopyWarningDialog.textMsg": "Copy, cut and paste actions using the editor toolbar buttons and context menu actions will be performed within this editor tab only.

To copy or paste to or from applications outside the editor tab use the following keyboard combinations:", - "Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste Actions", + "Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste actions", "Common.Views.CopyWarningDialog.textToCopy": "for Copy", "Common.Views.CopyWarningDialog.textToCut": "for Cut", "Common.Views.CopyWarningDialog.textToPaste": "for Paste", "Common.Views.DocumentAccessDialog.textLoading": "Loading...", - "Common.Views.DocumentAccessDialog.textTitle": "Sharing Settings", + "Common.Views.DocumentAccessDialog.textTitle": "Sharing settings", "Common.Views.EditNameDialog.textLabel": "Label:", "Common.Views.EditNameDialog.textLabelError": "Label must not be empty.", "Common.Views.Header.labelCoUsersDescr": "Users who are editing the file:", @@ -423,11 +423,11 @@ "Common.Views.ImageFromUrlDialog.txtEmpty": "This field is required", "Common.Views.ImageFromUrlDialog.txtNotUrl": "This field should be a URL in the \"http://www.example.com\" format", "Common.Views.ListSettingsDialog.textBulleted": "Bulleted", - "Common.Views.ListSettingsDialog.textFromFile": "From File", - "Common.Views.ListSettingsDialog.textFromStorage": "From Storage", + "Common.Views.ListSettingsDialog.textFromFile": "From file", + "Common.Views.ListSettingsDialog.textFromStorage": "From storage", "Common.Views.ListSettingsDialog.textFromUrl": "From URL", "Common.Views.ListSettingsDialog.textNumbering": "Numbered", - "Common.Views.ListSettingsDialog.textSelect": "Select From", + "Common.Views.ListSettingsDialog.textSelect": "Select from", "Common.Views.ListSettingsDialog.tipChange": "Change bullet", "Common.Views.ListSettingsDialog.txtBullet": "Bullet", "Common.Views.ListSettingsDialog.txtColor": "Color", @@ -440,9 +440,9 @@ "Common.Views.ListSettingsDialog.txtSize": "Size", "Common.Views.ListSettingsDialog.txtStart": "Start at", "Common.Views.ListSettingsDialog.txtSymbol": "Symbol", - "Common.Views.ListSettingsDialog.txtTitle": "List Settings", + "Common.Views.ListSettingsDialog.txtTitle": "List settings", "Common.Views.ListSettingsDialog.txtType": "Type", - "Common.Views.OpenDialog.closeButtonText": "Close File", + "Common.Views.OpenDialog.closeButtonText": "Close file", "Common.Views.OpenDialog.textInvalidRange": "Invalid cells range", "Common.Views.OpenDialog.textSelectData": "Select data", "Common.Views.OpenDialog.txtAdvanced": "Advanced", @@ -462,12 +462,12 @@ "Common.Views.OpenDialog.txtSpace": "Space", "Common.Views.OpenDialog.txtTab": "Tab", "Common.Views.OpenDialog.txtTitle": "Choose %1 options", - "Common.Views.OpenDialog.txtTitleProtected": "Protected File", + "Common.Views.OpenDialog.txtTitleProtected": "Protected file", "Common.Views.PasswordDialog.txtDescription": "Set a password to protect this document", "Common.Views.PasswordDialog.txtIncorrectPwd": "Confirmation password is not identical", "Common.Views.PasswordDialog.txtPassword": "Password", "Common.Views.PasswordDialog.txtRepeat": "Repeat password", - "Common.Views.PasswordDialog.txtTitle": "Set Password", + "Common.Views.PasswordDialog.txtTitle": "Set password", "Common.Views.PasswordDialog.txtWarning": "Warning: If you lose or forget the password, it cannot be recovered. Please keep it in a safe place.", "Common.Views.PluginDlg.textLoading": "Loading", "Common.Views.Plugins.groupCaption": "Plugins", @@ -548,9 +548,9 @@ "Common.Views.ReviewPopover.textCancel": "Cancel", "Common.Views.ReviewPopover.textClose": "Close", "Common.Views.ReviewPopover.textEdit": "OK", + "Common.Views.ReviewPopover.textEnterComment": "Enter your comment here", "Common.Views.ReviewPopover.textMention": "+mention will provide access to the document and send an email", "Common.Views.ReviewPopover.textMentionNotify": "+mention will notify the user via email", - "Common.Views.ReviewPopover.textEnterComment": "Enter your comment here", "Common.Views.ReviewPopover.textOpenAgain": "Open Again", "Common.Views.ReviewPopover.textReply": "Reply", "Common.Views.ReviewPopover.textResolve": "Resolve", @@ -595,7 +595,7 @@ "Common.Views.SearchPanel.tipNextResult": "Next result", "Common.Views.SearchPanel.tipPreviousResult": "Previous result", "Common.Views.SelectFileDlg.textLoading": "Loading", - "Common.Views.SelectFileDlg.textTitle": "Select Data Source", + "Common.Views.SelectFileDlg.textTitle": "Select data source", "Common.Views.SignDialog.textBold": "Bold", "Common.Views.SignDialog.textCertificate": "Certificate", "Common.Views.SignDialog.textChange": "Change", @@ -604,13 +604,13 @@ "Common.Views.SignDialog.textNameError": "Signer name must not be empty.", "Common.Views.SignDialog.textPurpose": "Purpose for signing this document", "Common.Views.SignDialog.textSelect": "Select", - "Common.Views.SignDialog.textSelectImage": "Select Image", + "Common.Views.SignDialog.textSelectImage": "Select image", "Common.Views.SignDialog.textSignature": "Signature looks as", - "Common.Views.SignDialog.textTitle": "Sign Document", + "Common.Views.SignDialog.textTitle": "Sign document", "Common.Views.SignDialog.textUseImage": "or click 'Select Image' to use a picture as signature", "Common.Views.SignDialog.textValid": "Valid from %1 to %2", - "Common.Views.SignDialog.tipFontName": "Font Name", - "Common.Views.SignDialog.tipFontSize": "Font Size", + "Common.Views.SignDialog.tipFontName": "Font name", + "Common.Views.SignDialog.tipFontSize": "Font size", "Common.Views.SignSettingsDialog.textAllowComment": "Allow signer to add comment in the signature dialog", "Common.Views.SignSettingsDialog.textDefInstruction": "Before signing this document, verify that the content you are signing is correct.", "Common.Views.SignSettingsDialog.textInfoEmail": "Suggested signer's e-mail", @@ -618,35 +618,35 @@ "Common.Views.SignSettingsDialog.textInfoTitle": "Suggested signer's title", "Common.Views.SignSettingsDialog.textInstructions": "Instructions for signer", "Common.Views.SignSettingsDialog.textShowDate": "Show sign date in signature line", - "Common.Views.SignSettingsDialog.textTitle": "Signature Setup", + "Common.Views.SignSettingsDialog.textTitle": "Signature setup", "Common.Views.SignSettingsDialog.txtEmpty": "This field is required", "Common.Views.SymbolTableDialog.textCharacter": "Character", "Common.Views.SymbolTableDialog.textCode": "Unicode HEX value", - "Common.Views.SymbolTableDialog.textCopyright": "Copyright Sign", - "Common.Views.SymbolTableDialog.textDCQuote": "Closing Double Quote", - "Common.Views.SymbolTableDialog.textDOQuote": "Opening Double Quote", - "Common.Views.SymbolTableDialog.textEllipsis": "Horizontal Ellipsis", - "Common.Views.SymbolTableDialog.textEmDash": "Em Dash", - "Common.Views.SymbolTableDialog.textEmSpace": "Em Space", - "Common.Views.SymbolTableDialog.textEnDash": "En Dash", - "Common.Views.SymbolTableDialog.textEnSpace": "En Space", + "Common.Views.SymbolTableDialog.textCopyright": "Copyright sign", + "Common.Views.SymbolTableDialog.textDCQuote": "Closing double quote", + "Common.Views.SymbolTableDialog.textDOQuote": "Opening double quote", + "Common.Views.SymbolTableDialog.textEllipsis": "Horizontal ellipsis", + "Common.Views.SymbolTableDialog.textEmDash": "Em dash", + "Common.Views.SymbolTableDialog.textEmSpace": "Em space", + "Common.Views.SymbolTableDialog.textEnDash": "En dash", + "Common.Views.SymbolTableDialog.textEnSpace": "En space", "Common.Views.SymbolTableDialog.textFont": "Font", - "Common.Views.SymbolTableDialog.textNBHyphen": "Non-breaking Hyphen", - "Common.Views.SymbolTableDialog.textNBSpace": "No-break Space", - "Common.Views.SymbolTableDialog.textPilcrow": "Pilcrow Sign", - "Common.Views.SymbolTableDialog.textQEmSpace": "1/4 Em Space", + "Common.Views.SymbolTableDialog.textNBHyphen": "Non-breaking hyphen", + "Common.Views.SymbolTableDialog.textNBSpace": "No-break space", + "Common.Views.SymbolTableDialog.textPilcrow": "Pilcrow sign", + "Common.Views.SymbolTableDialog.textQEmSpace": "1/4 Em space", "Common.Views.SymbolTableDialog.textRange": "Range", "Common.Views.SymbolTableDialog.textRecent": "Recently used symbols", - "Common.Views.SymbolTableDialog.textRegistered": "Registered Sign", - "Common.Views.SymbolTableDialog.textSCQuote": "Closing Single Quote", - "Common.Views.SymbolTableDialog.textSection": "Section Sign", + "Common.Views.SymbolTableDialog.textRegistered": "Registered sign", + "Common.Views.SymbolTableDialog.textSCQuote": "Closing single quote", + "Common.Views.SymbolTableDialog.textSection": "Section sign", "Common.Views.SymbolTableDialog.textShortcut": "Shortcut key", - "Common.Views.SymbolTableDialog.textSHyphen": "Soft Hyphen", - "Common.Views.SymbolTableDialog.textSOQuote": "Opening Single Quote", + "Common.Views.SymbolTableDialog.textSHyphen": "Soft hyphen", + "Common.Views.SymbolTableDialog.textSOQuote": "Opening single quote", "Common.Views.SymbolTableDialog.textSpecial": "Special characters", "Common.Views.SymbolTableDialog.textSymbols": "Symbols", "Common.Views.SymbolTableDialog.textTitle": "Symbol", - "Common.Views.SymbolTableDialog.textTradeMark": "Trademark Symbol", + "Common.Views.SymbolTableDialog.textTradeMark": "Trademark symbol", "Common.Views.UserNameDialog.textDontShow": "Don't ask me again", "Common.Views.UserNameDialog.textLabel": "Label:", "Common.Views.UserNameDialog.textLabelError": "Label must not be empty.", @@ -910,6 +910,11 @@ "SSE.Controllers.Main.errorFrmlWrongReferences": "The function refers to a sheet that does not exist.
Please check the data and try again.", "SSE.Controllers.Main.errorFTChangeTableRangeError": "Operation could not be completed for the selected cell range.
Select a range so that the first table row was on the same row
and the resulting table overlapped the current one.", "SSE.Controllers.Main.errorFTRangeIncludedOtherTables": "Operation could not be completed for the selected cell range.
Select a range which does not include other tables.", + "SSE.Controllers.Main.errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", + "SSE.Controllers.Main.errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", + "SSE.Controllers.Main.errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", + "SSE.Controllers.Main.errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "SSE.Controllers.Main.errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "SSE.Controllers.Main.errorInvalidRef": "Enter a correct name for the selection or a valid reference to go to.", "SSE.Controllers.Main.errorKeyEncrypt": "Unknown key descriptor", "SSE.Controllers.Main.errorKeyExpire": "Key descriptor expired", @@ -953,11 +958,6 @@ "SSE.Controllers.Main.errorWrongBracketsCount": "An error in the entered formula.
Wrong number of brackets is used.", "SSE.Controllers.Main.errorWrongOperator": "An error in the entered formula. Wrong operator is used.
Please correct the error.", "SSE.Controllers.Main.errorWrongPassword": "The password you supplied is not correct.", - "SSE.Controllers.Main.errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "SSE.Controllers.Main.errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "SSE.Controllers.Main.errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "SSE.Controllers.Main.errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "SSE.Controllers.Main.errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "SSE.Controllers.Main.errRemDuplicates": "Duplicate values found and deleted: {0}, unique values left: {1}.", "SSE.Controllers.Main.leavePageText": "You have unsaved changes in this spreadsheet. Click 'Stay on this Page' then 'Save' to save them. Click 'Leave this Page' to discard all the unsaved changes.", "SSE.Controllers.Main.leavePageTextOnClose": "All unsaved changes in this spreadsheet will be lost.
Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.", @@ -1331,7 +1331,7 @@ "SSE.Controllers.Toolbar.textIntegral": "Integrals", "SSE.Controllers.Toolbar.textLargeOperator": "Large Operators", "SSE.Controllers.Toolbar.textLimitAndLog": "Limits And Logarithms", - "SSE.Controllers.Toolbar.textLongOperation": "Long operation", + "SSE.Controllers.Toolbar.textLongOperation": "Long Operation", "SSE.Controllers.Toolbar.textMatrix": "Matrices", "SSE.Controllers.Toolbar.textOperator": "Operators", "SSE.Controllers.Toolbar.textPivot": "Pivot Table", @@ -1410,7 +1410,7 @@ "SSE.Controllers.Toolbar.txtBracket_UppLim": "Brackets", "SSE.Controllers.Toolbar.txtBracket_UppLim_NoneOpen": "Single bracket", "SSE.Controllers.Toolbar.txtBracket_UppLim_OpenNone": "Single bracket", - "SSE.Controllers.Toolbar.txtDeleteCells": "Delete Cells", + "SSE.Controllers.Toolbar.txtDeleteCells": "Delete cells", "SSE.Controllers.Toolbar.txtExpand": "Expand and sort", "SSE.Controllers.Toolbar.txtExpandSort": "The data next to the selection will not be sorted. Do you want to expand the selection to include the adjacent data or continue with sorting the currently selected cells only?", "SSE.Controllers.Toolbar.txtFractionDiagonal": "Skewed fraction", @@ -1450,17 +1450,17 @@ "SSE.Controllers.Toolbar.txtFunction_Tan": "Tangent function", "SSE.Controllers.Toolbar.txtFunction_Tanh": "Hyperbolic tangent function", "SSE.Controllers.Toolbar.txtGroupCell_Custom": "Custom", - "SSE.Controllers.Toolbar.txtGroupCell_DataAndModel": "Data and Model", - "SSE.Controllers.Toolbar.txtGroupCell_GoodBadAndNeutral": "Good, Bad and Neutral", - "SSE.Controllers.Toolbar.txtGroupCell_NoName": "No Name", - "SSE.Controllers.Toolbar.txtGroupCell_NumberFormat": "Number Format", - "SSE.Controllers.Toolbar.txtGroupCell_ThemedCallStyles": "Themed Cell Styles", - "SSE.Controllers.Toolbar.txtGroupCell_TitlesAndHeadings": "Titles and Headings", + "SSE.Controllers.Toolbar.txtGroupCell_DataAndModel": "Data and model", + "SSE.Controllers.Toolbar.txtGroupCell_GoodBadAndNeutral": "Good, bad and neutral", + "SSE.Controllers.Toolbar.txtGroupCell_NoName": "No name", + "SSE.Controllers.Toolbar.txtGroupCell_NumberFormat": "Number format", + "SSE.Controllers.Toolbar.txtGroupCell_ThemedCallStyles": "Themed cell styles", + "SSE.Controllers.Toolbar.txtGroupCell_TitlesAndHeadings": "Titles and headings", "SSE.Controllers.Toolbar.txtGroupTable_Custom": "Custom", "SSE.Controllers.Toolbar.txtGroupTable_Dark": "Dark", "SSE.Controllers.Toolbar.txtGroupTable_Light": "Light", "SSE.Controllers.Toolbar.txtGroupTable_Medium": "Medium", - "SSE.Controllers.Toolbar.txtInsertCells": "Insert Cells", + "SSE.Controllers.Toolbar.txtInsertCells": "Insert cells", "SSE.Controllers.Toolbar.txtIntegral": "Integral", "SSE.Controllers.Toolbar.txtIntegral_dtheta": "Differential theta", "SSE.Controllers.Toolbar.txtIntegral_dx": "Differential x", @@ -1677,9 +1677,9 @@ "SSE.Controllers.Toolbar.txtSymbol_vdots": "Vertical ellipsis", "SSE.Controllers.Toolbar.txtSymbol_xsi": "Xi", "SSE.Controllers.Toolbar.txtSymbol_zeta": "Zeta", - "SSE.Controllers.Toolbar.txtTable_TableStyleDark": "Table Style Dark", - "SSE.Controllers.Toolbar.txtTable_TableStyleLight": "Table Style Light", - "SSE.Controllers.Toolbar.txtTable_TableStyleMedium": "Table Style Medium", + "SSE.Controllers.Toolbar.txtTable_TableStyleDark": "Table style Dark", + "SSE.Controllers.Toolbar.txtTable_TableStyleLight": "Table style Light", + "SSE.Controllers.Toolbar.txtTable_TableStyleMedium": "Table style Medium", "SSE.Controllers.Toolbar.warnLongOperation": "The operation you are about to perform might take rather much time to complete.
Are you sure you want to continue?", "SSE.Controllers.Toolbar.warnMergeLostData": "Only the data from the upper-left cell will remain in the merged cell.
Are you sure you want to continue?", "SSE.Controllers.Viewport.textFreezePanes": "Freeze Panes", @@ -1691,13 +1691,13 @@ "SSE.Views.AdvancedSeparatorDialog.strThousandsSeparator": "Thousands separator", "SSE.Views.AdvancedSeparatorDialog.textLabel": "Settings used to recognize numeric data", "SSE.Views.AdvancedSeparatorDialog.textQualifier": "Text qualifier", - "SSE.Views.AdvancedSeparatorDialog.textTitle": "Advanced Settings", + "SSE.Views.AdvancedSeparatorDialog.textTitle": "Advanced settings", "SSE.Views.AdvancedSeparatorDialog.txtNone": "(none)", - "SSE.Views.AutoFilterDialog.btnCustomFilter": "Custom Filter", + "SSE.Views.AutoFilterDialog.btnCustomFilter": "Custom filter", "SSE.Views.AutoFilterDialog.textAddSelection": "Add current selection to filter", "SSE.Views.AutoFilterDialog.textEmptyItem": "{Blanks}", - "SSE.Views.AutoFilterDialog.textSelectAll": "Select All", - "SSE.Views.AutoFilterDialog.textSelectAllResults": "Select All Search Results", + "SSE.Views.AutoFilterDialog.textSelectAll": "Select all", + "SSE.Views.AutoFilterDialog.textSelectAllResults": "Select all search results", "SSE.Views.AutoFilterDialog.textWarning": "Warning", "SSE.Views.AutoFilterDialog.txtAboveAve": "Above average", "SSE.Views.AutoFilterDialog.txtBegins": "Begins with...", @@ -1724,8 +1724,8 @@ "SSE.Views.AutoFilterDialog.txtReapply": "Reapply", "SSE.Views.AutoFilterDialog.txtSortCellColor": "Sort by cells color", "SSE.Views.AutoFilterDialog.txtSortFontColor": "Sort by font color", - "SSE.Views.AutoFilterDialog.txtSortHigh2Low": "Sort Highest to Lowest", - "SSE.Views.AutoFilterDialog.txtSortLow2High": "Sort Lowest to Highest", + "SSE.Views.AutoFilterDialog.txtSortHigh2Low": "Sort highest to lowest", + "SSE.Views.AutoFilterDialog.txtSortLow2High": "Sort lowest to highest", "SSE.Views.AutoFilterDialog.txtSortOption": "More sort options...", "SSE.Views.AutoFilterDialog.txtTextFilter": "Text filter", "SSE.Views.AutoFilterDialog.txtTitle": "Filter", @@ -1739,7 +1739,7 @@ "SSE.Views.CellRangeDialog.errorStockChart": "Incorrect row order. To build a stock chart place the data on the sheet in the following order:
opening price, max price, min price, closing price.", "SSE.Views.CellRangeDialog.txtEmpty": "This field is required", "SSE.Views.CellRangeDialog.txtInvalidRange": "ERROR! Invalid cells range", - "SSE.Views.CellRangeDialog.txtTitle": "Select Data Range", + "SSE.Views.CellRangeDialog.txtTitle": "Select data range", "SSE.Views.CellSettings.strShrink": "Shrink to fit", "SSE.Views.CellSettings.strWrap": "Wrap text", "SSE.Views.CellSettings.textAngle": "Angle", @@ -1797,16 +1797,16 @@ "SSE.Views.ChartDataDialog.errorNoValues": "To create a chart, the series must contain at least one value.", "SSE.Views.ChartDataDialog.errorStockChart": "Incorrect row order. To build a stock chart place the data on the sheet in the following order:
opening price, max price, min price, closing price.", "SSE.Views.ChartDataDialog.textAdd": "Add", - "SSE.Views.ChartDataDialog.textCategory": "Horizontal (Category) Axis Labels", + "SSE.Views.ChartDataDialog.textCategory": "Horizontal (category) axis labels", "SSE.Views.ChartDataDialog.textData": "Chart data range", "SSE.Views.ChartDataDialog.textDelete": "Remove", "SSE.Views.ChartDataDialog.textDown": "Down", "SSE.Views.ChartDataDialog.textEdit": "Edit", "SSE.Views.ChartDataDialog.textInvalidRange": "Invalid cells range", "SSE.Views.ChartDataDialog.textSelectData": "Select data", - "SSE.Views.ChartDataDialog.textSeries": "Legend Entries (Series)", - "SSE.Views.ChartDataDialog.textSwitch": "Switch Row/Column", - "SSE.Views.ChartDataDialog.textTitle": "Chart Data", + "SSE.Views.ChartDataDialog.textSeries": "Legend entries (series)", + "SSE.Views.ChartDataDialog.textSwitch": "Switch row/column", + "SSE.Views.ChartDataDialog.textTitle": "Chart data", "SSE.Views.ChartDataDialog.textUp": "Up", "SSE.Views.ChartDataRangeDialog.errorInFormula": "There's an error in formula you entered.", "SSE.Views.ChartDataRangeDialog.errorInvalidReference": "The reference is not valid. Reference must be to an open worksheet.", @@ -1820,11 +1820,11 @@ "SSE.Views.ChartDataRangeDialog.txtAxisLabel": "Axis label range", "SSE.Views.ChartDataRangeDialog.txtChoose": "Choose range", "SSE.Views.ChartDataRangeDialog.txtSeriesName": "Series name", - "SSE.Views.ChartDataRangeDialog.txtTitleCategory": "Axis Labels", - "SSE.Views.ChartDataRangeDialog.txtTitleSeries": "Edit Series", + "SSE.Views.ChartDataRangeDialog.txtTitleCategory": "Axis labels", + "SSE.Views.ChartDataRangeDialog.txtTitleSeries": "Edit series", "SSE.Views.ChartDataRangeDialog.txtValues": "Values", - "SSE.Views.ChartDataRangeDialog.txtXValues": "X Values", - "SSE.Views.ChartDataRangeDialog.txtYValues": "Y Values", + "SSE.Views.ChartDataRangeDialog.txtXValues": "X values", + "SSE.Views.ChartDataRangeDialog.txtYValues": "Y values", "SSE.Views.ChartSettings.errorMaxRows": "The maximum number of data series per chart is 255.", "SSE.Views.ChartSettings.strLineWeight": "Line Weight", "SSE.Views.ChartSettings.strSparkColor": "Color", @@ -1869,133 +1869,133 @@ "SSE.Views.ChartSettingsDlg.errorMaxRows": "ERROR! The maximum number of data series per chart is 255", "SSE.Views.ChartSettingsDlg.errorStockChart": "Incorrect row order. To build a stock chart place the data on the sheet in the following order:
opening price, max price, min price, closing price.", "SSE.Views.ChartSettingsDlg.textAbsolute": "Don't move or size with cells", - "SSE.Views.ChartSettingsDlg.textAlt": "Alternative Text", + "SSE.Views.ChartSettingsDlg.textAlt": "Alternative text", "SSE.Views.ChartSettingsDlg.textAltDescription": "Description", "SSE.Views.ChartSettingsDlg.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart, or table.", "SSE.Views.ChartSettingsDlg.textAltTitle": "Title", "SSE.Views.ChartSettingsDlg.textAuto": "Auto", - "SSE.Views.ChartSettingsDlg.textAutoEach": "Auto for Each", - "SSE.Views.ChartSettingsDlg.textAxisCrosses": "Axis Crosses", - "SSE.Views.ChartSettingsDlg.textAxisOptions": "Axis Options", - "SSE.Views.ChartSettingsDlg.textAxisPos": "Axis Position", - "SSE.Views.ChartSettingsDlg.textAxisSettings": "Axis Settings", + "SSE.Views.ChartSettingsDlg.textAutoEach": "Auto for each", + "SSE.Views.ChartSettingsDlg.textAxisCrosses": "Axis crosses", + "SSE.Views.ChartSettingsDlg.textAxisOptions": "Axis options", + "SSE.Views.ChartSettingsDlg.textAxisPos": "Axis position", + "SSE.Views.ChartSettingsDlg.textAxisSettings": "Axis settings", "SSE.Views.ChartSettingsDlg.textAxisTitle": "Title", "SSE.Views.ChartSettingsDlg.textBase": "Base", - "SSE.Views.ChartSettingsDlg.textBetweenTickMarks": "Between Tick Marks", + "SSE.Views.ChartSettingsDlg.textBetweenTickMarks": "Between tick marks", "SSE.Views.ChartSettingsDlg.textBillions": "Billions", "SSE.Views.ChartSettingsDlg.textBottom": "Bottom", - "SSE.Views.ChartSettingsDlg.textCategoryName": "Category Name", + "SSE.Views.ChartSettingsDlg.textCategoryName": "Category name", "SSE.Views.ChartSettingsDlg.textCenter": "Center", - "SSE.Views.ChartSettingsDlg.textChartElementsLegend": "Chart Elements &
Chart Legend", - "SSE.Views.ChartSettingsDlg.textChartTitle": "Chart Title", + "SSE.Views.ChartSettingsDlg.textChartElementsLegend": "Chart elements &
Chart legend", + "SSE.Views.ChartSettingsDlg.textChartTitle": "Chart title", "SSE.Views.ChartSettingsDlg.textCross": "Cross", "SSE.Views.ChartSettingsDlg.textCustom": "Custom", "SSE.Views.ChartSettingsDlg.textDataColumns": "in columns", - "SSE.Views.ChartSettingsDlg.textDataLabels": "Data Labels", + "SSE.Views.ChartSettingsDlg.textDataLabels": "Data labels", "SSE.Views.ChartSettingsDlg.textDataRows": "in rows", - "SSE.Views.ChartSettingsDlg.textDisplayLegend": "Display Legend", - "SSE.Views.ChartSettingsDlg.textEmptyCells": "Hidden and Empty cells", + "SSE.Views.ChartSettingsDlg.textDisplayLegend": "Display legend", + "SSE.Views.ChartSettingsDlg.textEmptyCells": "Hidden and empty cells", "SSE.Views.ChartSettingsDlg.textEmptyLine": "Connect data points with line", - "SSE.Views.ChartSettingsDlg.textFit": "Fit to Width", + "SSE.Views.ChartSettingsDlg.textFit": "Fit to width", "SSE.Views.ChartSettingsDlg.textFixed": "Fixed", "SSE.Views.ChartSettingsDlg.textFormat": "Label format", "SSE.Views.ChartSettingsDlg.textGaps": "Gaps", "SSE.Views.ChartSettingsDlg.textGridLines": "Gridlines", - "SSE.Views.ChartSettingsDlg.textGroup": "Group Sparkline", + "SSE.Views.ChartSettingsDlg.textGroup": "Group sparkline", "SSE.Views.ChartSettingsDlg.textHide": "Hide", "SSE.Views.ChartSettingsDlg.textHideAxis": "Hide axis", "SSE.Views.ChartSettingsDlg.textHigh": "High", - "SSE.Views.ChartSettingsDlg.textHorAxis": "Horizontal Axis", - "SSE.Views.ChartSettingsDlg.textHorAxisSec": "Secondary Horizontal Axis", + "SSE.Views.ChartSettingsDlg.textHorAxis": "Horizontal axis", + "SSE.Views.ChartSettingsDlg.textHorAxisSec": "Secondary horizontal axis", "SSE.Views.ChartSettingsDlg.textHorizontal": "Horizontal", "SSE.Views.ChartSettingsDlg.textHundredMil": "100 000 000", "SSE.Views.ChartSettingsDlg.textHundreds": "Hundreds", "SSE.Views.ChartSettingsDlg.textHundredThousands": "100 000", "SSE.Views.ChartSettingsDlg.textIn": "In", - "SSE.Views.ChartSettingsDlg.textInnerBottom": "Inner Bottom", - "SSE.Views.ChartSettingsDlg.textInnerTop": "Inner Top", + "SSE.Views.ChartSettingsDlg.textInnerBottom": "Inner bottom", + "SSE.Views.ChartSettingsDlg.textInnerTop": "Inner top", "SSE.Views.ChartSettingsDlg.textInvalidRange": "ERROR! Invalid cells range", - "SSE.Views.ChartSettingsDlg.textLabelDist": "Axis Label Distance", - "SSE.Views.ChartSettingsDlg.textLabelInterval": "Interval between Labels ", - "SSE.Views.ChartSettingsDlg.textLabelOptions": "Label Options", - "SSE.Views.ChartSettingsDlg.textLabelPos": "Label Position", + "SSE.Views.ChartSettingsDlg.textLabelDist": "Axis label distance", + "SSE.Views.ChartSettingsDlg.textLabelInterval": "Interval between labels ", + "SSE.Views.ChartSettingsDlg.textLabelOptions": "Label options", + "SSE.Views.ChartSettingsDlg.textLabelPos": "Label position", "SSE.Views.ChartSettingsDlg.textLayout": "Layout", "SSE.Views.ChartSettingsDlg.textLeft": "Left", - "SSE.Views.ChartSettingsDlg.textLeftOverlay": "Left Overlay", + "SSE.Views.ChartSettingsDlg.textLeftOverlay": "Left overlay", "SSE.Views.ChartSettingsDlg.textLegendBottom": "Bottom", "SSE.Views.ChartSettingsDlg.textLegendLeft": "Left", "SSE.Views.ChartSettingsDlg.textLegendPos": "Legend", "SSE.Views.ChartSettingsDlg.textLegendRight": "Right", "SSE.Views.ChartSettingsDlg.textLegendTop": "Top", "SSE.Views.ChartSettingsDlg.textLines": "Lines ", - "SSE.Views.ChartSettingsDlg.textLocationRange": "Location Range", - "SSE.Views.ChartSettingsDlg.textLogScale": "Logarithmic Scale", + "SSE.Views.ChartSettingsDlg.textLocationRange": "Location range", + "SSE.Views.ChartSettingsDlg.textLogScale": "Logarithmic scale", "SSE.Views.ChartSettingsDlg.textLow": "Low", "SSE.Views.ChartSettingsDlg.textMajor": "Major", - "SSE.Views.ChartSettingsDlg.textMajorMinor": "Major and Minor", - "SSE.Views.ChartSettingsDlg.textMajorType": "Major Type", + "SSE.Views.ChartSettingsDlg.textMajorMinor": "Major and minor", + "SSE.Views.ChartSettingsDlg.textMajorType": "Major type", "SSE.Views.ChartSettingsDlg.textManual": "Manual", "SSE.Views.ChartSettingsDlg.textMarkers": "Markers", - "SSE.Views.ChartSettingsDlg.textMarksInterval": "Interval between Marks", - "SSE.Views.ChartSettingsDlg.textMaxValue": "Maximum Value", + "SSE.Views.ChartSettingsDlg.textMarksInterval": "Interval between marks", + "SSE.Views.ChartSettingsDlg.textMaxValue": "Maximum value", "SSE.Views.ChartSettingsDlg.textMillions": "Millions", "SSE.Views.ChartSettingsDlg.textMinor": "Minor", - "SSE.Views.ChartSettingsDlg.textMinorType": "Minor Type", - "SSE.Views.ChartSettingsDlg.textMinValue": "Minimum Value", + "SSE.Views.ChartSettingsDlg.textMinorType": "Minor type", + "SSE.Views.ChartSettingsDlg.textMinValue": "Minimum value", "SSE.Views.ChartSettingsDlg.textNextToAxis": "Next to axis", "SSE.Views.ChartSettingsDlg.textNone": "None", - "SSE.Views.ChartSettingsDlg.textNoOverlay": "No Overlay", + "SSE.Views.ChartSettingsDlg.textNoOverlay": "No overlay", "SSE.Views.ChartSettingsDlg.textOneCell": "Move but don't size with cells", - "SSE.Views.ChartSettingsDlg.textOnTickMarks": "On Tick Marks", + "SSE.Views.ChartSettingsDlg.textOnTickMarks": "On tick marks", "SSE.Views.ChartSettingsDlg.textOut": "Out", - "SSE.Views.ChartSettingsDlg.textOuterTop": "Outer Top", + "SSE.Views.ChartSettingsDlg.textOuterTop": "Outer top", "SSE.Views.ChartSettingsDlg.textOverlay": "Overlay", "SSE.Views.ChartSettingsDlg.textReverse": "Values in reverse order", "SSE.Views.ChartSettingsDlg.textReverseOrder": "Reverse order", "SSE.Views.ChartSettingsDlg.textRight": "Right", - "SSE.Views.ChartSettingsDlg.textRightOverlay": "Right Overlay", + "SSE.Views.ChartSettingsDlg.textRightOverlay": "Right overlay", "SSE.Views.ChartSettingsDlg.textRotated": "Rotated", - "SSE.Views.ChartSettingsDlg.textSameAll": "Same for All", - "SSE.Views.ChartSettingsDlg.textSelectData": "Select Data", - "SSE.Views.ChartSettingsDlg.textSeparator": "Data Labels Separator", - "SSE.Views.ChartSettingsDlg.textSeriesName": "Series Name", + "SSE.Views.ChartSettingsDlg.textSameAll": "Same for all", + "SSE.Views.ChartSettingsDlg.textSelectData": "Select data", + "SSE.Views.ChartSettingsDlg.textSeparator": "Data labels separator", + "SSE.Views.ChartSettingsDlg.textSeriesName": "Series name", "SSE.Views.ChartSettingsDlg.textShow": "Show", "SSE.Views.ChartSettingsDlg.textShowBorders": "Display chart borders", "SSE.Views.ChartSettingsDlg.textShowData": "Show data in hidden rows and columns", "SSE.Views.ChartSettingsDlg.textShowEmptyCells": "Show empty cells as", - "SSE.Views.ChartSettingsDlg.textShowSparkAxis": "Show Axis", + "SSE.Views.ChartSettingsDlg.textShowSparkAxis": "Show axis", "SSE.Views.ChartSettingsDlg.textShowValues": "Display chart values", - "SSE.Views.ChartSettingsDlg.textSingle": "Single Sparkline", + "SSE.Views.ChartSettingsDlg.textSingle": "Single sparkline", "SSE.Views.ChartSettingsDlg.textSmooth": "Smooth", - "SSE.Views.ChartSettingsDlg.textSnap": "Cell Snapping", - "SSE.Views.ChartSettingsDlg.textSparkRanges": "Sparkline Ranges", + "SSE.Views.ChartSettingsDlg.textSnap": "Cell snapping", + "SSE.Views.ChartSettingsDlg.textSparkRanges": "Sparkline ranges", "SSE.Views.ChartSettingsDlg.textStraight": "Straight", "SSE.Views.ChartSettingsDlg.textStyle": "Style", "SSE.Views.ChartSettingsDlg.textTenMillions": "10 000 000", "SSE.Views.ChartSettingsDlg.textTenThousands": "10 000", "SSE.Views.ChartSettingsDlg.textThousands": "Thousands", "SSE.Views.ChartSettingsDlg.textTickOptions": "Tick Options", - "SSE.Views.ChartSettingsDlg.textTitle": "Chart - Advanced Settings", - "SSE.Views.ChartSettingsDlg.textTitleSparkline": "Sparkline - Advanced Settings", + "SSE.Views.ChartSettingsDlg.textTitle": "Chart - Advanced settings", + "SSE.Views.ChartSettingsDlg.textTitleSparkline": "Sparkline - Advanced settings", "SSE.Views.ChartSettingsDlg.textTop": "Top", "SSE.Views.ChartSettingsDlg.textTrillions": "Trillions", "SSE.Views.ChartSettingsDlg.textTwoCell": "Move and size with cells", "SSE.Views.ChartSettingsDlg.textType": "Type", "SSE.Views.ChartSettingsDlg.textTypeData": "Type & Data", - "SSE.Views.ChartSettingsDlg.textUnits": "Display Units", + "SSE.Views.ChartSettingsDlg.textUnits": "Display units", "SSE.Views.ChartSettingsDlg.textValue": "Value", - "SSE.Views.ChartSettingsDlg.textVertAxis": "Vertical Axis", - "SSE.Views.ChartSettingsDlg.textVertAxisSec": "Secondary Vertical Axis", - "SSE.Views.ChartSettingsDlg.textXAxisTitle": "X Axis Title", - "SSE.Views.ChartSettingsDlg.textYAxisTitle": "Y Axis Title", + "SSE.Views.ChartSettingsDlg.textVertAxis": "Vertical axis", + "SSE.Views.ChartSettingsDlg.textVertAxisSec": "Secondary vertical axis", + "SSE.Views.ChartSettingsDlg.textXAxisTitle": "X axis title", + "SSE.Views.ChartSettingsDlg.textYAxisTitle": "Y axis title", "SSE.Views.ChartSettingsDlg.textZero": "Zero", "SSE.Views.ChartSettingsDlg.txtEmpty": "This field is required", "SSE.Views.ChartTypeDialog.errorComboSeries": "To create a combination chart, select at least two series of data.", "SSE.Views.ChartTypeDialog.errorSecondaryAxis": "The selected chart type requires the secondary axis that an existing chart is using. Select another chart type.", - "SSE.Views.ChartTypeDialog.textSecondary": "Secondary Axis", + "SSE.Views.ChartTypeDialog.textSecondary": "Secondary axis", "SSE.Views.ChartTypeDialog.textSeries": "Series", "SSE.Views.ChartTypeDialog.textStyle": "Style", - "SSE.Views.ChartTypeDialog.textTitle": "Chart Type", + "SSE.Views.ChartTypeDialog.textTitle": "Chart type", "SSE.Views.ChartTypeDialog.textType": "Type", "SSE.Views.CreatePivotDialog.textDataRange": "Source data range", "SSE.Views.CreatePivotDialog.textDestination": "Choose where to place the table", @@ -2003,13 +2003,13 @@ "SSE.Views.CreatePivotDialog.textInvalidRange": "Invalid cells range", "SSE.Views.CreatePivotDialog.textNew": "New worksheet", "SSE.Views.CreatePivotDialog.textSelectData": "Select data", - "SSE.Views.CreatePivotDialog.textTitle": "Create Pivot Table", + "SSE.Views.CreatePivotDialog.textTitle": "Create pivot table", "SSE.Views.CreatePivotDialog.txtEmpty": "This field is required", "SSE.Views.CreateSparklineDialog.textDataRange": "Source data range", "SSE.Views.CreateSparklineDialog.textDestination": "Choose, where to place the sparklines", "SSE.Views.CreateSparklineDialog.textInvalidRange": "Invalid cells range", "SSE.Views.CreateSparklineDialog.textSelectData": "Select data", - "SSE.Views.CreateSparklineDialog.textTitle": "Create Sparklines", + "SSE.Views.CreateSparklineDialog.textTitle": "Create sparklines", "SSE.Views.CreateSparklineDialog.txtEmpty": "This field is required", "SSE.Views.DataTab.capBtnGroup": "Group", "SSE.Views.DataTab.capBtnTextCustomSort": "Custom Sort", @@ -2018,16 +2018,16 @@ "SSE.Views.DataTab.capBtnTextToCol": "Text to Columns", "SSE.Views.DataTab.capBtnUngroup": "Ungroup", "SSE.Views.DataTab.capDataExternalLinks": "External Links", - "SSE.Views.DataTab.capDataFromText": "Get data", - "SSE.Views.DataTab.mniFromFile": "From local TXT/CSV", - "SSE.Views.DataTab.mniFromUrl": "From TXT/CSV web address", - "SSE.Views.DataTab.textBelow": "Summary rows below detail", - "SSE.Views.DataTab.textClear": "Clear outline", - "SSE.Views.DataTab.textColumns": "Ungroup columns", - "SSE.Views.DataTab.textGroupColumns": "Group columns", - "SSE.Views.DataTab.textGroupRows": "Group rows", - "SSE.Views.DataTab.textRightOf": "Summary columns to right of detail", - "SSE.Views.DataTab.textRows": "Ungroup rows", + "SSE.Views.DataTab.capDataFromText": "Get Data", + "SSE.Views.DataTab.mniFromFile": "From Local TXT/CSV", + "SSE.Views.DataTab.mniFromUrl": "From TXT/CSV Web Address", + "SSE.Views.DataTab.textBelow": "Summary Rows Below Detail", + "SSE.Views.DataTab.textClear": "Clear Outline", + "SSE.Views.DataTab.textColumns": "Ungroup Columns", + "SSE.Views.DataTab.textGroupColumns": "Group Columns", + "SSE.Views.DataTab.textGroupRows": "Group Rows", + "SSE.Views.DataTab.textRightOf": "Summary Columns To Right Of Detail", + "SSE.Views.DataTab.textRows": "Ungroup Rows", "SSE.Views.DataTab.tipCustomSort": "Custom sort", "SSE.Views.DataTab.tipDataFromText": "Get data from Text/CSV file", "SSE.Views.DataTab.tipDataValidation": "Data validation", @@ -2047,8 +2047,8 @@ "SSE.Views.DataValidationDialog.errorNamedRange": "A named range you specified cannot be found.", "SSE.Views.DataValidationDialog.errorNegativeTextLength": "Negative values cannot be used in conditions \"{0}\".", "SSE.Views.DataValidationDialog.errorNotNumeric": "The field \"{0}\" must be a numeric value, numeric expression, or refer to a cell containing a numeric value.", - "SSE.Views.DataValidationDialog.strError": "Error Alert", - "SSE.Views.DataValidationDialog.strInput": "Input Message", + "SSE.Views.DataValidationDialog.strError": "Error alert", + "SSE.Views.DataValidationDialog.strInput": "Input message", "SSE.Views.DataValidationDialog.strSettings": "Settings", "SSE.Views.DataValidationDialog.textAlert": "Alert", "SSE.Views.DataValidationDialog.textAllow": "Allow", @@ -2056,12 +2056,12 @@ "SSE.Views.DataValidationDialog.textCellSelected": "When cell is selected, show this input message", "SSE.Views.DataValidationDialog.textCompare": "Compare to", "SSE.Views.DataValidationDialog.textData": "Data", - "SSE.Views.DataValidationDialog.textEndDate": "End Date", - "SSE.Views.DataValidationDialog.textEndTime": "End Time", - "SSE.Views.DataValidationDialog.textError": "Error Message", + "SSE.Views.DataValidationDialog.textEndDate": "End date", + "SSE.Views.DataValidationDialog.textEndTime": "End time", + "SSE.Views.DataValidationDialog.textError": "Error message", "SSE.Views.DataValidationDialog.textFormula": "Formula", "SSE.Views.DataValidationDialog.textIgnore": "Ignore blank", - "SSE.Views.DataValidationDialog.textInput": "Input Message", + "SSE.Views.DataValidationDialog.textInput": "Input message", "SSE.Views.DataValidationDialog.textMax": "Maximum", "SSE.Views.DataValidationDialog.textMessage": "Message", "SSE.Views.DataValidationDialog.textMin": "Minimum", @@ -2070,8 +2070,8 @@ "SSE.Views.DataValidationDialog.textShowError": "Show error alert after invalid data is entered", "SSE.Views.DataValidationDialog.textShowInput": "Show input message when cell is selected", "SSE.Views.DataValidationDialog.textSource": "Source", - "SSE.Views.DataValidationDialog.textStartDate": "Start Date", - "SSE.Views.DataValidationDialog.textStartTime": "Start Time", + "SSE.Views.DataValidationDialog.textStartDate": "Start date", + "SSE.Views.DataValidationDialog.textStartTime": "Start time", "SSE.Views.DataValidationDialog.textStop": "Stop", "SSE.Views.DataValidationDialog.textStyle": "Style", "SSE.Views.DataValidationDialog.textTitle": "Title", @@ -2116,16 +2116,21 @@ "SSE.Views.DigitalFilterDialog.textShowRows": "Show rows where", "SSE.Views.DigitalFilterDialog.textUse1": "Use ? to present any single character", "SSE.Views.DigitalFilterDialog.textUse2": "Use * to present any series of character", - "SSE.Views.DigitalFilterDialog.txtTitle": "Custom Filter", + "SSE.Views.DigitalFilterDialog.txtTitle": "Custom filter", + "SSE.Views.DocumentHolder.advancedEquationText": "Equation Settings", "SSE.Views.DocumentHolder.advancedImgText": "Image Advanced Settings", "SSE.Views.DocumentHolder.advancedShapeText": "Shape Advanced Settings", "SSE.Views.DocumentHolder.advancedSlicerText": "Slicer Advanced Settings", + "SSE.Views.DocumentHolder.allLinearText": "All - Linear", + "SSE.Views.DocumentHolder.allProfText": "All - Professional", "SSE.Views.DocumentHolder.bottomCellText": "Align Bottom", "SSE.Views.DocumentHolder.bulletsText": "Bullets and Numbering", "SSE.Views.DocumentHolder.centerCellText": "Align Middle", "SSE.Views.DocumentHolder.chartDataText": "Select Chart Data", "SSE.Views.DocumentHolder.chartText": "Chart Advanced Settings", "SSE.Views.DocumentHolder.chartTypeText": "Change Chart Type", + "SSE.Views.DocumentHolder.currLinearText": "Current - Linear", + "SSE.Views.DocumentHolder.currProfText": "Current - Professional", "SSE.Views.DocumentHolder.deleteColumnText": "Column", "SSE.Views.DocumentHolder.deleteRowText": "Row", "SSE.Views.DocumentHolder.deleteTableText": "Table", @@ -2139,6 +2144,7 @@ "SSE.Views.DocumentHolder.insertColumnRightText": "Column Right", "SSE.Views.DocumentHolder.insertRowAboveText": "Row Above", "SSE.Views.DocumentHolder.insertRowBelowText": "Row Below", + "SSE.Views.DocumentHolder.latexText": "LaTeX", "SSE.Views.DocumentHolder.originalSizeText": "Actual Size", "SSE.Views.DocumentHolder.removeHyperlinkText": "Remove Hyperlink", "SSE.Views.DocumentHolder.selectColumnText": "Entire Column", @@ -2268,31 +2274,25 @@ "SSE.Views.DocumentHolder.txtTime": "Time", "SSE.Views.DocumentHolder.txtUngroup": "Ungroup", "SSE.Views.DocumentHolder.txtWidth": "Width", - "SSE.Views.DocumentHolder.vertAlignText": "Vertical Alignment", - "SSE.Views.DocumentHolder.advancedEquationText": "Equation Settings", "SSE.Views.DocumentHolder.unicodeText": "Unicode", - "SSE.Views.DocumentHolder.latexText": "LaTeX", - "SSE.Views.DocumentHolder.currProfText": "Current - Professional", - "SSE.Views.DocumentHolder.currLinearText": "Current - Linear", - "SSE.Views.DocumentHolder.allProfText": "All - Professional", - "SSE.Views.DocumentHolder.allLinearText": "All - Linear", + "SSE.Views.DocumentHolder.vertAlignText": "Vertical Alignment", "SSE.Views.ExternalLinksDlg.closeButtonText": "Close", - "SSE.Views.ExternalLinksDlg.textDelete": "Break Links", - "SSE.Views.ExternalLinksDlg.textDeleteAll": "Break All Links", + "SSE.Views.ExternalLinksDlg.textDelete": "Break links", + "SSE.Views.ExternalLinksDlg.textDeleteAll": "Break all links", "SSE.Views.ExternalLinksDlg.textSource": "Source", - "SSE.Views.ExternalLinksDlg.textUpdate": "Update Values", - "SSE.Views.ExternalLinksDlg.textUpdateAll": "Update All", - "SSE.Views.ExternalLinksDlg.txtTitle": "External Links", + "SSE.Views.ExternalLinksDlg.textUpdate": "Update values", + "SSE.Views.ExternalLinksDlg.textUpdateAll": "Update all", + "SSE.Views.ExternalLinksDlg.txtTitle": "External links", "SSE.Views.FieldSettingsDialog.strLayout": "Layout", "SSE.Views.FieldSettingsDialog.strSubtotals": "Subtotals", - "SSE.Views.FieldSettingsDialog.textReport": "Report Form", - "SSE.Views.FieldSettingsDialog.textTitle": "Field Settings", + "SSE.Views.FieldSettingsDialog.textReport": "Report form", + "SSE.Views.FieldSettingsDialog.textTitle": "Field settings", "SSE.Views.FieldSettingsDialog.txtAverage": "Average", "SSE.Views.FieldSettingsDialog.txtBlank": "Insert blank rows after each item", "SSE.Views.FieldSettingsDialog.txtBottom": "Show at bottom of group", "SSE.Views.FieldSettingsDialog.txtCompact": "Compact", "SSE.Views.FieldSettingsDialog.txtCount": "Count", - "SSE.Views.FieldSettingsDialog.txtCountNums": "Count Numbers", + "SSE.Views.FieldSettingsDialog.txtCountNums": "Count numbers", "SSE.Views.FieldSettingsDialog.txtCustomName": "Custom name", "SSE.Views.FieldSettingsDialog.txtEmpty": "Show items with no data", "SSE.Views.FieldSettingsDialog.txtMax": "Max", @@ -2305,7 +2305,7 @@ "SSE.Views.FieldSettingsDialog.txtStdDev": "StdDev", "SSE.Views.FieldSettingsDialog.txtStdDevp": "StdDevp", "SSE.Views.FieldSettingsDialog.txtSum": "Sum", - "SSE.Views.FieldSettingsDialog.txtSummarize": "Functions for Subtotals", + "SSE.Views.FieldSettingsDialog.txtSummarize": "Functions for subtotals", "SSE.Views.FieldSettingsDialog.txtTabular": "Tabular", "SSE.Views.FieldSettingsDialog.txtTop": "Show at top of group", "SSE.Views.FieldSettingsDialog.txtVar": "Var", @@ -2455,28 +2455,28 @@ "SSE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures", "SSE.Views.FormatRulesEditDlg.fillColor": "Fill color", "SSE.Views.FormatRulesEditDlg.notcriticalErrorTitle": "Warning", - "SSE.Views.FormatRulesEditDlg.text2Scales": "2 Color scale", - "SSE.Views.FormatRulesEditDlg.text3Scales": "3 Color scale", - "SSE.Views.FormatRulesEditDlg.textAllBorders": "All Borders", - "SSE.Views.FormatRulesEditDlg.textAppearance": "Bar Appearance", - "SSE.Views.FormatRulesEditDlg.textApply": "Apply to Range", + "SSE.Views.FormatRulesEditDlg.text2Scales": "2 color scale", + "SSE.Views.FormatRulesEditDlg.text3Scales": "3 color scale", + "SSE.Views.FormatRulesEditDlg.textAllBorders": "All borders", + "SSE.Views.FormatRulesEditDlg.textAppearance": "Bar appearance", + "SSE.Views.FormatRulesEditDlg.textApply": "Apply to range", "SSE.Views.FormatRulesEditDlg.textAutomatic": "Automatic", "SSE.Views.FormatRulesEditDlg.textAxis": "Axis", - "SSE.Views.FormatRulesEditDlg.textBarDirection": "Bar Direction", + "SSE.Views.FormatRulesEditDlg.textBarDirection": "Bar direction", "SSE.Views.FormatRulesEditDlg.textBold": "Bold", "SSE.Views.FormatRulesEditDlg.textBorder": "Border", - "SSE.Views.FormatRulesEditDlg.textBordersColor": "Borders Color", - "SSE.Views.FormatRulesEditDlg.textBordersStyle": "Border Style", - "SSE.Views.FormatRulesEditDlg.textBottomBorders": "Bottom Borders", + "SSE.Views.FormatRulesEditDlg.textBordersColor": "Borders color", + "SSE.Views.FormatRulesEditDlg.textBordersStyle": "Border style", + "SSE.Views.FormatRulesEditDlg.textBottomBorders": "Bottom borders", "SSE.Views.FormatRulesEditDlg.textCannotAddCF": "Cannot add the conditional formatting.", "SSE.Views.FormatRulesEditDlg.textCellMidpoint": "Cell midpoint", - "SSE.Views.FormatRulesEditDlg.textCenterBorders": "Inside Vertical Borders", + "SSE.Views.FormatRulesEditDlg.textCenterBorders": "Inside vertical borders", "SSE.Views.FormatRulesEditDlg.textClear": "Clear", "SSE.Views.FormatRulesEditDlg.textColor": "Text color", "SSE.Views.FormatRulesEditDlg.textContext": "Context", "SSE.Views.FormatRulesEditDlg.textCustom": "Custom", - "SSE.Views.FormatRulesEditDlg.textDiagDownBorder": "Diagonal Down Border", - "SSE.Views.FormatRulesEditDlg.textDiagUpBorder": "Diagonal Up Border", + "SSE.Views.FormatRulesEditDlg.textDiagDownBorder": "Diagonal down border", + "SSE.Views.FormatRulesEditDlg.textDiagUpBorder": "Diagonal up border", "SSE.Views.FormatRulesEditDlg.textEmptyFormula": "Enter a valid formula.", "SSE.Views.FormatRulesEditDlg.textEmptyFormulaExt": "The formula you entered does not evaluate to a number, date, time or string.", "SSE.Views.FormatRulesEditDlg.textEmptyText": "Enter a value.", @@ -2491,30 +2491,30 @@ "SSE.Views.FormatRulesEditDlg.textIconLabelFirst": "when {0} {1}", "SSE.Views.FormatRulesEditDlg.textIconLabelLast": "when value is", "SSE.Views.FormatRulesEditDlg.textIconsOverlap": "One or more icon data ranges overlap.
Adjust icon data range values so that the ranges do not overlap.", - "SSE.Views.FormatRulesEditDlg.textIconStyle": "Icon Style", - "SSE.Views.FormatRulesEditDlg.textInsideBorders": "Inside Borders", + "SSE.Views.FormatRulesEditDlg.textIconStyle": "Icon style", + "SSE.Views.FormatRulesEditDlg.textInsideBorders": "Inside borders", "SSE.Views.FormatRulesEditDlg.textInvalid": "Invalid data range.", "SSE.Views.FormatRulesEditDlg.textInvalidRange": "ERROR! Invalid cells range", "SSE.Views.FormatRulesEditDlg.textItalic": "Italic", "SSE.Views.FormatRulesEditDlg.textItem": "Item", "SSE.Views.FormatRulesEditDlg.textLeft2Right": "Left to right", - "SSE.Views.FormatRulesEditDlg.textLeftBorders": "Left Borders", + "SSE.Views.FormatRulesEditDlg.textLeftBorders": "Left borders", "SSE.Views.FormatRulesEditDlg.textLongBar": "longest bar", "SSE.Views.FormatRulesEditDlg.textMaximum": "Maximum", "SSE.Views.FormatRulesEditDlg.textMaxpoint": "Maxpoint", - "SSE.Views.FormatRulesEditDlg.textMiddleBorders": "Inside Horizontal Borders", + "SSE.Views.FormatRulesEditDlg.textMiddleBorders": "Inside horizontal borders", "SSE.Views.FormatRulesEditDlg.textMidpoint": "Midpoint", "SSE.Views.FormatRulesEditDlg.textMinimum": "Minimum", "SSE.Views.FormatRulesEditDlg.textMinpoint": "Minpoint", "SSE.Views.FormatRulesEditDlg.textNegative": "Negative", - "SSE.Views.FormatRulesEditDlg.textNewColor": "Add New Custom Color", - "SSE.Views.FormatRulesEditDlg.textNoBorders": "No Borders", + "SSE.Views.FormatRulesEditDlg.textNewColor": "Add new custom color", + "SSE.Views.FormatRulesEditDlg.textNoBorders": "No borders", "SSE.Views.FormatRulesEditDlg.textNone": "None", "SSE.Views.FormatRulesEditDlg.textNotValidPercentage": "One or more of the specified values is not a valid percentage.", "SSE.Views.FormatRulesEditDlg.textNotValidPercentageExt": "The specified {0} value is not a valid percentage.", "SSE.Views.FormatRulesEditDlg.textNotValidPercentile": "One or more of the specified values is not a valid percentile.", "SSE.Views.FormatRulesEditDlg.textNotValidPercentileExt": "The specified {0} value is not a valid percentile.", - "SSE.Views.FormatRulesEditDlg.textOutBorders": "Outside Borders", + "SSE.Views.FormatRulesEditDlg.textOutBorders": "Outside borders", "SSE.Views.FormatRulesEditDlg.textPercent": "Percent", "SSE.Views.FormatRulesEditDlg.textPercentile": "Percentile", "SSE.Views.FormatRulesEditDlg.textPosition": "Position", @@ -2522,12 +2522,12 @@ "SSE.Views.FormatRulesEditDlg.textPresets": "Presets", "SSE.Views.FormatRulesEditDlg.textPreview": "Preview", "SSE.Views.FormatRulesEditDlg.textRelativeRef": "You cannot use relative references in conditional formatting criteria for color scales, data bars, and icon sets.", - "SSE.Views.FormatRulesEditDlg.textReverse": "Reverse Icons Order", + "SSE.Views.FormatRulesEditDlg.textReverse": "Reverse icons order", "SSE.Views.FormatRulesEditDlg.textRight2Left": "Right to left", - "SSE.Views.FormatRulesEditDlg.textRightBorders": "Right Borders", + "SSE.Views.FormatRulesEditDlg.textRightBorders": "Right borders", "SSE.Views.FormatRulesEditDlg.textRule": "Rule", "SSE.Views.FormatRulesEditDlg.textSameAs": "Same as positive", - "SSE.Views.FormatRulesEditDlg.textSelectData": "Select Data", + "SSE.Views.FormatRulesEditDlg.textSelectData": "Select data", "SSE.Views.FormatRulesEditDlg.textShortBar": "shortest bar", "SSE.Views.FormatRulesEditDlg.textShowBar": "Show bar only", "SSE.Views.FormatRulesEditDlg.textShowIcon": "Show icon only", @@ -2536,24 +2536,24 @@ "SSE.Views.FormatRulesEditDlg.textStrikeout": "Strikeout", "SSE.Views.FormatRulesEditDlg.textSubscript": "Subscript", "SSE.Views.FormatRulesEditDlg.textSuperscript": "Superscript", - "SSE.Views.FormatRulesEditDlg.textTopBorders": "Top Borders", + "SSE.Views.FormatRulesEditDlg.textTopBorders": "Top borders", "SSE.Views.FormatRulesEditDlg.textUnderline": "Underline", "SSE.Views.FormatRulesEditDlg.tipBorders": "Borders", - "SSE.Views.FormatRulesEditDlg.tipNumFormat": "Number Format", + "SSE.Views.FormatRulesEditDlg.tipNumFormat": "Number format", "SSE.Views.FormatRulesEditDlg.txtAccounting": "Accounting", "SSE.Views.FormatRulesEditDlg.txtCurrency": "Currency", "SSE.Views.FormatRulesEditDlg.txtDate": "Date", "SSE.Views.FormatRulesEditDlg.txtEmpty": "This field is required", "SSE.Views.FormatRulesEditDlg.txtFraction": "Fraction", "SSE.Views.FormatRulesEditDlg.txtGeneral": "General", - "SSE.Views.FormatRulesEditDlg.txtNoCellIcon": "No Icon", + "SSE.Views.FormatRulesEditDlg.txtNoCellIcon": "No icon", "SSE.Views.FormatRulesEditDlg.txtNumber": "Number", "SSE.Views.FormatRulesEditDlg.txtPercentage": "Percentage", "SSE.Views.FormatRulesEditDlg.txtScientific": "Scientific", "SSE.Views.FormatRulesEditDlg.txtText": "Text", "SSE.Views.FormatRulesEditDlg.txtTime": "Time", - "SSE.Views.FormatRulesEditDlg.txtTitleEdit": "Edit Formatting Rule", - "SSE.Views.FormatRulesEditDlg.txtTitleNew": "New Formatting Rule", + "SSE.Views.FormatRulesEditDlg.txtTitleEdit": "Edit formatting rule", + "SSE.Views.FormatRulesEditDlg.txtTitleNew": "New formatting rule", "SSE.Views.FormatRulesManagerDlg.guestText": "Guest", "SSE.Views.FormatRulesManagerDlg.lockText": "Locked", "SSE.Views.FormatRulesManagerDlg.text1Above": "1 std dev above average", @@ -2596,14 +2596,14 @@ "SSE.Views.FormatRulesManagerDlg.textUnique": "Unique values", "SSE.Views.FormatRulesManagerDlg.textUp": "Move rule up", "SSE.Views.FormatRulesManagerDlg.tipIsLocked": "This element is being edited by another user.", - "SSE.Views.FormatRulesManagerDlg.txtTitle": "Conditional Formatting", + "SSE.Views.FormatRulesManagerDlg.txtTitle": "Conditional formatting", "SSE.Views.FormatSettingsDialog.textCategory": "Category", "SSE.Views.FormatSettingsDialog.textDecimal": "Decimal", "SSE.Views.FormatSettingsDialog.textFormat": "Format", "SSE.Views.FormatSettingsDialog.textLinked": "Linked to source", "SSE.Views.FormatSettingsDialog.textSeparator": "Use 1000 separator", "SSE.Views.FormatSettingsDialog.textSymbols": "Symbols", - "SSE.Views.FormatSettingsDialog.textTitle": "Number Format", + "SSE.Views.FormatSettingsDialog.textTitle": "Number format", "SSE.Views.FormatSettingsDialog.txtAccounting": "Accounting", "SSE.Views.FormatSettingsDialog.txtAs10": "As tenths (5/10)", "SSE.Views.FormatSettingsDialog.txtAs100": "As hundredths (50/100)", @@ -2628,11 +2628,11 @@ "SSE.Views.FormatSettingsDialog.txtUpto2": "Up to two digits (12/25)", "SSE.Views.FormatSettingsDialog.txtUpto3": "Up to three digits (131/135)", "SSE.Views.FormulaDialog.sDescription": "Description", - "SSE.Views.FormulaDialog.textGroupDescription": "Select Function Group", - "SSE.Views.FormulaDialog.textListDescription": "Select Function", + "SSE.Views.FormulaDialog.textGroupDescription": "Select function group", + "SSE.Views.FormulaDialog.textListDescription": "Select function", "SSE.Views.FormulaDialog.txtRecommended": "Recommended", "SSE.Views.FormulaDialog.txtSearch": "Search", - "SSE.Views.FormulaDialog.txtTitle": "Insert Function", + "SSE.Views.FormulaDialog.txtTitle": "Insert function", "SSE.Views.FormulaTab.textAutomatic": "Automatic", "SSE.Views.FormulaTab.textCalculateCurrentSheet": "Calculate current sheet", "SSE.Views.FormulaTab.textCalculateWorkbook": "Calculate workbook", @@ -2647,7 +2647,7 @@ "SSE.Views.FormulaTab.txtFormula": "Function", "SSE.Views.FormulaTab.txtFormulaTip": "Insert function", "SSE.Views.FormulaTab.txtMore": "More functions", - "SSE.Views.FormulaTab.txtRecent": "Recently used", + "SSE.Views.FormulaTab.txtRecent": "Recently Used", "SSE.Views.FormulaTab.txtWatch": "Watch Window", "SSE.Views.FormulaWizard.textAny": "any", "SSE.Views.FormulaWizard.textArgument": "Argument", @@ -2659,7 +2659,7 @@ "SSE.Views.FormulaWizard.textNumber": "number", "SSE.Views.FormulaWizard.textRef": "reference", "SSE.Views.FormulaWizard.textText": "text", - "SSE.Views.FormulaWizard.textTitle": "Function Arguments", + "SSE.Views.FormulaWizard.textTitle": "Function arguments", "SSE.Views.FormulaWizard.textValue": "Formula result", "SSE.Views.HeaderFooterDialog.textAlign": "Align with page margins", "SSE.Views.HeaderFooterDialog.textAll": "All pages", @@ -2678,7 +2678,7 @@ "SSE.Views.HeaderFooterDialog.textItalic": "Italic", "SSE.Views.HeaderFooterDialog.textLeft": "Left", "SSE.Views.HeaderFooterDialog.textMaxError": "The text string you entered is too long. Reduce the number of characters used.", - "SSE.Views.HeaderFooterDialog.textNewColor": "Add New Custom Color", + "SSE.Views.HeaderFooterDialog.textNewColor": "Add new custom color", "SSE.Views.HeaderFooterDialog.textOdd": "Odd page", "SSE.Views.HeaderFooterDialog.textPageCount": "Page count", "SSE.Views.HeaderFooterDialog.textPageNum": "Page number", @@ -2690,7 +2690,7 @@ "SSE.Views.HeaderFooterDialog.textSubscript": "Subscript", "SSE.Views.HeaderFooterDialog.textSuperscript": "Superscript", "SSE.Views.HeaderFooterDialog.textTime": "Time", - "SSE.Views.HeaderFooterDialog.textTitle": "Header/Footer Settings", + "SSE.Views.HeaderFooterDialog.textTitle": "Header/Footer settings", "SSE.Views.HeaderFooterDialog.textUnderline": "Underline", "SSE.Views.HeaderFooterDialog.tipFontName": "Font", "SSE.Views.HeaderFooterDialog.tipFontSize": "Font size", @@ -2703,15 +2703,15 @@ "SSE.Views.HyperlinkSettingsDialog.textEmptyDesc": "Enter caption here", "SSE.Views.HyperlinkSettingsDialog.textEmptyLink": "Enter link here", "SSE.Views.HyperlinkSettingsDialog.textEmptyTooltip": "Enter tooltip here", - "SSE.Views.HyperlinkSettingsDialog.textExternalLink": "External Link", - "SSE.Views.HyperlinkSettingsDialog.textGetLink": "Get Link", - "SSE.Views.HyperlinkSettingsDialog.textInternalLink": "Internal Data Range", + "SSE.Views.HyperlinkSettingsDialog.textExternalLink": "External link", + "SSE.Views.HyperlinkSettingsDialog.textGetLink": "Get link", + "SSE.Views.HyperlinkSettingsDialog.textInternalLink": "Internal data range", "SSE.Views.HyperlinkSettingsDialog.textInvalidRange": "ERROR! Invalid cells range", "SSE.Views.HyperlinkSettingsDialog.textNames": "Defined names", "SSE.Views.HyperlinkSettingsDialog.textSelectData": "Select data", "SSE.Views.HyperlinkSettingsDialog.textSheets": "Sheets", - "SSE.Views.HyperlinkSettingsDialog.textTipText": "ScreenTip Text", - "SSE.Views.HyperlinkSettingsDialog.textTitle": "Hyperlink Settings", + "SSE.Views.HyperlinkSettingsDialog.textTipText": "ScreenTip text", + "SSE.Views.HyperlinkSettingsDialog.textTitle": "Hyperlink settings", "SSE.Views.HyperlinkSettingsDialog.txtEmpty": "This field is required", "SSE.Views.HyperlinkSettingsDialog.txtNotUrl": "This field should be a URL in the \"http://www.example.com\" format", "SSE.Views.HyperlinkSettingsDialog.txtSizeLimit": "This field is limited to 2083 characters", @@ -2740,7 +2740,7 @@ "SSE.Views.ImageSettings.textSize": "Size", "SSE.Views.ImageSettings.textWidth": "Width", "SSE.Views.ImageSettingsAdvanced.textAbsolute": "Don't move or size with cells", - "SSE.Views.ImageSettingsAdvanced.textAlt": "Alternative Text", + "SSE.Views.ImageSettingsAdvanced.textAlt": "Alternative text", "SSE.Views.ImageSettingsAdvanced.textAltDescription": "Description", "SSE.Views.ImageSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart, or table.", "SSE.Views.ImageSettingsAdvanced.textAltTitle": "Title", @@ -2749,8 +2749,8 @@ "SSE.Views.ImageSettingsAdvanced.textHorizontally": "Horizontally", "SSE.Views.ImageSettingsAdvanced.textOneCell": "Move but don't size with cells", "SSE.Views.ImageSettingsAdvanced.textRotation": "Rotation", - "SSE.Views.ImageSettingsAdvanced.textSnap": "Cell Snapping", - "SSE.Views.ImageSettingsAdvanced.textTitle": "Image - Advanced Settings", + "SSE.Views.ImageSettingsAdvanced.textSnap": "Cell snapping", + "SSE.Views.ImageSettingsAdvanced.textTitle": "Image - Advanced settings", "SSE.Views.ImageSettingsAdvanced.textTwoCell": "Move and size with cells", "SSE.Views.ImageSettingsAdvanced.textVertically": "Vertically", "SSE.Views.LeftMenu.tipAbout": "About", @@ -2767,7 +2767,7 @@ "SSE.Views.LeftMenu.txtTrial": "TRIAL MODE", "SSE.Views.LeftMenu.txtTrialDev": "Trial Developer Mode", "SSE.Views.MacroDialog.textMacro": "Macro name", - "SSE.Views.MacroDialog.textTitle": "Assign Macro", + "SSE.Views.MacroDialog.textTitle": "Assign macro", "SSE.Views.MainSettingsPrint.okButtonText": "Save", "SSE.Views.MainSettingsPrint.strBottom": "Bottom", "SSE.Views.MainSettingsPrint.strLandscape": "Landscape", @@ -2797,7 +2797,7 @@ "SSE.Views.NamedRangeEditDlg.namePlaceholder": "Defined name", "SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "Warning", "SSE.Views.NamedRangeEditDlg.strWorkbook": "Workbook", - "SSE.Views.NamedRangeEditDlg.textDataRange": "Data Range", + "SSE.Views.NamedRangeEditDlg.textDataRange": "Data range", "SSE.Views.NamedRangeEditDlg.textExistName": "ERROR! Range with such a name already exists", "SSE.Views.NamedRangeEditDlg.textInvalidName": "The name must begin with a letter or an underscore and must not contain invalid characters.", "SSE.Views.NamedRangeEditDlg.textInvalidRange": "ERROR! Invalid cell range", @@ -2805,32 +2805,32 @@ "SSE.Views.NamedRangeEditDlg.textName": "Name", "SSE.Views.NamedRangeEditDlg.textReservedName": "The name you are trying to use is already referenced in cell formulas. Please use some other name.", "SSE.Views.NamedRangeEditDlg.textScope": "Scope", - "SSE.Views.NamedRangeEditDlg.textSelectData": "Select Data", + "SSE.Views.NamedRangeEditDlg.textSelectData": "Select data", "SSE.Views.NamedRangeEditDlg.txtEmpty": "This field is required", - "SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Edit Name", - "SSE.Views.NamedRangeEditDlg.txtTitleNew": "New Name", - "SSE.Views.NamedRangePasteDlg.textNames": "Named Ranges", - "SSE.Views.NamedRangePasteDlg.txtTitle": "Paste Name", + "SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Edit name", + "SSE.Views.NamedRangeEditDlg.txtTitleNew": "New name", + "SSE.Views.NamedRangePasteDlg.textNames": "Named ranges", + "SSE.Views.NamedRangePasteDlg.txtTitle": "Paste name", "SSE.Views.NameManagerDlg.closeButtonText": "Close", "SSE.Views.NameManagerDlg.guestText": "Guest", "SSE.Views.NameManagerDlg.lockText": "Locked", - "SSE.Views.NameManagerDlg.textDataRange": "Data Range", + "SSE.Views.NameManagerDlg.textDataRange": "Data range", "SSE.Views.NameManagerDlg.textDelete": "Delete", "SSE.Views.NameManagerDlg.textEdit": "Edit", "SSE.Views.NameManagerDlg.textEmpty": "No named ranges have been created yet.
Create at least one named range and it will appear in this field.", "SSE.Views.NameManagerDlg.textFilter": "Filter", "SSE.Views.NameManagerDlg.textFilterAll": "All", "SSE.Views.NameManagerDlg.textFilterDefNames": "Defined names", - "SSE.Views.NameManagerDlg.textFilterSheet": "Names Scoped to Sheet", + "SSE.Views.NameManagerDlg.textFilterSheet": "Names scoped to sheet", "SSE.Views.NameManagerDlg.textFilterTableNames": "Table names", - "SSE.Views.NameManagerDlg.textFilterWorkbook": "Names Scoped to Workbook", + "SSE.Views.NameManagerDlg.textFilterWorkbook": "Names scoped to workbook", "SSE.Views.NameManagerDlg.textNew": "New", "SSE.Views.NameManagerDlg.textnoNames": "No named ranges matching your filter could be found.", - "SSE.Views.NameManagerDlg.textRanges": "Named Ranges", + "SSE.Views.NameManagerDlg.textRanges": "Named ranges", "SSE.Views.NameManagerDlg.textScope": "Scope", "SSE.Views.NameManagerDlg.textWorkbook": "Workbook", "SSE.Views.NameManagerDlg.tipIsLocked": "This element is being edited by another user.", - "SSE.Views.NameManagerDlg.txtTitle": "Name Manager", + "SSE.Views.NameManagerDlg.txtTitle": "Name manager", "SSE.Views.NameManagerDlg.warnDelete": "Are you sure you want to delete the name {0}?", "SSE.Views.PageMarginsDialog.textBottom": "Bottom", "SSE.Views.PageMarginsDialog.textLeft": "Left", @@ -2852,7 +2852,7 @@ "SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Double strikethrough", "SSE.Views.ParagraphSettingsAdvanced.strIndent": "Indents", "SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Left", - "SSE.Views.ParagraphSettingsAdvanced.strIndentsLineSpacing": "Line Spacing", + "SSE.Views.ParagraphSettingsAdvanced.strIndentsLineSpacing": "Line spacing", "SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Right", "SSE.Views.ParagraphSettingsAdvanced.strIndentsSpacingAfter": "After", "SSE.Views.ParagraphSettingsAdvanced.strIndentsSpacingBefore": "Before", @@ -2868,8 +2868,8 @@ "SSE.Views.ParagraphSettingsAdvanced.strTabs": "Tabs", "SSE.Views.ParagraphSettingsAdvanced.textAlign": "Alignment", "SSE.Views.ParagraphSettingsAdvanced.textAuto": "Multiple", - "SSE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "Character Spacing", - "SSE.Views.ParagraphSettingsAdvanced.textDefault": "Default Tab", + "SSE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "Character spacing", + "SSE.Views.ParagraphSettingsAdvanced.textDefault": "Default tab", "SSE.Views.ParagraphSettingsAdvanced.textEffects": "Effects", "SSE.Views.ParagraphSettingsAdvanced.textExact": "Exactly", "SSE.Views.ParagraphSettingsAdvanced.textFirstLine": "First line", @@ -2877,13 +2877,13 @@ "SSE.Views.ParagraphSettingsAdvanced.textJustified": "Justified", "SSE.Views.ParagraphSettingsAdvanced.textNoneSpecial": "(none)", "SSE.Views.ParagraphSettingsAdvanced.textRemove": "Remove", - "SSE.Views.ParagraphSettingsAdvanced.textRemoveAll": "Remove All", + "SSE.Views.ParagraphSettingsAdvanced.textRemoveAll": "Remove all", "SSE.Views.ParagraphSettingsAdvanced.textSet": "Specify", "SSE.Views.ParagraphSettingsAdvanced.textTabCenter": "Center", "SSE.Views.ParagraphSettingsAdvanced.textTabLeft": "Left", - "SSE.Views.ParagraphSettingsAdvanced.textTabPosition": "Tab Position", + "SSE.Views.ParagraphSettingsAdvanced.textTabPosition": "Tab position", "SSE.Views.ParagraphSettingsAdvanced.textTabRight": "Right", - "SSE.Views.ParagraphSettingsAdvanced.textTitle": "Paragraph - Advanced Settings", + "SSE.Views.ParagraphSettingsAdvanced.textTitle": "Paragraph - Advanced settings", "SSE.Views.ParagraphSettingsAdvanced.txtAutoText": "Auto", "SSE.Views.PivotDigitalFilterDialog.capCondition1": "equals", "SSE.Views.PivotDigitalFilterDialog.capCondition10": "does not end with", @@ -2904,8 +2904,8 @@ "SSE.Views.PivotDigitalFilterDialog.textUse1": "Use ? to present any single character", "SSE.Views.PivotDigitalFilterDialog.textUse2": "Use * to present any series of character", "SSE.Views.PivotDigitalFilterDialog.txtAnd": "and", - "SSE.Views.PivotDigitalFilterDialog.txtTitleLabel": "Label Filter", - "SSE.Views.PivotDigitalFilterDialog.txtTitleValue": "Value Filter", + "SSE.Views.PivotDigitalFilterDialog.txtTitleLabel": "Label filter", + "SSE.Views.PivotDigitalFilterDialog.txtTitleValue": "Value filter", "SSE.Views.PivotGroupDialog.textAuto": "Auto", "SSE.Views.PivotGroupDialog.textBy": "By", "SSE.Views.PivotGroupDialog.textDays": "Days", @@ -2941,25 +2941,25 @@ "SSE.Views.PivotSettings.txtMoveUp": "Move Up", "SSE.Views.PivotSettings.txtMoveValues": "Move to Values", "SSE.Views.PivotSettings.txtRemove": "Remove Field", - "SSE.Views.PivotSettingsAdvanced.strLayout": "Name and Layout", - "SSE.Views.PivotSettingsAdvanced.textAlt": "Alternative Text", + "SSE.Views.PivotSettingsAdvanced.strLayout": "Name and layout", + "SSE.Views.PivotSettingsAdvanced.textAlt": "Alternative text", "SSE.Views.PivotSettingsAdvanced.textAltDescription": "Description", "SSE.Views.PivotSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart or table.", "SSE.Views.PivotSettingsAdvanced.textAltTitle": "Title", "SSE.Views.PivotSettingsAdvanced.textAutofitColWidth": "Autofit column widths on update", - "SSE.Views.PivotSettingsAdvanced.textDataRange": "Data Range", - "SSE.Views.PivotSettingsAdvanced.textDataSource": "Data Source", + "SSE.Views.PivotSettingsAdvanced.textDataRange": "Data range", + "SSE.Views.PivotSettingsAdvanced.textDataSource": "Data source", "SSE.Views.PivotSettingsAdvanced.textDisplayFields": "Display fields in report filter area", "SSE.Views.PivotSettingsAdvanced.textDown": "Down, then over", - "SSE.Views.PivotSettingsAdvanced.textGrandTotals": "Grand Totals", - "SSE.Views.PivotSettingsAdvanced.textHeaders": "Field Headers", + "SSE.Views.PivotSettingsAdvanced.textGrandTotals": "Grand totals", + "SSE.Views.PivotSettingsAdvanced.textHeaders": "Field headers", "SSE.Views.PivotSettingsAdvanced.textInvalidRange": "ERROR! Invalid cells range", "SSE.Views.PivotSettingsAdvanced.textOver": "Over, then down", "SSE.Views.PivotSettingsAdvanced.textSelectData": "Select data", "SSE.Views.PivotSettingsAdvanced.textShowCols": "Show for columns", "SSE.Views.PivotSettingsAdvanced.textShowHeaders": "Show field headers for rows and columns", "SSE.Views.PivotSettingsAdvanced.textShowRows": "Show for rows", - "SSE.Views.PivotSettingsAdvanced.textTitle": "Pivot Table - Advanced Settings", + "SSE.Views.PivotSettingsAdvanced.textTitle": "Pivot Table - Advanced settings", "SSE.Views.PivotSettingsAdvanced.textWrapCol": "Report filter fields per column", "SSE.Views.PivotSettingsAdvanced.textWrapRow": "Report filter fields per row", "SSE.Views.PivotSettingsAdvanced.txtEmpty": "This field is required", @@ -3012,38 +3012,38 @@ "SSE.Views.PrintSettings.strMargins": "Margins", "SSE.Views.PrintSettings.strPortrait": "Portrait", "SSE.Views.PrintSettings.strPrint": "Print", - "SSE.Views.PrintSettings.strPrintTitles": "Print Titles", + "SSE.Views.PrintSettings.strPrintTitles": "Print titles", "SSE.Views.PrintSettings.strRight": "Right", "SSE.Views.PrintSettings.strShow": "Show", "SSE.Views.PrintSettings.strTop": "Top", - "SSE.Views.PrintSettings.textActualSize": "Actual Size", - "SSE.Views.PrintSettings.textAllSheets": "All Sheets", - "SSE.Views.PrintSettings.textCurrentSheet": "Current Sheet", + "SSE.Views.PrintSettings.textActualSize": "Actual size", + "SSE.Views.PrintSettings.textAllSheets": "All sheets", + "SSE.Views.PrintSettings.textCurrentSheet": "Current sheet", "SSE.Views.PrintSettings.textCustom": "Custom", - "SSE.Views.PrintSettings.textCustomOptions": "Custom Options", - "SSE.Views.PrintSettings.textFitCols": "Fit All Columns on One Page", - "SSE.Views.PrintSettings.textFitPage": "Fit Sheet on One Page", - "SSE.Views.PrintSettings.textFitRows": "Fit All Rows on One Page", - "SSE.Views.PrintSettings.textHideDetails": "Hide Details", - "SSE.Views.PrintSettings.textIgnore": "Ignore Print Area", + "SSE.Views.PrintSettings.textCustomOptions": "Custom options", + "SSE.Views.PrintSettings.textFitCols": "Fit all columns on one page", + "SSE.Views.PrintSettings.textFitPage": "Fit sheet on one page", + "SSE.Views.PrintSettings.textFitRows": "Fit all rows on one page", + "SSE.Views.PrintSettings.textHideDetails": "Hide details", + "SSE.Views.PrintSettings.textIgnore": "Ignore print area", "SSE.Views.PrintSettings.textLayout": "Layout", - "SSE.Views.PrintSettings.textPageOrientation": "Page Orientation", + "SSE.Views.PrintSettings.textPageOrientation": "Page orientation", "SSE.Views.PrintSettings.textPageScaling": "Scaling", - "SSE.Views.PrintSettings.textPageSize": "Page Size", - "SSE.Views.PrintSettings.textPrintGrid": "Print Gridlines", - "SSE.Views.PrintSettings.textPrintHeadings": "Print Row and Column Headings", - "SSE.Views.PrintSettings.textPrintRange": "Print Range", + "SSE.Views.PrintSettings.textPageSize": "Page size", + "SSE.Views.PrintSettings.textPrintGrid": "Print gridlines", + "SSE.Views.PrintSettings.textPrintHeadings": "Print row and column headings", + "SSE.Views.PrintSettings.textPrintRange": "Print range", "SSE.Views.PrintSettings.textRange": "Range", "SSE.Views.PrintSettings.textRepeat": "Repeat...", "SSE.Views.PrintSettings.textRepeatLeft": "Repeat columns at left", "SSE.Views.PrintSettings.textRepeatTop": "Repeat rows at top", "SSE.Views.PrintSettings.textSelection": "Selection", - "SSE.Views.PrintSettings.textSettings": "Sheet Settings", - "SSE.Views.PrintSettings.textShowDetails": "Show Details", - "SSE.Views.PrintSettings.textShowGrid": "Show Gridlines", - "SSE.Views.PrintSettings.textShowHeadings": "Show Rows and Columns Headings", - "SSE.Views.PrintSettings.textTitle": "Print Settings", - "SSE.Views.PrintSettings.textTitlePDF": "PDF Settings", + "SSE.Views.PrintSettings.textSettings": "Sheet settings", + "SSE.Views.PrintSettings.textShowDetails": "Show details", + "SSE.Views.PrintSettings.textShowGrid": "Show gridlines", + "SSE.Views.PrintSettings.textShowHeadings": "Show rows and columns headings", + "SSE.Views.PrintSettings.textTitle": "Print settings", + "SSE.Views.PrintSettings.textTitlePDF": "PDF settings", "SSE.Views.PrintTitlesDialog.textFirstCol": "First column", "SSE.Views.PrintTitlesDialog.textFirstRow": "First row", "SSE.Views.PrintTitlesDialog.textFrozenCols": "Frozen columns", @@ -3053,7 +3053,7 @@ "SSE.Views.PrintTitlesDialog.textNoRepeat": "Don't repeat", "SSE.Views.PrintTitlesDialog.textRepeat": "Repeat...", "SSE.Views.PrintTitlesDialog.textSelectRange": "Select range", - "SSE.Views.PrintTitlesDialog.textTitle": "Print Titles", + "SSE.Views.PrintTitlesDialog.textTitle": "Print titles", "SSE.Views.PrintTitlesDialog.textTop": "Repeat rows at top", "SSE.Views.PrintWithPreview.txtActualSize": "Actual Size", "SSE.Views.PrintWithPreview.txtAllSheets": "All sheets", @@ -3096,7 +3096,7 @@ "SSE.Views.ProtectDialog.textExistName": "ERROR! Range with such a title already exists", "SSE.Views.ProtectDialog.textInvalidName": "The range title must begin with a letter and may only contain letters, numbers, and spaces.", "SSE.Views.ProtectDialog.textInvalidRange": "ERROR! Invalid cells range", - "SSE.Views.ProtectDialog.textSelectData": "Select Data", + "SSE.Views.ProtectDialog.textSelectData": "Select data", "SSE.Views.ProtectDialog.txtAllow": "Allow all users of this sheet to", "SSE.Views.ProtectDialog.txtAutofilter": "Use AutoFilter", "SSE.Views.ProtectDialog.txtDelCols": "Delete columns", @@ -3121,34 +3121,34 @@ "SSE.Views.ProtectDialog.txtSelLocked": "Select locked cells", "SSE.Views.ProtectDialog.txtSelUnLocked": "Select unlocked cells", "SSE.Views.ProtectDialog.txtSheetDescription": "Prevent unwanted changes from others by limiting their ability to edit.", - "SSE.Views.ProtectDialog.txtSheetTitle": "Protect Sheet", + "SSE.Views.ProtectDialog.txtSheetTitle": "Protect sheet", "SSE.Views.ProtectDialog.txtSort": "Sort", "SSE.Views.ProtectDialog.txtWarning": "Warning: If you lose or forget the password, it cannot be recovered. Please keep it in a safe place.", "SSE.Views.ProtectDialog.txtWBDescription": "To prevent other users from viewing hidden worksheets, adding, moving, deleting, or hiding worksheets and renaming worksheets, you can protect the structure of your workbook with a password.", - "SSE.Views.ProtectDialog.txtWBTitle": "Protect Workbook structure", + "SSE.Views.ProtectDialog.txtWBTitle": "Protect workbook structure", "SSE.Views.ProtectRangesDlg.guestText": "Guest", "SSE.Views.ProtectRangesDlg.lockText": "Locked", "SSE.Views.ProtectRangesDlg.textDelete": "Delete", "SSE.Views.ProtectRangesDlg.textEdit": "Edit", "SSE.Views.ProtectRangesDlg.textEmpty": "No ranges allowed for edit.", "SSE.Views.ProtectRangesDlg.textNew": "New", - "SSE.Views.ProtectRangesDlg.textProtect": "Protect Sheet", + "SSE.Views.ProtectRangesDlg.textProtect": "Protect sheet", "SSE.Views.ProtectRangesDlg.textPwd": "Password", "SSE.Views.ProtectRangesDlg.textRange": "Range", "SSE.Views.ProtectRangesDlg.textRangesDesc": "Ranges unlocked by a password when sheet is protected (this works only for locked cells)", "SSE.Views.ProtectRangesDlg.textTitle": "Title", "SSE.Views.ProtectRangesDlg.tipIsLocked": "This element is being edited by another user.", - "SSE.Views.ProtectRangesDlg.txtEditRange": "Edit Range", - "SSE.Views.ProtectRangesDlg.txtNewRange": "New Range", + "SSE.Views.ProtectRangesDlg.txtEditRange": "Edit range", + "SSE.Views.ProtectRangesDlg.txtNewRange": "New range", "SSE.Views.ProtectRangesDlg.txtNo": "No", - "SSE.Views.ProtectRangesDlg.txtTitle": "Allow Users to Edit Ranges", + "SSE.Views.ProtectRangesDlg.txtTitle": "Allow users to edit ranges", "SSE.Views.ProtectRangesDlg.txtYes": "Yes", "SSE.Views.ProtectRangesDlg.warnDelete": "Are you sure you want to delete the name {0}?", "SSE.Views.RemoveDuplicatesDialog.textColumns": "Columns", "SSE.Views.RemoveDuplicatesDialog.textDescription": "To delete duplicate values, select one or more columns that contain duplicates.", "SSE.Views.RemoveDuplicatesDialog.textHeaders": "My data has headers", - "SSE.Views.RemoveDuplicatesDialog.textSelectAll": "Select All", - "SSE.Views.RemoveDuplicatesDialog.txtTitle": "Remove Duplicates", + "SSE.Views.RemoveDuplicatesDialog.textSelectAll": "Select all", + "SSE.Views.RemoveDuplicatesDialog.txtTitle": "Remove duplicates", "SSE.Views.RightMenu.txtCellSettings": "Cell settings", "SSE.Views.RightMenu.txtChartSettings": "Chart settings", "SSE.Views.RightMenu.txtImageSettings": "Image settings", @@ -3164,12 +3164,12 @@ "SSE.Views.ScaleDialog.textAuto": "Auto", "SSE.Views.ScaleDialog.textError": "The entered value is incorrect.", "SSE.Views.ScaleDialog.textFewPages": "pages", - "SSE.Views.ScaleDialog.textFitTo": "Fit To", + "SSE.Views.ScaleDialog.textFitTo": "Fit to", "SSE.Views.ScaleDialog.textHeight": "Height", "SSE.Views.ScaleDialog.textManyPages": "pages", "SSE.Views.ScaleDialog.textOnePage": "page", - "SSE.Views.ScaleDialog.textScaleTo": "Scale To", - "SSE.Views.ScaleDialog.textTitle": "Scale Settings", + "SSE.Views.ScaleDialog.textScaleTo": "Scale to", + "SSE.Views.ScaleDialog.textTitle": "Scale settings", "SSE.Views.ScaleDialog.textWidth": "Width", "SSE.Views.SetValueDialog.txtMaxText": "The maximum value for this field is {0}", "SSE.Views.SetValueDialog.txtMinText": "The minimum value for this field is {0}", @@ -3231,31 +3231,31 @@ "SSE.Views.ShapeSettings.txtPapyrus": "Papyrus", "SSE.Views.ShapeSettings.txtWood": "Wood", "SSE.Views.ShapeSettingsAdvanced.strColumns": "Columns", - "SSE.Views.ShapeSettingsAdvanced.strMargins": "Text Padding", + "SSE.Views.ShapeSettingsAdvanced.strMargins": "Text padding", "SSE.Views.ShapeSettingsAdvanced.textAbsolute": "Don't move or size with cells", - "SSE.Views.ShapeSettingsAdvanced.textAlt": "Alternative Text", + "SSE.Views.ShapeSettingsAdvanced.textAlt": "Alternative text", "SSE.Views.ShapeSettingsAdvanced.textAltDescription": "Description", "SSE.Views.ShapeSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart, or table.", "SSE.Views.ShapeSettingsAdvanced.textAltTitle": "Title", "SSE.Views.ShapeSettingsAdvanced.textAngle": "Angle", "SSE.Views.ShapeSettingsAdvanced.textArrows": "Arrows", "SSE.Views.ShapeSettingsAdvanced.textAutofit": "AutoFit", - "SSE.Views.ShapeSettingsAdvanced.textBeginSize": "Begin Size", - "SSE.Views.ShapeSettingsAdvanced.textBeginStyle": "Begin Style", + "SSE.Views.ShapeSettingsAdvanced.textBeginSize": "Begin size", + "SSE.Views.ShapeSettingsAdvanced.textBeginStyle": "Begin style", "SSE.Views.ShapeSettingsAdvanced.textBevel": "Bevel", "SSE.Views.ShapeSettingsAdvanced.textBottom": "Bottom", - "SSE.Views.ShapeSettingsAdvanced.textCapType": "Cap Type", + "SSE.Views.ShapeSettingsAdvanced.textCapType": "Cap type", "SSE.Views.ShapeSettingsAdvanced.textColNumber": "Number of columns", - "SSE.Views.ShapeSettingsAdvanced.textEndSize": "End Size", - "SSE.Views.ShapeSettingsAdvanced.textEndStyle": "End Style", + "SSE.Views.ShapeSettingsAdvanced.textEndSize": "End size", + "SSE.Views.ShapeSettingsAdvanced.textEndStyle": "End style", "SSE.Views.ShapeSettingsAdvanced.textFlat": "Flat", "SSE.Views.ShapeSettingsAdvanced.textFlipped": "Flipped", "SSE.Views.ShapeSettingsAdvanced.textHeight": "Height", "SSE.Views.ShapeSettingsAdvanced.textHorizontally": "Horizontally", - "SSE.Views.ShapeSettingsAdvanced.textJoinType": "Join Type", + "SSE.Views.ShapeSettingsAdvanced.textJoinType": "Join type", "SSE.Views.ShapeSettingsAdvanced.textKeepRatio": "Constant proportions", "SSE.Views.ShapeSettingsAdvanced.textLeft": "Left", - "SSE.Views.ShapeSettingsAdvanced.textLineStyle": "Line Style", + "SSE.Views.ShapeSettingsAdvanced.textLineStyle": "Line style", "SSE.Views.ShapeSettingsAdvanced.textMiter": "Miter", "SSE.Views.ShapeSettingsAdvanced.textOneCell": "Move but don't size with cells", "SSE.Views.ShapeSettingsAdvanced.textOverflow": "Allow text to overflow shape", @@ -3264,11 +3264,11 @@ "SSE.Views.ShapeSettingsAdvanced.textRotation": "Rotation", "SSE.Views.ShapeSettingsAdvanced.textRound": "Round", "SSE.Views.ShapeSettingsAdvanced.textSize": "Size", - "SSE.Views.ShapeSettingsAdvanced.textSnap": "Cell Snapping", + "SSE.Views.ShapeSettingsAdvanced.textSnap": "Cell snapping", "SSE.Views.ShapeSettingsAdvanced.textSpacing": "Spacing between columns", "SSE.Views.ShapeSettingsAdvanced.textSquare": "Square", - "SSE.Views.ShapeSettingsAdvanced.textTextBox": "Text Box", - "SSE.Views.ShapeSettingsAdvanced.textTitle": "Shape - Advanced Settings", + "SSE.Views.ShapeSettingsAdvanced.textTextBox": "Text box", + "SSE.Views.ShapeSettingsAdvanced.textTitle": "Shape - Advanced settings", "SSE.Views.ShapeSettingsAdvanced.textTop": "Top", "SSE.Views.ShapeSettingsAdvanced.textTwoCell": "Move and size with cells", "SSE.Views.ShapeSettingsAdvanced.textVertically": "Vertically", @@ -3291,7 +3291,7 @@ "SSE.Views.SignatureSettings.txtSigned": "Valid signatures have been added to the spreadsheet. The spreadsheet is protected from editing.", "SSE.Views.SignatureSettings.txtSignedInvalid": "Some of the digital signatures in spreadsheet are invalid or could not be verified. The spreadsheet is protected from editing.", "SSE.Views.SlicerAddDialog.textColumns": "Columns", - "SSE.Views.SlicerAddDialog.txtTitle": "Insert Slicers", + "SSE.Views.SlicerAddDialog.txtTitle": "Insert slicers", "SSE.Views.SlicerSettings.strHideNoData": "Hide items with no data", "SSE.Views.SlicerSettings.strIndNoData": "Visually indicate items with no data", "SSE.Views.SlicerSettings.strShowDel": "Show items deleted from the data source", @@ -3332,7 +3332,7 @@ "SSE.Views.SlicerSettingsAdvanced.strStyleSize": "Style & Size", "SSE.Views.SlicerSettingsAdvanced.strWidth": "Width", "SSE.Views.SlicerSettingsAdvanced.textAbsolute": "Don't move or size with cells", - "SSE.Views.SlicerSettingsAdvanced.textAlt": "Alternative Text", + "SSE.Views.SlicerSettingsAdvanced.textAlt": "Alternative text", "SSE.Views.SlicerSettingsAdvanced.textAltDescription": "Description", "SSE.Views.SlicerSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart or table.", "SSE.Views.SlicerSettingsAdvanced.textAltTitle": "Title", @@ -3341,17 +3341,17 @@ "SSE.Views.SlicerSettingsAdvanced.textDesc": "Descending", "SSE.Views.SlicerSettingsAdvanced.textFormulaName": "Name to use in formulas", "SSE.Views.SlicerSettingsAdvanced.textHeader": "Header", - "SSE.Views.SlicerSettingsAdvanced.textKeepRatio": "Constant Proportions", + "SSE.Views.SlicerSettingsAdvanced.textKeepRatio": "Constant proportions", "SSE.Views.SlicerSettingsAdvanced.textLargeSmall": "largest to smallest", "SSE.Views.SlicerSettingsAdvanced.textName": "Name", "SSE.Views.SlicerSettingsAdvanced.textNewOld": "newest to oldest", "SSE.Views.SlicerSettingsAdvanced.textOldNew": "oldest to newest", "SSE.Views.SlicerSettingsAdvanced.textOneCell": "Move but don't size with cells", "SSE.Views.SlicerSettingsAdvanced.textSmallLarge": "smallest to largest", - "SSE.Views.SlicerSettingsAdvanced.textSnap": "Cell Snapping", + "SSE.Views.SlicerSettingsAdvanced.textSnap": "Cell snapping", "SSE.Views.SlicerSettingsAdvanced.textSort": "Sort", "SSE.Views.SlicerSettingsAdvanced.textSourceName": "Source name", - "SSE.Views.SlicerSettingsAdvanced.textTitle": "Slicer - Advanced Settings", + "SSE.Views.SlicerSettingsAdvanced.textTitle": "Slicer - Advanced settings", "SSE.Views.SlicerSettingsAdvanced.textTwoCell": "Move and size with cells", "SSE.Views.SlicerSettingsAdvanced.textZA": "Z to A", "SSE.Views.SlicerSettingsAdvanced.txtEmpty": "This field is required", @@ -3398,7 +3398,7 @@ "SSE.Views.SortOptionsDialog.textHeaders": "My data has headers", "SSE.Views.SortOptionsDialog.textLeftRight": "Sort left to right", "SSE.Views.SortOptionsDialog.textOrientation": "Orientation", - "SSE.Views.SortOptionsDialog.textTitle": "Sort Options", + "SSE.Views.SortOptionsDialog.textTitle": "Sort options", "SSE.Views.SortOptionsDialog.textTopBottom": "Sort top to bottom", "SSE.Views.SpecialPasteDialog.textAdd": "Add", "SSE.Views.SpecialPasteDialog.textAll": "All", @@ -3416,11 +3416,11 @@ "SSE.Views.SpecialPasteDialog.textOperation": "Operation", "SSE.Views.SpecialPasteDialog.textPaste": "Paste", "SSE.Views.SpecialPasteDialog.textSub": "Subtract", - "SSE.Views.SpecialPasteDialog.textTitle": "Paste Special", + "SSE.Views.SpecialPasteDialog.textTitle": "Paste special", "SSE.Views.SpecialPasteDialog.textTranspose": "Transpose", "SSE.Views.SpecialPasteDialog.textValues": "Values", - "SSE.Views.SpecialPasteDialog.textVFormat": "Values & formatting", - "SSE.Views.SpecialPasteDialog.textVNFormat": "Values & number formats", + "SSE.Views.SpecialPasteDialog.textVFormat": "Values & Formatting", + "SSE.Views.SpecialPasteDialog.textVNFormat": "Values & Number formats", "SSE.Views.SpecialPasteDialog.textWBorders": "All except borders", "SSE.Views.Spellcheck.noSuggestions": "No spelling suggestions", "SSE.Views.Spellcheck.textChange": "Change", @@ -3457,7 +3457,7 @@ "SSE.Views.Statusbar.itemUnProtect": "Unprotect", "SSE.Views.Statusbar.RenameDialog.errNameExists": "Worksheet with such a name already exists.", "SSE.Views.Statusbar.RenameDialog.errNameWrongChar": "A sheet name cannot contain the following characters: \\/*?[]:", - "SSE.Views.Statusbar.RenameDialog.labelSheetName": "Sheet Name", + "SSE.Views.Statusbar.RenameDialog.labelSheetName": "Sheet name", "SSE.Views.Statusbar.selectAllSheets": "Select All Sheets", "SSE.Views.Statusbar.sheetIndexText": "Sheet {0} of {1}", "SSE.Views.Statusbar.textAverage": "Average", @@ -3483,7 +3483,7 @@ "SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "Operation could not be completed for the selected cell range.
Select a range which does not include other tables.", "SSE.Views.TableOptionsDialog.errorMultiCellFormula": "Multi-cell array formulas are not allowed in tables.", "SSE.Views.TableOptionsDialog.txtEmpty": "This field is required", - "SSE.Views.TableOptionsDialog.txtFormat": "Create Table", + "SSE.Views.TableOptionsDialog.txtFormat": "Create table", "SSE.Views.TableOptionsDialog.txtInvalidRange": "ERROR! Invalid cells range", "SSE.Views.TableOptionsDialog.txtNote": "The headers must remain in the same row, and the resulting table range must overlap the original table range.", "SSE.Views.TableOptionsDialog.txtTitle": "Title", @@ -3525,18 +3525,18 @@ "SSE.Views.TableSettings.textTemplate": "Select From Template", "SSE.Views.TableSettings.textTotal": "Total", "SSE.Views.TableSettings.warnLongOperation": "The operation you are about to perform might take rather much time to complete.
Are you sure you want to continue?", - "SSE.Views.TableSettingsAdvanced.textAlt": "Alternative Text", + "SSE.Views.TableSettingsAdvanced.textAlt": "Alternative text", "SSE.Views.TableSettingsAdvanced.textAltDescription": "Description", "SSE.Views.TableSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart or table.", "SSE.Views.TableSettingsAdvanced.textAltTitle": "Title", - "SSE.Views.TableSettingsAdvanced.textTitle": "Table - Advanced Settings", + "SSE.Views.TableSettingsAdvanced.textTitle": "Table - Advanced settings", "SSE.Views.TableSettingsAdvanced.txtGroupTable_Custom": "Custom", "SSE.Views.TableSettingsAdvanced.txtGroupTable_Dark": "Dark", "SSE.Views.TableSettingsAdvanced.txtGroupTable_Light": "Light", "SSE.Views.TableSettingsAdvanced.txtGroupTable_Medium": "Medium", - "SSE.Views.TableSettingsAdvanced.txtTable_TableStyleDark": "Table Style Dark", - "SSE.Views.TableSettingsAdvanced.txtTable_TableStyleLight": "Table Style Light", - "SSE.Views.TableSettingsAdvanced.txtTable_TableStyleMedium": "Table Style Medium", + "SSE.Views.TableSettingsAdvanced.txtTable_TableStyleDark": "Table style dark", + "SSE.Views.TableSettingsAdvanced.txtTable_TableStyleLight": "Table style light", + "SSE.Views.TableSettingsAdvanced.txtTable_TableStyleMedium": "Table style medium", "SSE.Views.TextArtSettings.strBackground": "Background color", "SSE.Views.TextArtSettings.strColor": "Color", "SSE.Views.TextArtSettings.strFill": "Fill", @@ -3594,7 +3594,7 @@ "SSE.Views.Toolbar.capBtnPageSize": "Size", "SSE.Views.Toolbar.capBtnPrintArea": "Print Area", "SSE.Views.Toolbar.capBtnPrintTitles": "Print Titles", - "SSE.Views.Toolbar.capBtnScale": "Scale to Fit", + "SSE.Views.Toolbar.capBtnScale": "Scale To Fit", "SSE.Views.Toolbar.capImgAlign": "Align", "SSE.Views.Toolbar.capImgBackward": "Send Backward", "SSE.Views.Toolbar.capImgForward": "Bring Forward", @@ -3673,7 +3673,7 @@ "SSE.Views.Toolbar.textPortrait": "Portrait", "SSE.Views.Toolbar.textPrint": "Print", "SSE.Views.Toolbar.textPrintGridlines": "Print gridlines", - "SSE.Views.Toolbar.textPrintHeadings": "Print headings", + "SSE.Views.Toolbar.textPrintHeadings": "Print Headings", "SSE.Views.Toolbar.textPrintOptions": "Print Settings", "SSE.Views.Toolbar.textRight": "Right: ", "SSE.Views.Toolbar.textRightBorders": "Right Borders", @@ -3862,27 +3862,27 @@ "SSE.Views.Top10FilterDialog.txtSum": "Sum", "SSE.Views.Top10FilterDialog.txtTitle": "Top 10 AutoFilter", "SSE.Views.Top10FilterDialog.txtTop": "Top", - "SSE.Views.Top10FilterDialog.txtValueTitle": "Top 10 Filter", - "SSE.Views.ValueFieldSettingsDialog.textTitle": "Value Field Settings", + "SSE.Views.Top10FilterDialog.txtValueTitle": "Top 10 filter", + "SSE.Views.ValueFieldSettingsDialog.textTitle": "Value field settings", "SSE.Views.ValueFieldSettingsDialog.txtAverage": "Average", "SSE.Views.ValueFieldSettingsDialog.txtBaseField": "Base field", "SSE.Views.ValueFieldSettingsDialog.txtBaseItem": "Base item", "SSE.Views.ValueFieldSettingsDialog.txtByField": "%1 of %2", "SSE.Views.ValueFieldSettingsDialog.txtCount": "Count", - "SSE.Views.ValueFieldSettingsDialog.txtCountNums": "Count Numbers", + "SSE.Views.ValueFieldSettingsDialog.txtCountNums": "Count numbers", "SSE.Views.ValueFieldSettingsDialog.txtCustomName": "Custom name", - "SSE.Views.ValueFieldSettingsDialog.txtDifference": "The Difference From", + "SSE.Views.ValueFieldSettingsDialog.txtDifference": "The difference from", "SSE.Views.ValueFieldSettingsDialog.txtIndex": "Index", "SSE.Views.ValueFieldSettingsDialog.txtMax": "Max", "SSE.Views.ValueFieldSettingsDialog.txtMin": "Min", - "SSE.Views.ValueFieldSettingsDialog.txtNormal": "No Calculation", + "SSE.Views.ValueFieldSettingsDialog.txtNormal": "No calculation", "SSE.Views.ValueFieldSettingsDialog.txtPercent": "Percent of", - "SSE.Views.ValueFieldSettingsDialog.txtPercentDiff": "Percent Difference From", - "SSE.Views.ValueFieldSettingsDialog.txtPercentOfCol": "Percent of Column", - "SSE.Views.ValueFieldSettingsDialog.txtPercentOfRow": "Percent of Total", - "SSE.Views.ValueFieldSettingsDialog.txtPercentOfTotal": "Percent of Row", + "SSE.Views.ValueFieldSettingsDialog.txtPercentDiff": "Percent difference from", + "SSE.Views.ValueFieldSettingsDialog.txtPercentOfCol": "Percent of column", + "SSE.Views.ValueFieldSettingsDialog.txtPercentOfRow": "Percent of total", + "SSE.Views.ValueFieldSettingsDialog.txtPercentOfTotal": "Percent of row", "SSE.Views.ValueFieldSettingsDialog.txtProduct": "Product", - "SSE.Views.ValueFieldSettingsDialog.txtRunTotal": "Running Total In", + "SSE.Views.ValueFieldSettingsDialog.txtRunTotal": "Running total in", "SSE.Views.ValueFieldSettingsDialog.txtShowAs": "Show values as", "SSE.Views.ValueFieldSettingsDialog.txtSourceName": "Source name:", "SSE.Views.ValueFieldSettingsDialog.txtStdDev": "StdDev", @@ -3905,33 +3905,33 @@ "SSE.Views.ViewManagerDlg.textRenameLabel": "Rename view", "SSE.Views.ViewManagerDlg.textViews": "Sheet views", "SSE.Views.ViewManagerDlg.tipIsLocked": "This element is being edited by another user.", - "SSE.Views.ViewManagerDlg.txtTitle": "Sheet View Manager", + "SSE.Views.ViewManagerDlg.txtTitle": "Sheet view manager", "SSE.Views.ViewManagerDlg.warnDeleteView": "You are trying to delete the currently enabled view '%1'.
Close this view and delete it?", "SSE.Views.ViewTab.capBtnFreeze": "Freeze Panes", "SSE.Views.ViewTab.capBtnSheetView": "Sheet View", - "SSE.Views.ViewTab.textAlwaysShowToolbar": "Always show toolbar", + "SSE.Views.ViewTab.textAlwaysShowToolbar": "Always Show Toolbar", "SSE.Views.ViewTab.textClose": "Close", - "SSE.Views.ViewTab.textCombineSheetAndStatusBars": "Combine sheet and status bars", + "SSE.Views.ViewTab.textCombineSheetAndStatusBars": "Combine Sheet and Status Bars", "SSE.Views.ViewTab.textCreate": "New", "SSE.Views.ViewTab.textDefault": "Default", - "SSE.Views.ViewTab.textFormula": "Formula bar", + "SSE.Views.ViewTab.textFormula": "Formula Bar", "SSE.Views.ViewTab.textFreezeCol": "Freeze First Column", "SSE.Views.ViewTab.textFreezeRow": "Freeze Top Row", "SSE.Views.ViewTab.textGridlines": "Gridlines", "SSE.Views.ViewTab.textHeadings": "Headings", - "SSE.Views.ViewTab.textInterfaceTheme": "Interface theme", + "SSE.Views.ViewTab.textInterfaceTheme": "Interface Theme", + "SSE.Views.ViewTab.textLeftMenu": "Left Panel", "SSE.Views.ViewTab.textManager": "View manager", - "SSE.Views.ViewTab.textShowFrozenPanesShadow": "Show frozen panes shadow", + "SSE.Views.ViewTab.textRightMenu": "Right Panel", + "SSE.Views.ViewTab.textShowFrozenPanesShadow": "Show Frozen Panes Shadow", "SSE.Views.ViewTab.textUnFreeze": "Unfreeze Panes", - "SSE.Views.ViewTab.textZeros": "Show zeros", + "SSE.Views.ViewTab.textZeros": "Show Zeros", "SSE.Views.ViewTab.textZoom": "Zoom", "SSE.Views.ViewTab.tipClose": "Close sheet view", "SSE.Views.ViewTab.tipCreate": "Create sheet view", "SSE.Views.ViewTab.tipFreeze": "Freeze panes", "SSE.Views.ViewTab.tipInterfaceTheme": "Interface theme", "SSE.Views.ViewTab.tipSheetView": "Sheet view", - "SSE.Views.ViewTab.textLeftMenu": "Left panel", - "SSE.Views.ViewTab.textRightMenu": "Right panel", "SSE.Views.WatchDialog.closeButtonText": "Close", "SSE.Views.WatchDialog.textAdd": "Add watch", "SSE.Views.WatchDialog.textBook": "Book", @@ -3942,7 +3942,7 @@ "SSE.Views.WatchDialog.textName": "Name", "SSE.Views.WatchDialog.textSheet": "Sheet", "SSE.Views.WatchDialog.textValue": "Value", - "SSE.Views.WatchDialog.txtTitle": "Watch Window", + "SSE.Views.WatchDialog.txtTitle": "Watch window", "SSE.Views.WBProtection.hintAllowRanges": "Allow edit ranges", "SSE.Views.WBProtection.hintProtectSheet": "Protect sheet", "SSE.Views.WBProtection.hintProtectWB": "Protect workbook", diff --git a/apps/spreadsheeteditor/main/locale/es.json b/apps/spreadsheeteditor/main/locale/es.json index dc96ec910..8f601c294 100644 --- a/apps/spreadsheeteditor/main/locale/es.json +++ b/apps/spreadsheeteditor/main/locale/es.json @@ -100,6 +100,12 @@ "Common.define.conditionalData.textUnique": "Único", "Common.define.conditionalData.textValue": "El valor es", "Common.define.conditionalData.textYesterday": "Ayer", + "Common.define.smartArt.textBalance": "Saldo", + "Common.define.smartArt.textEquation": "Ecuación", + "Common.define.smartArt.textFunnel": "Embudo", + "Common.define.smartArt.textList": "Lista", + "Common.define.smartArt.textOther": "Otro", + "Common.define.smartArt.textPicture": "Imagen", "Common.Translation.textMoreButton": "Más", "Common.Translation.warnFileLocked": "El archivo está siendo editado en otra aplicación. Puede continuar editándolo y guardarlo como una copia.", "Common.Translation.warnFileLockedBtnEdit": "Crear copia", @@ -318,6 +324,7 @@ "Common.Views.Plugins.textStart": "Iniciar", "Common.Views.Plugins.textStop": "Detener", "Common.Views.Protection.hintAddPwd": "Encriptar con contraseña", + "Common.Views.Protection.hintDelPwd": "Eliminar contraseña", "Common.Views.Protection.hintPwd": "Cambie o elimine la contraseña", "Common.Views.Protection.hintSignature": "Agregar firma digital o línea de firma", "Common.Views.Protection.txtAddPwd": "Agregar contraseña", @@ -669,7 +676,7 @@ "SSE.Controllers.FormulaDialog.sCategoryInformation": "Información", "SSE.Controllers.FormulaDialog.sCategoryLast10": "10 usados por última vez", "SSE.Controllers.FormulaDialog.sCategoryLogical": "Lógico", - "SSE.Controllers.FormulaDialog.sCategoryLookupAndReference": "Búsqueda y Referencia", + "SSE.Controllers.FormulaDialog.sCategoryLookupAndReference": "Búsqueda y referencia", "SSE.Controllers.FormulaDialog.sCategoryMathematic": "Matemáticas y trigonometría", "SSE.Controllers.FormulaDialog.sCategoryStatistical": "Estadístico", "SSE.Controllers.FormulaDialog.sCategoryTextAndData": "Texto y datos", @@ -726,6 +733,7 @@ "SSE.Controllers.Main.errorDefaultMessage": "Código de error: %1", "SSE.Controllers.Main.errorDeleteColumnContainsLockedCell": "Está intentando eliminar una columna que contiene una celda bloqueada. Las celdas bloqueadas no pueden borrarse mientras la hoja de cálculo esté protegida.
Para borrar una celda bloqueada, desproteja la hoja. Es posible que se le pida que introduzca una contraseña.", "SSE.Controllers.Main.errorDeleteRowContainsLockedCell": "Está intentando eliminar una fila que contiene una celda bloqueada. Las celdas bloqueadas no se pueden eliminar mientras la hoja de cálculo esté protegida.
Para eliminar una celda bloqueada, desproteja la hoja. Es posible que se le pida que introduzca una contraseña.", + "SSE.Controllers.Main.errorDirectUrl": "Por favor, verifique el vínculo al documento.
Este vínculo debe ser un vínculo directo al archivo para descargar.", "SSE.Controllers.Main.errorEditingDownloadas": "Se produjo un error durante el trabajo con el documento.
Use la opción 'Descargar como' para guardar la copia de seguridad de este archivo en el disco duro.", "SSE.Controllers.Main.errorEditingSaveas": "Se produjo un error durante el trabajo con el documento.
Use la opción 'Guardar como...' para guardar la copia de seguridad de este archivo en el disco duro.", "SSE.Controllers.Main.errorEditView": "La vista de hoja existente no puede ser editada y las nuevas no se pueden crear en este momento, ya que algunas de ellas se están editando.", @@ -822,6 +830,7 @@ "SSE.Controllers.Main.textCloseTip": "Pulse para cerrar el consejo", "SSE.Controllers.Main.textConfirm": "Confirmación", "SSE.Controllers.Main.textContactUs": "Contactar con equipo de ventas", + "SSE.Controllers.Main.textContinue": "Continuar", "SSE.Controllers.Main.textConvertEquation": "Esta ecuación fue creada con una versión antigua del editor de ecuaciones que ya no es compatible. Para editarla, convierta la ecuación al formato ML de Office Math.
¿Convertir ahora?", "SSE.Controllers.Main.textCustomLoader": "Note, por favor, que según los términos de la licencia Usted no tiene derecho a cambiar el cargador.
Por favor, póngase en contacto con nuestro Departamento de Ventas para obtener una cotización.", "SSE.Controllers.Main.textDisconnect": "Se ha perdido la conexión", @@ -850,6 +859,7 @@ "SSE.Controllers.Main.textStrict": "Modo estricto", "SSE.Controllers.Main.textTryUndoRedo": "Las funciones Deshacer/Rehacer están desactivadas para el modo co-edición rápido.
Haga Clic en el botón \"modo estricto\" para cambiar al modo de co-edición estricta para editar el archivo sin la interferencia de otros usuarios y enviar sus cambios sólo después de guardarlos. Se puede cambiar entre los modos de co-edición usando los ajustes avanzados de edición.", "SSE.Controllers.Main.textTryUndoRedoWarn": "Las funciones Deshacer/Rehacer están desactivadas en el modo de co-edición rápido.", + "SSE.Controllers.Main.textUndo": "Deshacer", "SSE.Controllers.Main.textYes": "Sí", "SSE.Controllers.Main.titleLicenseExp": "Licencia ha expirado", "SSE.Controllers.Main.titleServerVersion": "Editor ha sido actualizado", @@ -1276,6 +1286,12 @@ "SSE.Controllers.Toolbar.txtFunction_Sinh": "Función de seno hiperbólica", "SSE.Controllers.Toolbar.txtFunction_Tan": "Función de tangente", "SSE.Controllers.Toolbar.txtFunction_Tanh": "Función de tangente hiperbólica", + "SSE.Controllers.Toolbar.txtGroupCell_Custom": "Personalizado", + "SSE.Controllers.Toolbar.txtGroupCell_NumberFormat": "Formato de número", + "SSE.Controllers.Toolbar.txtGroupTable_Custom": "Personalizado", + "SSE.Controllers.Toolbar.txtGroupTable_Dark": "Oscuro", + "SSE.Controllers.Toolbar.txtGroupTable_Light": "Claro", + "SSE.Controllers.Toolbar.txtGroupTable_Medium": "Medio", "SSE.Controllers.Toolbar.txtInsertCells": "Insertar celdas", "SSE.Controllers.Toolbar.txtIntegral": "Integral", "SSE.Controllers.Toolbar.txtIntegral_dtheta": "Diferencial zeta", @@ -1649,22 +1665,26 @@ "SSE.Views.ChartSettings.textBorderSizeErr": "El valor numérico es incorrecto.
Por favor, introduzca un valor de 0 a 1584 puntos.", "SSE.Views.ChartSettings.textChangeType": "Cambiar tipo", "SSE.Views.ChartSettings.textChartType": "Cambiar tipo de gráfico", + "SSE.Views.ChartSettings.textDown": "Abajo", "SSE.Views.ChartSettings.textEditData": "Editar datos y ubicación", "SSE.Views.ChartSettings.textFirstPoint": "Primer punto", "SSE.Views.ChartSettings.textHeight": "Altura", "SSE.Views.ChartSettings.textHighPoint": "Punto alto", "SSE.Views.ChartSettings.textKeepRatio": "Proporciones constantes", "SSE.Views.ChartSettings.textLastPoint": "Último punto", + "SSE.Views.ChartSettings.textLeft": "Izquierda", "SSE.Views.ChartSettings.textLowPoint": "Punto bajo", "SSE.Views.ChartSettings.textMarkers": "Marcadores", "SSE.Views.ChartSettings.textNegativePoint": "Punto negativo", "SSE.Views.ChartSettings.textRanges": "Rango de datos", + "SSE.Views.ChartSettings.textRight": "Derecha", "SSE.Views.ChartSettings.textSelectData": "Seleccionar datos", "SSE.Views.ChartSettings.textShow": "Mostrar", "SSE.Views.ChartSettings.textSize": "Tamaño", "SSE.Views.ChartSettings.textStyle": "Estilo", "SSE.Views.ChartSettings.textSwitch": "Cambiar Fila/Columna", "SSE.Views.ChartSettings.textType": "Tipo", + "SSE.Views.ChartSettings.textUp": "Arriba", "SSE.Views.ChartSettings.textWidth": "Ancho", "SSE.Views.ChartSettingsDlg.errorMaxPoints": "¡ERROR! El máximo", "SSE.Views.ChartSettingsDlg.errorMaxRows": "¡ERROR! El número máximo de series de datos por gráfico es 225", @@ -1818,6 +1838,7 @@ "SSE.Views.DataTab.capBtnTextRemDuplicates": "Eliminar duplicados", "SSE.Views.DataTab.capBtnTextToCol": "Texto en columnas", "SSE.Views.DataTab.capBtnUngroup": "Desagrupar", + "SSE.Views.DataTab.capDataExternalLinks": "Enlaces externos", "SSE.Views.DataTab.capDataFromText": "Obtener los datos", "SSE.Views.DataTab.mniFromFile": "Desde el archivo TXT/CSV local", "SSE.Views.DataTab.mniFromUrl": "Desde la dirección web del archivo TXT/CSV", @@ -2047,6 +2068,7 @@ "SSE.Views.DocumentHolder.txtPaste": "Pegar", "SSE.Views.DocumentHolder.txtPercentage": "Porcentaje", "SSE.Views.DocumentHolder.txtReapply": "Reaplicar", + "SSE.Views.DocumentHolder.txtRefresh": "Actualizar", "SSE.Views.DocumentHolder.txtRow": "Toda la fila", "SSE.Views.DocumentHolder.txtRowHeight": "Ajustar altura de fila", "SSE.Views.DocumentHolder.txtScientific": "Scientífico", @@ -2067,6 +2089,8 @@ "SSE.Views.DocumentHolder.txtUngroup": "Desagrupar", "SSE.Views.DocumentHolder.txtWidth": "Ancho", "SSE.Views.DocumentHolder.vertAlignText": "Alineación vertical", + "SSE.Views.ExternalLinksDlg.closeButtonText": "Cerrar", + "SSE.Views.ExternalLinksDlg.txtTitle": "Enlaces externos", "SSE.Views.FieldSettingsDialog.strLayout": "Diseño", "SSE.Views.FieldSettingsDialog.strSubtotals": "Subtotales", "SSE.Views.FieldSettingsDialog.textReport": "Formulario de informe", @@ -2130,6 +2154,7 @@ "SSE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Ubicación", "SSE.Views.FileMenuPanels.DocumentInfo.txtRights": "Personas que tienen derechos", "SSE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Asunto", + "SSE.Views.FileMenuPanels.DocumentInfo.txtTags": "Etiquetas", "SSE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Título", "SSE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Subido", "SSE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Cambiar derechos de acceso", @@ -2430,6 +2455,7 @@ "SSE.Views.FormulaTab.txtFormulaTip": "Insertar función", "SSE.Views.FormulaTab.txtMore": "Más funciones", "SSE.Views.FormulaTab.txtRecent": "Usados recientemente", + "SSE.Views.FormulaTab.txtWatch": "Ventana Inspección", "SSE.Views.FormulaWizard.textAny": "cualquier", "SSE.Views.FormulaWizard.textArgument": "Argumento", "SSE.Views.FormulaWizard.textFunction": "Función", @@ -2773,6 +2799,10 @@ "SSE.Views.PivotTable.tipSelect": "Seleccione toda la tabla de pivote", "SSE.Views.PivotTable.tipSubtotals": "Mostrar u ocultar subtotales", "SSE.Views.PivotTable.txtCreate": "Insertar tabla", + "SSE.Views.PivotTable.txtGroupPivot_Custom": "Personalizado", + "SSE.Views.PivotTable.txtGroupPivot_Dark": "Oscuro", + "SSE.Views.PivotTable.txtGroupPivot_Light": "Claro", + "SSE.Views.PivotTable.txtGroupPivot_Medium": "Medio", "SSE.Views.PivotTable.txtPivotTable": "Tabla Dinámica", "SSE.Views.PivotTable.txtRefresh": "Actualizar", "SSE.Views.PivotTable.txtSelect": "Seleccionar", @@ -3302,6 +3332,13 @@ "SSE.Views.TableSettingsAdvanced.textAltTip": "Representación de texto alternativa de la información sobre el objeto visual, que se leerá para las personas con deficiencia visual o deterioro cognitivo para ayudarles a entender mejor, que información contiene la imagen, autoforma, gráfico o tabla.", "SSE.Views.TableSettingsAdvanced.textAltTitle": "Título", "SSE.Views.TableSettingsAdvanced.textTitle": "Tabla - Ajustes avanzados", + "SSE.Views.TableSettingsAdvanced.txtGroupTable_Custom": "Personalizado", + "SSE.Views.TableSettingsAdvanced.txtGroupTable_Dark": "Oscuro", + "SSE.Views.TableSettingsAdvanced.txtGroupTable_Light": "Claro", + "SSE.Views.TableSettingsAdvanced.txtGroupTable_Medium": "Medio", + "SSE.Views.TableSettingsAdvanced.txtTable_TableStyleDark": "Estilo de tabla oscuro", + "SSE.Views.TableSettingsAdvanced.txtTable_TableStyleLight": "Estilo de tabla claro", + "SSE.Views.TableSettingsAdvanced.txtTable_TableStyleMedium": "Estilo de tabla medio", "SSE.Views.TextArtSettings.strBackground": "Color de fondo", "SSE.Views.TextArtSettings.strColor": "Color", "SSE.Views.TextArtSettings.strFill": "Relleno", @@ -3352,12 +3389,13 @@ "SSE.Views.Toolbar.capBtnComment": "Comentario", "SSE.Views.Toolbar.capBtnInsHeader": "Encabezado/Pie de página", "SSE.Views.Toolbar.capBtnInsSlicer": "Segmentación de datos", + "SSE.Views.Toolbar.capBtnInsSmartArt": "SmartArt", "SSE.Views.Toolbar.capBtnInsSymbol": "Símbolo", "SSE.Views.Toolbar.capBtnMargins": "Márgenes", "SSE.Views.Toolbar.capBtnPageOrient": "Orientación ", "SSE.Views.Toolbar.capBtnPageSize": "Tamaño", "SSE.Views.Toolbar.capBtnPrintArea": "Área de impresión", - "SSE.Views.Toolbar.capBtnPrintTitles": "Imprimir Títulos", + "SSE.Views.Toolbar.capBtnPrintTitles": "Imprimir títulos", "SSE.Views.Toolbar.capBtnScale": "Ajustar área de impresión", "SSE.Views.Toolbar.capImgAlign": "Alineación", "SSE.Views.Toolbar.capImgBackward": "Enviar hacia atrás", @@ -3371,7 +3409,7 @@ "SSE.Views.Toolbar.capInsertSpark": "Minigráfico", "SSE.Views.Toolbar.capInsertTable": "Tabla", "SSE.Views.Toolbar.capInsertText": "Cuadro de texto", - "SSE.Views.Toolbar.capInsertTextart": "Galería de Texto", + "SSE.Views.Toolbar.capInsertTextart": "Galería de texto", "SSE.Views.Toolbar.mniImageFromFile": "Imagen desde archivo", "SSE.Views.Toolbar.mniImageFromStorage": "Imagen de Almacenamiento", "SSE.Views.Toolbar.mniImageFromUrl": "Imagen desde url", @@ -3397,6 +3435,7 @@ "SSE.Views.Toolbar.textClockwise": "En la dirección de manecillas de reloj", "SSE.Views.Toolbar.textColorScales": "Escalas de color", "SSE.Views.Toolbar.textCounterCw": "En el sentido antihorario", + "SSE.Views.Toolbar.textCustom": "Personalizado", "SSE.Views.Toolbar.textDataBars": "Barras de datos", "SSE.Views.Toolbar.textDelLeft": "Desplazar celdas a la izquierda", "SSE.Views.Toolbar.textDelUp": "Desplazar celdas hacia arriba", @@ -3547,6 +3586,7 @@ "SSE.Views.Toolbar.txtAdditional": "Adicional", "SSE.Views.Toolbar.txtAscending": "Ascendente", "SSE.Views.Toolbar.txtAutosumTip": "Sumatoria", + "SSE.Views.Toolbar.txtCellStyle": "Estilo de celda", "SSE.Views.Toolbar.txtClearAll": "Todo", "SSE.Views.Toolbar.txtClearComments": "Comentarios", "SSE.Views.Toolbar.txtClearFilter": "Limpiar filtro", @@ -3689,6 +3729,14 @@ "SSE.Views.ViewTab.tipFreeze": "Congelar paneles", "SSE.Views.ViewTab.tipInterfaceTheme": "Tema de la interfaz", "SSE.Views.ViewTab.tipSheetView": "Vista de hoja", + "SSE.Views.WatchDialog.closeButtonText": "Cerrar", + "SSE.Views.WatchDialog.textCell": "Celda", + "SSE.Views.WatchDialog.textDeleteAll": "Borrar todo", + "SSE.Views.WatchDialog.textFormula": "Fórmula", + "SSE.Views.WatchDialog.textName": "Nombre", + "SSE.Views.WatchDialog.textSheet": "Hoja", + "SSE.Views.WatchDialog.textValue": "Valor", + "SSE.Views.WatchDialog.txtTitle": "Ventana Inspección", "SSE.Views.WBProtection.hintAllowRanges": "Permitir editar rangos", "SSE.Views.WBProtection.hintProtectSheet": "Proteger hoja", "SSE.Views.WBProtection.hintProtectWB": "Proteger libro", diff --git a/apps/spreadsheeteditor/main/locale/fr.json b/apps/spreadsheeteditor/main/locale/fr.json index eadab2659..553f1fa06 100644 --- a/apps/spreadsheeteditor/main/locale/fr.json +++ b/apps/spreadsheeteditor/main/locale/fr.json @@ -2110,15 +2110,20 @@ "SSE.Views.DigitalFilterDialog.textUse1": "Utilisez ? pour représenter un seul caractère", "SSE.Views.DigitalFilterDialog.textUse2": "Utilisez * pour présenter une série de caractères", "SSE.Views.DigitalFilterDialog.txtTitle": "Filtre personnalisé", + "SSE.Views.DocumentHolder.advancedEquationText": "Paramètres d'équations", "SSE.Views.DocumentHolder.advancedImgText": "Paramètres avancés de l'image", "SSE.Views.DocumentHolder.advancedShapeText": "Paramètres avancés de la forme", "SSE.Views.DocumentHolder.advancedSlicerText": "Paramètres avancés du segment", + "SSE.Views.DocumentHolder.allLinearText": "Toutes - Linéaire", + "SSE.Views.DocumentHolder.allProfText": "Toutes - Professionnel", "SSE.Views.DocumentHolder.bottomCellText": "Aligner en bas", "SSE.Views.DocumentHolder.bulletsText": "Puces et Numéros", "SSE.Views.DocumentHolder.centerCellText": "Aligner au centre", "SSE.Views.DocumentHolder.chartDataText": "Sélectionner les données du graphique", "SSE.Views.DocumentHolder.chartText": "Paramètres du graphique avancés", "SSE.Views.DocumentHolder.chartTypeText": "Modifier le type de graphique", + "SSE.Views.DocumentHolder.currLinearText": "Actuelles - Linéaire", + "SSE.Views.DocumentHolder.currProfText": "Actuelles - Professionnel", "SSE.Views.DocumentHolder.deleteColumnText": "Colonne", "SSE.Views.DocumentHolder.deleteRowText": "Ligne", "SSE.Views.DocumentHolder.deleteTableText": "Tableau", @@ -2132,6 +2137,7 @@ "SSE.Views.DocumentHolder.insertColumnRightText": "Colonne à droite", "SSE.Views.DocumentHolder.insertRowAboveText": "Ligne au-dessus", "SSE.Views.DocumentHolder.insertRowBelowText": "Ligne en dessous", + "SSE.Views.DocumentHolder.latexText": "LaTeX", "SSE.Views.DocumentHolder.originalSizeText": "Taille actuelle", "SSE.Views.DocumentHolder.removeHyperlinkText": "Supprimer le lien hypertexte", "SSE.Views.DocumentHolder.selectColumnText": "Colonne entière", @@ -2241,6 +2247,7 @@ "SSE.Views.DocumentHolder.txtPaste": "Coller", "SSE.Views.DocumentHolder.txtPercentage": "Pourcentage", "SSE.Views.DocumentHolder.txtReapply": "Appliquer à nouveau", + "SSE.Views.DocumentHolder.txtRefresh": "Actualiser", "SSE.Views.DocumentHolder.txtRow": "Ligne entière", "SSE.Views.DocumentHolder.txtRowHeight": "Définir la hauteur de ligne", "SSE.Views.DocumentHolder.txtScientific": "Scientifique", @@ -2260,6 +2267,7 @@ "SSE.Views.DocumentHolder.txtTime": "Heure", "SSE.Views.DocumentHolder.txtUngroup": "Dissocier", "SSE.Views.DocumentHolder.txtWidth": "Largeur", + "SSE.Views.DocumentHolder.unicodeText": "Unicode", "SSE.Views.DocumentHolder.vertAlignText": "Alignement vertical", "SSE.Views.ExternalLinksDlg.closeButtonText": "Fermer", "SSE.Views.ExternalLinksDlg.textDelete": "Rompre les liaisons", diff --git a/apps/spreadsheeteditor/main/locale/hy.json b/apps/spreadsheeteditor/main/locale/hy.json index 67b928577..b78f68bfc 100644 --- a/apps/spreadsheeteditor/main/locale/hy.json +++ b/apps/spreadsheeteditor/main/locale/hy.json @@ -2065,6 +2065,7 @@ "SSE.Views.DocumentHolder.txtPaste": "Փակցնել", "SSE.Views.DocumentHolder.txtPercentage": "Տոկոսային", "SSE.Views.DocumentHolder.txtReapply": "Կրկին դիմել", + "SSE.Views.DocumentHolder.txtRefresh": "Թարմացնել", "SSE.Views.DocumentHolder.txtRow": "Ամբողջ շարքը", "SSE.Views.DocumentHolder.txtRowHeight": "Սահմանեք տողի բարձրությունը", "SSE.Views.DocumentHolder.txtScientific": "Գիտական", diff --git a/apps/spreadsheeteditor/main/locale/id.json b/apps/spreadsheeteditor/main/locale/id.json index 890728308..e682659e1 100644 --- a/apps/spreadsheeteditor/main/locale/id.json +++ b/apps/spreadsheeteditor/main/locale/id.json @@ -100,6 +100,165 @@ "Common.define.conditionalData.textUnique": "Unik", "Common.define.conditionalData.textValue": "Nilai adalah", "Common.define.conditionalData.textYesterday": "Kemarin", + "Common.define.smartArt.textAccentedPicture": "Gambar Beraksen", + "Common.define.smartArt.textAccentProcess": "Proses Aksen", + "Common.define.smartArt.textAlternatingFlow": "Alur Bolak-Balik", + "Common.define.smartArt.textAlternatingHexagons": "Segi Enam Bolak-Balik", + "Common.define.smartArt.textAlternatingPictureBlocks": "Blok Gambar Bolak-Balik", + "Common.define.smartArt.textAlternatingPictureCircles": "Lingkaran Gambar Bolak-Balik", + "Common.define.smartArt.textArchitectureLayout": "Tata Letak Arsitektur", + "Common.define.smartArt.textArrowRibbon": "Pita Anak Panah", + "Common.define.smartArt.textAscendingPictureAccentProcess": "Proses Akses Gambar Naik", + "Common.define.smartArt.textBalance": "Seimbang", + "Common.define.smartArt.textBasicBendingProcess": "Proses Meliuk Dasar", + "Common.define.smartArt.textBasicBlockList": "Daftar Blok Dasar", + "Common.define.smartArt.textBasicChevronProcess": "Proses Chevron Dasar", + "Common.define.smartArt.textBasicCycle": "Lingkaran Dasar", + "Common.define.smartArt.textBasicMatrix": "Matriks Dasar", + "Common.define.smartArt.textBasicPie": "Pai Dasar", + "Common.define.smartArt.textBasicProcess": "Proses Dasar", + "Common.define.smartArt.textBasicPyramid": "Piramida Dasar", + "Common.define.smartArt.textBasicRadial": "Radial Dasar", + "Common.define.smartArt.textBasicTarget": "Target Dasar", + "Common.define.smartArt.textBasicTimeline": "Garis Waktu Dasar", + "Common.define.smartArt.textBasicVenn": "Venn Dasar", + "Common.define.smartArt.textBendingPictureAccentList": "Daftar Akses Gambar Meliuk", + "Common.define.smartArt.textBendingPictureBlocks": "Blok Gambar Meliuk", + "Common.define.smartArt.textBendingPictureCaption": "Keterangan Gambar Meliuk", + "Common.define.smartArt.textBendingPictureCaptionList": "Daftar Keterangan Gambar Meliuk", + "Common.define.smartArt.textBendingPictureSemiTranparentText": "Teks Semi-Transparan Gambar Meliuk", + "Common.define.smartArt.textBlockCycle": "Lingkaran Blok", + "Common.define.smartArt.textBubblePictureList": "Daftar Gambar Gelembung", + "Common.define.smartArt.textCaptionedPictures": "Gambar Dengan Keterangan", + "Common.define.smartArt.textChevronAccentProcess": "Proses Aksen Chevron", + "Common.define.smartArt.textChevronList": "Daftar Chevron", + "Common.define.smartArt.textCircleAccentTimeline": "Garis Waktu Aksen Lingkaran", + "Common.define.smartArt.textCircleArrowProcess": "Proses Panah Lingkaran", + "Common.define.smartArt.textCirclePictureHierarchy": "Hierarki Gambar Lingkaran", + "Common.define.smartArt.textCircleProcess": "Proses Lingkaran", + "Common.define.smartArt.textCircleRelationship": "Hubungan Lingkaran", + "Common.define.smartArt.textCircularBendingProcess": "Proses Melingkar", + "Common.define.smartArt.textCircularPictureCallout": "Panggilan Gambar Melingkar", + "Common.define.smartArt.textClosedChevronProcess": "Proses Chevron Tertutup", + "Common.define.smartArt.textContinuousArrowProcess": "Proses Panah Berkelanjutan", + "Common.define.smartArt.textContinuousBlockProcess": "Proses Blok Berkelanjutan", + "Common.define.smartArt.textContinuousCycle": "Siklus Berkelanjutan", + "Common.define.smartArt.textContinuousPictureList": "Daftar Gambar Berkelanjutan", + "Common.define.smartArt.textConvergingArrows": "Panah Memusat", + "Common.define.smartArt.textConvergingRadial": "Radial Memusat", + "Common.define.smartArt.textConvergingText": "Teks Memusat", + "Common.define.smartArt.textCounterbalanceArrows": "Panah Pengimbang", + "Common.define.smartArt.textCycle": "Siklus", + "Common.define.smartArt.textCycleMatrix": "Matriks Siklus", + "Common.define.smartArt.textDescendingBlockList": "Daftar Blok Turun", + "Common.define.smartArt.textDescendingProcess": "Proses Menurun", + "Common.define.smartArt.textDetailedProcess": "Proses Terperinci", + "Common.define.smartArt.textDivergingArrows": "Panah Menyebar", + "Common.define.smartArt.textDivergingRadial": "Radial Menyebar", + "Common.define.smartArt.textEquation": "Persamaan", + "Common.define.smartArt.textFramedTextPicture": "Gambar Teks Terbingkai", + "Common.define.smartArt.textFunnel": "Corong", + "Common.define.smartArt.textGear": "Gerigi", + "Common.define.smartArt.textGridMatrix": "Matriks Kisi", + "Common.define.smartArt.textGroupedList": "Daftar yang Dikelompokkan", + "Common.define.smartArt.textHalfCircleOrganizationChart": "Bagan Organisasi Setengah Lingkaran", + "Common.define.smartArt.textHexagonCluster": "Kluster Segi Enam", + "Common.define.smartArt.textHexagonRadial": "Radial Segi Enam", + "Common.define.smartArt.textHierarchy": "Hierarki", + "Common.define.smartArt.textHierarchyList": "Daftar Hierarki", + "Common.define.smartArt.textHorizontalBulletList": "Daftar Poin Horizontal", + "Common.define.smartArt.textHorizontalHierarchy": "Hierarki Horizontal", + "Common.define.smartArt.textHorizontalLabeledHierarchy": "Hierarki Berlabel Horizontal", + "Common.define.smartArt.textHorizontalMultiLevelHierarchy": "Hierarki Multi-Level Horizontal", + "Common.define.smartArt.textHorizontalOrganizationChart": "Bagan Organisasi Horizontal", + "Common.define.smartArt.textHorizontalPictureList": "Daftar Gambar Horizontal", + "Common.define.smartArt.textIncreasingArrowProcess": "Proses Panah Meningkat", + "Common.define.smartArt.textIncreasingCircleProcess": "Proses Lingkaran Meningkat", + "Common.define.smartArt.textInterconnectedBlockProcess": "Proses Blok yang Saling Terhubung", + "Common.define.smartArt.textInterconnectedRings": "Cincin yang Saling Terhubung", + "Common.define.smartArt.textInvertedPyramid": "Piramida Terbalik", + "Common.define.smartArt.textLabeledHierarchy": "Hierarki Berlabel", + "Common.define.smartArt.textLinearVenn": "Venn Linear", + "Common.define.smartArt.textLinedList": "Daftar Bergaris", + "Common.define.smartArt.textList": "Daftar", + "Common.define.smartArt.textMatrix": "Matriks", + "Common.define.smartArt.textMultidirectionalCycle": "Siklus Multiarah", + "Common.define.smartArt.textNameAndTitleOrganizationChart": "Bagan Organisasi Nama dan Jabatan", + "Common.define.smartArt.textNestedTarget": "Target Bertumpuk", + "Common.define.smartArt.textNondirectionalCycle": "Siklus Tanpa Arah", + "Common.define.smartArt.textOpposingArrows": "Panah Berlawanan", + "Common.define.smartArt.textOpposingIdeas": "Ide Berlawanan", + "Common.define.smartArt.textOrganizationChart": "Bagan Organisasi", + "Common.define.smartArt.textOther": "Lainnya", + "Common.define.smartArt.textPhasedProcess": "Proses Berfase", + "Common.define.smartArt.textPicture": "Gambar", + "Common.define.smartArt.textPictureAccentBlocks": "Blok Aksen Gambar", + "Common.define.smartArt.textPictureAccentList": "Daftar Aksen Gambar", + "Common.define.smartArt.textPictureAccentProcess": "Proses Aksen Gambar", + "Common.define.smartArt.textPictureCaptionList": "Daftar Keterangan Gambar", + "Common.define.smartArt.textPictureFrame": "PictureFrame", + "Common.define.smartArt.textPictureGrid": "Kisi Gambar", + "Common.define.smartArt.textPictureLineup": "Deretan Gambar", + "Common.define.smartArt.textPictureOrganizationChart": "Bagan Organisasi Gambar", + "Common.define.smartArt.textPictureStrips": "Jalur Gambar", + "Common.define.smartArt.textPieProcess": "Proses Pai", + "Common.define.smartArt.textPlusAndMinus": "Plus dan Minus", + "Common.define.smartArt.textProcess": "Proses", + "Common.define.smartArt.textProcessArrows": "Panah Proses", + "Common.define.smartArt.textProcessList": "Daftar Proses", + "Common.define.smartArt.textPyramid": "Piramida", + "Common.define.smartArt.textPyramidList": "Daftar Piramida", + "Common.define.smartArt.textRadialCluster": "Kluster Radial", + "Common.define.smartArt.textRadialCycle": "Siklus Radial", + "Common.define.smartArt.textRadialList": "Daftar Radial", + "Common.define.smartArt.textRadialPictureList": "Daftar Gambar Radial", + "Common.define.smartArt.textRadialVenn": "Venn Radial", + "Common.define.smartArt.textRandomToResultProcess": "Proses Acak ke Hasil", + "Common.define.smartArt.textRelationship": "Hubungan", + "Common.define.smartArt.textRepeatingBendingProcess": "Proses Pengarahan Berulang", + "Common.define.smartArt.textReverseList": "Daftar Terbalik", + "Common.define.smartArt.textSegmentedCycle": "Siklus Bersegmen", + "Common.define.smartArt.textSegmentedProcess": "Proses Bersegmen", + "Common.define.smartArt.textSegmentedPyramid": "Piramida Bersegmen", + "Common.define.smartArt.textSnapshotPictureList": "Daftar Gambar Snapshot", + "Common.define.smartArt.textSpiralPicture": "Gambar Spiral", + "Common.define.smartArt.textSquareAccentList": "Daftar Aksen Persegi", + "Common.define.smartArt.textStackedList": "Daftar Bertumpuk", + "Common.define.smartArt.textStackedVenn": "Venn Bertumpuk", + "Common.define.smartArt.textStaggeredProcess": "Proses Pengaturan", + "Common.define.smartArt.textStepDownProcess": "Proses Mundur", + "Common.define.smartArt.textStepUpProcess": "Proses Meningkat", + "Common.define.smartArt.textSubStepProcess": "Proses Sub-Langkah", + "Common.define.smartArt.textTabbedArc": "Busur Bertab", + "Common.define.smartArt.textTableHierarchy": "Hierarki Tabel", + "Common.define.smartArt.textTableList": "Daftar Tabel", + "Common.define.smartArt.textTabList": "Daftar Tab", + "Common.define.smartArt.textTargetList": "Daftar Target", + "Common.define.smartArt.textTextCycle": "Siklus Teks", + "Common.define.smartArt.textThemePictureAccent": "Aksen Gambar Tema", + "Common.define.smartArt.textThemePictureAlternatingAccent": "Aksen Bolak-Balik Gambar Tema", + "Common.define.smartArt.textThemePictureGrid": "Kisi Gambar Tema", + "Common.define.smartArt.textTitledMatrix": "Matriks Berjudul", + "Common.define.smartArt.textTitledPictureAccentList": "Daftar Aksen Gambar Berjudul", + "Common.define.smartArt.textTitledPictureBlocks": "Blok Gambar Berjudul", + "Common.define.smartArt.textTitlePictureLineup": "Deretan Gambar Judul", + "Common.define.smartArt.textTrapezoidList": "Daftar Trapesium", + "Common.define.smartArt.textUpwardArrow": "Panah ke Atas", + "Common.define.smartArt.textVaryingWidthList": "Daftar dengan Lebar Bervariasi", + "Common.define.smartArt.textVerticalAccentList": "Daftar Aksen Vertikal", + "Common.define.smartArt.textVerticalArrowList": "Daftar Panah Vertikal", + "Common.define.smartArt.textVerticalBendingProcess": "Arah Proses Vertikal", + "Common.define.smartArt.textVerticalBlockList": "Daftar Blok Vertikal", + "Common.define.smartArt.textVerticalBoxList": "Daftar Kotak Vertikal", + "Common.define.smartArt.textVerticalBracketList": "Daftar Tanda Kurung Vertikal", + "Common.define.smartArt.textVerticalBulletList": "Daftar Poin Vertikal", + "Common.define.smartArt.textVerticalChevronList": "Daftar Chevron Vertikal", + "Common.define.smartArt.textVerticalCircleList": "Daftar Lingkaran Vertikal", + "Common.define.smartArt.textVerticalCurvedList": "Daftar Kurva Vertikal", + "Common.define.smartArt.textVerticalEquation": "Persamaan Vertikal", + "Common.define.smartArt.textVerticalPictureAccentList": "Daftar Aksen Gambar Vertikal", + "Common.define.smartArt.textVerticalPictureList": "Daftar Gambar Vertikal", + "Common.define.smartArt.textVerticalProcess": "Proses Vertikal", "Common.Translation.textMoreButton": "Lainnya", "Common.Translation.warnFileLocked": "File sedang diedit di aplikasi lain. Anda bisa melanjutkan edit dan menyimpannya sebagai salinan.", "Common.Translation.warnFileLockedBtnEdit": "Buat salinan", @@ -522,8 +681,8 @@ "SSE.Controllers.DocumentHolder.textChangeColumnWidth": "Lebar Kolom {0} simbol ({1} piksel)", "SSE.Controllers.DocumentHolder.textChangeRowHeight": "Tinggi Baris {0} points ({1} pixels)", "SSE.Controllers.DocumentHolder.textCtrlClick": "Klik link untuk membuka atau klik dan tahan tombol mouse untuk memilih sel.", - "SSE.Controllers.DocumentHolder.textInsertLeft": "Sisipkan Kiri", - "SSE.Controllers.DocumentHolder.textInsertTop": "Sisipkan Atas", + "SSE.Controllers.DocumentHolder.textInsertLeft": "Sisipkan kolom ke sisi kiri", + "SSE.Controllers.DocumentHolder.textInsertTop": "Sisipkan baris di atas", "SSE.Controllers.DocumentHolder.textPasteSpecial": "Paste khusus", "SSE.Controllers.DocumentHolder.textStopExpand": "Stop memperluas tabel otomatis", "SSE.Controllers.DocumentHolder.textSym": "sym", @@ -695,6 +854,7 @@ "SSE.Controllers.LeftMenu.warnDownloadAs": "Jika Anda lanjut simpan dengan format ini, semua fitur kecuali teks akan hilang.
Apakah Anda ingin melanjutkan?", "SSE.Controllers.Main.confirmAddCellWatches": "Tindakan ini akan menambahkan {0} pengawas sel.
Apakah Anda ingin melanjutkan?", "SSE.Controllers.Main.confirmAddCellWatchesMax": "Tindakan ini hanya akan menambahkan {0} pengawas sel atas alasan penghematan memori.
Apakah Anda akan melanjutkan?", + "SSE.Controllers.Main.confirmMaxChangesSize": "Ukuran tindakan melebihi batas yang ditetapkan untuk server Anda.
Tekan \"Batalkan\" untuk membatalkan tindakan terakhir Anda atau tekan \"Lanjutkan\" untuk menyimpan tindakan secara lokal (Anda perlu mengunduh file atau menyalin isinya untuk memastikan tidak ada yang hilang).", "SSE.Controllers.Main.confirmMoveCellRange": "Rentang sel yang dituju bisa berisi data. Lanjutkan operasi?", "SSE.Controllers.Main.confirmPutMergeRange": "Sumber data berisi sel yang digabungkan.
Telah dipisahkan sebelum ditempelkan ke tabel.", "SSE.Controllers.Main.confirmReplaceFormulaInTable": "Formula di baris header akan dihilangkan dan dikonversi menjadi teks statis.
Apakah Anda ingin melanjutkan?", @@ -827,6 +987,7 @@ "SSE.Controllers.Main.textCloseTip": "Klik untuk menutup tips", "SSE.Controllers.Main.textConfirm": "Konfirmasi", "SSE.Controllers.Main.textContactUs": "Hubungi sales", + "SSE.Controllers.Main.textContinue": "Lanjutkan", "SSE.Controllers.Main.textConvertEquation": "Persamaan ini dibuat dengan editor persamaan versi lama yang sudah tidak didukung. Untuk edit, konversikan persamaan ke format Office Math ML.
Konversi sekarang?", "SSE.Controllers.Main.textCustomLoader": "Perlu diketahui bahwa berdasarkan syarat dari lisensi, Anda tidak bisa untuk mengganti loader.
Silakan hubungi Departemen Penjualan kami untuk mendapatkan harga.", "SSE.Controllers.Main.textDisconnect": "Koneksi terputus", @@ -855,6 +1016,7 @@ "SSE.Controllers.Main.textStrict": "Mode strict", "SSE.Controllers.Main.textTryUndoRedo": "Fungsi Undo/Redo dinonaktifkan untuk mode Co-editing Cepat.
Klik tombol 'Mode strict' untuk mengganti ke Mode Strict Co-editing untuk edit file tanpa gangguan dari user lain dan kirim perubahan Anda hanya setelah Anda menyimpannya. Anda bisa mengganti mode co-editing menggunakan editor di pengaturan lanjut.", "SSE.Controllers.Main.textTryUndoRedoWarn": "Fungsi Undo/Redo dinonaktifkan untuk mode Co-editing Cepat.", + "SSE.Controllers.Main.textUndo": "Batalkan", "SSE.Controllers.Main.textYes": "Ya", "SSE.Controllers.Main.titleLicenseExp": "Lisensi kadaluwarsa", "SSE.Controllers.Main.titleServerVersion": "Editor mengupdate", @@ -1949,15 +2111,20 @@ "SSE.Views.DigitalFilterDialog.textUse1": "Gunakan ? untuk menampilkan semua karakter tunggal", "SSE.Views.DigitalFilterDialog.textUse2": "Gunakan * untuk menampilkan semua rangkaian karakter", "SSE.Views.DigitalFilterDialog.txtTitle": "Atur Filter", + "SSE.Views.DocumentHolder.advancedEquationText": "Pengaturan Persamaan", "SSE.Views.DocumentHolder.advancedImgText": "Pengaturan Lanjut untuk Gambar", "SSE.Views.DocumentHolder.advancedShapeText": "Pengaturan Lanjut untuk Bentuk", "SSE.Views.DocumentHolder.advancedSlicerText": "Pengaturan Lanjut Slicer", + "SSE.Views.DocumentHolder.allLinearText": "Semua - Linear", + "SSE.Views.DocumentHolder.allProfText": "Semua - Profesional", "SSE.Views.DocumentHolder.bottomCellText": "Rata Bawah", "SSE.Views.DocumentHolder.bulletsText": "Butir & Penomoran", "SSE.Views.DocumentHolder.centerCellText": "Rata di Tengah", "SSE.Views.DocumentHolder.chartDataText": "Pilih Data Bagan", "SSE.Views.DocumentHolder.chartText": "Pengaturan Lanjut untuk Bagan", "SSE.Views.DocumentHolder.chartTypeText": "Ubah Tipe Bagan", + "SSE.Views.DocumentHolder.currLinearText": "Saat Ini - Linear", + "SSE.Views.DocumentHolder.currProfText": "Saat Ini - Profesional", "SSE.Views.DocumentHolder.deleteColumnText": "Kolom", "SSE.Views.DocumentHolder.deleteRowText": "Baris", "SSE.Views.DocumentHolder.deleteTableText": "Tabel", @@ -1971,6 +2138,7 @@ "SSE.Views.DocumentHolder.insertColumnRightText": "Kolom Kanan", "SSE.Views.DocumentHolder.insertRowAboveText": "Baris di Atas", "SSE.Views.DocumentHolder.insertRowBelowText": "Baris di Bawah", + "SSE.Views.DocumentHolder.latexText": "LaTex", "SSE.Views.DocumentHolder.originalSizeText": "Ukuran Sebenarnya", "SSE.Views.DocumentHolder.removeHyperlinkText": "Hapus Hyperlink", "SSE.Views.DocumentHolder.selectColumnText": "Seluruh Kolom", @@ -2080,6 +2248,7 @@ "SSE.Views.DocumentHolder.txtPaste": "Tempel", "SSE.Views.DocumentHolder.txtPercentage": "Persentase", "SSE.Views.DocumentHolder.txtReapply": "Terapkan Ulang", + "SSE.Views.DocumentHolder.txtRefresh": "Segarkan", "SSE.Views.DocumentHolder.txtRow": "Seluruh baris", "SSE.Views.DocumentHolder.txtRowHeight": "Atur Tinggi Baris", "SSE.Views.DocumentHolder.txtScientific": "Saintifik", @@ -2099,6 +2268,7 @@ "SSE.Views.DocumentHolder.txtTime": "Waktu", "SSE.Views.DocumentHolder.txtUngroup": "Pisahkan dari grup", "SSE.Views.DocumentHolder.txtWidth": "Lebar", + "SSE.Views.DocumentHolder.unicodeText": "Unicode", "SSE.Views.DocumentHolder.vertAlignText": "Perataan Vertikal", "SSE.Views.ExternalLinksDlg.closeButtonText": "Tutup", "SSE.Views.ExternalLinksDlg.textDelete": "Putuskan Tautan", @@ -2170,6 +2340,7 @@ "SSE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Lokasi", "SSE.Views.FileMenuPanels.DocumentInfo.txtRights": "Orang yang memiliki hak", "SSE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Subyek", + "SSE.Views.FileMenuPanels.DocumentInfo.txtTags": "Tag", "SSE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Judul", "SSE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Diunggah", "SSE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Ubah hak akses", @@ -3410,6 +3581,7 @@ "SSE.Views.Toolbar.capBtnComment": "Komentar", "SSE.Views.Toolbar.capBtnInsHeader": "Header & Footer", "SSE.Views.Toolbar.capBtnInsSlicer": "Slicer", + "SSE.Views.Toolbar.capBtnInsSmartArt": "SmartArt", "SSE.Views.Toolbar.capBtnInsSymbol": "Simbol", "SSE.Views.Toolbar.capBtnMargins": "Margin", "SSE.Views.Toolbar.capBtnPageOrient": "Orientasi", @@ -3573,6 +3745,7 @@ "SSE.Views.Toolbar.tipInsertOpt": "Sisipkan sel", "SSE.Views.Toolbar.tipInsertShape": "Sisipkan Bentuk Otomatis", "SSE.Views.Toolbar.tipInsertSlicer": "Sisipkan slicer", + "SSE.Views.Toolbar.tipInsertSmartArt": "Sisipkan SmartArt", "SSE.Views.Toolbar.tipInsertSpark": "Sisipkan sparkline", "SSE.Views.Toolbar.tipInsertSymbol": "Sisipkan simbol", "SSE.Views.Toolbar.tipInsertTable": "Sisipkan Tabel", @@ -3741,7 +3914,9 @@ "SSE.Views.ViewTab.textGridlines": "Garis Grid", "SSE.Views.ViewTab.textHeadings": "Headings", "SSE.Views.ViewTab.textInterfaceTheme": "Tema interface", + "SSE.Views.ViewTab.textLeftMenu": "Panel kiri", "SSE.Views.ViewTab.textManager": "View manager", + "SSE.Views.ViewTab.textRightMenu": "Panel kanan", "SSE.Views.ViewTab.textShowFrozenPanesShadow": "Tampillkan bayangan panel beku", "SSE.Views.ViewTab.textUnFreeze": "Batal Bekukan Panel", "SSE.Views.ViewTab.textZeros": "Tampilkan zeros", diff --git a/apps/spreadsheeteditor/main/locale/it.json b/apps/spreadsheeteditor/main/locale/it.json index 94bb9c975..0edcdc51b 100644 --- a/apps/spreadsheeteditor/main/locale/it.json +++ b/apps/spreadsheeteditor/main/locale/it.json @@ -100,6 +100,13 @@ "Common.define.conditionalData.textUnique": "Unico", "Common.define.conditionalData.textValue": "Valore è", "Common.define.conditionalData.textYesterday": "Ieri", + "Common.define.smartArt.textBalance": "Equilibri", + "Common.define.smartArt.textEquation": "Equazione", + "Common.define.smartArt.textFunnel": "Imbuto", + "Common.define.smartArt.textList": "Elenco", + "Common.define.smartArt.textMatrix": "Matrice", + "Common.define.smartArt.textOther": "Altro", + "Common.define.smartArt.textPicture": "Immagine", "Common.Translation.textMoreButton": "più", "Common.Translation.warnFileLocked": "Il file è in fase di modifica in un'altra applicazione. Puoi continuare a modificarlo e salvarlo come copia.", "Common.Translation.warnFileLockedBtnEdit": "Crea una copia", @@ -264,10 +271,14 @@ "Common.Views.ImageFromUrlDialog.txtEmpty": "Campo obbligatorio", "Common.Views.ImageFromUrlDialog.txtNotUrl": "Il formato URL richiesto è \"http://www.example.com\"", "Common.Views.ListSettingsDialog.textBulleted": "Elenco puntato", + "Common.Views.ListSettingsDialog.textFromStorage": "Da spazio di archiviazione", + "Common.Views.ListSettingsDialog.textFromUrl": "Da URL", "Common.Views.ListSettingsDialog.textNumbering": "Numerato", "Common.Views.ListSettingsDialog.tipChange": "Modifica elenco puntato", "Common.Views.ListSettingsDialog.txtBullet": "Elenco puntato", "Common.Views.ListSettingsDialog.txtColor": "Colore", + "Common.Views.ListSettingsDialog.txtImage": "Immagine", + "Common.Views.ListSettingsDialog.txtImport": "Importa", "Common.Views.ListSettingsDialog.txtNewBullet": "Nuovo elenco puntato", "Common.Views.ListSettingsDialog.txtNone": "Nessuno", "Common.Views.ListSettingsDialog.txtOfText": "% del testo", @@ -311,6 +322,7 @@ "Common.Views.Plugins.textStart": "Avvio", "Common.Views.Plugins.textStop": "Termina", "Common.Views.Protection.hintAddPwd": "Crittografa con password", + "Common.Views.Protection.hintDelPwd": "Elimina password", "Common.Views.Protection.hintPwd": "Modifica o rimuovi password", "Common.Views.Protection.hintSignature": "Aggiungi firma digitale o riga di firma", "Common.Views.Protection.txtAddPwd": "Aggiungi password", @@ -375,7 +387,7 @@ "Common.Views.ReviewChanges.txtSharing": "Condivisione", "Common.Views.ReviewChanges.txtSpelling": "Controllo ortografico", "Common.Views.ReviewChanges.txtTurnon": "Traccia cambiamenti", - "Common.Views.ReviewChanges.txtView": "Modalità Visualizzazione", + "Common.Views.ReviewChanges.txtView": "Modalità visualizzazione", "Common.Views.ReviewPopover.textAdd": "Aggiungi", "Common.Views.ReviewPopover.textAddReply": "Aggiungi risposta", "Common.Views.ReviewPopover.textCancel": "Annulla", @@ -410,6 +422,7 @@ "Common.Views.SearchPanel.textReplaceAll": "Sostituire tutto", "Common.Views.SearchPanel.textReplaceWith": "Sostituire con", "Common.Views.SearchPanel.textSearch": "Ricerca", + "Common.Views.SearchPanel.textSearchAgain": "{0}Esegui una nuova ricerca{1} per ottenere risultati accurati.", "Common.Views.SearchPanel.textSearchHasStopped": "La ricerca è stata interrotta", "Common.Views.SearchPanel.textSearchOptions": "Opzioni di ricerca", "Common.Views.SearchPanel.textSearchResults": "Risultati della ricerca: {0}/{1}", @@ -717,6 +730,7 @@ "SSE.Controllers.Main.errorDefaultMessage": "Codice errore: %1", "SSE.Controllers.Main.errorDeleteColumnContainsLockedCell": "Stai tentando di eliminare una colonna che contiene una cella bloccata. Le celle bloccate non possono essere eliminate se il foglio di calcolo è protetto.
Per eliminare una cella bloccata, devi rimuovere la protezione del foglio. Potrebbe esserti richiesto di inserire una password.", "SSE.Controllers.Main.errorDeleteRowContainsLockedCell": "Stai tentando di eliminare una riga che contiene una cella bloccata. Le celle bloccate non possono essere eliminate se il foglio di calcolo è protetto.
Per eliminare una cella bloccata, devi rimuovere la protezione del foglio. Potrebbe esserti richiesto di inserire una password.", + "SSE.Controllers.Main.errorDirectUrl": "Si prega di verificare il link al documento.
Questo collegamento deve essere un collegamento diretto al file da scaricare.", "SSE.Controllers.Main.errorEditingDownloadas": "Si è verificato un errore durante il lavoro con il documento.
Utilizza l'opzione 'Scaricare come' per salvare la copia di backup del file sul disco rigido del computer.", "SSE.Controllers.Main.errorEditingSaveas": "Si è verificato un errore durante il lavoro con il documento.
Utilizza l'opzione 'Salvare come ...' per salvare la copia di backup del file sul disco rigido del computer.", "SSE.Controllers.Main.errorEditView": "La vista del foglio esistente non possono essere modificati, e quelli nuovi non possono essere creati al momento poiché alcuni di essi sono in fase di modifica.", @@ -813,6 +827,7 @@ "SSE.Controllers.Main.textCloseTip": "Fai clic per chiudere il consiglio", "SSE.Controllers.Main.textConfirm": "Conferma", "SSE.Controllers.Main.textContactUs": "Contatta il reparto vendite.", + "SSE.Controllers.Main.textContinue": "Continua", "SSE.Controllers.Main.textConvertEquation": "Questa equazione è stata creata in una vecchia versione dell'editor di equazioni che non è più supportata. Per modificarla, devi convertire l'equazione nel formato ML di Office Math.
Convertire ora?", "SSE.Controllers.Main.textCustomLoader": "Si prega di notare che, in base ai termini della licenza, non si ha il diritto di modificare il caricatore.
Si prega di contattare il nostro reparto vendite per ottenere un preventivo.", "SSE.Controllers.Main.textDisconnect": "La connessione è stata persa", @@ -841,6 +856,7 @@ "SSE.Controllers.Main.textStrict": "Modalità Rigorosa", "SSE.Controllers.Main.textTryUndoRedo": "Le funzioni Annulla/Ripristina sono disabilitate per la Modalità di Co-editing Veloce.
Clicca il pulsante 'Modalità Rigorosa' per passare alla Modalità di Co-editing Rigorosa per poter modificare il file senza l'interferenza di altri utenti e inviare le modifiche solamente dopo averle salvate. Puoi passare da una modalità all'altra di co-editing utilizzando le Impostazioni avanzate dell'editor.", "SSE.Controllers.Main.textTryUndoRedoWarn": "Le funzioni Annulla/Ripeti sono disattivate nella modalità rapida di co-editing", + "SSE.Controllers.Main.textUndo": "Annulla", "SSE.Controllers.Main.textYes": "Sì", "SSE.Controllers.Main.titleLicenseExp": "La licenza è scaduta", "SSE.Controllers.Main.titleServerVersion": "L'editor è stato aggiornato", @@ -1267,6 +1283,12 @@ "SSE.Controllers.Toolbar.txtFunction_Sinh": "Funzione seno iperbolica", "SSE.Controllers.Toolbar.txtFunction_Tan": "Funzione tangente", "SSE.Controllers.Toolbar.txtFunction_Tanh": "Funzione tangente iperbolica", + "SSE.Controllers.Toolbar.txtGroupCell_Custom": "Personalizzato", + "SSE.Controllers.Toolbar.txtGroupCell_NumberFormat": "Formato del numero", + "SSE.Controllers.Toolbar.txtGroupTable_Custom": "Personalizzato", + "SSE.Controllers.Toolbar.txtGroupTable_Dark": "Scuro", + "SSE.Controllers.Toolbar.txtGroupTable_Light": "Chiaro", + "SSE.Controllers.Toolbar.txtGroupTable_Medium": "Medio", "SSE.Controllers.Toolbar.txtInsertCells": "Inserisci celle", "SSE.Controllers.Toolbar.txtIntegral": "Integrale", "SSE.Controllers.Toolbar.txtIntegral_dtheta": "Differenziale theta", @@ -1640,22 +1662,27 @@ "SSE.Views.ChartSettings.textBorderSizeErr": "Il valore inserito non è corretto.
Inserisci un valore tra 0 pt e 1584 pt.", "SSE.Views.ChartSettings.textChangeType": "Cambia tipo", "SSE.Views.ChartSettings.textChartType": "Cambia tipo di grafico", + "SSE.Views.ChartSettings.textDown": "Giù", "SSE.Views.ChartSettings.textEditData": "Modifica Dati e Posizione", "SSE.Views.ChartSettings.textFirstPoint": "Primo punto", "SSE.Views.ChartSettings.textHeight": "Altezza", "SSE.Views.ChartSettings.textHighPoint": "Punto alto", "SSE.Views.ChartSettings.textKeepRatio": "Proporzioni costanti", "SSE.Views.ChartSettings.textLastPoint": "Ultimo punto", + "SSE.Views.ChartSettings.textLeft": "A sinistra", "SSE.Views.ChartSettings.textLowPoint": "Punto basso", "SSE.Views.ChartSettings.textMarkers": "Indicatori", "SSE.Views.ChartSettings.textNegativePoint": "Punto negativo", + "SSE.Views.ChartSettings.textPerspective": "Prospettiva", "SSE.Views.ChartSettings.textRanges": "Intervallo dati", + "SSE.Views.ChartSettings.textRight": "A destra", "SSE.Views.ChartSettings.textSelectData": "Seleziona dati", "SSE.Views.ChartSettings.textShow": "Visualizza", "SSE.Views.ChartSettings.textSize": "Dimensione", "SSE.Views.ChartSettings.textStyle": "Stile", "SSE.Views.ChartSettings.textSwitch": "Cambiare riga/colonna", "SSE.Views.ChartSettings.textType": "Tipo", + "SSE.Views.ChartSettings.textUp": "Verso l'alto", "SSE.Views.ChartSettings.textWidth": "Larghezza", "SSE.Views.ChartSettingsDlg.errorMaxPoints": "ERRORE! Il numero massimo di punti in serie per grafico è 4096.", "SSE.Views.ChartSettingsDlg.errorMaxRows": "ERRORE! Il numero massimo di serie di dati per grafico è 255.", @@ -2058,6 +2085,8 @@ "SSE.Views.DocumentHolder.txtUngroup": "Separa", "SSE.Views.DocumentHolder.txtWidth": "Larghezza", "SSE.Views.DocumentHolder.vertAlignText": "Allineamento verticale", + "SSE.Views.ExternalLinksDlg.closeButtonText": "Chiudi", + "SSE.Views.ExternalLinksDlg.textSource": "Origine", "SSE.Views.FieldSettingsDialog.strLayout": "Layout di Pagina", "SSE.Views.FieldSettingsDialog.strSubtotals": "Totali Parziali", "SSE.Views.FieldSettingsDialog.textReport": "Modulo di rapporto", @@ -2121,6 +2150,7 @@ "SSE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Percorso", "SSE.Views.FileMenuPanels.DocumentInfo.txtRights": "Persone che hanno diritti", "SSE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Oggetto", + "SSE.Views.FileMenuPanels.DocumentInfo.txtTags": "Etichette", "SSE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Titolo", "SSE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Caricato", "SSE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Modifica diritti di accesso", @@ -2763,6 +2793,10 @@ "SSE.Views.PivotTable.tipSelect": "Seleziona tutta la tabella pivot", "SSE.Views.PivotTable.tipSubtotals": "Mostra o nascondi i totali parziali", "SSE.Views.PivotTable.txtCreate": "Inserisci tabella", + "SSE.Views.PivotTable.txtGroupPivot_Custom": "Personalizzato", + "SSE.Views.PivotTable.txtGroupPivot_Dark": "Scuro", + "SSE.Views.PivotTable.txtGroupPivot_Light": "Chiaro", + "SSE.Views.PivotTable.txtGroupPivot_Medium": "Medio", "SSE.Views.PivotTable.txtPivotTable": "Tabella pivot", "SSE.Views.PivotTable.txtRefresh": "Aggiorna", "SSE.Views.PivotTable.txtSelect": "Seleziona", @@ -3292,6 +3326,13 @@ "SSE.Views.TableSettingsAdvanced.textAltTip": "La rappresentazione alternativa del testo delle informazioni riguardanti gli oggetti visivi, che verrà letta alle persone con deficit visivi o cognitivi per aiutarli a comprendere meglio quali informazioni sono contenute nell'immagine, nella forma, nel grafico o nella tabella.", "SSE.Views.TableSettingsAdvanced.textAltTitle": "Titolo", "SSE.Views.TableSettingsAdvanced.textTitle": "Tabella - Impostazioni avanzate", + "SSE.Views.TableSettingsAdvanced.txtGroupTable_Custom": "Personalizzato", + "SSE.Views.TableSettingsAdvanced.txtGroupTable_Dark": "Scuro", + "SSE.Views.TableSettingsAdvanced.txtGroupTable_Light": "Chiaro", + "SSE.Views.TableSettingsAdvanced.txtGroupTable_Medium": "Medio", + "SSE.Views.TableSettingsAdvanced.txtTable_TableStyleDark": "Stile tabella scuro", + "SSE.Views.TableSettingsAdvanced.txtTable_TableStyleLight": "Stile tabella chiaro", + "SSE.Views.TableSettingsAdvanced.txtTable_TableStyleMedium": "Stile tabella medio", "SSE.Views.TextArtSettings.strBackground": "Colore sfondo", "SSE.Views.TextArtSettings.strColor": "Colore", "SSE.Views.TextArtSettings.strFill": "Riempimento", @@ -3342,6 +3383,7 @@ "SSE.Views.Toolbar.capBtnComment": "Commento", "SSE.Views.Toolbar.capBtnInsHeader": "Intestazione/Piè di pagina", "SSE.Views.Toolbar.capBtnInsSlicer": "Filtro dati", + "SSE.Views.Toolbar.capBtnInsSmartArt": "SmartArt", "SSE.Views.Toolbar.capBtnInsSymbol": "Simbolo", "SSE.Views.Toolbar.capBtnMargins": "Margini", "SSE.Views.Toolbar.capBtnPageOrient": "Orientamento", @@ -3386,6 +3428,7 @@ "SSE.Views.Toolbar.textClockwise": "Angolo in senso orario", "SSE.Views.Toolbar.textColorScales": "Scale cromatiche", "SSE.Views.Toolbar.textCounterCw": "Angolo in senso antiorario", + "SSE.Views.Toolbar.textCustom": "Personalizzato", "SSE.Views.Toolbar.textDataBars": "Barre di dati", "SSE.Views.Toolbar.textDelLeft": "Sposta celle a sinistra", "SSE.Views.Toolbar.textDelUp": "Sposta celle in alto", @@ -3536,6 +3579,7 @@ "SSE.Views.Toolbar.txtAdditional": "Ulteriori", "SSE.Views.Toolbar.txtAscending": "Crescente", "SSE.Views.Toolbar.txtAutosumTip": "Somma", + "SSE.Views.Toolbar.txtCellStyle": "Stile cella", "SSE.Views.Toolbar.txtClearAll": "Tutto", "SSE.Views.Toolbar.txtClearComments": "Commenti", "SSE.Views.Toolbar.txtClearFilter": "Svuota filtro", @@ -3676,7 +3720,15 @@ "SSE.Views.ViewTab.tipClose": "Chiudi visualizzazione foglio", "SSE.Views.ViewTab.tipCreate": "Crea vista del foglio", "SSE.Views.ViewTab.tipFreeze": "Blocca riquadri", + "SSE.Views.ViewTab.tipInterfaceTheme": "Tema dell'interfaccia", "SSE.Views.ViewTab.tipSheetView": "Visualizzazione foglio", + "SSE.Views.WatchDialog.closeButtonText": "Chiudi", + "SSE.Views.WatchDialog.textCell": "Cella", + "SSE.Views.WatchDialog.textDeleteAll": "Elimina tutto", + "SSE.Views.WatchDialog.textFormula": "Formula", + "SSE.Views.WatchDialog.textName": "Nome", + "SSE.Views.WatchDialog.textSheet": "Foglio", + "SSE.Views.WatchDialog.textValue": "Valore", "SSE.Views.WBProtection.hintAllowRanges": "Permettere di cambiare gli intervalli", "SSE.Views.WBProtection.hintProtectSheet": "Proteggere foglio", "SSE.Views.WBProtection.hintProtectWB": "Proteggere libro di lavoro", diff --git a/apps/spreadsheeteditor/main/locale/ja.json b/apps/spreadsheeteditor/main/locale/ja.json index e05341bef..99161981f 100644 --- a/apps/spreadsheeteditor/main/locale/ja.json +++ b/apps/spreadsheeteditor/main/locale/ja.json @@ -2111,15 +2111,20 @@ "SSE.Views.DigitalFilterDialog.textUse1": "?を使って、任意の1文字を表すことができます。", "SSE.Views.DigitalFilterDialog.textUse2": "* を使って、任意の文字列を表すことができます。", "SSE.Views.DigitalFilterDialog.txtTitle": "ユーザー設定フィルター", + "SSE.Views.DocumentHolder.advancedEquationText": "数式設定", "SSE.Views.DocumentHolder.advancedImgText": "画像の詳細設定", "SSE.Views.DocumentHolder.advancedShapeText": "図形の詳細設定", "SSE.Views.DocumentHolder.advancedSlicerText": "スライサーの高度な設定", + "SSE.Views.DocumentHolder.allLinearText": "すべて - 線形", + "SSE.Views.DocumentHolder.allProfText": "すべて - プロフェッショナル", "SSE.Views.DocumentHolder.bottomCellText": "下揃え", "SSE.Views.DocumentHolder.bulletsText": "箇条書きと段落番号", "SSE.Views.DocumentHolder.centerCellText": "中央揃え", "SSE.Views.DocumentHolder.chartDataText": "グラフデータを選択する", "SSE.Views.DocumentHolder.chartText": "グラフの詳細設定", "SSE.Views.DocumentHolder.chartTypeText": "グラフの種類を変更する", + "SSE.Views.DocumentHolder.currLinearText": "現在 - 線形", + "SSE.Views.DocumentHolder.currProfText": "現在 - プロフェッショナル", "SSE.Views.DocumentHolder.deleteColumnText": "列", "SSE.Views.DocumentHolder.deleteRowText": "行の削除", "SSE.Views.DocumentHolder.deleteTableText": "表", @@ -2133,6 +2138,7 @@ "SSE.Views.DocumentHolder.insertColumnRightText": "右に列の挿入", "SSE.Views.DocumentHolder.insertRowAboveText": "上に行の挿入", "SSE.Views.DocumentHolder.insertRowBelowText": "下に行の挿入", + "SSE.Views.DocumentHolder.latexText": "LaTeX", "SSE.Views.DocumentHolder.originalSizeText": "実際のサイズ", "SSE.Views.DocumentHolder.removeHyperlinkText": "ハイパーリンクの削除", "SSE.Views.DocumentHolder.selectColumnText": "列全体", @@ -2242,6 +2248,7 @@ "SSE.Views.DocumentHolder.txtPaste": "貼り付け", "SSE.Views.DocumentHolder.txtPercentage": "パーセンテージ", "SSE.Views.DocumentHolder.txtReapply": "再適用​​", + "SSE.Views.DocumentHolder.txtRefresh": "更新する", "SSE.Views.DocumentHolder.txtRow": "行全体", "SSE.Views.DocumentHolder.txtRowHeight": "行の高さ", "SSE.Views.DocumentHolder.txtScientific": "指数", @@ -2261,6 +2268,7 @@ "SSE.Views.DocumentHolder.txtTime": "時刻", "SSE.Views.DocumentHolder.txtUngroup": "グループ解除", "SSE.Views.DocumentHolder.txtWidth": "幅", + "SSE.Views.DocumentHolder.unicodeText": "Unicode", "SSE.Views.DocumentHolder.vertAlignText": "垂直方向の配置", "SSE.Views.ExternalLinksDlg.closeButtonText": "閉じる", "SSE.Views.ExternalLinksDlg.textDelete": "リンクの解除", diff --git a/apps/spreadsheeteditor/main/locale/pt.json b/apps/spreadsheeteditor/main/locale/pt.json index 8030cf760..d02ea3b18 100644 --- a/apps/spreadsheeteditor/main/locale/pt.json +++ b/apps/spreadsheeteditor/main/locale/pt.json @@ -100,6 +100,11 @@ "Common.define.conditionalData.textUnique": "Único", "Common.define.conditionalData.textValue": "O valor é", "Common.define.conditionalData.textYesterday": "Ontem", + "Common.define.smartArt.textBalance": "Saldo", + "Common.define.smartArt.textEquation": "Equação", + "Common.define.smartArt.textList": "Lista", + "Common.define.smartArt.textOther": "Outro", + "Common.define.smartArt.textPicture": "Imagem", "Common.Translation.textMoreButton": "Mais", "Common.Translation.warnFileLocked": "Documento está em uso por outra aplicação. Você pode continuar editando e salvá-lo como uma cópia.", "Common.Translation.warnFileLockedBtnEdit": "Criar uma cópia", @@ -827,6 +832,7 @@ "SSE.Controllers.Main.textCloseTip": "Clique para fechar a dica", "SSE.Controllers.Main.textConfirm": "Confirmação", "SSE.Controllers.Main.textContactUs": "Contate as vendas", + "SSE.Controllers.Main.textContinue": "Continuar", "SSE.Controllers.Main.textConvertEquation": "Esta equação foi criada com uma versão antiga do editor de equação que não é mais compatível. Para editá-lo, converta a equação para o formato Office Math ML.
Converter agora?", "SSE.Controllers.Main.textCustomLoader": "Observe que, de acordo com os termos da licença, você não tem permissão para alterar o carregador.
Entre em contato com nosso departamento de vendas para obter uma cotação.", "SSE.Controllers.Main.textDisconnect": "A conexão está perdida", @@ -855,6 +861,7 @@ "SSE.Controllers.Main.textStrict": "Strict mode", "SSE.Controllers.Main.textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.
Click the 'Strict mode' button to switch to the Strict co-editing mode to edit the file without other users interference and send your changes only after you save them. You can switch between the co-editing modes using the editor Advanced settings.", "SSE.Controllers.Main.textTryUndoRedoWarn": "As funções Desfazer/Refazer estão desabilitadas para o modo de coedição rápido", + "SSE.Controllers.Main.textUndo": "Desfazer", "SSE.Controllers.Main.textYes": "Sim", "SSE.Controllers.Main.titleLicenseExp": "Licença expirada", "SSE.Controllers.Main.titleServerVersion": "Editor atualizado", @@ -1949,15 +1956,20 @@ "SSE.Views.DigitalFilterDialog.textUse1": "Usar ? para apresentar qualquer caractere único", "SSE.Views.DigitalFilterDialog.textUse2": "Usar * para apresentar qualquer série de caracteres", "SSE.Views.DigitalFilterDialog.txtTitle": "Personalizar filtro", + "SSE.Views.DocumentHolder.advancedEquationText": "Definições de equações", "SSE.Views.DocumentHolder.advancedImgText": "Configurações avançadas de imagem", "SSE.Views.DocumentHolder.advancedShapeText": "Configurações avançadas de forma", "SSE.Views.DocumentHolder.advancedSlicerText": "Segmentação de Dados- Config. avançadas", + "SSE.Views.DocumentHolder.allLinearText": "Tudo - Linear", + "SSE.Views.DocumentHolder.allProfText": "Tudo - Profissional", "SSE.Views.DocumentHolder.bottomCellText": "Alinhar à parte inferior", "SSE.Views.DocumentHolder.bulletsText": "Marcadores e numeração", "SSE.Views.DocumentHolder.centerCellText": "Alinhar ao centro", "SSE.Views.DocumentHolder.chartDataText": "Selecionar dados do gráfico", "SSE.Views.DocumentHolder.chartText": "Configurações avançadas de gráfico", "SSE.Views.DocumentHolder.chartTypeText": "Alterar tipo de gráfico", + "SSE.Views.DocumentHolder.currLinearText": "Atual - Linear", + "SSE.Views.DocumentHolder.currProfText": "Atual - Profissional", "SSE.Views.DocumentHolder.deleteColumnText": "Coluna", "SSE.Views.DocumentHolder.deleteRowText": "Linha", "SSE.Views.DocumentHolder.deleteTableText": "Tabela", @@ -1971,6 +1983,7 @@ "SSE.Views.DocumentHolder.insertColumnRightText": "Coluna direita", "SSE.Views.DocumentHolder.insertRowAboveText": "Linha acima", "SSE.Views.DocumentHolder.insertRowBelowText": "Linha abaixo", + "SSE.Views.DocumentHolder.latexText": "LaTex", "SSE.Views.DocumentHolder.originalSizeText": "Tamanho padrão", "SSE.Views.DocumentHolder.removeHyperlinkText": "Remover hiperlink", "SSE.Views.DocumentHolder.selectColumnText": "Coluna inteira", @@ -2080,6 +2093,7 @@ "SSE.Views.DocumentHolder.txtPaste": "Colar", "SSE.Views.DocumentHolder.txtPercentage": "Percentagem", "SSE.Views.DocumentHolder.txtReapply": "Reaplicar", + "SSE.Views.DocumentHolder.txtRefresh": "Atualizar", "SSE.Views.DocumentHolder.txtRow": "Linha inteira", "SSE.Views.DocumentHolder.txtRowHeight": "Altura da linha", "SSE.Views.DocumentHolder.txtScientific": "Científico", @@ -2099,6 +2113,7 @@ "SSE.Views.DocumentHolder.txtTime": "Tempo", "SSE.Views.DocumentHolder.txtUngroup": "Desagrupar", "SSE.Views.DocumentHolder.txtWidth": "Largura", + "SSE.Views.DocumentHolder.unicodeText": "Unicode", "SSE.Views.DocumentHolder.vertAlignText": "Alinhamento vertical", "SSE.Views.ExternalLinksDlg.closeButtonText": "Encerrar", "SSE.Views.ExternalLinksDlg.textDelete": "Quebrar links", @@ -2170,6 +2185,7 @@ "SSE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Localização", "SSE.Views.FileMenuPanels.DocumentInfo.txtRights": "Pessoas que têm direitos", "SSE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Assunto", + "SSE.Views.FileMenuPanels.DocumentInfo.txtTags": "Etiquetas", "SSE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Título da planilha", "SSE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Carregado", "SSE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Alterar direitos de acesso", @@ -3410,6 +3426,7 @@ "SSE.Views.Toolbar.capBtnComment": "Comentário", "SSE.Views.Toolbar.capBtnInsHeader": "Cabeçalho/Rodapé", "SSE.Views.Toolbar.capBtnInsSlicer": "Segmentação de Dados", + "SSE.Views.Toolbar.capBtnInsSmartArt": "SmartArt", "SSE.Views.Toolbar.capBtnInsSymbol": "Símbolo", "SSE.Views.Toolbar.capBtnMargins": "Margens", "SSE.Views.Toolbar.capBtnPageOrient": "Orientação", diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json index 7260ede21..74e6ab870 100644 --- a/apps/spreadsheeteditor/main/locale/ru.json +++ b/apps/spreadsheeteditor/main/locale/ru.json @@ -548,9 +548,9 @@ "Common.Views.ReviewPopover.textCancel": "Отмена", "Common.Views.ReviewPopover.textClose": "Закрыть", "Common.Views.ReviewPopover.textEdit": "OK", + "Common.Views.ReviewPopover.textEnterComment": "Введите здесь свой комментарий", "Common.Views.ReviewPopover.textMention": "+упоминание предоставит доступ к документу и отправит оповещение по почте", "Common.Views.ReviewPopover.textMentionNotify": "+упоминание отправит пользователю оповещение по почте", - "Common.Views.ReviewPopover.textEnterComment": "Введите здесь свой комментарий", "Common.Views.ReviewPopover.textOpenAgain": "Открыть снова", "Common.Views.ReviewPopover.textReply": "Ответить", "Common.Views.ReviewPopover.textResolve": "Решить", @@ -910,6 +910,11 @@ "SSE.Controllers.Main.errorFrmlWrongReferences": "Функция ссылается на лист, который не существует.
Проверьте данные и повторите попытку.", "SSE.Controllers.Main.errorFTChangeTableRangeError": "Не удалось выполнить операцию для выбранного диапазона ячеек.
Выделите диапазон так, чтобы первая строка таблицы находилась на той же самой строке,
а итоговая таблица перекрывала текущую.", "SSE.Controllers.Main.errorFTRangeIncludedOtherTables": "Не удалось выполнить операцию для выбранного диапазона ячеек.
Выберите диапазон, который не содержит других таблиц.", + "SSE.Controllers.Main.errorInconsistentExt": "При открытии файла произошла ошибка.
Содержимое файла не соответствует расширению файла.", + "SSE.Controllers.Main.errorInconsistentExtDocx": "При открытии файла произошла ошибка.
Содержимое файла соответствует документам (например, docx), но файл имеет несоответствующее расширение: %1.", + "SSE.Controllers.Main.errorInconsistentExtPdf": "При открытии файла произошла ошибка.
Содержимое файла соответствует одному из следующих форматов: pdf/djvu/xps/oxps, но файл имеет несоответствующее расширение: %1.", + "SSE.Controllers.Main.errorInconsistentExtPptx": "При открытии файла произошла ошибка.
Содержимое файла соответствует презентациям (например, pptx), но файл имеет несоответствующее расширение: %1.", + "SSE.Controllers.Main.errorInconsistentExtXlsx": "При открытии файла произошла ошибка.
Содержимое файла соответствует электронным таблицам (например, xlsx), но файл имеет несоответствующее расширение: %1.", "SSE.Controllers.Main.errorInvalidRef": "Введите корректное имя для выделенного диапазона или допустимую ссылку для перехода.", "SSE.Controllers.Main.errorKeyEncrypt": "Неизвестный дескриптор ключа", "SSE.Controllers.Main.errorKeyExpire": "Срок действия дескриптора ключа истек", @@ -2112,15 +2117,20 @@ "SSE.Views.DigitalFilterDialog.textUse1": "Используйте знак ? вместо любого отдельного символа", "SSE.Views.DigitalFilterDialog.textUse2": "Используйте знак * вместо любой последовательности символов", "SSE.Views.DigitalFilterDialog.txtTitle": "Пользовательский фильтр", + "SSE.Views.DocumentHolder.advancedEquationText": "Параметры уравнений", "SSE.Views.DocumentHolder.advancedImgText": "Дополнительные параметры изображения", "SSE.Views.DocumentHolder.advancedShapeText": "Дополнительные параметры фигуры", "SSE.Views.DocumentHolder.advancedSlicerText": "Дополнительные параметры среза", + "SSE.Views.DocumentHolder.allLinearText": "Все - линейный", + "SSE.Views.DocumentHolder.allProfText": "Все - профессиональный", "SSE.Views.DocumentHolder.bottomCellText": "По нижнему краю", "SSE.Views.DocumentHolder.bulletsText": "Маркеры и нумерация", "SSE.Views.DocumentHolder.centerCellText": "По середине", "SSE.Views.DocumentHolder.chartDataText": "Выбор данных для построения диаграммы", "SSE.Views.DocumentHolder.chartText": "Дополнительные параметры диаграммы", "SSE.Views.DocumentHolder.chartTypeText": "Изменить тип диаграммы", + "SSE.Views.DocumentHolder.currLinearText": "Текущее - линейный", + "SSE.Views.DocumentHolder.currProfText": "Текущее - Профессиональный", "SSE.Views.DocumentHolder.deleteColumnText": "Столбец", "SSE.Views.DocumentHolder.deleteRowText": "Строку", "SSE.Views.DocumentHolder.deleteTableText": "Таблицу", @@ -2134,6 +2144,7 @@ "SSE.Views.DocumentHolder.insertColumnRightText": "Столбец справа", "SSE.Views.DocumentHolder.insertRowAboveText": "Строку выше", "SSE.Views.DocumentHolder.insertRowBelowText": "Строку ниже", + "SSE.Views.DocumentHolder.latexText": "LaTeX", "SSE.Views.DocumentHolder.originalSizeText": "Реальный размер", "SSE.Views.DocumentHolder.removeHyperlinkText": "Удалить гиперссылку", "SSE.Views.DocumentHolder.selectColumnText": "Весь столбец", @@ -2263,6 +2274,7 @@ "SSE.Views.DocumentHolder.txtTime": "Время", "SSE.Views.DocumentHolder.txtUngroup": "Разгруппировать", "SSE.Views.DocumentHolder.txtWidth": "Ширина", + "SSE.Views.DocumentHolder.unicodeText": "Юникод", "SSE.Views.DocumentHolder.vertAlignText": "Вертикальное выравнивание", "SSE.Views.ExternalLinksDlg.closeButtonText": "Закрыть", "SSE.Views.ExternalLinksDlg.textDelete": "Разорвать связи", @@ -3908,7 +3920,9 @@ "SSE.Views.ViewTab.textGridlines": "Линии сетки", "SSE.Views.ViewTab.textHeadings": "Заголовки", "SSE.Views.ViewTab.textInterfaceTheme": "Тема интерфейса", + "SSE.Views.ViewTab.textLeftMenu": "Левая панель", "SSE.Views.ViewTab.textManager": "Диспетчер представлений", + "SSE.Views.ViewTab.textRightMenu": "Правая панель", "SSE.Views.ViewTab.textShowFrozenPanesShadow": "Показывать тень для закрепленных областей", "SSE.Views.ViewTab.textUnFreeze": "Снять закрепление областей", "SSE.Views.ViewTab.textZeros": "Отображать нули", diff --git a/apps/spreadsheeteditor/main/locale/zh.json b/apps/spreadsheeteditor/main/locale/zh.json index d43f092fd..7962cc811 100644 --- a/apps/spreadsheeteditor/main/locale/zh.json +++ b/apps/spreadsheeteditor/main/locale/zh.json @@ -100,6 +100,165 @@ "Common.define.conditionalData.textUnique": "唯一", "Common.define.conditionalData.textValue": "值为", "Common.define.conditionalData.textYesterday": "昨天", + "Common.define.smartArt.textAccentedPicture": "重音图片", + "Common.define.smartArt.textAccentProcess": "重点流程", + "Common.define.smartArt.textAlternatingFlow": "交替流", + "Common.define.smartArt.textAlternatingHexagons": "交替六边形", + "Common.define.smartArt.textAlternatingPictureBlocks": "交替图片块", + "Common.define.smartArt.textAlternatingPictureCircles": "交替图片圆形", + "Common.define.smartArt.textArchitectureLayout": "结构布局", + "Common.define.smartArt.textArrowRibbon": "带形箭头", + "Common.define.smartArt.textAscendingPictureAccentProcess": "升序图片重点流程", + "Common.define.smartArt.textBalance": "平衡", + "Common.define.smartArt.textBasicBendingProcess": "基本蛇形流程", + "Common.define.smartArt.textBasicBlockList": "基本列表", + "Common.define.smartArt.textBasicChevronProcess": "基本 V 形流程", + "Common.define.smartArt.textBasicCycle": "基本循环", + "Common.define.smartArt.textBasicMatrix": "基本矩阵", + "Common.define.smartArt.textBasicPie": "基本饼图", + "Common.define.smartArt.textBasicProcess": "基本流程", + "Common.define.smartArt.textBasicPyramid": "基本棱锥图", + "Common.define.smartArt.textBasicRadial": "基本射线图", + "Common.define.smartArt.textBasicTarget": "基本目标图", + "Common.define.smartArt.textBasicTimeline": "基本时间线", + "Common.define.smartArt.textBasicVenn": "基本维恩图", + "Common.define.smartArt.textBendingPictureAccentList": "蛇形图片重点列表", + "Common.define.smartArt.textBendingPictureBlocks": "蛇形图片块", + "Common.define.smartArt.textBendingPictureCaption": "蛇形图片题注", + "Common.define.smartArt.textBendingPictureCaptionList": "蛇形图片题注列表", + "Common.define.smartArt.textBendingPictureSemiTranparentText": "蛇形图片半透明文本", + "Common.define.smartArt.textBlockCycle": "块循环", + "Common.define.smartArt.textBubblePictureList": "气泡图片列表", + "Common.define.smartArt.textCaptionedPictures": "题注图片", + "Common.define.smartArt.textChevronAccentProcess": "V 形重点流程", + "Common.define.smartArt.textChevronList": "V 型列表", + "Common.define.smartArt.textCircleAccentTimeline": "圆形重点日程表", + "Common.define.smartArt.textCircleArrowProcess": "圆箭头流程", + "Common.define.smartArt.textCirclePictureHierarchy": "圆形图片层次结构", + "Common.define.smartArt.textCircleProcess": "循环流程", + "Common.define.smartArt.textCircleRelationship": "循环关系", + "Common.define.smartArt.textCircularBendingProcess": "环状蛇形流程", + "Common.define.smartArt.textCircularPictureCallout": "圆形图片标注", + "Common.define.smartArt.textClosedChevronProcess": "闭合 V 形流程", + "Common.define.smartArt.textContinuousArrowProcess": "连续箭头流程", + "Common.define.smartArt.textContinuousBlockProcess": "连续块状流程", + "Common.define.smartArt.textContinuousCycle": "连续循环", + "Common.define.smartArt.textContinuousPictureList": "连续图片列表", + "Common.define.smartArt.textConvergingArrows": "汇聚箭头", + "Common.define.smartArt.textConvergingRadial": "聚合射线", + "Common.define.smartArt.textConvergingText": "聚合文本", + "Common.define.smartArt.textCounterbalanceArrows": "平衡箭头", + "Common.define.smartArt.textCycle": "循环", + "Common.define.smartArt.textCycleMatrix": "循环矩阵", + "Common.define.smartArt.textDescendingBlockList": "降序块列表", + "Common.define.smartArt.textDescendingProcess": "降序流程", + "Common.define.smartArt.textDetailedProcess": "详细流程", + "Common.define.smartArt.textDivergingArrows": "分叉箭头", + "Common.define.smartArt.textDivergingRadial": "分离射线", + "Common.define.smartArt.textEquation": "方程", + "Common.define.smartArt.textFramedTextPicture": "带框架的文本图片", + "Common.define.smartArt.textFunnel": "漏斗", + "Common.define.smartArt.textGear": "齿轮", + "Common.define.smartArt.textGridMatrix": "网格矩阵", + "Common.define.smartArt.textGroupedList": "分组列表", + "Common.define.smartArt.textHalfCircleOrganizationChart": "半圆组织结构图", + "Common.define.smartArt.textHexagonCluster": "六边形群集", + "Common.define.smartArt.textHexagonRadial": "放射状六边形", + "Common.define.smartArt.textHierarchy": "层次结构", + "Common.define.smartArt.textHierarchyList": "层次结构列表", + "Common.define.smartArt.textHorizontalBulletList": "水平项目符号列表", + "Common.define.smartArt.textHorizontalHierarchy": "水平层次结构", + "Common.define.smartArt.textHorizontalLabeledHierarchy": "水平标记的层次结构", + "Common.define.smartArt.textHorizontalMultiLevelHierarchy": "水平多层层次结构", + "Common.define.smartArt.textHorizontalOrganizationChart": "水平组织结构图", + "Common.define.smartArt.textHorizontalPictureList": "水平图片列表", + "Common.define.smartArt.textIncreasingArrowProcess": "递增箭头流程", + "Common.define.smartArt.textIncreasingCircleProcess": "递增循环流程", + "Common.define.smartArt.textInterconnectedBlockProcess": "互联块流程", + "Common.define.smartArt.textInterconnectedRings": "互联环", + "Common.define.smartArt.textInvertedPyramid": "倒棱锥图", + "Common.define.smartArt.textLabeledHierarchy": "标记的层次结构", + "Common.define.smartArt.textLinearVenn": "线性维恩图", + "Common.define.smartArt.textLinedList": "线型列表", + "Common.define.smartArt.textList": "列表", + "Common.define.smartArt.textMatrix": "矩阵", + "Common.define.smartArt.textMultidirectionalCycle": "多向循环", + "Common.define.smartArt.textNameAndTitleOrganizationChart": "姓名和职务组织结构图", + "Common.define.smartArt.textNestedTarget": "嵌套目标图", + "Common.define.smartArt.textNondirectionalCycle": "不定向循环", + "Common.define.smartArt.textOpposingArrows": "反向箭头", + "Common.define.smartArt.textOpposingIdeas": "对立观点", + "Common.define.smartArt.textOrganizationChart": "组织结构图", + "Common.define.smartArt.textOther": "其他", + "Common.define.smartArt.textPhasedProcess": "分阶段流程", + "Common.define.smartArt.textPicture": "图片", + "Common.define.smartArt.textPictureAccentBlocks": "图片重点块", + "Common.define.smartArt.textPictureAccentList": "图片重点列表", + "Common.define.smartArt.textPictureAccentProcess": "图片重点流程", + "Common.define.smartArt.textPictureCaptionList": "图片题注列表", + "Common.define.smartArt.textPictureFrame": "图片框", + "Common.define.smartArt.textPictureGrid": "图片网格", + "Common.define.smartArt.textPictureLineup": "图片排列", + "Common.define.smartArt.textPictureOrganizationChart": "图片组织结构图", + "Common.define.smartArt.textPictureStrips": "图片条纹", + "Common.define.smartArt.textPieProcess": "饼图流程", + "Common.define.smartArt.textPlusAndMinus": "加号和减号", + "Common.define.smartArt.textProcess": "流程", + "Common.define.smartArt.textProcessArrows": "流程箭头", + "Common.define.smartArt.textProcessList": "流程列表", + "Common.define.smartArt.textPyramid": "棱锥型", + "Common.define.smartArt.textPyramidList": "棱锥型列表", + "Common.define.smartArt.textRadialCluster": "射线群集", + "Common.define.smartArt.textRadialCycle": "射线循环", + "Common.define.smartArt.textRadialList": "射线列表", + "Common.define.smartArt.textRadialPictureList": "放射状图片列表", + "Common.define.smartArt.textRadialVenn": "射线维恩图", + "Common.define.smartArt.textRandomToResultProcess": "随机至结果流程", + "Common.define.smartArt.textRelationship": "关系", + "Common.define.smartArt.textRepeatingBendingProcess": "重复蛇形流程", + "Common.define.smartArt.textReverseList": "反转列表", + "Common.define.smartArt.textSegmentedCycle": "分段循环", + "Common.define.smartArt.textSegmentedProcess": "分段流程", + "Common.define.smartArt.textSegmentedPyramid": "分段棱锥图", + "Common.define.smartArt.textSnapshotPictureList": "快照图片列表", + "Common.define.smartArt.textSpiralPicture": "螺旋图", + "Common.define.smartArt.textSquareAccentList": "方形重点列表", + "Common.define.smartArt.textStackedList": "堆叠列表", + "Common.define.smartArt.textStackedVenn": "堆叠维恩图", + "Common.define.smartArt.textStaggeredProcess": "交错流程", + "Common.define.smartArt.textStepDownProcess": "步骤下移流程", + "Common.define.smartArt.textStepUpProcess": "升级流程", + "Common.define.smartArt.textSubStepProcess": "子步骤流程", + "Common.define.smartArt.textTabbedArc": "拱状", + "Common.define.smartArt.textTableHierarchy": "表层次结构", + "Common.define.smartArt.textTableList": "表格列表", + "Common.define.smartArt.textTabList": "选项卡列表", + "Common.define.smartArt.textTargetList": "目标图列表", + "Common.define.smartArt.textTextCycle": "文本循环", + "Common.define.smartArt.textThemePictureAccent": "主题图片重点", + "Common.define.smartArt.textThemePictureAlternatingAccent": "主题图片交替重点", + "Common.define.smartArt.textThemePictureGrid": "主题图片网格", + "Common.define.smartArt.textTitledMatrix": "带标题的矩阵", + "Common.define.smartArt.textTitledPictureAccentList": "标题图片重点列表", + "Common.define.smartArt.textTitledPictureBlocks": "标题图片块", + "Common.define.smartArt.textTitlePictureLineup": "标题图片排列", + "Common.define.smartArt.textTrapezoidList": "梯形列表", + "Common.define.smartArt.textUpwardArrow": "向上箭头", + "Common.define.smartArt.textVaryingWidthList": "不同宽度列表", + "Common.define.smartArt.textVerticalAccentList": "垂直重点列表", + "Common.define.smartArt.textVerticalArrowList": "垂直箭头列表", + "Common.define.smartArt.textVerticalBendingProcess": "垂直蛇形流程", + "Common.define.smartArt.textVerticalBlockList": "垂直块列表", + "Common.define.smartArt.textVerticalBoxList": "垂直框列表", + "Common.define.smartArt.textVerticalBracketList": "垂直括弧列表", + "Common.define.smartArt.textVerticalBulletList": "垂直项目符号列表", + "Common.define.smartArt.textVerticalChevronList": "垂直 V 形列表", + "Common.define.smartArt.textVerticalCircleList": "垂直圆形列表", + "Common.define.smartArt.textVerticalCurvedList": "垂直曲形列表", + "Common.define.smartArt.textVerticalEquation": "垂直公式", + "Common.define.smartArt.textVerticalPictureAccentList": "垂直图片重点列表", + "Common.define.smartArt.textVerticalPictureList": "垂直图片列表", + "Common.define.smartArt.textVerticalProcess": "垂直流程", "Common.Translation.textMoreButton": "更多", "Common.Translation.warnFileLocked": "另一个应用程序正在编辑本文件。你可以继续编辑,并另存为副本。", "Common.Translation.warnFileLockedBtnEdit": "创建副本", @@ -695,6 +854,7 @@ "SSE.Controllers.LeftMenu.warnDownloadAs": "如果您继续以此格式保存,除文本之外的所有功能将丢失。
您确定要继续吗?", "SSE.Controllers.Main.confirmAddCellWatches": "此操作将会添加 {0} 个单元格监视。
是否继续?", "SSE.Controllers.Main.confirmAddCellWatchesMax": "此操作将只会添加 {0} 个单元格监视以节省内存。
是否继续?", + "SSE.Controllers.Main.confirmMaxChangesSize": "行动的大小超过了对您服务器设置的限制。
按 \"撤消\"取消您的最后一次行动,或按\"继续\"在本地保留该行动(您需要下载文件或复制其内容以确保没有任何损失)。", "SSE.Controllers.Main.confirmMoveCellRange": "目的地小区范围可以包含数据。继续操作?", "SSE.Controllers.Main.confirmPutMergeRange": "源数据包含合并的单元格。
它们在粘贴到表格之前已经被取消了。", "SSE.Controllers.Main.confirmReplaceFormulaInTable": "表头里的公式将会被删除,并转换成普通文本。
要继续吗?", @@ -827,6 +987,7 @@ "SSE.Controllers.Main.textCloseTip": "点击关闭提示", "SSE.Controllers.Main.textConfirm": "确认", "SSE.Controllers.Main.textContactUs": "联系销售", + "SSE.Controllers.Main.textContinue": "发送", "SSE.Controllers.Main.textConvertEquation": "该公式是使用不再受支持的方程式编辑器的旧版本创建的。要对其进行编辑,请将公式转换为Office Math ML格式。
立即转换?", "SSE.Controllers.Main.textCustomLoader": "请注意,根据许可条款您无权更改加载程序。
请联系我们的销售部门获取报价。", "SSE.Controllers.Main.textDisconnect": "网络连接已断开。", @@ -855,6 +1016,7 @@ "SSE.Controllers.Main.textStrict": "手动模式", "SSE.Controllers.Main.textTryUndoRedo": "对于自动的协同编辑模式,取消/重做功能是禁用的。< br >单击“手动模式”按钮切换到手动协同编辑模式,这样,编辑该文件时只有您保存修改之后,其他用户才能访问这些修改。您可以使用编辑器高级设置易于切换编辑模式。", "SSE.Controllers.Main.textTryUndoRedoWarn": "自动共同编辑模式下,撤销/重做功能被禁用。", + "SSE.Controllers.Main.textUndo": "撤消", "SSE.Controllers.Main.textYes": "是", "SSE.Controllers.Main.titleLicenseExp": "许可证过期", "SSE.Controllers.Main.titleServerVersion": "编辑器已更新", @@ -1947,15 +2109,20 @@ "SSE.Views.DigitalFilterDialog.textUse1": "使用 ?呈现任何单个字符", "SSE.Views.DigitalFilterDialog.textUse2": "使用*来呈现任何一系列的角色", "SSE.Views.DigitalFilterDialog.txtTitle": "自定义筛选器", + "SSE.Views.DocumentHolder.advancedEquationText": "方程式设置", "SSE.Views.DocumentHolder.advancedImgText": "高级图像设置", "SSE.Views.DocumentHolder.advancedShapeText": "形状高级设置", "SSE.Views.DocumentHolder.advancedSlicerText": "切片器高级设置", + "SSE.Views.DocumentHolder.allLinearText": "全部 - 线性", + "SSE.Views.DocumentHolder.allProfText": "全部 - 专业", "SSE.Views.DocumentHolder.bottomCellText": "靠下对齐", "SSE.Views.DocumentHolder.bulletsText": "符号和编号", "SSE.Views.DocumentHolder.centerCellText": "垂直居中", "SSE.Views.DocumentHolder.chartDataText": "选择图标数据", "SSE.Views.DocumentHolder.chartText": "图表高级设置", "SSE.Views.DocumentHolder.chartTypeText": "更改图表类型", + "SSE.Views.DocumentHolder.currLinearText": "当前 - 线性", + "SSE.Views.DocumentHolder.currProfText": "当前 - 专业", "SSE.Views.DocumentHolder.deleteColumnText": "列", "SSE.Views.DocumentHolder.deleteRowText": "行", "SSE.Views.DocumentHolder.deleteTableText": "表格", @@ -1969,6 +2136,7 @@ "SSE.Views.DocumentHolder.insertColumnRightText": "右列", "SSE.Views.DocumentHolder.insertRowAboveText": "上面的行", "SSE.Views.DocumentHolder.insertRowBelowText": "下面的行", + "SSE.Views.DocumentHolder.latexText": "LaTeX", "SSE.Views.DocumentHolder.originalSizeText": "实际大小", "SSE.Views.DocumentHolder.removeHyperlinkText": "删除超链接", "SSE.Views.DocumentHolder.selectColumnText": "整列", @@ -2078,6 +2246,7 @@ "SSE.Views.DocumentHolder.txtPaste": "粘贴", "SSE.Views.DocumentHolder.txtPercentage": "百分比", "SSE.Views.DocumentHolder.txtReapply": "Reapply", + "SSE.Views.DocumentHolder.txtRefresh": "刷新", "SSE.Views.DocumentHolder.txtRow": "整行", "SSE.Views.DocumentHolder.txtRowHeight": "设置行高", "SSE.Views.DocumentHolder.txtScientific": "科学", @@ -2097,7 +2266,10 @@ "SSE.Views.DocumentHolder.txtTime": "时间", "SSE.Views.DocumentHolder.txtUngroup": "取消组合", "SSE.Views.DocumentHolder.txtWidth": "宽度", + "SSE.Views.DocumentHolder.unicodeText": "Unicode", "SSE.Views.DocumentHolder.vertAlignText": "垂直对齐", + "SSE.Views.ExternalLinksDlg.closeButtonText": "关闭", + "SSE.Views.ExternalLinksDlg.textSource": "来源", "SSE.Views.FieldSettingsDialog.strLayout": "布局", "SSE.Views.FieldSettingsDialog.strSubtotals": "分类汇总", "SSE.Views.FieldSettingsDialog.textReport": "报告", @@ -2161,6 +2333,7 @@ "SSE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "位置", "SSE.Views.FileMenuPanels.DocumentInfo.txtRights": "有权利的人", "SSE.Views.FileMenuPanels.DocumentInfo.txtSubject": "主题", + "SSE.Views.FileMenuPanels.DocumentInfo.txtTags": "标签", "SSE.Views.FileMenuPanels.DocumentInfo.txtTitle": "标题", "SSE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "上载", "SSE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "更改访问权限", @@ -3399,6 +3572,7 @@ "SSE.Views.Toolbar.capBtnComment": "批注", "SSE.Views.Toolbar.capBtnInsHeader": "页眉/页脚", "SSE.Views.Toolbar.capBtnInsSlicer": "切片器", + "SSE.Views.Toolbar.capBtnInsSmartArt": "SmartArt", "SSE.Views.Toolbar.capBtnInsSymbol": "符号", "SSE.Views.Toolbar.capBtnMargins": "边距", "SSE.Views.Toolbar.capBtnPageOrient": "方向", @@ -3556,16 +3730,19 @@ "SSE.Views.Toolbar.tipInsertChart": "插入图表", "SSE.Views.Toolbar.tipInsertChartSpark": "插入图表", "SSE.Views.Toolbar.tipInsertEquation": "插入方程", + "SSE.Views.Toolbar.tipInsertHorizontalText": "插入横排文本框", "SSE.Views.Toolbar.tipInsertHyperlink": "添加超链接", "SSE.Views.Toolbar.tipInsertImage": "插入图片", "SSE.Views.Toolbar.tipInsertOpt": "插入单元格", "SSE.Views.Toolbar.tipInsertShape": "自动插入形状", "SSE.Views.Toolbar.tipInsertSlicer": "插入分法", + "SSE.Views.Toolbar.tipInsertSmartArt": "插入 SmartArt", "SSE.Views.Toolbar.tipInsertSpark": "插入迷你图", "SSE.Views.Toolbar.tipInsertSymbol": "插入符号", "SSE.Views.Toolbar.tipInsertTable": "插入表", "SSE.Views.Toolbar.tipInsertText": "插入文字", "SSE.Views.Toolbar.tipInsertTextart": "插入艺术字", + "SSE.Views.Toolbar.tipInsertVerticalText": "插入竖排文本框", "SSE.Views.Toolbar.tipMerge": "合并且居中", "SSE.Views.Toolbar.tipNone": "无", "SSE.Views.Toolbar.tipNumFormat": "数字格式", diff --git a/apps/spreadsheeteditor/mobile/locale/az.json b/apps/spreadsheeteditor/mobile/locale/az.json index cafc72ec9..38c9fb8c6 100644 --- a/apps/spreadsheeteditor/mobile/locale/az.json +++ b/apps/spreadsheeteditor/mobile/locale/az.json @@ -244,13 +244,13 @@ "uploadImageSizeMessage": "Təsvir çox böyükdür. Maksimum ölçü 25 MB-dır.", "errorCannotUseCommandProtectedSheet": "You cannot use this command on a protected sheet. To use this command, unprotect the sheet.
You might be requested to enter a password.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "textCancel": "Cancel", + "textOk": "Ok" }, "LongActions": { "advDRMPassword": "Parol", diff --git a/apps/spreadsheeteditor/mobile/locale/be.json b/apps/spreadsheeteditor/mobile/locale/be.json index 6d69f3613..7b2232acf 100644 --- a/apps/spreadsheeteditor/mobile/locale/be.json +++ b/apps/spreadsheeteditor/mobile/locale/be.json @@ -210,6 +210,11 @@ "errorFrmlMaxReference": "You cannot enter this formula because it has too many values,
cell references, and/or names.", "errorFrmlMaxTextLength": "Text values in formulas are limited to 255 characters.
Use the CONCATENATE function or concatenation operator (&)", "errorFrmlWrongReferences": "The function refers to a sheet that does not exist.
Please, check the data and try again.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", + "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "errorInvalidRef": "Enter a correct name for the selection or a valid reference to go to.", "errorKeyEncrypt": "Unknown key descriptor", "errorKeyExpire": "Key descriptor expired", @@ -239,18 +244,13 @@ "pastInMergeAreaError": "Cannot change a part of a merged cell", "saveErrorText": "An error has occurred while saving the file", "scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please, reload the page.", + "textCancel": "Cancel", "textErrorPasswordIsNotCorrect": "The password you supplied is not correct.
Verify that the CAPS LOCK key is off and be sure to use the correct capitalization.", + "textOk": "Ok", "unknownErrorText": "Unknown error.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", - "textCancel": "Cancel", - "textOk": "Ok", - "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." }, "Statusbar": { "textErrNameWrongChar": "Назва не можа змяшчаць сімвалы: \\, /, *, ?, [, ], :", diff --git a/apps/spreadsheeteditor/mobile/locale/ca.json b/apps/spreadsheeteditor/mobile/locale/ca.json index b0dcc0aaa..4c0f5fb7c 100644 --- a/apps/spreadsheeteditor/mobile/locale/ca.json +++ b/apps/spreadsheeteditor/mobile/locale/ca.json @@ -31,9 +31,9 @@ "textOk": "D'acord", "textReopen": "Torna a obrir", "textResolve": "Resol", + "textSharingSettings": "Compartir Configuració", "textTryUndoRedo": "S'han desactivat les funcions desfés/refés per al mode de coedició ràpida.", - "textUsers": "Usuaris", - "textSharingSettings": "Sharing Settings" + "textUsers": "Usuaris" }, "ThemeColorPalette": { "textCustomColors": "Colors personalitzats", @@ -50,6 +50,7 @@ "menuCell": "Cel·la", "menuDelete": "Suprimeix", "menuEdit": "Edita", + "menuEditLink": "Editar Enllaç", "menuFreezePanes": "Immobilitza les subfinestres", "menuHide": "Amaga", "menuMerge": "Combina", @@ -66,8 +67,7 @@ "textDoNotShowAgain": "No ho mostris més", "textOk": "D'acord", "txtWarnUrl": "Fer clic en aquest enllaç pot ser perjudicial per al dispositiu i les dades.
Esteu segur que voleu continuar?", - "warnMergeLostData": "Només les dades de la cel·la superior esquerra romandran a la cel·la combinada.
Voleu continuar?", - "menuEditLink": "Edit Link" + "warnMergeLostData": "Només les dades de la cel·la superior esquerra romandran a la cel·la combinada.
Voleu continuar?" }, "Controller": { "Main": { @@ -158,17 +158,17 @@ "textReplaceSuccess": "S'ha fet la cerca. S'han substituït les coincidències: {0}", "textRequestMacros": "Una macro fa una sol·licitud a l'URL. Voleu permetre la sol·licitud al %1?", "textYes": "Sí", + "titleLicenseExp": "Llicència Caducada", "titleServerVersion": "S'ha actualitzat l'editor", "titleUpdateVersion": "S'ha canviat la versió", "warnLicenseExceeded": "Heu arribat al límit de connexions simultànies a %1 editors. Aquest document només s'obrirà en mode lectura. Contacteu amb l'administrador per a més informació.", + "warnLicenseExp": "La vostra llicència ha caducat. Actualitzeu la llicència i la pàgina.", "warnLicenseLimitedNoAccess": "La llicència ha caducat. No teniu accés a la funció d'edició de documents. Contacteu amb l'administrador.", "warnLicenseLimitedRenewed": "Cal renovar la llicència. Teniu accés limitat a la funció d'edició de documents.
Contacteu amb l'administrador per obtenir accés total", "warnLicenseUsersExceeded": "Heu arribat al límit d'usuaris per a %1 editors. Contacteu amb el vostre administrador per a més informació.", "warnNoLicense": "Heu arribat al límit de connexions simultànies a %1 editors. Aquest document només s'obrirà en mode lectura. Contacteu amb l'equip de vendes %1 per a les condicions d'una actualització personal.", "warnNoLicenseUsers": "Heu arribat al límit d'usuaris per a %1 editors. Contacteu amb l'equip de vendes de %1 per obtenir les condicions de millora personals dels vostres serveis.", - "warnProcessRightsChange": "No teniu permís per editar el fitxer.", - "titleLicenseExp": "License expired", - "warnLicenseExp": "Your license has expired. Please, update your license and refresh the page." + "warnProcessRightsChange": "No teniu permís per editar el fitxer." } }, "Error": { @@ -196,6 +196,7 @@ "errorDataRange": "L'interval de dades no és correcte.", "errorDataValidate": "El valor que heu introduït no és vàlid.
Un usuari ha restringit els valors que es poden introduir en aquesta cel·la.", "errorDefaultMessage": "Codi d'error:%1", + "errorDirectUrl": "Verifiqueu l'enllaç al document.
Aquest enllaç ha de ser un enllaç directe al fitxer per baixar-lo.", "errorEditingDownloadas": "S'ha produït un error mentre es treballava amb el document.
Utilitzeu l'opció \"Descarregar\" per desar la còpia de seguretat del fitxer en un disc local.", "errorFilePassProtect": "El fitxer està protegit amb contrasenya i no s'ha pogut obrir.", "errorFileRequest": "Error extern.
Sol·licitud de fitxer. Contacteu amb el servei d'assistència tècnica.", @@ -243,19 +244,19 @@ "uploadImageExtMessage": "Format d'imatge desconegut.", "uploadImageFileCountMessage": "No s'ha carregat cap imatge.", "uploadImageSizeMessage": "La imatge és massa gran. La mida màxima és de 25 MB.", - "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "textCancel": "Cancel", + "textOk": "Ok" }, "LongActions": { "advDRMPassword": "Contrasenya", "applyChangesTextText": "S'estant carregant les dades...", "applyChangesTitleText": "S'estan carregant les dades", + "confirmMaxChangesSize": "La mida de les accions excedeix la limitació establerta pel vostre servidor.
Premeu «Desfés» per a cancel·lar la vostra última acció o premeu «Continua» per a mantenir l'acció localment (cal baixar el fitxer o copiar el seu contingut per a assegurar-vos que no es perd res).", "confirmMoveCellRange": "L'interval de cel·les de destinació pot contenir dades. Voleu continuar amb l'operació?", "confirmPutMergeRange": "Les dades d'origen contenen cel·les combinades.
La combinació es desfarà abans que s'enganxin a la taula.", "confirmReplaceFormulaInTable": "Les fórmules de la fila de capçalera s'eliminaran i es convertiran en text estàtic.
Voleu continuar?", @@ -281,20 +282,19 @@ "saveTextText": "S'està desant el document...", "saveTitleText": "S'està desant el document", "textCancel": "Cancel·la", + "textContinue": "Continuar", "textErrorWrongPassword": "La contrasenya que heu introduït no és correcta.", "textLoadingDocument": "S'està carregant el document", "textNo": "No", "textOk": "D'acord", + "textUndo": "Desfés", "textUnlockRange": "Desbloca l'interval", "textUnlockRangeWarning": "Un interval que intenteu canviar està protegit amb contrasenya.", "textYes": "Sí", "txtEditingMode": "Estableix el mode d'edició ...", "uploadImageTextText": "S'està carregant la imatge...", "uploadImageTitleText": "S'està carregant la imatge", - "waitText": "Espereu...", - "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).", - "textContinue": "Continue", - "textUndo": "Undo" + "waitText": "Espereu..." }, "Statusbar": { "notcriticalErrorTitle": "Advertiment", @@ -350,6 +350,7 @@ "textComment": "Comentari", "textDataTableHint": "Retorna les cel·les de dades de la taula o les columnes de la taula especificades", "textDisplay": "Visualització", + "textDone": "Fet", "textEmptyImgUrl": "Cal especificar l'URL de la imatge.", "textExternalLink": "Enllaç extern", "textFilter": "Filtre", @@ -370,6 +371,7 @@ "textPictureFromLibrary": "Imatge de la biblioteca", "textPictureFromURL": "Imatge de l'URL", "textRange": "Interval", + "textRecommended": "Recomanat", "textRequired": "Necessari", "textScreenTip": "Consell de pantalla", "textSelectedRange": "Interval Seleccionat", @@ -385,9 +387,7 @@ "txtNotUrl": "Aquest camp hauria de ser un URL amb el format \"http://www.exemple.com\"", "txtSorting": "Ordenació", "txtSortSelected": "Ordena els objectes seleccionats", - "txtYes": "Sí", - "textDone": "Done", - "textRecommended": "Recommended" + "txtYes": "Sí" }, "Edit": { "notcriticalErrorTitle": "Advertiment", @@ -420,9 +420,11 @@ "textBottom": "Part inferior", "textBottomBorder": "Vora inferior", "textBringToForeground": "Porta al primer pla", + "textCancel": "Cancel·lar", "textCell": "Cel·la", "textCellStyle": "Estil de cel·la", "textCenter": "Centra", + "textChangeShape": "Canvia la forma", "textChart": "Gràfic", "textChartTitle": "Títol del gràfic", "textClearFilter": "Suprimeix el filtre", @@ -435,12 +437,15 @@ "textDate": "Data", "textDefault": "Interval seleccionat", "textDeleteFilter": "Suprimeix el filtre", + "textDeleteImage": "Esborrar imatge", + "textDeleteLink": "Esborrar enllaç", "textDesign": "Disseny", "textDiagonalDownBorder": "Vora diagonal inferior", "textDiagonalUpBorder": "Vora diagonal superior", "textDisplay": "Visualització", "textDisplayUnits": "Unitats de visualització", "textDollar": "Dòlar", + "textDone": "Fet", "textEditLink": "Edita l'enllaç", "textEffects": "Efectes", "textEmptyImgUrl": "Cal especificar l'URL de la imatge.", @@ -521,6 +526,7 @@ "textPound": "Lliura", "textPt": "pt", "textRange": "Interval", + "textRecommended": "Recomanat", "textRemoveChart": "Suprimeix el gràfic", "textRemoveShape": "Suprimeix la forma", "textReplace": "Substitueix", @@ -567,13 +573,7 @@ "textYen": "Ien", "txtNotUrl": "Aquest camp hauria de ser un URL amb el format \"http://www.exemple.com\"", "txtSortHigh2Low": "Ordena de major a menor", - "txtSortLow2High": "Ordena de menor a major", - "textCancel": "Cancel", - "textChangeShape": "Change Shape", - "textDeleteImage": "Delete Image", - "textDeleteLink": "Delete Link", - "textDone": "Done", - "textRecommended": "Recommended" + "txtSortLow2High": "Ordena de menor a major" }, "Settings": { "advCSVOptions": "Trieu les opcions CSV", diff --git a/apps/spreadsheeteditor/mobile/locale/cs.json b/apps/spreadsheeteditor/mobile/locale/cs.json index c296515e3..8593495c7 100644 --- a/apps/spreadsheeteditor/mobile/locale/cs.json +++ b/apps/spreadsheeteditor/mobile/locale/cs.json @@ -244,13 +244,13 @@ "uploadImageFileCountMessage": "Nenahrány žádné obrázky.", "uploadImageSizeMessage": "Obrázek je příliš velký. Maximální velikost je 25 MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "textCancel": "Cancel", + "textOk": "Ok" }, "LongActions": { "advDRMPassword": "Heslo", diff --git a/apps/spreadsheeteditor/mobile/locale/da.json b/apps/spreadsheeteditor/mobile/locale/da.json index bda43480a..c3e80f69d 100644 --- a/apps/spreadsheeteditor/mobile/locale/da.json +++ b/apps/spreadsheeteditor/mobile/locale/da.json @@ -224,6 +224,11 @@ "errorFrmlMaxLength": "You cannot add this formula as its length exceeds the allowed number of characters.
Please, edit it and try again.", "errorFrmlMaxTextLength": "Text values in formulas are limited to 255 characters.
Use the CONCATENATE function or concatenation operator (&)", "errorFrmlWrongReferences": "The function refers to a sheet that does not exist.
Please, check the data and try again.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", + "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "errorKeyEncrypt": "Unknown key descriptor", "errorLockedAll": "The operation could not be done as the sheet has been locked by another user.", "errorLockedCellPivot": "You cannot change data inside a pivot table.", @@ -240,17 +245,12 @@ "errorUsersExceed": "The number of users allowed by the pricing plan was exceeded", "notcriticalErrorTitle": "Warning", "scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please, reload the page.", + "textCancel": "Cancel", "textErrorPasswordIsNotCorrect": "The password you supplied is not correct.
Verify that the CAPS LOCK key is off and be sure to use the correct capitalization.", + "textOk": "Ok", "unknownErrorText": "Unknown error.", "uploadImageExtMessage": "Unknown image format.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", - "textCancel": "Cancel", - "textOk": "Ok", - "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." }, "LongActions": { "advDRMPassword": "Kodeord", diff --git a/apps/spreadsheeteditor/mobile/locale/de.json b/apps/spreadsheeteditor/mobile/locale/de.json index f105de509..c1b3617b1 100644 --- a/apps/spreadsheeteditor/mobile/locale/de.json +++ b/apps/spreadsheeteditor/mobile/locale/de.json @@ -31,9 +31,9 @@ "textOk": "OK", "textReopen": "Wiederöffnen", "textResolve": "Lösen", + "textSharingSettings": "Freigabeeinstellungen", "textTryUndoRedo": "Die Optionen Rückgängig machen/Wiederholen sind für den Schnellmodus deaktiviert.", - "textUsers": "Benutzer", - "textSharingSettings": "Sharing Settings" + "textUsers": "Benutzer" }, "ThemeColorPalette": { "textCustomColors": "Benutzerdefinierte Farben", @@ -50,6 +50,7 @@ "menuCell": "Zelle", "menuDelete": "Löschen", "menuEdit": "Bearbeiten", + "menuEditLink": "Link bearbeiten", "menuFreezePanes": "Fensterausschnitte fixieren", "menuHide": "Ausblenden", "menuMerge": "Verbinden", @@ -66,8 +67,7 @@ "textDoNotShowAgain": "Nicht mehr anzeigen", "textOk": "OK", "txtWarnUrl": "Dieser Link kann für Ihr Gerät und Daten gefährlich sein.
Möchten Sie wirklich fortsetzen?", - "warnMergeLostData": "Nur die Daten aus der oberen linken Zelle bleiben nach der Vereinigung.
Möchten Sie wirklich fortsetzen?", - "menuEditLink": "Edit Link" + "warnMergeLostData": "Nur die Daten aus der oberen linken Zelle bleiben nach der Vereinigung.
Möchten Sie wirklich fortsetzen?" }, "Controller": { "Main": { @@ -158,17 +158,17 @@ "textReplaceSuccess": "Der Suchvorgang wurde durchgeführt. Vorkommen wurden ersetzt:{0}", "textRequestMacros": "Ein Makro stellt eine Anfrage an die URL. Möchten Sie die Anfrage an die %1 zulassen?", "textYes": "Ja", + "titleLicenseExp": "Lizenz ist abgelaufen", "titleServerVersion": "Editor wurde aktualisiert", "titleUpdateVersion": "Version wurde geändert", "warnLicenseExceeded": "Sie haben die maximale Anzahl von gleichzeitigen Verbindungen in %1-Editoren erreicht. Die Bearbeitung ist jetzt in diesem Dokument nicht verfügbar. Wenden Sie sich an Administratoren für weitere Informationen.", + "warnLicenseExp": "Ihre Lizenz ist abgelaufen. Bitte erneuern Sie die Lizenz und laden Sie die Seite neu.", "warnLicenseLimitedNoAccess": "Lizenz abgelaufen. Keine Bearbeitung möglich. Bitte wenden Sie sich an Administratoren.", "warnLicenseLimitedRenewed": "Die Lizenz soll aktualisiert werden. Die Bearbeitungsfunktionen sind eingeschränkt.
Bitte wenden Sie sich an Ihrem Administrator für vollen Zugriff", "warnLicenseUsersExceeded": "Sie haben das Benutzerlimit für %1-Editoren erreicht. Bitte wenden Sie sich an Ihren Administrator, um weitere Informationen zu erhalten.", "warnNoLicense": "Sie haben die maximale Anzahl von gleichzeitigen Verbindungen in %1-Editoren erreicht. Die Bearbeitung ist jetzt in diesem Dokument nicht verfügbar. Bitte kontaktieren Sie unser Verkaufsteam, um persönliche Upgrade-Bedingungen zu erhalten.", "warnNoLicenseUsers": "Sie haben das Benutzerlimit für %1-Editoren erreicht. Bitte kontaktieren Sie unser Verkaufsteam, um persönliche Upgrade-Bedingungen zu erhalten.", - "warnProcessRightsChange": "Sie können diese Datei nicht bearbeiten.", - "titleLicenseExp": "License expired", - "warnLicenseExp": "Your license has expired. Please, update your license and refresh the page." + "warnProcessRightsChange": "Sie können diese Datei nicht bearbeiten." } }, "Error": { @@ -196,6 +196,7 @@ "errorDataRange": "Falscher Datenbereich.", "errorDataValidate": "Der eingegebene Wert ist ungültig.
Die Werte, die in diese Zelle eingegeben werden können, sind begrenzt.", "errorDefaultMessage": "Fehlercode: %1", + "errorDirectUrl": "Bitte überprüfen Sie den Link zum Dokument.
Dieser Link muss ein direkter Link zu der Datei zum Herunterladen sein.", "errorEditingDownloadas": "Fehler bei der Arbeit an diesem Dokument.
Laden Sie die Datei herunter, um sie lokal zu speichern.", "errorFilePassProtect": "Die Datei ist mit Passwort geschützt und kann nicht geöffnet werden.", "errorFileRequest": "Externer Fehler.
Fehler bei der Dateianfrage. Bitte wenden Sie sich an den Support.", @@ -208,6 +209,11 @@ "errorFrmlMaxReference": "Sie können solche Formel nicht eingeben, denn Sie zu viele Werte,
Zellbezüge und/oder Namen beinhaltet.", "errorFrmlMaxTextLength": "Textwerte in Formeln sind auf 255 Zeichen begrenzt.
Verwenden Sie die Funktion VERKETTEN oder den Verkettungsoperator (&).", "errorFrmlWrongReferences": "Die Funktion bezieht sich auf ein Blatt, das nicht existiert.
Bitte überprüfen Sie die Daten und versuchen Sie es erneut.", + "errorInconsistentExt": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei stimmt nicht mit der Dateierweiterung überein.", + "errorInconsistentExtDocx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht Textdokumenten (z.B. docx), aber die Datei hat die inkonsistente Erweiterung: %1.", + "errorInconsistentExtPdf": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht einem der folgenden Formate: pdf/djvu/xps/oxps, aber die Datei hat die inkonsistente Erweiterung: %1.", + "errorInconsistentExtPptx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht Präsentationen (z.B. pptx), aber die Datei hat die inkonsistente Erweiterung: %1.", + "errorInconsistentExtXlsx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.
Der Inhalt der Datei entspricht Tabellenkalkulationen (z.B. xlsx), aber die Datei hat die inkonsistente Erweiterung: %1.", "errorInvalidRef": "Geben Sie einen korrekten Namen oder einen gültigen Webverweis ein.", "errorKeyEncrypt": "Unbekannter Schlüsseldeskriptor", "errorKeyExpire": "Der Schlüsseldeskriptor ist abgelaufen", @@ -238,24 +244,19 @@ "pastInMergeAreaError": "Teil einer verbundenen Zelle kann nicht geändert werden", "saveErrorText": "Beim Speichern dieser Datei ist ein Fehler aufgetreten", "scriptLoadError": "Die Verbindung ist zu langsam, manche Elemente wurden nicht geladen. Bitte die Seite neu laden.", + "textCancel": "Abbrechen", "textErrorPasswordIsNotCorrect": "Das eingegebene Kennwort ist ungültig.
Stellen Sie sicher, dass die FESTSTELLTASTE nicht aktiviert ist und dass Sie die korrekte Groß-/Kleinschreibung verwenden.", + "textOk": "OK", "unknownErrorText": "Unbekannter Fehler.", "uploadImageExtMessage": "Unbekanntes Bildformat.", "uploadImageFileCountMessage": "Keine Bilder hochgeladen.", - "uploadImageSizeMessage": "Die maximal zulässige Bildgröße von 25 MB ist überschritten.", - "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "textCancel": "Cancel", - "textOk": "Ok", - "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "uploadImageSizeMessage": "Die maximal zulässige Bildgröße von 25 MB ist überschritten." }, "LongActions": { "advDRMPassword": "Passwort", "applyChangesTextText": "Daten werden geladen...", "applyChangesTitleText": "Daten werden geladen", + "confirmMaxChangesSize": "Die Anzahl der Aktionen überschreitet die für Ihren Server festgelegte Grenze.
Drücken Sie \"Rückgängig\", um Ihre letzte Aktion abzubrechen, oder drücken Sie \"Weiter\", um die Aktion lokal fortzusetzen (Sie müssen die Datei herunterladen oder ihren Inhalt kopieren, um sicherzustellen, dass nichts verloren geht).", "confirmMoveCellRange": "Der Zielzellenbereich kann Daten enthalten. Möchten Sie fortsetzen?", "confirmPutMergeRange": "Die Quelldaten enthalten verbundene Zellen.
Vor dem Einfügen dieser Zellen in die Tabelle, wird die Zusammenführung aufgehoben. ", "confirmReplaceFormulaInTable": "Formeln in der Kopfzeile werden entfernt und in statischen Text konvertiert.
Möchten Sie den Vorgang fortsetzen?", @@ -281,20 +282,19 @@ "saveTextText": "Dokument wird gespeichert...", "saveTitleText": "Dokument wird gespeichert...", "textCancel": "Abbrechen", + "textContinue": "Fortsetzen", "textErrorWrongPassword": "Inkorrektes Passwort.", "textLoadingDocument": "Dokument wird geladen...", "textNo": "Nein", "textOk": "OK", + "textUndo": "Rückgängig", "textUnlockRange": "Bereich aufsperren", "textUnlockRangeWarning": "Ein Bereich, den Sie zu bearbeiten versuchen, ist durch ein Kennwort geschützt.", "textYes": "Ja", "txtEditingMode": "Bearbeitungsmodul wird festgelegt...", "uploadImageTextText": "Das Bild wird hochgeladen...", "uploadImageTitleText": "Bild wird hochgeladen", - "waitText": "Bitte warten...", - "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).", - "textContinue": "Continue", - "textUndo": "Undo" + "waitText": "Bitte warten..." }, "Statusbar": { "notcriticalErrorTitle": "Warnung", @@ -350,6 +350,7 @@ "textComment": "Kommentar", "textDataTableHint": "Gibt die Datenzellen der Tabelle oder der angegebenen Tabellenspalten zurück", "textDisplay": "Anzeigen", + "textDone": "Fertig", "textEmptyImgUrl": "Sie müssen die URL des Bildes angeben.", "textExternalLink": "Externer Link", "textFilter": "Filter", @@ -370,6 +371,7 @@ "textPictureFromLibrary": "Bild aus dem Verzeichnis", "textPictureFromURL": "Bild aus URL", "textRange": "Bereich", + "textRecommended": "Empfohlen", "textRequired": "Erforderlich", "textScreenTip": "QuickInfo", "textSelectedRange": "Ausgewählter Bereich", @@ -385,9 +387,7 @@ "txtNotUrl": "Dieser Bereich soll eine URL im Format \"http://www.example.com\" sein.", "txtSorting": "Sortierung", "txtSortSelected": "Ausgewählte sortieren", - "txtYes": "Ja", - "textDone": "Done", - "textRecommended": "Recommended" + "txtYes": "Ja" }, "Edit": { "notcriticalErrorTitle": "Warnung", @@ -405,6 +405,7 @@ "textAllBorders": "Alle Rahmenlinien", "textAngleClockwise": "Im Uhrzeigersinn drehen", "textAngleCounterclockwise": "Gegen den Uhrzeigersinn drehen", + "textArrange": "Anordnen", "textAuto": "auto", "textAutomatic": "Automatisch", "textAxisCrosses": "Schnittpunkt mit der Achse", @@ -419,9 +420,11 @@ "textBottom": "Unten", "textBottomBorder": "Rahmenlinie unten", "textBringToForeground": "In den Vordergrund bringen", + "textCancel": "Abbrechen", "textCell": "Zelle", "textCellStyle": "Zellenformatvorlage", "textCenter": "Zentriert", + "textChangeShape": "Form ändern", "textChart": "Diagramm", "textChartTitle": "Diagrammtitel", "textClearFilter": "Filter leeren", @@ -434,12 +437,15 @@ "textDate": "Datum", "textDefault": "Ausgewählter Bereich", "textDeleteFilter": "Filter entfernen", + "textDeleteImage": "Bild löschen", + "textDeleteLink": "Link löschen", "textDesign": "Design", "textDiagonalDownBorder": "Rahmenlinien diagonal nach unten", "textDiagonalUpBorder": "Rahmenlinien diagonal nach oben", "textDisplay": "Anzeigen", "textDisplayUnits": "Anzeigeeinheiten", "textDollar": "Dollar", + "textDone": "Fertig", "textEditLink": "Link bearbeiten", "textEffects": "Effekte", "textEmptyImgUrl": "Sie müssen die URL des Bildes angeben.", @@ -520,6 +526,7 @@ "textPound": "Pfund", "textPt": "pt", "textRange": "Bereich", + "textRecommended": "Empfohlen", "textRemoveChart": "Diagramm entfernen", "textRemoveShape": "Form entfernen", "textReplace": "Ersetzen", @@ -566,14 +573,7 @@ "textYen": "Yen", "txtNotUrl": "Dieser Bereich soll eine URL im Format \"http://www.example.com\" sein.", "txtSortHigh2Low": "Absteigend sortieren", - "txtSortLow2High": "Aufsteigend sortieren", - "textArrange": "Arrange", - "textCancel": "Cancel", - "textChangeShape": "Change Shape", - "textDeleteImage": "Delete Image", - "textDeleteLink": "Delete Link", - "textDone": "Done", - "textRecommended": "Recommended" + "txtSortLow2High": "Aufsteigend sortieren" }, "Settings": { "advCSVOptions": "CSV-Optionen auswählen", diff --git a/apps/spreadsheeteditor/mobile/locale/el.json b/apps/spreadsheeteditor/mobile/locale/el.json index 11517c933..30594f374 100644 --- a/apps/spreadsheeteditor/mobile/locale/el.json +++ b/apps/spreadsheeteditor/mobile/locale/el.json @@ -244,13 +244,13 @@ "uploadImageFileCountMessage": "Δεν μεταφορτώθηκαν εικόνες.", "uploadImageSizeMessage": "Η εικόνα είναι πολύ μεγάλη. Το μέγιστο μέγεθος είναι 25MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "textCancel": "Cancel", + "textOk": "Ok" }, "LongActions": { "advDRMPassword": "Συνθηματικό", diff --git a/apps/spreadsheeteditor/mobile/locale/en.json b/apps/spreadsheeteditor/mobile/locale/en.json index cf9e5d0ea..5f339c085 100644 --- a/apps/spreadsheeteditor/mobile/locale/en.json +++ b/apps/spreadsheeteditor/mobile/locale/en.json @@ -209,6 +209,11 @@ "errorFrmlMaxReference": "You cannot enter this formula because it has too many values,
cell references, and/or names.", "errorFrmlMaxTextLength": "Text values in formulas are limited to 255 characters.
Use the CONCATENATE function or concatenation operator (&)", "errorFrmlWrongReferences": "The function refers to a sheet that does not exist.
Please, check the data and try again.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", + "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "errorInvalidRef": "Enter a correct name for the selection or a valid reference to go to.", "errorKeyEncrypt": "Unknown key descriptor", "errorKeyExpire": "Key descriptor expired", @@ -239,18 +244,13 @@ "pastInMergeAreaError": "Cannot change a part of a merged cell", "saveErrorText": "An error has occurred while saving the file", "scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please, reload the page.", + "textCancel": "Cancel", "textErrorPasswordIsNotCorrect": "The password you supplied is not correct.
Verify that the CAPS LOCK key is off and be sure to use the correct capitalization.", + "textOk": "Ok", "unknownErrorText": "Unknown error.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", - "textCancel": "Cancel", - "textOk": "Ok", - "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." }, "LongActions": { "advDRMPassword": "Password", diff --git a/apps/spreadsheeteditor/mobile/locale/es.json b/apps/spreadsheeteditor/mobile/locale/es.json index b58a265de..1e09d5c16 100644 --- a/apps/spreadsheeteditor/mobile/locale/es.json +++ b/apps/spreadsheeteditor/mobile/locale/es.json @@ -31,9 +31,9 @@ "textOk": "OK", "textReopen": "Volver a abrir", "textResolve": "Resolver", + "textSharingSettings": "Ajustes de uso compartido", "textTryUndoRedo": "Las funciones Deshacer/Rehacer están desactivadas en el modo de co-edición rápido.", - "textUsers": "Usuarios", - "textSharingSettings": "Sharing Settings" + "textUsers": "Usuarios" }, "ThemeColorPalette": { "textCustomColors": "Colores personalizados", @@ -50,6 +50,7 @@ "menuCell": "Celda", "menuDelete": "Eliminar", "menuEdit": "Editar", + "menuEditLink": "Editar enlace", "menuFreezePanes": "Inmovilizar paneles", "menuHide": "Ocultar", "menuMerge": "Combinar", @@ -66,8 +67,7 @@ "textDoNotShowAgain": "No mostrar de nuevo", "textOk": "Aceptar", "txtWarnUrl": "Hacer clic en este enlace puede ser perjudicial para su dispositivo y sus datos.
¿Está seguro de que quiere continuar?", - "warnMergeLostData": "En la celda unida permanecerán sólo los datos de la celda de la esquina superior izquierda.
Está seguro de que quiere continuar?", - "menuEditLink": "Edit Link" + "warnMergeLostData": "En la celda unida permanecerán sólo los datos de la celda de la esquina superior izquierda.
Está seguro de que quiere continuar?" }, "Controller": { "Main": { @@ -158,17 +158,17 @@ "textReplaceSuccess": "Se ha realizado la búsqueda. Ocurrencias reemplazadas: {0}", "textRequestMacros": "Una macro realiza una solicitud a la URL. ¿Quiere permitir la solicitud al %1?", "textYes": "Sí", + "titleLicenseExp": "Licencia ha expirado", "titleServerVersion": "Editor ha sido actualizado", "titleUpdateVersion": "Versión ha cambiado", "warnLicenseExceeded": "Ha alcanzado el límite de conexiones simultáneas con %1 editores. Este documento se abrirá sólo para su visualización. Póngase en contacto con su administrador para obtener más información.", + "warnLicenseExp": "Su licencia ha expirado. Por favor, actualice su licencia y actualice la página.", "warnLicenseLimitedNoAccess": "La licencia ha expirado. No tiene acceso a la funcionalidad de edición de documentos. Por favor, póngase en contacto con su administrador.", "warnLicenseLimitedRenewed": "La licencia necesita renovación. Tiene acceso limitado a la funcionalidad de edición de documentos.
Por favor, póngase en contacto con su administrador para obtener acceso completo", "warnLicenseUsersExceeded": "Ha alcanzado el límite de usuarios para %1 editores. Póngase en contacto con su administrador para saber más.", "warnNoLicense": "Ha alcanzado el límite de conexiones simultáneas con %1 editores. Este documento se abrirá sólo para su visualización. Póngase en contacto con el equipo de ventas de %1 para conocer las condiciones de actualización personal.", "warnNoLicenseUsers": "Ha alcanzado el límite de usuarios para %1 editores. Póngase en contacto con el equipo de ventas de %1 para conocer las condiciones de actualización personal.", - "warnProcessRightsChange": "No tiene permiso para editar el archivo.", - "titleLicenseExp": "License expired", - "warnLicenseExp": "Your license has expired. Please, update your license and refresh the page." + "warnProcessRightsChange": "No tiene permiso para editar el archivo." } }, "Error": { @@ -196,6 +196,7 @@ "errorDataRange": "Rango de datos incorrecto.", "errorDataValidate": "El valor que ha introducido no es válido.
Un usuario ha restringido los valores que pueden ser introducidos en esta celda.", "errorDefaultMessage": "Código de error: %1", + "errorDirectUrl": "Por favor, verifique el vínculo al documento.
Este vínculo debe ser un vínculo directo al archivo para descargar.", "errorEditingDownloadas": "Se ha producido un error al trabajar con el documento.
Utilice la opción 'Descargar' para guardar la copia de seguridad del archivo localmente.", "errorFilePassProtect": "El archivo está protegido por contraseña y no se puede abrir.", "errorFileRequest": "Error externo.
Solicitud de archivo. Por favor, contacte con el equipo de soporte.", @@ -238,19 +239,18 @@ "pastInMergeAreaError": "No se puede modificar una parte de una celda combinada", "saveErrorText": "Se ha producido un error al guardar el archivo ", "scriptLoadError": "La conexión es demasiado lenta, algunos de los componentes no se han podido cargar. Por favor, vuelva a cargar la página.", + "textCancel": "Cancelar", "textErrorPasswordIsNotCorrect": "La contraseña que ha proporcionado no es correcta.
Verifique que la tecla Bloq Mayús está desactivada y asegúrese de utilizar las mayúsculas correctas.", + "textOk": "Aceptar", "unknownErrorText": "Error desconocido.", "uploadImageExtMessage": "Formato de imagen desconocido.", "uploadImageFileCountMessage": "No hay imágenes subidas.", "uploadImageSizeMessage": "La imagen es demasiado grande. El tamaño máximo es de 25 MB.", - "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "advDRMPassword": "Contraseña", @@ -281,10 +281,12 @@ "saveTextText": "Guardando documento...", "saveTitleText": "Guardando documento", "textCancel": "Cancelar", + "textContinue": "Continuar", "textErrorWrongPassword": "La contraseña que ha proporcionado no es correcta.", "textLoadingDocument": "Cargando documento", "textNo": "No", "textOk": "OK", + "textUndo": "Deshacer", "textUnlockRange": "Desbloquear rango", "textUnlockRangeWarning": "Un rango que está tratando de cambiar está protegido por contraseña.", "textYes": "Sí", @@ -292,9 +294,7 @@ "uploadImageTextText": "Subiendo imagen...", "uploadImageTitleText": "Subiendo imagen", "waitText": "Por favor, espere...", - "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).", - "textContinue": "Continue", - "textUndo": "Undo" + "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost)." }, "Statusbar": { "notcriticalErrorTitle": "Advertencia", @@ -350,6 +350,7 @@ "textComment": "Comentario", "textDataTableHint": "Devuelve las celdas de datos de la tabla o de las columnas de la tabla especificadas", "textDisplay": "Mostrar", + "textDone": "Hecho", "textEmptyImgUrl": "Necesita especificar la URL de la imagen.", "textExternalLink": "Enlace externo", "textFilter": "Filtro", @@ -370,6 +371,7 @@ "textPictureFromLibrary": "Imagen desde biblioteca", "textPictureFromURL": "Imagen desde URL", "textRange": "Rango", + "textRecommended": "Recomendado", "textRequired": "Requerido", "textScreenTip": "Consejo de pantalla", "textSelectedRange": "Rango seleccionado", @@ -385,9 +387,7 @@ "txtNotUrl": "Este campo debe ser una dirección URL en el formato \"http://www.example.com\"", "txtSorting": "Ordenación", "txtSortSelected": "Ordenar los objetos seleccionados", - "txtYes": "Sí", - "textDone": "Done", - "textRecommended": "Recommended" + "txtYes": "Sí" }, "Edit": { "notcriticalErrorTitle": "Advertencia", @@ -405,6 +405,7 @@ "textAllBorders": "Todos los bordes", "textAngleClockwise": "Ángulo descendente", "textAngleCounterclockwise": "Ángulo ascendente", + "textArrange": "Organizar", "textAuto": "Auto", "textAutomatic": "Automático", "textAxisCrosses": "Cruces de eje", @@ -419,6 +420,7 @@ "textBottom": "Abajo ", "textBottomBorder": "Borde inferior", "textBringToForeground": "Traer al primer plano", + "textCancel": "Cancelar", "textCell": "Celda", "textCellStyle": "Estilo de celda", "textCenter": "Centro", @@ -434,12 +436,14 @@ "textDate": "Fecha", "textDefault": "Rango seleccionado", "textDeleteFilter": "Eliminar filtro", + "textDeleteLink": "Eliminar enlace", "textDesign": "Diseño", "textDiagonalDownBorder": "Borde diagonal descendente", "textDiagonalUpBorder": "Borde diagonal ascendente", "textDisplay": "Mostrar", "textDisplayUnits": "Unidades de visualización", "textDollar": "Dólar", + "textDone": "Hecho", "textEditLink": "Editar enlace", "textEffects": "Efectos", "textEmptyImgUrl": "Necesita especificar la URL de la imagen.", @@ -520,6 +524,7 @@ "textPound": "Libra", "textPt": "pt", "textRange": "Rango", + "textRecommended": "Recomendado", "textRemoveChart": "Eliminar gráfico", "textRemoveShape": "Eliminar forma", "textReplace": "Reemplazar", @@ -567,13 +572,8 @@ "txtNotUrl": "Este campo debe ser una dirección URL en el formato \"http://www.example.com\"", "txtSortHigh2Low": "Ordenar de mayor a menor", "txtSortLow2High": "Ordenar de menor a mayor ", - "textArrange": "Arrange", - "textCancel": "Cancel", "textChangeShape": "Change Shape", - "textDeleteImage": "Delete Image", - "textDeleteLink": "Delete Link", - "textDone": "Done", - "textRecommended": "Recommended" + "textDeleteImage": "Delete Image" }, "Settings": { "advCSVOptions": "Elegir los parámetros de CSV", diff --git a/apps/spreadsheeteditor/mobile/locale/eu.json b/apps/spreadsheeteditor/mobile/locale/eu.json index 2cd038f3f..72b749ade 100644 --- a/apps/spreadsheeteditor/mobile/locale/eu.json +++ b/apps/spreadsheeteditor/mobile/locale/eu.json @@ -244,13 +244,13 @@ "uploadImageFileCountMessage": "Ez da irudirik kargatu.", "uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "textCancel": "Cancel", + "textOk": "Ok" }, "LongActions": { "advDRMPassword": "Pasahitza", diff --git a/apps/spreadsheeteditor/mobile/locale/fr.json b/apps/spreadsheeteditor/mobile/locale/fr.json index eef8d0e6c..44ff520f1 100644 --- a/apps/spreadsheeteditor/mobile/locale/fr.json +++ b/apps/spreadsheeteditor/mobile/locale/fr.json @@ -239,18 +239,18 @@ "pastInMergeAreaError": "Impossible de modifier une partie d'une cellule fusionnée", "saveErrorText": "Une erreur s'est produite lors de l'enregistrement du fichier", "scriptLoadError": "La connexion est trop lente, certains éléments ne peuvent pas être chargés. Veuillez recharger la page.", + "textCancel": "Annuler", "textErrorPasswordIsNotCorrect": "Le mot de passe que vous avez fourni n'est pas correct.
Veuillez vérifier que la touche CAPS LOCK est désactivée et assurez-vous d'utiliser la bonne majuscule.", + "textOk": "Accepter", "unknownErrorText": "Erreur inconnue.", "uploadImageExtMessage": "Format d'image inconnu.", "uploadImageFileCountMessage": "Aucune image chargée.", "uploadImageSizeMessage": "L'image est trop grande. La taille limite est de 25 Mo.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "advDRMPassword": "Mot de passe", diff --git a/apps/spreadsheeteditor/mobile/locale/gl.json b/apps/spreadsheeteditor/mobile/locale/gl.json index 42bb72d4e..7d9e8cc87 100644 --- a/apps/spreadsheeteditor/mobile/locale/gl.json +++ b/apps/spreadsheeteditor/mobile/locale/gl.json @@ -244,13 +244,13 @@ "uploadImageFileCountMessage": "Non hai imaxes subidas.", "uploadImageSizeMessage": "A imaxe é demasiado grande. O tamaño máximo é de 25 MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "textCancel": "Cancel", + "textOk": "Ok" }, "LongActions": { "advDRMPassword": "Contrasinal", diff --git a/apps/spreadsheeteditor/mobile/locale/hu.json b/apps/spreadsheeteditor/mobile/locale/hu.json index 08f295add..63984abd6 100644 --- a/apps/spreadsheeteditor/mobile/locale/hu.json +++ b/apps/spreadsheeteditor/mobile/locale/hu.json @@ -244,13 +244,13 @@ "uploadImageExtMessage": "Ismeretlen képformátum.", "uploadImageFileCountMessage": "Nincs kép feltöltve.", "uploadImageSizeMessage": "A kép túl nagy. A maximális méret 25 MB.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "textCancel": "Cancel", + "textOk": "Ok" }, "LongActions": { "advDRMPassword": "Jelszó", diff --git a/apps/spreadsheeteditor/mobile/locale/hy.json b/apps/spreadsheeteditor/mobile/locale/hy.json index c21c4a406..8763325fc 100644 --- a/apps/spreadsheeteditor/mobile/locale/hy.json +++ b/apps/spreadsheeteditor/mobile/locale/hy.json @@ -239,18 +239,18 @@ "pastInMergeAreaError": "Հնարավոր չէ փոխել ձուլված վանդակի մի մասը", "saveErrorText": "Ֆայլը պահելիս սխալ է տեղի ունեցել", "scriptLoadError": "Կապը չափազանց դանդաղ է, որոշ բաղադրիչներ չհաջողվեց բեռնել:Խնդրում ենք վերաբեռնել էջը:", + "textCancel": "Չեղարկել", "textErrorPasswordIsNotCorrect": "Ձեր տրամադրած գաղտնաբառը ճիշտ չէ:
Ստուգեք, որ CAPS LOCK ստեղնը անջատված է և օգտագործեք ճիշտ գլխատառացումը:", + "textOk": "Լավ", "unknownErrorText": "Անհայտ սխալ։", "uploadImageExtMessage": "Նկարի անհայտ ձևաչափ։", "uploadImageFileCountMessage": "Ոչ մի նկար չի բեռնվել։", "uploadImageSizeMessage": "Պատկերը չափազանց մեծ է:Առավելագույն չափը 25 ՄԲ է:", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "advDRMPassword": "Գաղտնաբառ", diff --git a/apps/spreadsheeteditor/mobile/locale/id.json b/apps/spreadsheeteditor/mobile/locale/id.json index 31037cdf1..0b5745e20 100644 --- a/apps/spreadsheeteditor/mobile/locale/id.json +++ b/apps/spreadsheeteditor/mobile/locale/id.json @@ -228,7 +228,7 @@ "errorSessionToken": "Koneksi ke server terganggu. Silakan muat ulang halaman.", "errorStockChart": "Urutan baris salah. Untuk membuat diagram garis, masukkan data pada lembar kerja dengan urutan berikut ini:
harga pembukaan, harga maksimal, harga minimal, harga penutupan.", "errorUnexpectedGuid": "Error eksternal.
Unexpected Guid. Silakan hubungi support.", - "errorUpdateVersionOnDisconnect": "Koneksi internet sudah kembali dan versi file sudah diganti.
Sebelum Anda bisa melanjutkan kerja, Anda perlu download file atau copy konten untuk memastikan tidak ada yang hilang, dan muat ulang halaman ini.", + "errorUpdateVersionOnDisconnect": "Koneksi internet sudah kembali dan versi file sudah diganti.
Sebelum Anda bisa melanjutkan kerja, Anda perlu mengunduh file atau salin konten untuk memastikan tidak ada yang hilang, lalu muat ulang halaman ini.", "errorUserDrop": "File tidak bisa diakses sekarang.", "errorUsersExceed": "Jumlah pengguna telah melebihi jumlah yang diijinkan dalam paket harga.", "errorViewerDisconnect": "Koneksi terputus. Anda tetap bisa melihat dokumen,
tapi tidak bisa download atau print sampai koneksi terhubung dan halaman dimuat ulang.", @@ -244,13 +244,13 @@ "uploadImageExtMessage": "Format gambar tidak dikenal.", "uploadImageFileCountMessage": "Tidak ada gambar yang diunggah.", "uploadImageSizeMessage": "Melebihi ukuran maksimal file. Ukuran maksimum adalah 25 MB.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "textCancel": "Cancel", + "textOk": "Ok" }, "LongActions": { "advDRMPassword": "Kata Sandi", diff --git a/apps/spreadsheeteditor/mobile/locale/it.json b/apps/spreadsheeteditor/mobile/locale/it.json index a21e34f90..78a5b8788 100644 --- a/apps/spreadsheeteditor/mobile/locale/it.json +++ b/apps/spreadsheeteditor/mobile/locale/it.json @@ -31,9 +31,9 @@ "textOk": "OK", "textReopen": "Riaprire", "textResolve": "Risolvere", + "textSharingSettings": "Impostazioni di condivisione", "textTryUndoRedo": "Le funzioni Annulla/Ripeti sono disattivate nella modalità rapida di modifica collaborativa.", - "textUsers": "Utenti", - "textSharingSettings": "Sharing Settings" + "textUsers": "Utenti" }, "ThemeColorPalette": { "textCustomColors": "Colori personalizzati", @@ -50,6 +50,7 @@ "menuCell": "Cella", "menuDelete": "Eliminare", "menuEdit": "Modificare", + "menuEditLink": "Modifica collegamento", "menuFreezePanes": "Bloccare riquadri", "menuHide": "Nascondere", "menuMerge": "Unire", @@ -66,8 +67,7 @@ "textDoNotShowAgain": "Non mostrare di nuovo", "textOk": "Ok", "txtWarnUrl": "Fare clic su questo collegamento può danneggiare il tuo dispositivo e i tuoi dati.
Sei sicuro che vuoi continuare?", - "warnMergeLostData": "Solo i dati dalla cella sinistra superiore rimangono nella cella unita.
Sei sicuro di voler continuare?", - "menuEditLink": "Edit Link" + "warnMergeLostData": "Solo i dati dalla cella sinistra superiore rimangono nella cella unita.
Sei sicuro di voler continuare?" }, "Controller": { "Main": { @@ -158,17 +158,17 @@ "textReplaceSuccess": "La ricerca è stata effettuata. Casi sostituiti: {0}", "textRequestMacros": "Una macro effettua una richiesta all'URL. Vuoi consentire la richiesta al %1?", "textYes": "Sì", + "titleLicenseExp": "La licenza è scaduta", "titleServerVersion": "L'editor è stato aggiornato", "titleUpdateVersion": "La versione è stata cambiata", "warnLicenseExceeded": "Hai raggiunto il limite delle connessioni simultanee agli editor %1. Questo documento sarà aperto solo in modalità di visualizzazione. Ti preghiamo di contattare il tuo amministratore per maggior informazioni.", + "warnLicenseExp": "La tua licenza è scaduta. Ti preghiamo di aggiornare la tua licenza e ricaricare la pagina.", "warnLicenseLimitedNoAccess": "La licenza è scaduta. Non hai più accesso alle funzionalità di modifiche di documenti. Ti preghiamo di contattare il tuo amministratore.", "warnLicenseLimitedRenewed": "La licenza deve essere rinnovata. Hai accesso limitato alle funzionalità di modifica di documenti.
Si prega di contattare il tuo amministratore per ottenere l'accesso completo", "warnLicenseUsersExceeded": "Hai raggiunto il limite degli utenti per gli editor %1. Ti preghiamo di contattare il tuo amministratore per maggior informazioni.", "warnNoLicense": "Hai raggiunto il limite delle connessioni simultanee agli editor %1. Questo documento sarà aperto solo in modalità di visualizzazione. Ti preghiamo di contattare il team di vendite di %1 per i termini di aggiornamento personali.", "warnNoLicenseUsers": "Hai raggiunto il limite degli utenti per gli editor %1. Ti preghiamo di contattare il team di vendite di %1 per i termini di aggiornamento personali.", - "warnProcessRightsChange": "Non hai il permesso di modificare il file.", - "titleLicenseExp": "License expired", - "warnLicenseExp": "Your license has expired. Please, update your license and refresh the page." + "warnProcessRightsChange": "Non hai il permesso di modificare il file." } }, "Error": { @@ -196,6 +196,7 @@ "errorDataRange": "Intervallo di dati non corretto.", "errorDataValidate": "Il valore che hai inserito non è valido.
Un utente ha limitato i valori che possono essere inseriti in questa cella.", "errorDefaultMessage": "Codice errore: %1", + "errorDirectUrl": "Si prega di verificare il link al documento.
Questo collegamento deve essere un collegamento diretto al file da scaricare.", "errorEditingDownloadas": "Si è verificato un errore durante il lavoro con il documento.
Usa l'opzione \"Scaricare\" per salvare la copia di backup del file localmente.", "errorFilePassProtect": "Il file è protetto da password e non può essere aperto.", "errorFileRequest": "Errore esterno.
Errore di richiesta di file. Si prega di contattare il team di supporto.", @@ -238,19 +239,18 @@ "pastInMergeAreaError": "Impossibile modificare una parte di una cella unita", "saveErrorText": "Si è verificato un errore al salvataggio del file", "scriptLoadError": "La connessione è troppo lenta, alcuni componenti non possono essere caricati. Ti preghiamo di ricaricare la pagina.", + "textCancel": "Annulla", "textErrorPasswordIsNotCorrect": "La password che hai fornito non è corretta.
Verifica che il tasto CAPS LOCK sia disattivato e assicurati di utilizzare maiuscole corrette.", + "textOk": "OK", "unknownErrorText": "Errore sconosciuto.", "uploadImageExtMessage": "Formato d'immagine sconosciuto.", "uploadImageFileCountMessage": "Nessuna immagine caricata.", "uploadImageSizeMessage": "L'immagine è troppo grande. La dimensione massima è 25 MB.", - "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "advDRMPassword": "Password", @@ -281,10 +281,12 @@ "saveTextText": "Salvataggio del documento...", "saveTitleText": "Salvataggio del documento", "textCancel": "Annullare", + "textContinue": "Continua", "textErrorWrongPassword": "La password che hai fornito non è corretta.", "textLoadingDocument": "Caricamento di documento", "textNo": "No", "textOk": "OK", + "textUndo": "Annulla", "textUnlockRange": "Sbloccare intervallo", "textUnlockRangeWarning": "L'intervallo che cerchi di cambiare è protetto con password.", "textYes": "Sì", @@ -292,9 +294,7 @@ "uploadImageTextText": "Caricamento immagine...", "uploadImageTitleText": "Caricamento immagine", "waitText": "Si prega di attendere", - "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).", - "textContinue": "Continue", - "textUndo": "Undo" + "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost)." }, "Statusbar": { "notcriticalErrorTitle": "Avvertimento", @@ -350,6 +350,7 @@ "textComment": "Commento", "textDataTableHint": "Restituisce le celle di dati della tabella o le colonne della tabella specificate", "textDisplay": "Visualizzare", + "textDone": "Fatto", "textEmptyImgUrl": "Devi specificare l'URL dell'immagine.", "textExternalLink": "Link esterno", "textFilter": "Filtro", @@ -370,6 +371,7 @@ "textPictureFromLibrary": "Immagine dalla libreria", "textPictureFromURL": "Immagine dall'URL", "textRange": "Intervallo", + "textRecommended": "Consigliato", "textRequired": "Richiesto", "textScreenTip": "Suggerimento su schermo", "textSelectedRange": "Intervallo selezionato", @@ -385,9 +387,7 @@ "txtNotUrl": "Questo campo deve essere un URL nel formato \"http://www.example.com\"", "txtSorting": "Ordinamento", "txtSortSelected": "Ordinare selezionato", - "txtYes": "Sì", - "textDone": "Done", - "textRecommended": "Recommended" + "txtYes": "Sì" }, "Edit": { "notcriticalErrorTitle": "Avvertimento", @@ -405,6 +405,7 @@ "textAllBorders": "Tutti i bordi", "textAngleClockwise": "Angolo in senso orario", "textAngleCounterclockwise": "Angolo in senso antiorario", + "textArrange": "Disponi", "textAuto": "Auto", "textAutomatic": "Automatico", "textAxisCrosses": "Intersezione con l'asse", @@ -419,6 +420,7 @@ "textBottom": "In basso", "textBottomBorder": "Bordo inferiore", "textBringToForeground": "Portare in primo piano", + "textCancel": "Annulla", "textCell": "Cella", "textCellStyle": "Stile cella", "textCenter": "Al centro", @@ -434,12 +436,14 @@ "textDate": "Data", "textDefault": "Intervallo selezionato", "textDeleteFilter": "Eliminare filtro", + "textDeleteLink": "Elimina collegamento", "textDesign": "Design", "textDiagonalDownBorder": "Bordo diagonale discendente", "textDiagonalUpBorder": "Bordo diagonale ascendente", "textDisplay": "Visualizzare", "textDisplayUnits": "Unità di visualizzazione", "textDollar": "Dollaro", + "textDone": "Fatto", "textEditLink": "Modificare link", "textEffects": "Effetti", "textEmptyImgUrl": "Devi specificare l'URL dell'immagine.", @@ -520,6 +524,7 @@ "textPound": "Sterlina", "textPt": "pt", "textRange": "Intervallo", + "textRecommended": "Consigliato", "textRemoveChart": "Eliminare il grafico", "textRemoveShape": "Eliminare la forma", "textReplace": "Sostituire", @@ -567,13 +572,8 @@ "txtNotUrl": "Questo campo deve essere un URL nel formato \"http://www.example.com\"", "txtSortHigh2Low": "Ordinare dal più alto al più basso", "txtSortLow2High": "Ordinare dal più basso al più alto", - "textArrange": "Arrange", - "textCancel": "Cancel", "textChangeShape": "Change Shape", - "textDeleteImage": "Delete Image", - "textDeleteLink": "Delete Link", - "textDone": "Done", - "textRecommended": "Recommended" + "textDeleteImage": "Delete Image" }, "Settings": { "advCSVOptions": "Scegliere le opzioni CSV", diff --git a/apps/spreadsheeteditor/mobile/locale/ja.json b/apps/spreadsheeteditor/mobile/locale/ja.json index e4b75b6e3..c18bf95d6 100644 --- a/apps/spreadsheeteditor/mobile/locale/ja.json +++ b/apps/spreadsheeteditor/mobile/locale/ja.json @@ -244,13 +244,13 @@ "uploadImageExtMessage": "不明なイメージ形式", "uploadImageFileCountMessage": "アップロードしたイメージがない", "uploadImageSizeMessage": "イメージのサイズの上限が超えさせました。サイズの上限が25MB。", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "textCancel": "Cancel", + "textOk": "Ok" }, "LongActions": { "advDRMPassword": "パスワード", diff --git a/apps/spreadsheeteditor/mobile/locale/ko.json b/apps/spreadsheeteditor/mobile/locale/ko.json index 242cf6ecd..794e85461 100644 --- a/apps/spreadsheeteditor/mobile/locale/ko.json +++ b/apps/spreadsheeteditor/mobile/locale/ko.json @@ -244,13 +244,13 @@ "uploadImageFileCountMessage": "이미지가 업로드되지 않았습니다.", "uploadImageSizeMessage": "이미지 크기 제한을 초과했습니다.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "textCancel": "Cancel", + "textOk": "Ok" }, "LongActions": { "advDRMPassword": "암호", diff --git a/apps/spreadsheeteditor/mobile/locale/lo.json b/apps/spreadsheeteditor/mobile/locale/lo.json index 80aec002a..bbb58a2bc 100644 --- a/apps/spreadsheeteditor/mobile/locale/lo.json +++ b/apps/spreadsheeteditor/mobile/locale/lo.json @@ -244,13 +244,13 @@ "uploadImageFileCountMessage": "ບໍ່ມີຮູບພາບອັບໂຫລດ", "uploadImageSizeMessage": "ຮູບພາບໃຫຍ່ເກີນໄປ. ຂະຫນາດສູງສຸດແມ່ນ 25 MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "textCancel": "Cancel", + "textOk": "Ok" }, "LongActions": { "advDRMPassword": "ລະຫັດຜ່ານ", diff --git a/apps/spreadsheeteditor/mobile/locale/ms.json b/apps/spreadsheeteditor/mobile/locale/ms.json index 9c875c606..2536a05ee 100644 --- a/apps/spreadsheeteditor/mobile/locale/ms.json +++ b/apps/spreadsheeteditor/mobile/locale/ms.json @@ -244,13 +244,13 @@ "uploadImageFileCountMessage": "Tiada Imej dimuat naik.", "uploadImageSizeMessage": "Imej terlalu besar. Saiz maksimum adalah 25 MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "textCancel": "Cancel", + "textOk": "Ok" }, "LongActions": { "advDRMPassword": "Kata laluan", diff --git a/apps/spreadsheeteditor/mobile/locale/nl.json b/apps/spreadsheeteditor/mobile/locale/nl.json index 34f232e66..4381fb3bf 100644 --- a/apps/spreadsheeteditor/mobile/locale/nl.json +++ b/apps/spreadsheeteditor/mobile/locale/nl.json @@ -244,13 +244,13 @@ "uploadImageSizeMessage": "De afbeelding is te groot. De maximale grootte is 25MB.", "errorCannotUseCommandProtectedSheet": "You cannot use this command on a protected sheet. To use this command, unprotect the sheet.
You might be requested to enter a password.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "textCancel": "Cancel", + "textOk": "Ok" }, "LongActions": { "advDRMPassword": "Wachtwoord", diff --git a/apps/spreadsheeteditor/mobile/locale/pt-pt.json b/apps/spreadsheeteditor/mobile/locale/pt-pt.json index feadb8e89..bae3216a7 100644 --- a/apps/spreadsheeteditor/mobile/locale/pt-pt.json +++ b/apps/spreadsheeteditor/mobile/locale/pt-pt.json @@ -244,13 +244,13 @@ "uploadImageExtMessage": "Formato de imagem desconhecido.", "uploadImageFileCountMessage": "Nenhuma imagem foi carregada.", "uploadImageSizeMessage": "A imagem é muito grande. O tamanho máximo é de 25 MB.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "textCancel": "Cancel", + "textOk": "Ok" }, "LongActions": { "advDRMPassword": "Palavra-passe", diff --git a/apps/spreadsheeteditor/mobile/locale/pt.json b/apps/spreadsheeteditor/mobile/locale/pt.json index 206d5c8a5..c57ee77d7 100644 --- a/apps/spreadsheeteditor/mobile/locale/pt.json +++ b/apps/spreadsheeteditor/mobile/locale/pt.json @@ -239,18 +239,18 @@ "pastInMergeAreaError": "Não é possível alterar uma parte de uma célula mesclada", "saveErrorText": "Ocorreu um erro ao gravar o arquivo", "scriptLoadError": "A conexão está muito lenta, alguns dos componentes não puderam ser carregados. Por favor recarregue a página.", + "textCancel": "Cancelar", "textErrorPasswordIsNotCorrect": "A senha fornecida não está correta.
Verifique se a tecla CAPS LOCK está desligada e use a capitalização correta.", + "textOk": "OK", "unknownErrorText": "Erro desconhecido.", "uploadImageExtMessage": "Formato de imagem desconhecido.", "uploadImageFileCountMessage": "Sem imagens carregadas.", "uploadImageSizeMessage": "Tamanho limite máximo da imagem excedido. O tamanho máximo é de 25 MB.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1." }, "LongActions": { "advDRMPassword": "Senha", @@ -281,6 +281,7 @@ "saveTextText": "Salvando documento...", "saveTitleText": "Salvando documento", "textCancel": "Cancelar", + "textContinue": "Continuar", "textErrorWrongPassword": "A senha que você forneceu não está correta.", "textLoadingDocument": "Carregando documento", "textNo": "Não", @@ -293,7 +294,6 @@ "uploadImageTitleText": "Carregando imagem", "waitText": "Por favor, aguarde...", "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).", - "textContinue": "Continue", "textUndo": "Undo" }, "Statusbar": { diff --git a/apps/spreadsheeteditor/mobile/locale/ro.json b/apps/spreadsheeteditor/mobile/locale/ro.json index d6dd049c1..beaefff5f 100644 --- a/apps/spreadsheeteditor/mobile/locale/ro.json +++ b/apps/spreadsheeteditor/mobile/locale/ro.json @@ -244,13 +244,13 @@ "uploadImageFileCountMessage": "Nicio imagine nu a fost încărcată.", "uploadImageSizeMessage": "Imaginea este prea mare. Limita de dimensiune este de 25 MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "textCancel": "Cancel", + "textOk": "Ok" }, "LongActions": { "advDRMPassword": "Parola", diff --git a/apps/spreadsheeteditor/mobile/locale/ru.json b/apps/spreadsheeteditor/mobile/locale/ru.json index c8e066073..78fb94aa5 100644 --- a/apps/spreadsheeteditor/mobile/locale/ru.json +++ b/apps/spreadsheeteditor/mobile/locale/ru.json @@ -209,6 +209,11 @@ "errorFrmlMaxReference": "Нельзя ввести эту формулу, так как она содержит слишком много значений,
ссылок на ячейки и/или имен.", "errorFrmlMaxTextLength": "Длина текстовых значений в формулах не может превышать 255 символов.
Используйте функцию СЦЕПИТЬ или оператор сцепления (&)", "errorFrmlWrongReferences": "Функция ссылается на лист, который не существует.
Проверьте данные и повторите попытку.", + "errorInconsistentExt": "При открытии файла произошла ошибка.
Содержимое файла не соответствует расширению файла.", + "errorInconsistentExtDocx": "При открытии файла произошла ошибка.
Содержимое файла соответствует документам (например, docx), но файл имеет несоответствующее расширение: %1.", + "errorInconsistentExtPdf": "При открытии файла произошла ошибка.
Содержимое файла соответствует одному из следующих форматов: pdf/djvu/xps/oxps, но файл имеет несоответствующее расширение: %1.", + "errorInconsistentExtPptx": "При открытии файла произошла ошибка.
Содержимое файла соответствует презентациям (например, pptx), но файл имеет несоответствующее расширение: %1.", + "errorInconsistentExtXlsx": "При открытии файла произошла ошибка.
Содержимое файла соответствует электронным таблицам (например, xlsx), но файл имеет несоответствующее расширение: %1.", "errorInvalidRef": "Введите корректное имя для выделенного диапазона или допустимую ссылку для перехода.", "errorKeyEncrypt": "Неизвестный дескриптор ключа", "errorKeyExpire": "Срок действия дескриптора ключа истек", @@ -239,18 +244,13 @@ "pastInMergeAreaError": "Нельзя изменить часть объединенной ячейки", "saveErrorText": "При сохранении файла произошла ошибка", "scriptLoadError": "Слишком медленное подключение, некоторые компоненты не удалось загрузить. Пожалуйста, обновите страницу.", + "textCancel": "Отмена", "textErrorPasswordIsNotCorrect": "Неверный пароль.
Убедитесь, что отключена клавиша CAPS LOCK и используется правильный регистр.", + "textOk": "Ok", "unknownErrorText": "Неизвестная ошибка.", "uploadImageExtMessage": "Неизвестный формат рисунка.", "uploadImageFileCountMessage": "Ни одного рисунка не загружено.", - "uploadImageSizeMessage": "Слишком большой рисунок. Максимальный размер - 25 MB.", - "textCancel": "Cancel", - "textOk": "Ok", - "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "uploadImageSizeMessage": "Слишком большой рисунок. Максимальный размер - 25 MB." }, "LongActions": { "advDRMPassword": "Пароль", diff --git a/apps/spreadsheeteditor/mobile/locale/sk.json b/apps/spreadsheeteditor/mobile/locale/sk.json index e86335284..909113c2a 100644 --- a/apps/spreadsheeteditor/mobile/locale/sk.json +++ b/apps/spreadsheeteditor/mobile/locale/sk.json @@ -244,13 +244,13 @@ "uploadImageFileCountMessage": "Neboli načítané žiadne obrázky.", "uploadImageSizeMessage": "Obrázok je príliš veľký. Maximálna veľkosť je 25 MB.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "textCancel": "Cancel", + "textOk": "Ok" }, "LongActions": { "advDRMPassword": "Heslo", diff --git a/apps/spreadsheeteditor/mobile/locale/sl.json b/apps/spreadsheeteditor/mobile/locale/sl.json index 9e0e2098c..64b61b3a1 100644 --- a/apps/spreadsheeteditor/mobile/locale/sl.json +++ b/apps/spreadsheeteditor/mobile/locale/sl.json @@ -209,6 +209,11 @@ "errorFrmlMaxReference": "You cannot enter this formula because it has too many values,
cell references, and/or names.", "errorFrmlMaxTextLength": "Text values in formulas are limited to 255 characters.
Use the CONCATENATE function or concatenation operator (&)", "errorFrmlWrongReferences": "The function refers to a sheet that does not exist.
Please, check the data and try again.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", + "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "errorInvalidRef": "Enter a correct name for the selection or a valid reference to go to.", "errorKeyEncrypt": "Unknown key descriptor", "errorKeyExpire": "Key descriptor expired", @@ -239,18 +244,13 @@ "pastInMergeAreaError": "Cannot change a part of a merged cell", "saveErrorText": "An error has occurred while saving the file", "scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please, reload the page.", + "textCancel": "Cancel", "textErrorPasswordIsNotCorrect": "The password you supplied is not correct.
Verify that the CAPS LOCK key is off and be sure to use the correct capitalization.", + "textOk": "Ok", "unknownErrorText": "Unknown error.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", - "textCancel": "Cancel", - "textOk": "Ok", - "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." }, "LongActions": { "advDRMPassword": "Password", diff --git a/apps/spreadsheeteditor/mobile/locale/tr.json b/apps/spreadsheeteditor/mobile/locale/tr.json index 717077c7e..4c8b3c527 100644 --- a/apps/spreadsheeteditor/mobile/locale/tr.json +++ b/apps/spreadsheeteditor/mobile/locale/tr.json @@ -244,13 +244,13 @@ "uploadImageSizeMessage": "Görüntü çok büyük. Maksimum boyut 25 MB'dir.", "errorCannotUseCommandProtectedSheet": "You cannot use this command on a protected sheet. To use this command, unprotect the sheet.
You might be requested to enter a password.", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "textCancel": "Cancel", + "textOk": "Ok" }, "LongActions": { "advDRMPassword": "Şifre", diff --git a/apps/spreadsheeteditor/mobile/locale/uk.json b/apps/spreadsheeteditor/mobile/locale/uk.json index 9b78c57eb..7933a45aa 100644 --- a/apps/spreadsheeteditor/mobile/locale/uk.json +++ b/apps/spreadsheeteditor/mobile/locale/uk.json @@ -209,6 +209,11 @@ "errorFrmlMaxReference": "You cannot enter this formula because it has too many values,
cell references, and/or names.", "errorFrmlMaxTextLength": "Text values in formulas are limited to 255 characters.
Use the CONCATENATE function or concatenation operator (&)", "errorFrmlWrongReferences": "The function refers to a sheet that does not exist.
Please, check the data and try again.", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", + "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "errorInvalidRef": "Enter a correct name for the selection or a valid reference to go to.", "errorKeyEncrypt": "Unknown key descriptor", "errorKeyExpire": "Key descriptor expired", @@ -239,18 +244,13 @@ "pastInMergeAreaError": "Cannot change a part of a merged cell", "saveErrorText": "An error has occurred while saving the file", "scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please, reload the page.", + "textCancel": "Cancel", "textErrorPasswordIsNotCorrect": "The password you supplied is not correct.
Verify that the CAPS LOCK key is off and be sure to use the correct capitalization.", + "textOk": "Ok", "unknownErrorText": "Unknown error.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", - "textCancel": "Cancel", - "textOk": "Ok", - "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." }, "LongActions": { "advDRMPassword": "Password", diff --git a/apps/spreadsheeteditor/mobile/locale/zh-tw.json b/apps/spreadsheeteditor/mobile/locale/zh-tw.json index 633e488a9..a8519958f 100644 --- a/apps/spreadsheeteditor/mobile/locale/zh-tw.json +++ b/apps/spreadsheeteditor/mobile/locale/zh-tw.json @@ -244,13 +244,13 @@ "uploadImageFileCountMessage": "沒有上傳圖片。", "uploadImageSizeMessage": "圖像超出最大大小限制。最大大小為25MB。", "errorDirectUrl": "Please verify the link to the document.
This link must be a direct link to the file for downloading.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "textCancel": "Cancel", + "textOk": "Ok" }, "LongActions": { "advDRMPassword": "密碼", diff --git a/apps/spreadsheeteditor/mobile/locale/zh.json b/apps/spreadsheeteditor/mobile/locale/zh.json index 5122846f5..68581bbcc 100644 --- a/apps/spreadsheeteditor/mobile/locale/zh.json +++ b/apps/spreadsheeteditor/mobile/locale/zh.json @@ -244,18 +244,19 @@ "uploadImageExtMessage": "未知图像格式。", "uploadImageFileCountMessage": "没有图片上传", "uploadImageSizeMessage": "图片太大了。最大允许的大小是 25 MB.", - "textCancel": "Cancel", - "textOk": "Ok", + "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension.", "errorInconsistentExtDocx": "An error has occurred while opening the file.
The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", - "errorInconsistentExt": "An error has occurred while opening the file.
The file content does not match the file extension." + "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", + "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", + "textCancel": "Cancel", + "textOk": "Ok" }, "LongActions": { "advDRMPassword": "密码", "applyChangesTextText": "数据加载中…", "applyChangesTitleText": "数据加载中", + "confirmMaxChangesSize": "行动的大小超过了对您服务器设置的限制。
按 \"撤消\"取消您的最后一次行动,或按\"继续\"在本地保留该行动(您需要下载文件或复制其内容以确保没有任何损失)。", "confirmMoveCellRange": "目标单元格范围中存在一些数据。你还要继续吗?", "confirmPutMergeRange": "源数据包含已合并的单元格。
在贴入本表格之前,这些单元格会被解除合并。", "confirmReplaceFormulaInTable": "出现在页头行里的公式将会被删除,转换成静态文本。
要继续吗?", @@ -281,20 +282,19 @@ "saveTextText": "正在保存文档...", "saveTitleText": "保存文件", "textCancel": "取消", + "textContinue": "发送", "textErrorWrongPassword": "输入的密码不正确。", "textLoadingDocument": "文件加载中…", "textNo": "不", "textOk": "好", + "textUndo": "撤消", "textUnlockRange": "取消锁定区域", "textUnlockRangeWarning": "您尝试更改的区域有密码保护。", "textYes": "是", "txtEditingMode": "设置编辑模式..", "uploadImageTextText": "上传图片...", "uploadImageTitleText": "图片上传中", - "waitText": "请稍候...", - "confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.
Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).", - "textContinue": "Continue", - "textUndo": "Undo" + "waitText": "请稍候..." }, "Statusbar": { "notcriticalErrorTitle": "警告",