Skip to content

Commit

Permalink
Merge pull request #581 from re4jh/master
Browse files Browse the repository at this point in the history
++ introducing COLON and ELLIPSIS to user them as suffix-tags later on
  • Loading branch information
sauliusstasiukaitis authored May 19, 2017
2 parents 3aa8ee2 + 9591fad commit 5174de3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/Application/views/admin/de/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
'fullDateFormat' => 'd.m.Y H:i:s',
'simpleDateFormat' => 'd.m.Y',

'COLON' => ':',
'ELLIPSIS' => '...',
'GENERAL_ACTIVE' => 'Aktiv',
'GENERAL_ALWAYS_ACTIVE' => 'Immer aktiv',
'GENERAL_ACTIVFROMTILL' => 'Aktiv für Zeitraum',
Expand Down
2 changes: 2 additions & 0 deletions source/Application/views/admin/en/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
'fullDateFormat' => 'Y-m-d H:i:s',
'simpleDateFormat' => 'Y-m-d',

'COLON' => ':',
'ELLIPSIS' => '...',
'GENERAL_ACTIVE' => 'Active',
'GENERAL_ALWAYS_ACTIVE' => 'Always active',
'GENERAL_ACTIVFROMTILL' => 'Active for a period',
Expand Down

0 comments on commit 5174de3

Please sign in to comment.