xref: /plugin/dw2pdf/lang/de-informal/lang.php (revision 34a99c0881cc10379216fdf173a7c49eac40309e)
1173e91c4SThomas Templin<?php
2173e91c4SThomas Templin
3173e91c4SThomas Templin/**
4173e91c4SThomas Templin * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5173e91c4SThomas Templin *
6*34a99c08SHella * @author Hella <hella.breitkopf@gmail.com>
7e6d226f1SDrMaXX * @author DrMaXX <drmaxxis@gmail.com>
827b4e8dfSSebastian Engel * @author Sebastian Engel <mail@engel-s.de>
9173e91c4SThomas Templin * @author Thomas Templin <templin@gnuwhv.de>
10fe45cb21SF. Mueller-Donath * @author F. Mueller-Donath <j.felix@mueller-donath.de>
11173e91c4SThomas Templin */
12173e91c4SThomas Templin$lang['export_pdf_button']     = 'PDF exportieren';
13fe45cb21SF. Mueller-Donath$lang['needtitle']             = 'Bitte Titel angeben!';
14fe45cb21SF. Mueller-Donath$lang['needns']                = 'Bitte gib einen vorhandenen Namensraum an.';
1527b4e8dfSSebastian Engel$lang['notexist']              = 'Die angeforderte Seite existiert nicht.';
16fe45cb21SF. Mueller-Donath$lang['empty']                 = 'Du hast noch keine Seiten gewählt.';
17fe45cb21SF. Mueller-Donath$lang['tocheader']             = 'Inhaltsverzeichnis';
18fe45cb21SF. Mueller-Donath$lang['export_ns']             = 'Exportiere Namensraum "%s:" in Datei %s.pdf';
19*34a99c08SHella$lang['forbidden']             = 'Du hast keine Berechtigung für folgende Seiten: %s.<br/><br/>Benutze die Option \'Seiten ohne Berechtigung auslassen\' um das Buch mit den verfügbaren Seiten zu erstellen.';
20e6d226f1SDrMaXX$lang['missingbookcreator']    = 'Das Bookcreator Plugin ist nicht installiert oder deaktiviert';
21