mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-23 10:47:16 +00:00
Merge pull request #1084 from phl0/German
Add German translations for account pages
This commit is contained in:
10
application/language/german/account_lang.php
Normal file
10
application/language/german/account_lang.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('Direkter Zugriff auf Skripte ist nicht erlaubt');
|
||||
|
||||
$lang['account_logbook_fields'] = 'Logbuchfelder';
|
||||
$lang['account_column1_text'] = 'Wähle Spalte 1';
|
||||
$lang['account_column2_text'] = 'Wähle Spalte 2';
|
||||
$lang['account_column3_text'] = 'Wähle Spalte 3';
|
||||
$lang['account_column4_text'] = 'Wähle Spalte 4';
|
||||
$lang['account_column5_text'] = 'Wähle Spalte 5 (nur für Logbuch)';
|
||||
Reference in New Issue
Block a user