[DE] Change text for empty navigation panel (#354)

This commit is contained in:
Julia Radzhabova 2020-02-27 13:31:31 +03:00 committed by GitHub
parent 015b4272a9
commit c06650fa50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 13 additions and 4 deletions

View file

@ -10,6 +10,9 @@
height: 100%;
width: 100%;
color: #b2b2b2;
td {
padding: 5px;
}
}
}

View file

@ -13,6 +13,9 @@
width: 100%;
height: 100%;
color: #b2b2b2;
td {
padding: 5px;
}
}
}

View file

@ -10,6 +10,9 @@
height: 100%;
width: 100%;
color: #b2b2b2;
td {
padding: 5px;
}
}
}

View file

@ -155,7 +155,7 @@ define([
txtExpand: 'Expand all',
txtCollapse: 'Collapse all',
txtExpandToLevel: 'Expand to level...',
txtEmpty: 'This document doesn\'t contain headings',
txtEmpty: 'There are no headings in the document.<br>Apply a heading style to the text so that it appears in the table of contents.',
txtEmptyItem: 'Empty Heading'
}, DE.Views.Navigation || {}));

View file

@ -1763,7 +1763,7 @@
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Spuštění hromadné korespondence se nezdařilo",
"DE.Views.Navigation.txtCollapse": "Sbalit vše",
"DE.Views.Navigation.txtDemote": "Degradovat",
"DE.Views.Navigation.txtEmpty": "Tento dokument neobsahuje záhlaví",
"DE.Views.Navigation.txtEmpty": "V dokumentu nebyly nalezeny žádné nadpisy.<br>Použijte na ně v textu styly pro nadpisy, aby se objevily v tabulce obsahu.",
"DE.Views.Navigation.txtEmptyItem": "Prázdné záhlaví",
"DE.Views.Navigation.txtExpand": "Rozbalit vše",
"DE.Views.Navigation.txtExpandToLevel": "Rozbalit po úroveň",

View file

@ -1764,7 +1764,7 @@
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Starting merge failed",
"DE.Views.Navigation.txtCollapse": "Collapse all",
"DE.Views.Navigation.txtDemote": "Demote",
"DE.Views.Navigation.txtEmpty": "This document doesn't contain headings",
"DE.Views.Navigation.txtEmpty": "There are no headings in the document.<br>Apply a heading style to the text so that it appears in the table of contents.",
"DE.Views.Navigation.txtEmptyItem": "Empty Heading",
"DE.Views.Navigation.txtExpand": "Expand all",
"DE.Views.Navigation.txtExpandToLevel": "Expand to level",

View file

@ -1764,7 +1764,7 @@
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Не удалось начать слияние",
"DE.Views.Navigation.txtCollapse": "Свернуть все",
"DE.Views.Navigation.txtDemote": "Понизить уровень",
"DE.Views.Navigation.txtEmpty": "Этот документ не содержит заголовков",
"DE.Views.Navigation.txtEmpty": "В документе нет заголовков.<br>Примените стиль заголовка к тексту, чтобы он появился в оглавлении.",
"DE.Views.Navigation.txtEmptyItem": "Пустой заголовок",
"DE.Views.Navigation.txtExpand": "Развернуть все",
"DE.Views.Navigation.txtExpandToLevel": "Развернуть до уровня",