xref: /plugin/struct/lang/de/lang.php (revision ecc947547e297aac8666c036f265ff044e632a3e)
1*ecc94754SAndreas Gohr<?php
2*ecc94754SAndreas Gohr
3*ecc94754SAndreas Gohr/**
4*ecc94754SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5*ecc94754SAndreas Gohr *
6*ecc94754SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
7*ecc94754SAndreas Gohr */
8*ecc94754SAndreas Gohr$lang['menu']                  = 'Struct Schema Editor';
9*ecc94754SAndreas Gohr$lang['menu_assignments']      = 'Struct Schema Zuweisungen';
10*ecc94754SAndreas Gohr$lang['headline']              = 'Strukturierte Daten';
11*ecc94754SAndreas Gohr$lang['edithl']                = 'Schema <i>%s</i> bearbeiten';
12*ecc94754SAndreas Gohr$lang['create']                = 'Neues Schema anlegen';
13*ecc94754SAndreas Gohr$lang['schemaname']            = 'Schema-Name:';
14*ecc94754SAndreas Gohr$lang['save']                  = 'Speichern';
15*ecc94754SAndreas Gohr$lang['createhint']            = 'Achtung: Schemas können später nicht umbenannt werden';
16*ecc94754SAndreas Gohr$lang['pagelabel']             = 'Seite';
17*ecc94754SAndreas Gohr$lang['summary']               = 'Struct-Daten geändert';
18*ecc94754SAndreas Gohr$lang['export']                = 'Schema als JSON exportieren';
19*ecc94754SAndreas Gohr$lang['btn_export']            = 'Exportieren';
20