mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Merge pull request #1084 from phl0/German
Add German translations for account pages
This commit is contained in:
commit
79fccc40f2
1 changed files with 10 additions and 0 deletions
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)';
|
||||
Loading…
Add table
Add a link
Reference in a new issue