Skip to content

Commit

Permalink
Merge pull request octobercms#2201 from mplodowski/german-datepicker
Browse files Browse the repository at this point in the history
German datepicker translation
  • Loading branch information
daftspunk authored Jul 12, 2016
2 parents 87cd7d8 + bbf503f commit 0970a75
Showing 1 changed file with 37 additions and 2 deletions.
39 changes: 37 additions & 2 deletions modules/system/lang/de/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,42 @@
'cancel_button_text' => 'Abbrechen',
],

];

'datepicker' => [
'previousMonth' => 'Vorheriger Monat',
'nextMonth' => 'Nächsten Monat',
'months' => ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'],
'weekdays' => ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'],
'weekdaysShort' => ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa']
],

'filter' => [
'group' => [
'all' => 'all'
],
'dates' => [
'all' => 'all',
'filter_button_text' => 'Filter',
'reset_button_text' => 'Reset',
'date_placeholder' => 'Date',
'after_placeholder' => 'After',
'before_placeholder' => 'Before'
]
],

'eventlog' => [
'show_stacktrace' => 'Show the stacktrace',
'hide_stacktrace' => 'Hide the stacktrace',
'tabs' => [
'formatted' => 'Formatted',
'raw' => 'Raw',
],
'editor' => [
'title' => 'Source code editor',
'description' => 'Your operating system should be configured to listen to one of these URL schemes.',
'openWith' => 'Open with',
'remember_choice' => 'Remember selected option for this session',
'open' => 'Open',
'cancel' => 'Cancel'
]
]
];

0 comments on commit 0970a75

Please sign in to comment.