xref: /plugin/newpagefill/lang/de/lang.php (revision 9a36670832b754c53fa81850c7b00d5bb57a3705)
1*9a366708SLORTET<?php
2*9a366708SLORTET
3*9a366708SLORTET$lang['js']['dialog_title'] = 'Neue Seite erstellen';
4*9a366708SLORTET$lang['js']['dialog_page_title'] = 'Titel';
5*9a366708SLORTET$lang['js']['dialog_namespace'] = 'Namensraum';
6*9a366708SLORTET$lang['js']['dialog_page_id'] = 'Bezeichner';
7*9a366708SLORTET$lang['js']['dialog_page_mode'] = 'Erstellungsmodus';
8*9a366708SLORTET$lang['js']['dialog_page_mode_start'] = 'Startseite';
9*9a366708SLORTET$lang['js']['dialog_page_mode_none'] = 'Direkte Seite';
10*9a366708SLORTET$lang['js']['dialog_page_mode_same'] = 'Unterseite mit gleichem Namen';
11*9a366708SLORTET$lang['js']['dialog_create'] = 'Erstellen';
12*9a366708SLORTET$lang['js']['dialog_cancel'] = 'Abbrechen';
13*9a366708SLORTET$lang['js']['dialog_required'] = 'Der Bezeichner ist erforderlich.';
14