added 'Discussion' translation into many languages

This commit is contained in:
Anika Henke 2011-01-02 00:18:55 +00:00
parent afe47fae3b
commit b19d382409
34 changed files with 339 additions and 0 deletions

18
lang/de/lang.php Normal file
View file

@ -0,0 +1,18 @@
<?php
/**
* German language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
$lang['discussion'] = 'Diskussion';
$lang['back_to_article'] = 'Zurück zum Artikel';
$lang['userpage'] = 'Benutzer-Seite';
/* accessibility headlines */
$lang['user_tools'] = 'Benutzer-Werkzeuge';
$lang['site_tools'] = 'Webseiten-Werkzeuge';
$lang['page_tools'] = 'Seiten-Werkzeuge';
$lang['skip_to_content'] = 'springe zum Inhalt';
//Setup VIM: ex: et ts=2 :