Update translation (#298)
This commit is contained in:
parent
760fa32c88
commit
325ac8096c
|
@ -1692,6 +1692,8 @@
|
|||
"DE.Views.Links.tipContentsUpdate": "Refresh table of contents",
|
||||
"DE.Views.Links.tipInsertHyperlink": "Add hyperlink",
|
||||
"DE.Views.Links.tipNotes": "Insert or edit footnotes",
|
||||
"DE.Views.Links.capBtnCaption": "Caption",
|
||||
"DE.Views.Links.tipCaption": "Insert caption",
|
||||
"DE.Views.ListSettingsDialog.textAuto": "Automatic",
|
||||
"DE.Views.ListSettingsDialog.textCenter": "Center",
|
||||
"DE.Views.ListSettingsDialog.textLeft": "Left",
|
||||
|
|
|
@ -1076,7 +1076,7 @@
|
|||
"DE.Views.BookmarksDialog.textSort": "Ordina per",
|
||||
"DE.Views.BookmarksDialog.textTitle": "Segnalibri",
|
||||
"DE.Views.BookmarksDialog.txtInvalidName": "il nome del Segnalibro può contenere solo lettere, numeri e underscore, e dovrebbe iniziare con la lettera",
|
||||
"DE.Views.CaptionDialog.textAdd": "Aggiungi etichetta",
|
||||
"DE.Views.CaptionDialog.textAdd": "Aggiungi",
|
||||
"DE.Views.CaptionDialog.textAfter": "Dopo",
|
||||
"DE.Views.CaptionDialog.textBefore": "Prima",
|
||||
"DE.Views.CaptionDialog.textCaption": "Didascalia",
|
||||
|
@ -1084,7 +1084,7 @@
|
|||
"DE.Views.CaptionDialog.textChapterInc": "Includi il numero del capitolo",
|
||||
"DE.Views.CaptionDialog.textColon": "due punti",
|
||||
"DE.Views.CaptionDialog.textDash": "trattino",
|
||||
"DE.Views.CaptionDialog.textDelete": "Elimina etichetta",
|
||||
"DE.Views.CaptionDialog.textDelete": "Elimina",
|
||||
"DE.Views.CaptionDialog.textEquation": "Equazione",
|
||||
"DE.Views.CaptionDialog.textExamples": "Esempi: Tabella 2-A, Immagine 1.IV",
|
||||
"DE.Views.CaptionDialog.textExclude": "Escludere l'etichetta dalla didascalia",
|
||||
|
|
|
@ -1077,7 +1077,7 @@
|
|||
"DE.Views.BookmarksDialog.textSort": "Порядок",
|
||||
"DE.Views.BookmarksDialog.textTitle": "Закладки",
|
||||
"DE.Views.BookmarksDialog.txtInvalidName": "Имя закладки может содержать только буквы, цифры и знаки подчеркивания и должно начинаться с буквы.",
|
||||
"DE.Views.CaptionDialog.textAdd": "Добавить подпись",
|
||||
"DE.Views.CaptionDialog.textAdd": "Добавить",
|
||||
"DE.Views.CaptionDialog.textAfter": "После",
|
||||
"DE.Views.CaptionDialog.textBefore": "Перед",
|
||||
"DE.Views.CaptionDialog.textCaption": "Название",
|
||||
|
@ -1085,7 +1085,7 @@
|
|||
"DE.Views.CaptionDialog.textChapterInc": "Включить номер главы",
|
||||
"DE.Views.CaptionDialog.textColon": "двоеточие",
|
||||
"DE.Views.CaptionDialog.textDash": "тире",
|
||||
"DE.Views.CaptionDialog.textDelete": "Удалить подпись",
|
||||
"DE.Views.CaptionDialog.textDelete": "Удалить",
|
||||
"DE.Views.CaptionDialog.textEquation": "Уравнение",
|
||||
"DE.Views.CaptionDialog.textExamples": "Примеры: Таблица 2-A, Изображение 1.IV",
|
||||
"DE.Views.CaptionDialog.textExclude": "Исключить подпись из названия",
|
||||
|
@ -1674,6 +1674,7 @@
|
|||
"DE.Views.LeftMenu.txtDeveloper": "РЕЖИМ РАЗРАБОТЧИКА",
|
||||
"DE.Views.LeftMenu.txtTrial": "ПРОБНЫЙ РЕЖИМ",
|
||||
"DE.Views.Links.capBtnBookmarks": "Закладка",
|
||||
"DE.Views.Links.capBtnCaption": "Название",
|
||||
"DE.Views.Links.capBtnContentsUpdate": "Обновить",
|
||||
"DE.Views.Links.capBtnInsContents": "Оглавление",
|
||||
"DE.Views.Links.capBtnInsFootnote": "Сноска",
|
||||
|
@ -1688,6 +1689,7 @@
|
|||
"DE.Views.Links.textUpdateAll": "Обновить целиком",
|
||||
"DE.Views.Links.textUpdatePages": "Обновить только номера страниц",
|
||||
"DE.Views.Links.tipBookmarks": "Создать закладку",
|
||||
"DE.Views.Links.tipCaption": "Вставить название",
|
||||
"DE.Views.Links.tipContents": "Вставить оглавление",
|
||||
"DE.Views.Links.tipContentsUpdate": "Обновить оглавление",
|
||||
"DE.Views.Links.tipInsertHyperlink": "Добавить гиперссылку",
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
<table cols="1" style="width: 100%;">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<button type="button" class="btn btn-text-default" id="sort-dialog-btn-add" style="min-width: 100px;margin-right:5px;"><%= scope.textAdd %></button>
|
||||
<button type="button" class="btn btn-text-default" id="sort-dialog-btn-delete" style="min-width: 100px;margin-right:5px;"><%= scope.textDelete %></button>
|
||||
<button type="button" class="btn btn-text-default" id="sort-dialog-btn-copy" style="min-width: 100px;margin-right:5px;"><%= scope.textCopy %></button>
|
||||
<button type="button" class="btn btn-text-default auto" id="sort-dialog-btn-add" style="min-width: 100px;margin-right:5px;"><%= scope.textAdd %></button>
|
||||
<button type="button" class="btn btn-text-default auto" id="sort-dialog-btn-delete" style="min-width: 100px;margin-right:5px;"><%= scope.textDelete %></button>
|
||||
<button type="button" class="btn btn-text-default auto" id="sort-dialog-btn-copy" style="min-width: 100px;margin-right:5px;"><%= scope.textCopy %></button>
|
||||
<div id="sort-dialog-btn-up" style="display: inline-block;border: 1px solid #cfcfcf;border-radius: 1px;"></div>
|
||||
<div id="sort-dialog-btn-down" style="display: inline-block;border: 1px solid #cfcfcf;border-radius: 1px;margin-right: 5px;"></div>
|
||||
<button type="button" class="btn btn-text-default" id="sort-dialog-btn-options" style="min-width: 100px;"><%= scope.textOptions %></button>
|
||||
|
|
Loading…
Reference in a new issue