Skip to content

Commit

Permalink
Fix translation of war module
Browse files Browse the repository at this point in the history
  • Loading branch information
blackcoder87 committed Nov 19, 2018
1 parent a44bf33 commit c5a7b1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion application/modules/war/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Config extends \Ilch\Config\Install
{
public $config = [
'key' => 'war',
'version' => '1.4.0',
'version' => '1.5.0',
'icon_small' => 'fa-shield',
'author' => 'Stantin, Thomas',
'link' => 'http://ilch.de',
Expand Down
10 changes: 5 additions & 5 deletions application/modules/war/translations/de.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'groupImage' => 'Gruppen Bild',
'assignedMember' => 'Member auswählen',
'selectAssignedMember' => 'Member',
'toGroups' => 'Zur Gruppen Übersicht',
'toGroups' => 'Zur Gruppen-Übersicht',

'manageNewEnemy' => 'Neuen Gegner erstellen',
'manageEnemy' => 'Gegner verwalten',
Expand All @@ -60,7 +60,7 @@
'nextWarPassword' => 'Server Passwort',
'nextWarXonx' => 'XonX',
'nextWarGame' => 'Game',
'nextWarMatchtype' => 'Matchtype',
'nextWarMatchtype' => 'Matchtyp',
'nextWarReport' => 'Bericht',
'vs' => 'vs.',

Expand All @@ -74,7 +74,7 @@
'lastWarPassword' => 'Server Passwort',
'lastWarXonx' => 'XonX',
'lastWarGame' => 'Game',
'lastWarMatchtype' => 'Matchtype',
'lastWarMatchtype' => 'Matchtyp',
'lastWarReport' => 'Bericht',
'nextWarLimit' => 'Next Wars Limit',
'lastWarLimit' => 'Last Wars Limit',
Expand All @@ -99,7 +99,7 @@
'warPassword' => 'Server Passwort',
'warXonx' => 'XonX',
'warGame' => 'Game',
'warMatchtype' => 'Matchtype',
'warMatchtype' => 'Matchtyp',
'warReport' => 'Bericht',
'warReportShow' => 'Ansehen',
'warReportNo' => 'nicht verfügbar',
Expand Down Expand Up @@ -128,7 +128,7 @@
'warAccept' => 'Zu-/Absagen',
'accept' => 'zugesagt',
'cancel' => 'abgesagt',
'undecided' => 'unentschlossent',
'undecided' => 'unentschlossen',
'save' => 'speichern',
'choose' => 'auswählen',
'has' => 'hat',
Expand Down

0 comments on commit c5a7b1c

Please sign in to comment.