You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for inserting a table of contents in the exported ODT file.
Use the syntax tag '{{odt>toc:setting=value}}' or only {{odt>toc}} for using default settings.
See the function header of insert_TOC() for a detailed description of the possible settings.
The page numbers are just a counter. The TOC needs to be updated e.g. in LibreOffice to get
the real page numbers!
Copy file name to clipboardExpand all lines: lang/de-informal/lang.php
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,5 @@
10
10
$lang['view'] = 'Die Seite im Open Document Format exportieren';
11
11
$lang['export_odt_button'] = 'ODT exportieren';
12
12
$lang['tpl_not_found'] = 'WARNUNG: Die ODT Vorlage "%s" konnte im Vorlagenverzeichnis "%s" nicht gefunden werden. Es wird die Standardvorlage verwendet.';
$lang['tpl_not_found'] = 'WARNUNG: Die ODT Vorlage "%s" konnte im Vorlagenverzeichnis "%s" nicht gefunden werden. Es wird die Standardvorlage verwendet.';
0 commit comments