diff options
| author | 2018-11-18 05:37:22 -0500 | |
|---|---|---|
| committer | 2018-11-18 11:37:22 +0100 | |
| commit | 16a131380bb1ae17a18e4bf95d345cffb80a787c (patch) | |
| tree | 28a23c7eeb9edf9c3a2c456a41d4daeb9cf76a48 /app/i18n/de/gen.php | |
| parent | c9e46dce86b8139b0384bde67ebdc2617ebce12c (diff) | |
I18n standardization (#2138)
* i18n Admin standardization
cz - moved items incorrectly placed in system array to extensions array
nl - remove registration array in user array that doesn't appear in any other translations - possibly from an old version that didn't get removed?
oc - reordered list to standardize order with other translation files.
* Alphabetize extensions Array
* Standardize conf.php
he - removed options not appearing in other i18n files, added missing strings
* Standardize feedback.php
he - removed line not found in other translation files
nl - removed line not found in other translation files
* Standardize gen.php
* Standardize index.php
Major sorting of oc.
Added tags to several languages
* Standardize install.php
ru - added missing strings
it - remove extra string not found in other config files
he - add missing strings, remove strings not found in other languages
oc - reorganize
* Standardize sub.php
* Standardize and fix TODOs
use format "//TODO - Translation" for easier searching
* Fix whitespace
Diffstat (limited to 'app/i18n/de/gen.php')
| -rw-r--r-- | app/i18n/de/gen.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/app/i18n/de/gen.php b/app/i18n/de/gen.php index 935ab6a75..59ce371d3 100644 --- a/app/i18n/de/gen.php +++ b/app/i18n/de/gen.php @@ -44,33 +44,28 @@ return array( ), 'date' => array( 'Apr' => '\\A\\p\\r\\i\\l', - 'Aug' => '\\A\\u\\g\\u\\s\\t', - 'Dec' => '\\D\\e\\z\\e\\m\\b\\e\\r', - 'Feb' => '\\F\\e\\b\\r\\u\\a\\r', - 'Jan' => '\\J\\a\\n\\u\\a\\r', - 'Jul' => '\\J\\u\\l\\i', - 'Jun' => '\\J\\u\\n\\i', - 'Mar' => '\\M\\ä\\r\\z', - 'May' => '\\M\\a\\i', - 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r', - 'Oct' => '\\O\\k\\t\\o\\b\\e\\r', - 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r', 'apr' => 'Apr', 'april' => 'April', + 'Aug' => '\\A\\u\\g\\u\\s\\t', 'aug' => 'Aug', 'august' => 'August', 'before_yesterday' => 'Ältere Beiträge', + 'Dec' => '\\D\\e\\z\\e\\m\\b\\e\\r', 'dec' => 'Dez', 'december' => 'Dezember', + 'Feb' => '\\F\\e\\b\\r\\u\\a\\r', 'feb' => 'Feb', 'february' => 'Februar', 'format_date' => 'd\\. %s Y', 'format_date_hour' => 'd\\. %s Y \\u\\m H\\:i', 'fri' => 'Fr', + 'Jan' => '\\J\\a\\n\\u\\a\\r', 'jan' => 'Jan', 'january' => 'Januar', + 'Jul' => '\\J\\u\\l\\i', 'jul' => 'Jul', 'july' => 'Juli', + 'Jun' => '\\J\\u\\n\\i', 'jun' => 'Jun', 'june' => 'Juni', 'last_3_month' => 'Letzte drei Monate', @@ -78,17 +73,22 @@ return array( 'last_month' => 'Letzter Monat', 'last_week' => 'Letzte Woche', 'last_year' => 'Letztes Jahr', + 'Mar' => '\\M\\ä\\r\\z', 'mar' => 'Mär', 'march' => 'März', + 'May' => '\\M\\a\\i', 'may' => 'Mai', 'may_' => 'Mai', 'mon' => 'Mo', 'month' => 'Monat(en)', + 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r', 'nov' => 'Nov', 'november' => 'November', + 'Oct' => '\\O\\k\\t\\o\\b\\e\\r', 'oct' => 'Okt', 'october' => 'Oktober', 'sat' => 'Sa', + 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r', 'sep' => 'Sep', 'september' => 'September', 'sun' => 'So', |
