',
'
',
'
',
@@ -519,6 +519,7 @@ define([
if (style.get_QFormat() || level>=0) {
styles.push({
name: name,
+ displayValue: style.get_TranslatedName(),
allowSelected: false,
checked: false,
value: '',
@@ -553,6 +554,7 @@ define([
} else {
styles.push({
name: style,
+ displayValue: style,
allowSelected: false,
checked: true,
value: level,
@@ -609,8 +611,8 @@ define([
}
}
styles.sort(function(a, b){
- var aname = a.name.toLocaleLowerCase(),
- bname = b.name.toLocaleLowerCase();
+ var aname = a.displayValue.toLocaleLowerCase(),
+ bname = b.displayValue.toLocaleLowerCase();
if (aname < bname) return -1;
if (aname > bname) return 1;
return 0;
@@ -657,18 +659,25 @@ define([
arr = [];
_.each(this.api.asc_getAllUsedParagraphStyles(), function (style, index) {
- var name = style.get_Name();
arr.push({
- displayValue: name,
+ displayValue: style.get_TranslatedName(),
+ styleName: style.get_Name(),
value: index
});
});
+ arr.sort(function(a, b){
+ var aname = a.displayValue.toLocaleLowerCase(),
+ bname = b.displayValue.toLocaleLowerCase();
+ if (aname < bname) return -1;
+ if (aname > bname) return 1;
+ return 0;
+ });
this.cmbTOFStyles.setData(arr);
value = undefined;
if (props) {
var count = props.get_StylesCount();
if (count>0) {
- var rec = this.cmbTOFStyles.store.findWhere({displayValue: props.get_StyleName(0)});
+ var rec = this.cmbTOFStyles.store.findWhere({styleName: props.get_StyleName(0)});
rec && (value = rec.get('value'));
}
}
@@ -759,7 +768,7 @@ define([
} else {
props.put_Caption(null);
var rec = this.cmbTOFStyles.getSelectedRecord();
- rec && props.add_Style(rec.displayValue);
+ rec && props.add_Style(rec.styleName);
}
} else {
if (this._needUpdateOutlineLevels) {
@@ -837,7 +846,7 @@ define([
var properties = (this._originalProps) ? this._originalProps : new Asc.CTableOfContentsPr();
properties.put_Caption(null);
properties.clear_Styles();
- properties.add_Style(record.displayValue);
+ properties.add_Style(record.styleName);
this.api.SetDrawImagePlaceTableOfFigures('tableofcontents-img', properties);
this.scrollerY.update();
}
@@ -896,7 +905,8 @@ define([
textTable: 'Table',
txtDistinctive: 'Distinctive',
txtCentered: 'Centered',
- txtFormal: 'Formal'
+ txtFormal: 'Formal',
+ strLinksOF: 'Format table of figures as links'
}, DE.Views.TableOfContentsSettings || {}))
});
\ No newline at end of file
diff --git a/apps/documenteditor/main/app/view/Toolbar.js b/apps/documenteditor/main/app/view/Toolbar.js
index 36165ab74..06544cbde 100644
--- a/apps/documenteditor/main/app/view/Toolbar.js
+++ b/apps/documenteditor/main/app/view/Toolbar.js
@@ -2011,7 +2011,7 @@ define([
colors: ['000000', '993300', '333300', '003300', '003366', '000080', '333399', '333333', '800000', 'FF6600',
'808000', '00FF00', '008080', '0000FF', '666699', '808080', 'FF0000', 'FF9900', '99CC00', '339966',
'33CCCC', '3366FF', '800080', '999999', 'FF00FF', 'FFCC00', 'FFFF00', '00FF00', '00FFFF', '00CCFF',
- '993366', 'C0C0C0', 'FF99CC', 'FFCC99', 'FFFF99', 'CCFFCC', 'CCFFFF', '99CCFF', 'CC99FF', 'FFFFFF'
+ '993366', 'C0C0C0', 'FF99CC', 'FFCC99', 'FFFF99', 'CCFFCC', 'CCFFFF', 'C9C8FF', 'CC99FF', 'FFFFFF'
]
});
}
diff --git a/apps/documenteditor/main/locale/be.json b/apps/documenteditor/main/locale/be.json
index 441b8f5b0..8e81091ba 100644
--- a/apps/documenteditor/main/locale/be.json
+++ b/apps/documenteditor/main/locale/be.json
@@ -250,6 +250,7 @@
"Common.Views.OpenDialog.closeButtonText": "Закрыць файл",
"Common.Views.OpenDialog.txtEncoding": "Кадаванне",
"Common.Views.OpenDialog.txtIncorrectPwd": "Уведзены хібны пароль.",
+ "Common.Views.OpenDialog.txtOpenFile": "Каб адкрыць файл, увядзіце пароль",
"Common.Views.OpenDialog.txtPassword": "Пароль",
"Common.Views.OpenDialog.txtPreview": "Прагляд",
"Common.Views.OpenDialog.txtProtected": "Калі вы ўвядзеце пароль і адкрыеце файл бягучы пароль да файла скінецца.",
@@ -260,6 +261,7 @@
"Common.Views.PasswordDialog.txtPassword": "Пароль",
"Common.Views.PasswordDialog.txtRepeat": "Паўтарыць пароль",
"Common.Views.PasswordDialog.txtTitle": "Прызначыць пароль",
+ "Common.Views.PasswordDialog.txtWarning": "Увага: Страчаны або забыты пароль аднавіць немагчыма. Захоўвайце яго ў надзейным месцы.",
"Common.Views.PluginDlg.textLoading": "Загрузка",
"Common.Views.Plugins.groupCaption": "Убудовы",
"Common.Views.Plugins.strPlugins": "Убудовы",
diff --git a/apps/documenteditor/main/locale/bg.json b/apps/documenteditor/main/locale/bg.json
index 15179d986..0900cd991 100644
--- a/apps/documenteditor/main/locale/bg.json
+++ b/apps/documenteditor/main/locale/bg.json
@@ -211,6 +211,7 @@
"Common.Views.OpenDialog.closeButtonText": "Затвори файла",
"Common.Views.OpenDialog.txtEncoding": "Кодиране",
"Common.Views.OpenDialog.txtIncorrectPwd": "Паролата е неправилна.",
+ "Common.Views.OpenDialog.txtOpenFile": "Въведете парола, за да отворите файла",
"Common.Views.OpenDialog.txtPassword": "Парола",
"Common.Views.OpenDialog.txtPreview": "Предварителен преглед",
"Common.Views.OpenDialog.txtProtected": "След като въведете паролата и отворите файла, текущата парола за файла ще бъде нулирана.",
@@ -221,6 +222,7 @@
"Common.Views.PasswordDialog.txtPassword": "Парола",
"Common.Views.PasswordDialog.txtRepeat": "Повтори паролата",
"Common.Views.PasswordDialog.txtTitle": "Задайте парола",
+ "Common.Views.PasswordDialog.txtWarning": "Внимание: Ако загубите или забравите паролата, тя не може да се възстанови. Го съхранявайте на сигурно място.",
"Common.Views.PluginDlg.textLoading": "Зареждане",
"Common.Views.Plugins.groupCaption": "Добавки",
"Common.Views.Plugins.strPlugins": "Добавки",
diff --git a/apps/documenteditor/main/locale/ca.json b/apps/documenteditor/main/locale/ca.json
index 8fc141aa2..2e87e25f5 100644
--- a/apps/documenteditor/main/locale/ca.json
+++ b/apps/documenteditor/main/locale/ca.json
@@ -250,6 +250,7 @@
"Common.Views.OpenDialog.closeButtonText": "Tancar Arxiu",
"Common.Views.OpenDialog.txtEncoding": "Codificació",
"Common.Views.OpenDialog.txtIncorrectPwd": "La contrasenya es incorrecta.",
+ "Common.Views.OpenDialog.txtOpenFile": "Introduïu una contrasenya per obrir el fitxer",
"Common.Views.OpenDialog.txtPassword": "Contrasenya",
"Common.Views.OpenDialog.txtPreview": "Vista prèvia",
"Common.Views.OpenDialog.txtProtected": "Un cop hàgiu introduït la contrasenya i obert el fitxer, es restablirà la contrasenya actual del fitxer.",
@@ -260,6 +261,7 @@
"Common.Views.PasswordDialog.txtPassword": "Contrasenya",
"Common.Views.PasswordDialog.txtRepeat": "Repeteix la contrasenya",
"Common.Views.PasswordDialog.txtTitle": "Estableix la contrasenya",
+ "Common.Views.PasswordDialog.txtWarning": "Avis: si perdeu o oblideu la contrasenya, no es podrà recuperar. Desa-la en un lloc segur.",
"Common.Views.PluginDlg.textLoading": "Carregant",
"Common.Views.Plugins.groupCaption": "Connectors",
"Common.Views.Plugins.strPlugins": "Connectors",
diff --git a/apps/documenteditor/main/locale/cs.json b/apps/documenteditor/main/locale/cs.json
index b55042e92..ae4078719 100644
--- a/apps/documenteditor/main/locale/cs.json
+++ b/apps/documenteditor/main/locale/cs.json
@@ -231,6 +231,7 @@
"Common.Views.OpenDialog.closeButtonText": "Zavřít soubor",
"Common.Views.OpenDialog.txtEncoding": "Kódování",
"Common.Views.OpenDialog.txtIncorrectPwd": "Heslo není správné.",
+ "Common.Views.OpenDialog.txtOpenFile": "Zadejte heslo pro otevření souboru",
"Common.Views.OpenDialog.txtPassword": "Heslo",
"Common.Views.OpenDialog.txtPreview": "Náhled",
"Common.Views.OpenDialog.txtProtected": "Jakmile zadáte heslo a soubor otevřete, stávající heslo k souboru bude resetováno.",
@@ -241,6 +242,7 @@
"Common.Views.PasswordDialog.txtPassword": "Heslo",
"Common.Views.PasswordDialog.txtRepeat": "Zopakovat heslo",
"Common.Views.PasswordDialog.txtTitle": "Nastavit heslo",
+ "Common.Views.PasswordDialog.txtWarning": "Varování: Ztracené nebo zapomenuté heslo nelze obnovit. Uložte ji na bezpečném místě.",
"Common.Views.PluginDlg.textLoading": "Načítání…",
"Common.Views.Plugins.groupCaption": "Zásuvné moduly",
"Common.Views.Plugins.strPlugins": "Zásuvné moduly",
diff --git a/apps/documenteditor/main/locale/da.json b/apps/documenteditor/main/locale/da.json
index 0eff92943..c34f6665f 100644
--- a/apps/documenteditor/main/locale/da.json
+++ b/apps/documenteditor/main/locale/da.json
@@ -230,6 +230,7 @@
"Common.Views.OpenDialog.closeButtonText": "Luk fil",
"Common.Views.OpenDialog.txtEncoding": "Dekoder",
"Common.Views.OpenDialog.txtIncorrectPwd": "Kodeordet er forkert",
+ "Common.Views.OpenDialog.txtOpenFile": "Angiv en adgangskode for at åbne filen",
"Common.Views.OpenDialog.txtPassword": "Kodeord",
"Common.Views.OpenDialog.txtPreview": "Forhåndvisning",
"Common.Views.OpenDialog.txtProtected": "Når du indtastet kodeorderet og åbner filen, nulstilles det aktuelle kodeord til filen. ",
@@ -240,6 +241,7 @@
"Common.Views.PasswordDialog.txtPassword": "Kodeord",
"Common.Views.PasswordDialog.txtRepeat": "Gentag kodeord",
"Common.Views.PasswordDialog.txtTitle": "Indstil kodeord",
+ "Common.Views.PasswordDialog.txtWarning": "Advarsel! Hvis du mister eller glemmer adgangskoden, kan den ikke genoprettes. Opbevar den et sikkert sted.",
"Common.Views.PluginDlg.textLoading": "Indlæser",
"Common.Views.Plugins.groupCaption": "Tilføjelsesprogrammer",
"Common.Views.Plugins.strPlugins": "Tilføjelsesprogrammer",
diff --git a/apps/documenteditor/main/locale/de.json b/apps/documenteditor/main/locale/de.json
index 74dc8bae0..67fc3ab18 100644
--- a/apps/documenteditor/main/locale/de.json
+++ b/apps/documenteditor/main/locale/de.json
@@ -256,6 +256,7 @@
"Common.Views.OpenDialog.closeButtonText": "Datei schließen",
"Common.Views.OpenDialog.txtEncoding": "Zeichenkodierung",
"Common.Views.OpenDialog.txtIncorrectPwd": "Kennwort ist falsch.",
+ "Common.Views.OpenDialog.txtOpenFile": "Kennwort zum Öffnen der Datei eingeben",
"Common.Views.OpenDialog.txtPassword": "Kennwort",
"Common.Views.OpenDialog.txtPreview": "Vorschau",
"Common.Views.OpenDialog.txtProtected": "Sobald Sie das Passwort eingegeben und die Datei geöffnet haben, wird das aktuelle Passwort für die Datei zurückgesetzt.",
@@ -266,6 +267,7 @@
"Common.Views.PasswordDialog.txtPassword": "Kennwort",
"Common.Views.PasswordDialog.txtRepeat": "Kennwort wiederholen",
"Common.Views.PasswordDialog.txtTitle": "Kennwort festlegen",
+ "Common.Views.PasswordDialog.txtWarning": "Vorsicht: Wenn Sie das Kennwort verlieren oder vergessen, lässt es sich nicht mehr wiederherstellen. Bewahren Sie ihn an einem sicheren Ort auf.",
"Common.Views.PluginDlg.textLoading": "Ladevorgang",
"Common.Views.Plugins.groupCaption": "Plugins",
"Common.Views.Plugins.strPlugins": "Plugins",
@@ -366,6 +368,7 @@
"Common.Views.SignDialog.textChange": "Ändern",
"Common.Views.SignDialog.textInputName": "Name des Signaturgebers eingeben",
"Common.Views.SignDialog.textItalic": "Kursiv",
+ "Common.Views.SignDialog.textNameError": "Der Name des Signaturgebers darf nicht leer sein.",
"Common.Views.SignDialog.textPurpose": "Zweck der Signierung dieses Dokuments",
"Common.Views.SignDialog.textSelect": "Wählen",
"Common.Views.SignDialog.textSelectImage": "Bild auswählen",
@@ -1863,6 +1866,7 @@
"DE.Views.LineNumbersDialog.textSection": "Aktueller Abschnitt",
"DE.Views.LineNumbersDialog.textStartAt": "Beginnen mit",
"DE.Views.LineNumbersDialog.textTitle": "Zeilennummern",
+ "DE.Views.LineNumbersDialog.txtAutoText": "Auto",
"DE.Views.Links.capBtnBookmarks": "Lesezeichen",
"DE.Views.Links.capBtnCaption": "Beschriftung",
"DE.Views.Links.capBtnContentsUpdate": "Aktualisierung",
@@ -2216,6 +2220,7 @@
"DE.Views.TableOfContentsSettings.strAlign": "Seitenzahlen rechtsbündig",
"DE.Views.TableOfContentsSettings.strFullCaption": "Bezeichnung und Nummer einschließen",
"DE.Views.TableOfContentsSettings.strLinks": "Inhaltsverzeichnis als Links formatieren",
+ "DE.Views.TableOfContentsSettings.strLinksOF": "Abbildungsverzeichnis als Links formatieren",
"DE.Views.TableOfContentsSettings.strShowPages": "Seitenzahlen anzeigen",
"DE.Views.TableOfContentsSettings.textBuildTable": "Erstellen eines Inhaltsverzeichnisses mithilfe von",
"DE.Views.TableOfContentsSettings.textBuildTableOF": "Abbildungsverzeichnis aus",
diff --git a/apps/documenteditor/main/locale/el.json b/apps/documenteditor/main/locale/el.json
index a5e08b21e..ce1ae7da3 100644
--- a/apps/documenteditor/main/locale/el.json
+++ b/apps/documenteditor/main/locale/el.json
@@ -293,6 +293,7 @@
"Common.Views.OpenDialog.closeButtonText": "Κλείσιμο Αρχείου",
"Common.Views.OpenDialog.txtEncoding": "Κωδικοποίηση",
"Common.Views.OpenDialog.txtIncorrectPwd": "Το συνθηματικό είναι εσφαλμένο.",
+ "Common.Views.OpenDialog.txtOpenFile": "Εισαγάγετε κωδικό πρόσβασης για να ανοίξτε το αρχείο",
"Common.Views.OpenDialog.txtPassword": "Συνθηματικό",
"Common.Views.OpenDialog.txtPreview": "Προεπισκόπηση",
"Common.Views.OpenDialog.txtProtected": "Μόλις βάλετε τον κωδικό και ανοίξετε το αρχείο, ο τρέχων κωδικός αρχείου θα αρχικοποιηθεί.",
@@ -303,6 +304,7 @@
"Common.Views.PasswordDialog.txtPassword": "Συνθηματικό",
"Common.Views.PasswordDialog.txtRepeat": "Επανάληψη συνθηματικού",
"Common.Views.PasswordDialog.txtTitle": "Ορισμός Συνθηματικού",
+ "Common.Views.PasswordDialog.txtWarning": "Προσοχή: Εάν χάσετε ή ξεχάσετε τον κωδικό πρόσβασης, δεν είναι δυνατή η ανάκτησή του. διατηρήστε τον σε ασφαλές μέρος.",
"Common.Views.PluginDlg.textLoading": "Γίνεται φόρτωση",
"Common.Views.Plugins.groupCaption": "Πρόσθετα",
"Common.Views.Plugins.strPlugins": "Πρόσθετα",
@@ -1921,6 +1923,7 @@
"DE.Views.LineNumbersDialog.textSection": "Τρέχουσα επιλογή",
"DE.Views.LineNumbersDialog.textStartAt": "Έναρξη από",
"DE.Views.LineNumbersDialog.textTitle": "Αριθμοί Γραμμών",
+ "DE.Views.LineNumbersDialog.txtAutoText": "Αυτόματα",
"DE.Views.Links.capBtnBookmarks": "Σελιδοδείκτης",
"DE.Views.Links.capBtnCaption": "Λεζάντα",
"DE.Views.Links.capBtnContentsUpdate": "Ανανέωση",
@@ -2281,6 +2284,7 @@
"DE.Views.TableOfContentsSettings.strAlign": "Δεξιά στοίχιση αριθμών σελίδων",
"DE.Views.TableOfContentsSettings.strFullCaption": "Συμπερίληψη ετικέτας και αριθμού",
"DE.Views.TableOfContentsSettings.strLinks": "Διαμόρφωση Πίνακα Περιεχομένων ως συνδέσμων",
+ "DE.Views.TableOfContentsSettings.strLinksOF": "Μορφοποίηση πίνακα εικόνων ως συνδέσμων",
"DE.Views.TableOfContentsSettings.strShowPages": "Εμφάνιση αριθμών σελίδων",
"DE.Views.TableOfContentsSettings.textBuildTable": "Δημιουργία πίνακα περιεχομένων από",
"DE.Views.TableOfContentsSettings.textBuildTableOF": "Δημιουργία πίνακα εικόνων από",
diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json
index 352497f70..6a8a53287 100644
--- a/apps/documenteditor/main/locale/en.json
+++ b/apps/documenteditor/main/locale/en.json
@@ -297,6 +297,7 @@
"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.txtPreview": "Preview",
"Common.Views.OpenDialog.txtProtected": "Once you enter the password and open the file, the current password to the file will be reset.",
@@ -307,6 +308,7 @@
"Common.Views.PasswordDialog.txtPassword": "Password",
"Common.Views.PasswordDialog.txtRepeat": "Repeat 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",
"Common.Views.Plugins.strPlugins": "Plugins",
@@ -414,6 +416,7 @@
"Common.Views.SignDialog.textChange": "Change",
"Common.Views.SignDialog.textInputName": "Input signer name",
"Common.Views.SignDialog.textItalic": "Italic",
+ "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",
@@ -1933,6 +1936,7 @@
"DE.Views.LineNumbersDialog.textSection": "Current section",
"DE.Views.LineNumbersDialog.textStartAt": "Start at",
"DE.Views.LineNumbersDialog.textTitle": "Line Numbers",
+ "DE.Views.LineNumbersDialog.txtAutoText": "Auto",
"DE.Views.Links.capBtnBookmarks": "Bookmark",
"DE.Views.Links.capBtnCaption": "Caption",
"DE.Views.Links.capBtnContentsUpdate": "Refresh",
@@ -2293,6 +2297,7 @@
"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.strLinksOF": "Format table of figures as links",
"DE.Views.TableOfContentsSettings.strShowPages": "Show page numbers",
"DE.Views.TableOfContentsSettings.textBuildTable": "Build table of contents from",
"DE.Views.TableOfContentsSettings.textBuildTableOF": "Build table of figures from",
diff --git a/apps/documenteditor/main/locale/es.json b/apps/documenteditor/main/locale/es.json
index 53e4a2cb1..c2d38e9b5 100644
--- a/apps/documenteditor/main/locale/es.json
+++ b/apps/documenteditor/main/locale/es.json
@@ -256,6 +256,7 @@
"Common.Views.OpenDialog.closeButtonText": "Cerrar archivo",
"Common.Views.OpenDialog.txtEncoding": "Codificación",
"Common.Views.OpenDialog.txtIncorrectPwd": "La contraseña es incorrecta",
+ "Common.Views.OpenDialog.txtOpenFile": "Escribir la contraseña para abrir el archivo",
"Common.Views.OpenDialog.txtPassword": "Contraseña",
"Common.Views.OpenDialog.txtPreview": "Vista previa",
"Common.Views.OpenDialog.txtProtected": "Una vez que se ha introducido la contraseña y abierto el archivo, la contraseña actual al archivo se restablecerá",
@@ -266,6 +267,7 @@
"Common.Views.PasswordDialog.txtPassword": "Contraseña",
"Common.Views.PasswordDialog.txtRepeat": "Repita la contraseña",
"Common.Views.PasswordDialog.txtTitle": "Establezca una contraseña",
+ "Common.Views.PasswordDialog.txtWarning": "Precaución: Si pierde u olvida su contraseña, no podrá recuperarla. Guárdalo en un lugar seguro.",
"Common.Views.PluginDlg.textLoading": "Cargando",
"Common.Views.Plugins.groupCaption": "Extensiones",
"Common.Views.Plugins.strPlugins": "Plugins",
@@ -366,6 +368,7 @@
"Common.Views.SignDialog.textChange": "Cambiar",
"Common.Views.SignDialog.textInputName": "Ingresar nombre de quien firma",
"Common.Views.SignDialog.textItalic": "Itálica",
+ "Common.Views.SignDialog.textNameError": "El nombre del firmante no debe estar vacío.",
"Common.Views.SignDialog.textPurpose": "Propósito al firmar este documento",
"Common.Views.SignDialog.textSelect": "Seleccionar",
"Common.Views.SignDialog.textSelectImage": "Seleccionar Imagen",
@@ -1863,6 +1866,7 @@
"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.txtAutoText": "Auto",
"DE.Views.Links.capBtnBookmarks": "Marcador",
"DE.Views.Links.capBtnCaption": "Leyenda",
"DE.Views.Links.capBtnContentsUpdate": "Actualizar",
@@ -2216,6 +2220,7 @@
"DE.Views.TableOfContentsSettings.strAlign": "Alinee los números de página a la derecha",
"DE.Views.TableOfContentsSettings.strFullCaption": "Incluir etiqueta y número",
"DE.Views.TableOfContentsSettings.strLinks": "Formatear tabla de ilustraciones como enlaces",
+ "DE.Views.TableOfContentsSettings.strLinksOF": "Formatear tabla de ilustraciones como enlaces",
"DE.Views.TableOfContentsSettings.strShowPages": "Mostrar números de página",
"DE.Views.TableOfContentsSettings.textBuildTable": "Crear tabla de contenidos desde",
"DE.Views.TableOfContentsSettings.textBuildTableOF": "Generar tabla de ilustraciones a partir de:",
diff --git a/apps/documenteditor/main/locale/fi.json b/apps/documenteditor/main/locale/fi.json
index 2f4584d95..9eb10f960 100644
--- a/apps/documenteditor/main/locale/fi.json
+++ b/apps/documenteditor/main/locale/fi.json
@@ -173,12 +173,14 @@
"Common.Views.OpenDialog.closeButtonText": "Sulje tiedosto",
"Common.Views.OpenDialog.txtEncoding": "Koodaus",
"Common.Views.OpenDialog.txtIncorrectPwd": "Väärä salasana.",
+ "Common.Views.OpenDialog.txtOpenFile": "Kirjoita tiedoston avauksen salasana",
"Common.Views.OpenDialog.txtPassword": "Salasana",
"Common.Views.OpenDialog.txtPreview": "Esikatselu",
"Common.Views.OpenDialog.txtTitle": "Valitse %1 vaihtoehtoa",
"Common.Views.OpenDialog.txtTitleProtected": "Suojattu tiedosto",
"Common.Views.PasswordDialog.txtPassword": "Salasana",
"Common.Views.PasswordDialog.txtTitle": "Aseta salasana",
+ "Common.Views.PasswordDialog.txtWarning": "Varoitus: Jos kadotat tai unohdat salasanan, sitä ei voi palauttaa. Säilytä sitä turvallisessa paikassa.",
"Common.Views.PluginDlg.textLoading": "Ladataan",
"Common.Views.Plugins.groupCaption": "Laajennukset",
"Common.Views.Plugins.strPlugins": "Lisätoiminnot",
diff --git a/apps/documenteditor/main/locale/fr.json b/apps/documenteditor/main/locale/fr.json
index b718950f8..35fb0c744 100644
--- a/apps/documenteditor/main/locale/fr.json
+++ b/apps/documenteditor/main/locale/fr.json
@@ -256,6 +256,7 @@
"Common.Views.OpenDialog.closeButtonText": "Fermer le fichier",
"Common.Views.OpenDialog.txtEncoding": "Codage ",
"Common.Views.OpenDialog.txtIncorrectPwd": "Le mot de passe est incorrect.",
+ "Common.Views.OpenDialog.txtOpenFile": "Entrer le mot de passe pour ouvrir le fichier",
"Common.Views.OpenDialog.txtPassword": "Mot de passe",
"Common.Views.OpenDialog.txtPreview": "Aperçu",
"Common.Views.OpenDialog.txtProtected": "Une fois le mot de passe saisi et le fichier ouvert, le mot de passe actuel de fichier sera réinitialisé.",
@@ -266,6 +267,7 @@
"Common.Views.PasswordDialog.txtPassword": "Mot de passe",
"Common.Views.PasswordDialog.txtRepeat": "Confirmer le mot de passe",
"Common.Views.PasswordDialog.txtTitle": "Définir un mot de passe",
+ "Common.Views.PasswordDialog.txtWarning": "Attention : si vous oubliez ou perdez votre mot de passe, il sera impossible de le récupérer. Conservez-le en lieu sûr.",
"Common.Views.PluginDlg.textLoading": "Chargement",
"Common.Views.Plugins.groupCaption": "Modules complémentaires",
"Common.Views.Plugins.strPlugins": "Plug-ins",
@@ -366,6 +368,7 @@
"Common.Views.SignDialog.textChange": "Modifier",
"Common.Views.SignDialog.textInputName": "Nom du signataire d'entrée",
"Common.Views.SignDialog.textItalic": "Italique",
+ "Common.Views.SignDialog.textNameError": "Veuillez indiquer le nom du signataire.",
"Common.Views.SignDialog.textPurpose": "But de la signature du document",
"Common.Views.SignDialog.textSelect": "Sélectionner",
"Common.Views.SignDialog.textSelectImage": "Sélectionner une image",
@@ -1863,6 +1866,7 @@
"DE.Views.LineNumbersDialog.textSection": "Section active",
"DE.Views.LineNumbersDialog.textStartAt": "Commencer par",
"DE.Views.LineNumbersDialog.textTitle": "Numéros des lignes",
+ "DE.Views.LineNumbersDialog.txtAutoText": "Auto",
"DE.Views.Links.capBtnBookmarks": "Signet",
"DE.Views.Links.capBtnCaption": "Légende",
"DE.Views.Links.capBtnContentsUpdate": "Actualiser",
@@ -2216,6 +2220,7 @@
"DE.Views.TableOfContentsSettings.strAlign": "Aligner les numéros de page à droite",
"DE.Views.TableOfContentsSettings.strFullCaption": "Inclure l'étiquette et le numéro",
"DE.Views.TableOfContentsSettings.strLinks": "Mettre la table des matières sous forme de liens",
+ "DE.Views.TableOfContentsSettings.strLinksOF": "Mettre la table des figures sous forme de liens",
"DE.Views.TableOfContentsSettings.strShowPages": "Afficher les numéros de page",
"DE.Views.TableOfContentsSettings.textBuildTable": "Construire la table des matières à partir de",
"DE.Views.TableOfContentsSettings.textBuildTableOF": "Construire un table des figures à partir de",
diff --git a/apps/documenteditor/main/locale/hu.json b/apps/documenteditor/main/locale/hu.json
index c74f6334a..29f93ae23 100644
--- a/apps/documenteditor/main/locale/hu.json
+++ b/apps/documenteditor/main/locale/hu.json
@@ -254,6 +254,7 @@
"Common.Views.OpenDialog.closeButtonText": "Fájl bezárása",
"Common.Views.OpenDialog.txtEncoding": "Kódol",
"Common.Views.OpenDialog.txtIncorrectPwd": "Hibás jelszó.",
+ "Common.Views.OpenDialog.txtOpenFile": "Írja be a megnyitáshoz szükséges jelszót",
"Common.Views.OpenDialog.txtPassword": "Jelszó",
"Common.Views.OpenDialog.txtPreview": "Előnézet",
"Common.Views.OpenDialog.txtProtected": "Miután megadta a jelszót és megnyitotta a fájlt, az aktuális jelszó visszaáll.",
@@ -264,6 +265,7 @@
"Common.Views.PasswordDialog.txtPassword": "Jelszó",
"Common.Views.PasswordDialog.txtRepeat": "Jelszó ismétlése",
"Common.Views.PasswordDialog.txtTitle": "Jelszó beállítása",
+ "Common.Views.PasswordDialog.txtWarning": "Figyelem: ha elveszti vagy elfelejti a jelszót, annak visszaállítására nincs mód. Tárolja biztonságos helyen.",
"Common.Views.PluginDlg.textLoading": "Betöltés",
"Common.Views.Plugins.groupCaption": "Kiegészítők",
"Common.Views.Plugins.strPlugins": "Kiegészítők",
diff --git a/apps/documenteditor/main/locale/id.json b/apps/documenteditor/main/locale/id.json
index 637fefdaa..844db0e42 100644
--- a/apps/documenteditor/main/locale/id.json
+++ b/apps/documenteditor/main/locale/id.json
@@ -141,7 +141,9 @@
"Common.Views.InsertTableDialog.txtRows": "Jumlah Baris",
"Common.Views.InsertTableDialog.txtTitle": "Ukuran Tabel",
"Common.Views.OpenDialog.txtEncoding": "Encoding ",
+ "Common.Views.OpenDialog.txtOpenFile": "Masukkan kata sandi untuk buka file",
"Common.Views.OpenDialog.txtTitle": "Choose %1 options",
+ "Common.Views.PasswordDialog.txtWarning": "Perhatian: Tidak bisa dipulihkan jika Anda kehilangan atau lupa kata sandi. Simpan di tempat yang aman.",
"Common.Views.ReviewChanges.txtAccept": "Accept",
"Common.Views.ReviewChanges.txtAcceptAll": "Accept All Changes",
"Common.Views.ReviewChanges.txtAcceptCurrent": "Accept Current Changes",
diff --git a/apps/documenteditor/main/locale/it.json b/apps/documenteditor/main/locale/it.json
index bc2b06ed7..78749db22 100644
--- a/apps/documenteditor/main/locale/it.json
+++ b/apps/documenteditor/main/locale/it.json
@@ -245,6 +245,7 @@
"Common.Views.OpenDialog.closeButtonText": "Chiudi File",
"Common.Views.OpenDialog.txtEncoding": "Codifica",
"Common.Views.OpenDialog.txtIncorrectPwd": "Password errata",
+ "Common.Views.OpenDialog.txtOpenFile": "Immettere la password per aprire il file",
"Common.Views.OpenDialog.txtPassword": "Password",
"Common.Views.OpenDialog.txtPreview": "Anteprima",
"Common.Views.OpenDialog.txtProtected": "Una volta inserita la password e aperto il file, verrà ripristinata la password corrente sul file.",
@@ -255,6 +256,7 @@
"Common.Views.PasswordDialog.txtPassword": "Password",
"Common.Views.PasswordDialog.txtRepeat": "Ripeti password",
"Common.Views.PasswordDialog.txtTitle": "Imposta password",
+ "Common.Views.PasswordDialog.txtWarning": "Importante: una volta persa o dimenticata, la password non potrà più essere recuperata. Conservalo in un luogo sicuro.",
"Common.Views.PluginDlg.textLoading": "Caricamento",
"Common.Views.Plugins.groupCaption": "Plugin",
"Common.Views.Plugins.strPlugins": "Plugin",
@@ -355,6 +357,7 @@
"Common.Views.SignDialog.textChange": "Cambia",
"Common.Views.SignDialog.textInputName": "Inserisci nome firmatario",
"Common.Views.SignDialog.textItalic": "Corsivo",
+ "Common.Views.SignDialog.textNameError": "Il nome firmatario non può essere vuoto.",
"Common.Views.SignDialog.textPurpose": "Motivo della firma del documento",
"Common.Views.SignDialog.textSelect": "Seleziona",
"Common.Views.SignDialog.textSelectImage": "Seleziona Immagine",
@@ -1824,6 +1827,7 @@
"DE.Views.LineNumbersDialog.textRestartEachSection": "Ricomincia a ogni sezione",
"DE.Views.LineNumbersDialog.textSection": "Sezione attiva",
"DE.Views.LineNumbersDialog.textStartAt": "Inizia da",
+ "DE.Views.LineNumbersDialog.txtAutoText": "Auto",
"DE.Views.Links.capBtnBookmarks": "Segnalibro",
"DE.Views.Links.capBtnCaption": "Didascalia",
"DE.Views.Links.capBtnContentsUpdate": "Aggiorna",
@@ -2168,6 +2172,7 @@
"DE.Views.TableOfContentsSettings.strAlign": "Numeri di pagina allineati a destra",
"DE.Views.TableOfContentsSettings.strFullCaption": "Includi etichetta e numero",
"DE.Views.TableOfContentsSettings.strLinks": "Formato Sommario come collegamenti",
+ "DE.Views.TableOfContentsSettings.strLinksOF": "Formato l'indice delle figure come collegamenti",
"DE.Views.TableOfContentsSettings.strShowPages": "Mostra numeri di pagina",
"DE.Views.TableOfContentsSettings.textBuildTable": "Crea Sommario da",
"DE.Views.TableOfContentsSettings.textBuildTableOF": "Costruisci l'Indice delle figure",
diff --git a/apps/documenteditor/main/locale/ja.json b/apps/documenteditor/main/locale/ja.json
index af8dcf1e6..ebde8515d 100644
--- a/apps/documenteditor/main/locale/ja.json
+++ b/apps/documenteditor/main/locale/ja.json
@@ -254,6 +254,7 @@
"Common.Views.OpenDialog.closeButtonText": "ファイルを閉じる",
"Common.Views.OpenDialog.txtEncoding": "エンコード",
"Common.Views.OpenDialog.txtIncorrectPwd": "パスワードが正しくありません。",
+ "Common.Views.OpenDialog.txtOpenFile": "ファイルを開くためのパスワードを入力する",
"Common.Views.OpenDialog.txtPassword": "パスワード",
"Common.Views.OpenDialog.txtPreview": "下見",
"Common.Views.OpenDialog.txtProtected": "パスワードを入力してファイルを開くと、ファイルの既存のパスワードがリセットされます。",
@@ -264,6 +265,7 @@
"Common.Views.PasswordDialog.txtPassword": "パスワード",
"Common.Views.PasswordDialog.txtRepeat": "パスワードを再入力",
"Common.Views.PasswordDialog.txtTitle": "パスワードの設定",
+ "Common.Views.PasswordDialog.txtWarning": "注意: パスワードを忘れると、元に戻せません。",
"Common.Views.PluginDlg.textLoading": "読み込み中",
"Common.Views.Plugins.groupCaption": "プラグイン",
"Common.Views.Plugins.strPlugins": "プラグイン",
@@ -364,6 +366,7 @@
"Common.Views.SignDialog.textChange": "変更する",
"Common.Views.SignDialog.textInputName": "署名者の名前を入力",
"Common.Views.SignDialog.textItalic": "斜体",
+ "Common.Views.SignDialog.textNameError": "署名者の名前を空にしておくことはできません。",
"Common.Views.SignDialog.textPurpose": "この文書にサインする目的",
"Common.Views.SignDialog.textSelect": "選択",
"Common.Views.SignDialog.textSelectImage": "画像を選択する",
diff --git a/apps/documenteditor/main/locale/ko.json b/apps/documenteditor/main/locale/ko.json
index b26689504..730fac78c 100644
--- a/apps/documenteditor/main/locale/ko.json
+++ b/apps/documenteditor/main/locale/ko.json
@@ -174,6 +174,7 @@
"Common.Views.OpenDialog.closeButtonText": "파일 닫기",
"Common.Views.OpenDialog.txtEncoding": "인코딩",
"Common.Views.OpenDialog.txtIncorrectPwd": "비밀번호가 맞지 않음",
+ "Common.Views.OpenDialog.txtOpenFile": "파일을 열려면 암호를 입력하십시오.",
"Common.Views.OpenDialog.txtPassword": "비밀번호",
"Common.Views.OpenDialog.txtPreview": "미리보기",
"Common.Views.OpenDialog.txtTitle": "% 1 옵션 선택",
@@ -183,6 +184,7 @@
"Common.Views.PasswordDialog.txtPassword": "암호",
"Common.Views.PasswordDialog.txtRepeat": "비밀번호 반복",
"Common.Views.PasswordDialog.txtTitle": "비밀번호 설정",
+ "Common.Views.PasswordDialog.txtWarning": "주의: 암호를 잊으면 복구할 수 없습니다. 암호는 대/소문자를 구분합니다. 이 코드를 안전한 곳에 보관하세요.",
"Common.Views.PluginDlg.textLoading": "로드 중",
"Common.Views.Plugins.groupCaption": "플러그인",
"Common.Views.Plugins.strPlugins": "플러그인",
diff --git a/apps/documenteditor/main/locale/lo.json b/apps/documenteditor/main/locale/lo.json
index 73d9af3c8..d69951854 100644
--- a/apps/documenteditor/main/locale/lo.json
+++ b/apps/documenteditor/main/locale/lo.json
@@ -256,6 +256,7 @@
"Common.Views.OpenDialog.closeButtonText": "ປິດຟາຍ",
"Common.Views.OpenDialog.txtEncoding": "ການເຂົ້າລະຫັດ",
"Common.Views.OpenDialog.txtIncorrectPwd": "ລະຫັດບໍ່ຖືກຕ້ອງ",
+ "Common.Views.OpenDialog.txtOpenFile": "ລະຫັດ",
"Common.Views.OpenDialog.txtPassword": "ລະຫັດ",
"Common.Views.OpenDialog.txtPreview": "ເບິ່ງຕົວຢ່າງ",
"Common.Views.OpenDialog.txtProtected": "ເມື່ອທ່ານໃສ່ລະຫັດຜ່ານເປີດເອກະສານ, ລະຫັດຜ່ານໃນປະຈຸບັນຈະຖືກຕັ້ງຄ່າ ໃໝ່.",
diff --git a/apps/documenteditor/main/locale/lv.json b/apps/documenteditor/main/locale/lv.json
index c16d3338a..d7f3bc968 100644
--- a/apps/documenteditor/main/locale/lv.json
+++ b/apps/documenteditor/main/locale/lv.json
@@ -171,6 +171,7 @@
"Common.Views.OpenDialog.closeButtonText": "Aizvērt failu",
"Common.Views.OpenDialog.txtEncoding": "Encoding ",
"Common.Views.OpenDialog.txtIncorrectPwd": "Parole nav pareiza.",
+ "Common.Views.OpenDialog.txtOpenFile": "Ievadiet paroli, lai atvērtu failu",
"Common.Views.OpenDialog.txtPassword": "Parole",
"Common.Views.OpenDialog.txtPreview": "Priekšskatījums",
"Common.Views.OpenDialog.txtTitle": "Choose %1 options",
@@ -180,6 +181,7 @@
"Common.Views.PasswordDialog.txtPassword": "Parole",
"Common.Views.PasswordDialog.txtRepeat": "Atkārtot paroli",
"Common.Views.PasswordDialog.txtTitle": "Uzstādīt paroli",
+ "Common.Views.PasswordDialog.txtWarning": "Uzmanību! Pazaudētu vai aizmirstu paroli nevar atgūt. Glabājiet drošā vietā.",
"Common.Views.PluginDlg.textLoading": "Ielādē",
"Common.Views.Plugins.groupCaption": "Spraudņi",
"Common.Views.Plugins.strPlugins": "Spraudņi",
diff --git a/apps/documenteditor/main/locale/nb.json b/apps/documenteditor/main/locale/nb.json
index 93816ad65..de38e5696 100644
--- a/apps/documenteditor/main/locale/nb.json
+++ b/apps/documenteditor/main/locale/nb.json
@@ -68,8 +68,10 @@
"Common.Views.History.textCloseHistory": "Lukk loggen",
"Common.Views.History.textHide": "Lukk",
"Common.Views.OpenDialog.closeButtonText": "Lukk filen",
+ "Common.Views.OpenDialog.txtOpenFile": "Skriv inn passordet for å opne fila",
"Common.Views.OpenDialog.txtTitle": "Velg %1 alternativer",
"Common.Views.PasswordDialog.txtIncorrectPwd": "Bekreftet passord er ikke identisk",
+ "Common.Views.PasswordDialog.txtWarning": "Åtvaring! Dersom du mister eller gløymer passordet, kan det ikkje gjenopprettast. Oppbevare han på ein trygg stad.",
"Common.Views.Protection.hintPwd": "Endre eller slett passord",
"Common.Views.Protection.hintSignature": "Legg til digital signatur eller signaturlinje",
"Common.Views.Protection.txtAddPwd": "Angi passord",
diff --git a/apps/documenteditor/main/locale/nl.json b/apps/documenteditor/main/locale/nl.json
index b3065d87b..306049a7b 100644
--- a/apps/documenteditor/main/locale/nl.json
+++ b/apps/documenteditor/main/locale/nl.json
@@ -256,6 +256,7 @@
"Common.Views.OpenDialog.closeButtonText": "Bestand sluiten",
"Common.Views.OpenDialog.txtEncoding": "Versleuteling",
"Common.Views.OpenDialog.txtIncorrectPwd": "Wachtwoord is niet juist",
+ "Common.Views.OpenDialog.txtOpenFile": "Voer een wachtwoord in om dit bestand te openen",
"Common.Views.OpenDialog.txtPassword": "Wachtwoord",
"Common.Views.OpenDialog.txtPreview": "Voorbeeld",
"Common.Views.OpenDialog.txtProtected": "Nadat u het wachtwoord heeft ingevoerd en het bestand heeft geopend, wordt het huidige wachtwoord voor het bestand gereset.",
@@ -266,6 +267,7 @@
"Common.Views.PasswordDialog.txtPassword": "Wachtwoord",
"Common.Views.PasswordDialog.txtRepeat": "Herhaal wachtwoord",
"Common.Views.PasswordDialog.txtTitle": "Wachtwoord instellen",
+ "Common.Views.PasswordDialog.txtWarning": "Waarschuwing: Als u het wachtwoord kwijtraakt of vergeet, kan dit niet meer worden hersteld. Bewaar deze op een veilige plaats.",
"Common.Views.PluginDlg.textLoading": "Laden",
"Common.Views.Plugins.groupCaption": "Plug-ins",
"Common.Views.Plugins.strPlugins": "Plug-ins",
diff --git a/apps/documenteditor/main/locale/pl.json b/apps/documenteditor/main/locale/pl.json
index d1906a830..d7bd39ea0 100644
--- a/apps/documenteditor/main/locale/pl.json
+++ b/apps/documenteditor/main/locale/pl.json
@@ -183,11 +183,13 @@
"Common.Views.OpenDialog.closeButtonText": "Zamknij plik",
"Common.Views.OpenDialog.txtEncoding": "Kodowanie",
"Common.Views.OpenDialog.txtIncorrectPwd": "Hasło jest nieprawidłowe.",
+ "Common.Views.OpenDialog.txtOpenFile": "Wprowadź hasło, aby otworzyć plik",
"Common.Views.OpenDialog.txtPassword": "Hasło",
"Common.Views.OpenDialog.txtTitle": "Wybierz %1 opcji",
"Common.Views.OpenDialog.txtTitleProtected": "Plik chroniony",
"Common.Views.PasswordDialog.txtDescription": "Ustaw hasło aby zabezpieczyć ten dokument",
"Common.Views.PasswordDialog.txtIncorrectPwd": "Hasła nie są takie same",
+ "Common.Views.PasswordDialog.txtWarning": "Uwaga: Jeśli zapomnisz lub zgubisz hasło, nie będzie możliwości odzyskania go. Zapisz go i nikomu nie udostępniaj.",
"Common.Views.PluginDlg.textLoading": "Ładowanie",
"Common.Views.Plugins.groupCaption": "Wtyczki",
"Common.Views.Plugins.strPlugins": "Wtyczki",
diff --git a/apps/documenteditor/main/locale/pt.json b/apps/documenteditor/main/locale/pt.json
index fcd881e63..8d1dfd0d5 100644
--- a/apps/documenteditor/main/locale/pt.json
+++ b/apps/documenteditor/main/locale/pt.json
@@ -272,6 +272,7 @@
"Common.Views.OpenDialog.closeButtonText": "Fechar Arquivo",
"Common.Views.OpenDialog.txtEncoding": "Encoding ",
"Common.Views.OpenDialog.txtIncorrectPwd": "Senha incorreta.",
+ "Common.Views.OpenDialog.txtOpenFile": "Inserir a Senha para Abrir o Arquivo",
"Common.Views.OpenDialog.txtPassword": "Senha",
"Common.Views.OpenDialog.txtPreview": "Visualizar",
"Common.Views.OpenDialog.txtProtected": "Ao abrir o arquivo com sua senha, a senha atual será redefinida.",
@@ -282,6 +283,7 @@
"Common.Views.PasswordDialog.txtPassword": "Senha",
"Common.Views.PasswordDialog.txtRepeat": "Repetir a senha",
"Common.Views.PasswordDialog.txtTitle": "Definir senha",
+ "Common.Views.PasswordDialog.txtWarning": "Cuidado: se você perder ou esquecer a senha, não será possível recuperá-la. Guarde-o em local seguro.",
"Common.Views.PluginDlg.textLoading": "Carregamento",
"Common.Views.Plugins.groupCaption": "Plugins",
"Common.Views.Plugins.strPlugins": "Plugins",
@@ -382,6 +384,7 @@
"Common.Views.SignDialog.textChange": "Alterar",
"Common.Views.SignDialog.textInputName": "Nome do signatário de entrada",
"Common.Views.SignDialog.textItalic": "Itálico",
+ "Common.Views.SignDialog.textNameError": "Nome de assinante não deve estar vazio.",
"Common.Views.SignDialog.textPurpose": "Objetivo para assinar o documento",
"Common.Views.SignDialog.textSelect": "Selecionar",
"Common.Views.SignDialog.textSelectImage": "Selecionar Imagem",
diff --git a/apps/documenteditor/main/locale/ro.json b/apps/documenteditor/main/locale/ro.json
index b30b364ce..31df4708e 100644
--- a/apps/documenteditor/main/locale/ro.json
+++ b/apps/documenteditor/main/locale/ro.json
@@ -256,6 +256,7 @@
"Common.Views.OpenDialog.closeButtonText": "Închide fișierul",
"Common.Views.OpenDialog.txtEncoding": "Codificare",
"Common.Views.OpenDialog.txtIncorrectPwd": "Parolă incorectă",
+ "Common.Views.OpenDialog.txtOpenFile": "Introduceți parola pentru deschidere fișier",
"Common.Views.OpenDialog.txtPassword": "Parola",
"Common.Views.OpenDialog.txtPreview": "Previzualizare",
"Common.Views.OpenDialog.txtProtected": "Parola curentă la fișierul va fi resetată, de îndată ce este introdusă și fișierul este deschis.",
@@ -266,6 +267,7 @@
"Common.Views.PasswordDialog.txtPassword": "Parola",
"Common.Views.PasswordDialog.txtRepeat": "Reintroduceți parola",
"Common.Views.PasswordDialog.txtTitle": "Setare parolă",
+ "Common.Views.PasswordDialog.txtWarning": "Atenție: Dacă pierdeți sau uitați parola, ea nu poate fi recuperată. Să îl păstrați într-un loc sigur.",
"Common.Views.PluginDlg.textLoading": "Încărcare",
"Common.Views.Plugins.groupCaption": "Plugin-uri",
"Common.Views.Plugins.strPlugins": "Plugin-uri",
@@ -1863,6 +1865,7 @@
"DE.Views.LineNumbersDialog.textSection": "Secțiunea curentă",
"DE.Views.LineNumbersDialog.textStartAt": "Pornire de la",
"DE.Views.LineNumbersDialog.textTitle": "Numere de linie",
+ "DE.Views.LineNumbersDialog.txtAutoText": "Auto",
"DE.Views.Links.capBtnBookmarks": "Marcaj",
"DE.Views.Links.capBtnCaption": "Legenda",
"DE.Views.Links.capBtnContentsUpdate": "Actualizare",
@@ -2216,6 +2219,7 @@
"DE.Views.TableOfContentsSettings.strAlign": "Alinierea numărul de pagină la dreapta",
"DE.Views.TableOfContentsSettings.strFullCaption": "Cu etichetă și număr",
"DE.Views.TableOfContentsSettings.strLinks": "Formatare cuprins utilizând linkuri",
+ "DE.Views.TableOfContentsSettings.strLinksOF": "Formatare tabel de figuri ca",
"DE.Views.TableOfContentsSettings.strShowPages": "Afișare număr de pagină",
"DE.Views.TableOfContentsSettings.textBuildTable": "Construire cuprins din",
"DE.Views.TableOfContentsSettings.textBuildTableOF": "Construire tabel de figuri din ",
diff --git a/apps/documenteditor/main/locale/ru.json b/apps/documenteditor/main/locale/ru.json
index e395f9a8b..4a7d2ccb1 100644
--- a/apps/documenteditor/main/locale/ru.json
+++ b/apps/documenteditor/main/locale/ru.json
@@ -293,6 +293,7 @@
"Common.Views.OpenDialog.closeButtonText": "Закрыть файл",
"Common.Views.OpenDialog.txtEncoding": "Кодировка",
"Common.Views.OpenDialog.txtIncorrectPwd": "Указан неверный пароль.",
+ "Common.Views.OpenDialog.txtOpenFile": "Введите пароль для открытия файла",
"Common.Views.OpenDialog.txtPassword": "Пароль",
"Common.Views.OpenDialog.txtPreview": "Просмотр",
"Common.Views.OpenDialog.txtProtected": "Как только вы введете пароль и откроете файл, текущий пароль к файлу будет сброшен.",
@@ -303,6 +304,7 @@
"Common.Views.PasswordDialog.txtPassword": "Пароль",
"Common.Views.PasswordDialog.txtRepeat": "Повторить пароль",
"Common.Views.PasswordDialog.txtTitle": "Установка пароля",
+ "Common.Views.PasswordDialog.txtWarning": "Внимание: Если пароль забыт или утерян, его нельзя восстановить. Храните его в надежном месте.",
"Common.Views.PluginDlg.textLoading": "Загрузка",
"Common.Views.Plugins.groupCaption": "Плагины",
"Common.Views.Plugins.strPlugins": "Плагины",
@@ -403,6 +405,7 @@
"Common.Views.SignDialog.textChange": "Изменить",
"Common.Views.SignDialog.textInputName": "Введите имя подписывающего",
"Common.Views.SignDialog.textItalic": "Курсив",
+ "Common.Views.SignDialog.textNameError": "Имя подписывающего не должно быть пустым.",
"Common.Views.SignDialog.textPurpose": "Цель подписания документа",
"Common.Views.SignDialog.textSelect": "Выбрать",
"Common.Views.SignDialog.textSelectImage": "Выбрать изображение",
@@ -1921,6 +1924,7 @@
"DE.Views.LineNumbersDialog.textSection": "К текущему разделу",
"DE.Views.LineNumbersDialog.textStartAt": "Начать с",
"DE.Views.LineNumbersDialog.textTitle": "Нумерация строк",
+ "DE.Views.LineNumbersDialog.txtAutoText": "Авто",
"DE.Views.Links.capBtnBookmarks": "Закладка",
"DE.Views.Links.capBtnCaption": "Название",
"DE.Views.Links.capBtnContentsUpdate": "Обновить",
@@ -2281,6 +2285,7 @@
"DE.Views.TableOfContentsSettings.strAlign": "Номера страниц по правому краю",
"DE.Views.TableOfContentsSettings.strFullCaption": "Полное название",
"DE.Views.TableOfContentsSettings.strLinks": "Форматировать оглавление как ссылки",
+ "DE.Views.TableOfContentsSettings.strLinksOF": "Форматировать список иллюстраций как ссылки",
"DE.Views.TableOfContentsSettings.strShowPages": "Показать номера страниц",
"DE.Views.TableOfContentsSettings.textBuildTable": "Собрать оглавление, используя:",
"DE.Views.TableOfContentsSettings.textBuildTableOF": "Собрать список иллюстраций, используя:",
diff --git a/apps/documenteditor/main/locale/sk.json b/apps/documenteditor/main/locale/sk.json
index 219ef0ac5..9cc0713c9 100644
--- a/apps/documenteditor/main/locale/sk.json
+++ b/apps/documenteditor/main/locale/sk.json
@@ -247,6 +247,7 @@
"Common.Views.OpenDialog.closeButtonText": "Zatvoriť súbor",
"Common.Views.OpenDialog.txtEncoding": "Kódovanie",
"Common.Views.OpenDialog.txtIncorrectPwd": "Heslo je nesprávne.",
+ "Common.Views.OpenDialog.txtOpenFile": "Zadajte heslo na otvorenie súboru",
"Common.Views.OpenDialog.txtPassword": "Heslo",
"Common.Views.OpenDialog.txtPreview": "Náhľad",
"Common.Views.OpenDialog.txtProtected": "Po zadaní hesla a otvorení súboru bude súčasné heslo k súboru resetované.",
@@ -256,6 +257,7 @@
"Common.Views.PasswordDialog.txtIncorrectPwd": "Heslá sa nezhodujú",
"Common.Views.PasswordDialog.txtPassword": "Heslo",
"Common.Views.PasswordDialog.txtRepeat": "Zopakujte heslo",
+ "Common.Views.PasswordDialog.txtWarning": "Upozornenie: Ak stratíte alebo zabudnete heslo, nemožno ho obnoviť. Uschovajte ho na bezpečnom mieste.",
"Common.Views.PluginDlg.textLoading": "Nahrávanie",
"Common.Views.Plugins.groupCaption": "Pluginy",
"Common.Views.Plugins.strPlugins": "Pluginy",
diff --git a/apps/documenteditor/main/locale/sl.json b/apps/documenteditor/main/locale/sl.json
index dcf555871..189787828 100644
--- a/apps/documenteditor/main/locale/sl.json
+++ b/apps/documenteditor/main/locale/sl.json
@@ -199,6 +199,7 @@
"Common.Views.OpenDialog.closeButtonText": "Zapri datoteko",
"Common.Views.OpenDialog.txtEncoding": "Encoding ",
"Common.Views.OpenDialog.txtIncorrectPwd": "Geslo je napačno",
+ "Common.Views.OpenDialog.txtOpenFile": "Vnesite geslo za odpiranje datoteke",
"Common.Views.OpenDialog.txtPassword": "Geslo",
"Common.Views.OpenDialog.txtPreview": "Predogled",
"Common.Views.OpenDialog.txtTitle": "Choose %1 options",
@@ -207,6 +208,7 @@
"Common.Views.PasswordDialog.txtPassword": "Geslo",
"Common.Views.PasswordDialog.txtRepeat": "Ponovite geslo",
"Common.Views.PasswordDialog.txtTitle": "Nastavi geslo",
+ "Common.Views.PasswordDialog.txtWarning": "Pozor: Če izgubite geslo ali ga pozabite, ga ne morete več obnoviti. Hranite ga na varnem mestu.",
"Common.Views.PluginDlg.textLoading": "Nalaganje",
"Common.Views.Plugins.groupCaption": "Razširitve",
"Common.Views.Plugins.strPlugins": "Razširitve",
diff --git a/apps/documenteditor/main/locale/sv.json b/apps/documenteditor/main/locale/sv.json
index 1e694534b..6905f0c82 100644
--- a/apps/documenteditor/main/locale/sv.json
+++ b/apps/documenteditor/main/locale/sv.json
@@ -225,6 +225,7 @@
"Common.Views.OpenDialog.closeButtonText": "Stäng fil",
"Common.Views.OpenDialog.txtEncoding": "Teckentabell",
"Common.Views.OpenDialog.txtIncorrectPwd": "Felaktigt lösenord",
+ "Common.Views.OpenDialog.txtOpenFile": "Skriv in lösenord för att öppna filen",
"Common.Views.OpenDialog.txtPassword": "Lösenord",
"Common.Views.OpenDialog.txtPreview": "Förhandsgranska",
"Common.Views.OpenDialog.txtProtected": "När du har skrivit in lösenordet och öppnat filen, återställs det aktuella lösenordet till filen.",
@@ -235,6 +236,7 @@
"Common.Views.PasswordDialog.txtPassword": "Lösenord",
"Common.Views.PasswordDialog.txtRepeat": "Repetera lösenord",
"Common.Views.PasswordDialog.txtTitle": "Ange lösenord",
+ "Common.Views.PasswordDialog.txtWarning": "Varning! Om du glömmer lösenordet kan det inte återskapas.",
"Common.Views.PluginDlg.textLoading": "Laddar",
"Common.Views.Plugins.groupCaption": "Tillägg",
"Common.Views.Plugins.strPlugins": "Tillägg",
diff --git a/apps/documenteditor/main/locale/tr.json b/apps/documenteditor/main/locale/tr.json
index 2a98677c6..0b6eae6c4 100644
--- a/apps/documenteditor/main/locale/tr.json
+++ b/apps/documenteditor/main/locale/tr.json
@@ -186,10 +186,12 @@
"Common.Views.OpenDialog.closeButtonText": "Dosyayı Kapat",
"Common.Views.OpenDialog.txtEncoding": "Encoding ",
"Common.Views.OpenDialog.txtIncorrectPwd": "Şifre hatalı.",
+ "Common.Views.OpenDialog.txtOpenFile": "Dosyayı Açmak için Parola Girin",
"Common.Views.OpenDialog.txtPassword": "Şifre",
"Common.Views.OpenDialog.txtTitle": "Choose %1 options",
"Common.Views.OpenDialog.txtTitleProtected": "Korumalı dosya",
"Common.Views.PasswordDialog.txtPassword": "Parola",
+ "Common.Views.PasswordDialog.txtWarning": "Dikkat: Parolayı kaybeder veya unutursanız, kurtarılamaz.",
"Common.Views.PluginDlg.textLoading": "Yükleniyor",
"Common.Views.Plugins.groupCaption": "Eklentiler",
"Common.Views.Plugins.strPlugins": "Plugin",
diff --git a/apps/documenteditor/main/locale/uk.json b/apps/documenteditor/main/locale/uk.json
index 203c1183b..a75ad45d4 100644
--- a/apps/documenteditor/main/locale/uk.json
+++ b/apps/documenteditor/main/locale/uk.json
@@ -181,9 +181,11 @@
"Common.Views.LanguageDialog.labelSelect": "Виберіть мову документа",
"Common.Views.OpenDialog.closeButtonText": "Закрити файл",
"Common.Views.OpenDialog.txtEncoding": "Кодування",
+ "Common.Views.OpenDialog.txtOpenFile": "Введіть пароль для відкриття файлу",
"Common.Views.OpenDialog.txtPassword": "Пароль",
"Common.Views.OpenDialog.txtTitle": "Виберіть параметри% 1",
"Common.Views.OpenDialog.txtTitleProtected": "Захищений файл",
+ "Common.Views.PasswordDialog.txtWarning": "Увага! Якщо ви втратили або не можете пригадати пароль, відновити його неможливо. Зберігайте його в надійному місці.",
"Common.Views.PluginDlg.textLoading": "Завантаження",
"Common.Views.Plugins.groupCaption": "Плагіни",
"Common.Views.Plugins.strPlugins": "Плагіни",
diff --git a/apps/documenteditor/main/locale/vi.json b/apps/documenteditor/main/locale/vi.json
index 72d651968..92eb9fe08 100644
--- a/apps/documenteditor/main/locale/vi.json
+++ b/apps/documenteditor/main/locale/vi.json
@@ -172,9 +172,11 @@
"Common.Views.LanguageDialog.labelSelect": "Chọn ngôn ngữ tài liệu",
"Common.Views.OpenDialog.txtEncoding": "Mã hóa",
"Common.Views.OpenDialog.txtIncorrectPwd": "Mật khẩu không đúng.",
+ "Common.Views.OpenDialog.txtOpenFile": "Nhập mật khẩu để mở tệp",
"Common.Views.OpenDialog.txtPassword": "Mật khẩu",
"Common.Views.OpenDialog.txtTitle": "Chọn %1 lựa chọn",
"Common.Views.OpenDialog.txtTitleProtected": "File được bảo vệ",
+ "Common.Views.PasswordDialog.txtWarning": "Chú ý: Nếu bạn mất hoặc quên mật khẩu, bạn không thể khôi phục mật khẩu.",
"Common.Views.PluginDlg.textLoading": "Đang tải",
"Common.Views.Plugins.groupCaption": "Plugin",
"Common.Views.Plugins.strPlugins": "Plugin",
diff --git a/apps/documenteditor/main/locale/zh.json b/apps/documenteditor/main/locale/zh.json
index 72c83c1d1..41d255e35 100644
--- a/apps/documenteditor/main/locale/zh.json
+++ b/apps/documenteditor/main/locale/zh.json
@@ -249,6 +249,7 @@
"Common.Views.OpenDialog.closeButtonText": "关闭文件",
"Common.Views.OpenDialog.txtEncoding": "编码",
"Common.Views.OpenDialog.txtIncorrectPwd": "密码错误",
+ "Common.Views.OpenDialog.txtOpenFile": "输入密码来打开文件",
"Common.Views.OpenDialog.txtPassword": "密码",
"Common.Views.OpenDialog.txtPreview": "预览",
"Common.Views.OpenDialog.txtProtected": "在您输入密码和打开文件后,该文件的当前密码将被重置。",
@@ -259,6 +260,7 @@
"Common.Views.PasswordDialog.txtPassword": "密码",
"Common.Views.PasswordDialog.txtRepeat": "重复输入密码",
"Common.Views.PasswordDialog.txtTitle": "设置密码",
+ "Common.Views.PasswordDialog.txtWarning": "警告: 如果丢失或忘记密码,则无法将其恢复。将其保存在安全位置。",
"Common.Views.PluginDlg.textLoading": "载入中",
"Common.Views.Plugins.groupCaption": "插件",
"Common.Views.Plugins.strPlugins": "插件",
@@ -359,6 +361,7 @@
"Common.Views.SignDialog.textChange": "修改",
"Common.Views.SignDialog.textInputName": "输入签名者姓名",
"Common.Views.SignDialog.textItalic": "斜体",
+ "Common.Views.SignDialog.textNameError": "签名者名称不能为空",
"Common.Views.SignDialog.textPurpose": "签署本文档的目的",
"Common.Views.SignDialog.textSelect": "请选择",
"Common.Views.SignDialog.textSelectImage": "选择图像",
diff --git a/apps/documenteditor/main/resources/help/de/Contents.json b/apps/documenteditor/main/resources/help/de/Contents.json
index ea0a990ec..38611d265 100644
--- a/apps/documenteditor/main/resources/help/de/Contents.json
+++ b/apps/documenteditor/main/resources/help/de/Contents.json
@@ -169,10 +169,11 @@
"src": "UsageInstructions/InsertContentControls.htm",
"name": "Inhaltssteuerelemente einfügen"
},
- {
- "src": "UsageInstructions/CreateTableOfContents.htm",
- "name": "Inhaltsverzeichnis erstellen"
- },
+ {
+ "src": "UsageInstructions/CreateTableOfContents.htm",
+ "name": "Inhaltsverzeichnis erstellen"
+ },
+ {"src": "UsageInstructions/AddTableofFigures.htm", "name": "Abbildungsverzeichnis hinzufügen und formatieren" },
{
"src": "UsageInstructions/AlignArrangeObjects.htm",
"name": "Objekte auf einer Seite anordnen und ausrichten"
diff --git a/apps/documenteditor/main/resources/help/de/ProgramInterface/ReferencesTab.htm b/apps/documenteditor/main/resources/help/de/ProgramInterface/ReferencesTab.htm
index 0f77ce564..a78007d87 100644
--- a/apps/documenteditor/main/resources/help/de/ProgramInterface/ReferencesTab.htm
+++ b/apps/documenteditor/main/resources/help/de/ProgramInterface/ReferencesTab.htm
@@ -25,11 +25,13 @@