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/nl/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/nl/gen.php')
| -rw-r--r-- | app/i18n/nl/gen.php | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/app/i18n/nl/gen.php b/app/i18n/nl/gen.php index f18da5c36..99b1cf9c2 100644 --- a/app/i18n/nl/gen.php +++ b/app/i18n/nl/gen.php @@ -44,33 +44,28 @@ return array( ), 'date' => array( 'Apr' => '\\A\\p\\r\\i\\l', - 'Aug' => '\\A\\u\\g\\u\\s\\t\\u\\s', - 'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r', - 'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\i', - 'Jan' => '\\J\\a\\n\\u\\a\\r\\i', - 'Jul' => '\\J\\u\\l\\i', - 'Jun' => '\\J\\u\\n\\i', - 'Mar' => '\\M\\a\\a\\r\\t', - 'May' => '\\M\\e\\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' => 'Apr', + 'Aug' => '\\A\\u\\g\\u\\s\\t\\u\\s', 'aug' => 'aug', 'august' => 'Aug', 'before_yesterday' => 'Ouder', + 'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r', 'dec' => 'dec', 'december' => 'Dec', + 'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\i', 'feb' => 'feb', 'february' => 'Feb', 'format_date' => 'j %s Y', 'format_date_hour' => 'j %s Y \\o\\m H\\:i', 'fri' => 'Vr', + 'Jan' => '\\J\\a\\n\\u\\a\\r\\i', 'jan' => 'jan', 'january' => 'Jan', + 'Jul' => '\\J\\u\\l\\i', 'jul' => 'jul', 'july' => 'Jul', + 'Jun' => '\\J\\u\\n\\i', 'jun' => 'jun', 'june' => 'Jun', 'last_3_month' => 'Laatste drie maanden', @@ -78,17 +73,22 @@ return array( 'last_month' => 'Vorige maand', 'last_week' => 'Vorige week', 'last_year' => 'Vorig jaar', + 'Mar' => '\\M\\a\\a\\r\\t', 'mar' => 'mrt', 'march' => 'Mrt', + 'May' => '\\M\\e\\i', 'may' => 'Mei', 'may_' => 'Mei', 'mon' => 'Ma', 'month' => 'maanden', + 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r', 'nov' => 'nov', 'november' => 'Nov', + 'Oct' => '\\O\\k\\t\\o\\b\\e\\r', 'oct' => 'okt', 'october' => 'Okt', 'sat' => 'Za', + 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r', 'sep' => 'sep', 'september' => 'Sep', 'sun' => 'Zo', @@ -161,7 +161,6 @@ return array( 'previous' => 'Vorige', ), 'share' => array( - 'Known' => 'Known based sites', 'blogotext' => 'Blogotext', 'diaspora' => 'Diaspora*', 'email' => 'Email', @@ -169,6 +168,7 @@ return array( 'g+' => 'Google+', 'gnusocial' => 'GNU social', 'jdh' => 'Journal du hacker', + 'Known' => 'Known based sites', 'linkedin' => 'LinkedIn', 'mastodon' => 'Mastodon', 'movim' => 'Movim', |
