Update german locale

This commit is contained in:
Steffen Schultz 2017-06-04 21:45:26 +02:00 committed by Frédéric Guillot
parent 553a5a700d
commit ccfdf17af4
1 changed files with 7 additions and 7 deletions

View File

@ -268,11 +268,11 @@ return array(
'This text is too long (max. %d)' => 'Dieser Text ist zu lang (maximal %d)',
'Mark all unread items as read' => 'Alle ungelesenen Einträge als gelesen markieren',
'Do not redirect me' => 'Leite mich nicht weiter',
// 'Last checked: ' => '',
// 'Last modified: ' => '',
// 'Expiration date: ' => '',
// 'ETag: ' => '',
// 'None' => '',
// 'Last parsing error: ' => '',
// 'Ignore expiration date' => '',
'Last checked: ' => 'Zuletzt geprüft: ',
'Last modified: ' => 'Zuletzt geändert: ',
'Expiration date: ' => 'Ablaufdatum: ',
'ETag: ' => 'eTag: ',
'None' => 'Kein',
'Last parsing error: ' => 'Letzter Parsing-Fehler: ',
'Ignore expiration date' => 'Ablaufdatum ignorieren',
);