[DE] Change text for empty navigation panel (#354)
This commit is contained in:
parent
015b4272a9
commit
c06650fa50
|
@ -10,6 +10,9 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: #b2b2b2;
|
color: #b2b2b2;
|
||||||
|
td {
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,9 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
color: #b2b2b2;
|
color: #b2b2b2;
|
||||||
|
td {
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,9 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: #b2b2b2;
|
color: #b2b2b2;
|
||||||
|
td {
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -155,7 +155,7 @@ define([
|
||||||
txtExpand: 'Expand all',
|
txtExpand: 'Expand all',
|
||||||
txtCollapse: 'Collapse all',
|
txtCollapse: 'Collapse all',
|
||||||
txtExpandToLevel: 'Expand to level...',
|
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'
|
txtEmptyItem: 'Empty Heading'
|
||||||
|
|
||||||
}, DE.Views.Navigation || {}));
|
}, DE.Views.Navigation || {}));
|
||||||
|
|
|
@ -1763,7 +1763,7 @@
|
||||||
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Spuštění hromadné korespondence se nezdařilo",
|
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Spuštění hromadné korespondence se nezdařilo",
|
||||||
"DE.Views.Navigation.txtCollapse": "Sbalit vše",
|
"DE.Views.Navigation.txtCollapse": "Sbalit vše",
|
||||||
"DE.Views.Navigation.txtDemote": "Degradovat",
|
"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.txtEmptyItem": "Prázdné záhlaví",
|
||||||
"DE.Views.Navigation.txtExpand": "Rozbalit vše",
|
"DE.Views.Navigation.txtExpand": "Rozbalit vše",
|
||||||
"DE.Views.Navigation.txtExpandToLevel": "Rozbalit po úroveň",
|
"DE.Views.Navigation.txtExpandToLevel": "Rozbalit po úroveň",
|
||||||
|
|
|
@ -1764,7 +1764,7 @@
|
||||||
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Starting merge failed",
|
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Starting merge failed",
|
||||||
"DE.Views.Navigation.txtCollapse": "Collapse all",
|
"DE.Views.Navigation.txtCollapse": "Collapse all",
|
||||||
"DE.Views.Navigation.txtDemote": "Demote",
|
"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.txtEmptyItem": "Empty Heading",
|
||||||
"DE.Views.Navigation.txtExpand": "Expand all",
|
"DE.Views.Navigation.txtExpand": "Expand all",
|
||||||
"DE.Views.Navigation.txtExpandToLevel": "Expand to level",
|
"DE.Views.Navigation.txtExpandToLevel": "Expand to level",
|
||||||
|
|
|
@ -1764,7 +1764,7 @@
|
||||||
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Не удалось начать слияние",
|
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Не удалось начать слияние",
|
||||||
"DE.Views.Navigation.txtCollapse": "Свернуть все",
|
"DE.Views.Navigation.txtCollapse": "Свернуть все",
|
||||||
"DE.Views.Navigation.txtDemote": "Понизить уровень",
|
"DE.Views.Navigation.txtDemote": "Понизить уровень",
|
||||||
"DE.Views.Navigation.txtEmpty": "Этот документ не содержит заголовков",
|
"DE.Views.Navigation.txtEmpty": "В документе нет заголовков.<br>Примените стиль заголовка к тексту, чтобы он появился в оглавлении.",
|
||||||
"DE.Views.Navigation.txtEmptyItem": "Пустой заголовок",
|
"DE.Views.Navigation.txtEmptyItem": "Пустой заголовок",
|
||||||
"DE.Views.Navigation.txtExpand": "Развернуть все",
|
"DE.Views.Navigation.txtExpand": "Развернуть все",
|
||||||
"DE.Views.Navigation.txtExpandToLevel": "Развернуть до уровня",
|
"DE.Views.Navigation.txtExpandToLevel": "Развернуть до уровня",
|
||||||
|
|
Loading…
Reference in a new issue