added 'Discussion' translation into many languages
This commit is contained in:
parent
afe47fae3b
commit
b19d382409
34 changed files with 339 additions and 0 deletions
18
lang/de/lang.php
Normal file
18
lang/de/lang.php
Normal 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 :
|
||||
Loading…
Add table
Add a link
Reference in a new issue