xref: /plugin/discussion/lang/de/lang.php (revision 264b73272ebcbccec9920e099b7167f8a9cb3d9b)
1<?php
2/**
3 * German language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Esther Brunner <wikidesign@gmail.com>
7 * @author     iDo <iLoveiDo@gmail.com>
8 */
9
10// settings must be present and set appropriately for the language
11$lang['encoding']   = 'utf-8';
12$lang['direction']  = 'ltr';
13
14// for admin plugins, the menu prompt to be displayed in the admin menu
15// if set here, the plugin doesn't need to override the getMenuText() method
16$lang['menu']            = 'Diskussionen moderieren';
17
18$lang['discussion']      = 'Diskussion';
19$lang['comment']         = 'Kommentar';
20$lang['comments']        = 'Kommentare';
21$lang['url']             = 'Website';
22$lang['address']         = 'Adresse';
23$lang['date']            = 'Datum';
24$lang['btn_reply']       = 'Antworten';
25$lang['btn_hide']        = 'Ausblenden';
26$lang['btn_show']        = 'Einblenden';
27$lang['btn_change']      = 'Ändern';
28$lang['wordblock']       = 'Ihr Kommentar wurde als Spam blockiert.';
29$lang['mail_newcomment'] = 'Neuer Kommentar';
30
31$lang['status']          = 'Status';
32$lang['off']             = 'aus';
33$lang['open']            = 'offen';
34$lang['closed']          = 'geschlossen';
35
36$lang['reply']           = 'Antwort';
37$lang['replies']         = 'Antworten';
38$lang['newthread']       = 'Neues Thema';
39$lang['threads']         = 'Themen';
40
41//Setup VIM: ex: et ts=2 enc=utf-8 :