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/it/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/it/gen.php')
| -rw-r--r-- | app/i18n/it/gen.php | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/app/i18n/it/gen.php b/app/i18n/it/gen.php index 200ce813a..3bf2f155f 100644 --- a/app/i18n/it/gen.php +++ b/app/i18n/it/gen.php @@ -44,33 +44,28 @@ return array( ), 'date' => array( 'Apr' => '\\A\\p\\r\\i\\l\\e', - 'Aug' => '\\A\\g\\o\\s\\t\\o', - 'Dec' => '\\D\\i\\c\\e\\m\\b\\r\\e', - 'Feb' => '\\F\\e\\b\\b\\r\\a\\i\\o', - 'Jan' => '\\G\\e\\n\\u\\a\\i\\o', - 'Jul' => '\\L\\u\\g\\l\\i\\o', - 'Jun' => '\\G\\i\\u\\g\\n\\o', - 'Mar' => '\\M\\a\\r\\z\\o', - 'May' => '\\M\\a\\g\\g\\i\\o', - 'Nov' => '\\N\\o\\v\\e\\m\\b\\r\\e', - 'Oct' => '\\O\\t\\t\\o\\b\\r\\e', - 'Sep' => '\\S\\e\\t\\t\\e\\m\\b\\r\\e', 'apr' => 'apr.', 'april' => 'aprile', + 'Aug' => '\\A\\g\\o\\s\\t\\o', 'aug' => 'ag.', 'august' => 'agosto', 'before_yesterday' => 'Meno recenti', + 'Dec' => '\\D\\i\\c\\e\\m\\b\\r\\e', 'dec' => 'dic.', 'december' => 'dicembre', + 'Feb' => '\\F\\e\\b\\b\\r\\a\\i\\o', 'feb' => 'febbr.', 'february' => 'febbraio', 'format_date' => 'j\\ %s Y', 'format_date_hour' => 'j\\ %s Y \\o\\r\\e H\\:i', 'fri' => 'Fri', + 'Jan' => '\\G\\e\\n\\u\\a\\i\\o', 'jan' => 'genn.', 'january' => 'gennaio', + 'Jul' => '\\L\\u\\g\\l\\i\\o', 'jul' => 'jul', 'july' => 'luglio', + 'Jun' => '\\G\\i\\u\\g\\n\\o', 'jun' => 'jun', 'june' => 'giugno', 'last_3_month' => 'Ultimi 3 mesi', @@ -78,17 +73,22 @@ return array( 'last_month' => 'Ultimo mese', 'last_week' => 'Ultima settimana', 'last_year' => 'Ultimo anno', + 'Mar' => '\\M\\a\\r\\z\\o', 'mar' => 'mar.', 'march' => 'marzo', + 'May' => '\\M\\a\\g\\g\\i\\o', 'may' => 'maggio', 'may_' => 'May', 'mon' => 'Mon', 'month' => 'mesi', + 'Nov' => '\\N\\o\\v\\e\\m\\b\\r\\e', 'nov' => 'nov.', 'november' => 'novembre', + 'Oct' => '\\O\\t\\t\\o\\b\\r\\e', 'oct' => 'ott.', 'october' => 'ottobre', 'sat' => 'Sat', + 'Sep' => '\\S\\e\\t\\t\\e\\m\\b\\r\\e', 'sep' => 'sett.', 'september' => 'settembre', 'sun' => 'Sun', @@ -161,7 +161,6 @@ return array( 'previous' => 'Precedente', ), 'share' => array( - 'Known' => 'Siti basati su Known', 'blogotext' => 'Blogotext', 'diaspora' => 'Diaspora*', 'email' => 'Email', @@ -169,6 +168,7 @@ return array( 'g+' => 'Google+', 'gnusocial' => 'GNU social', 'jdh' => 'Journal du hacker', + 'Known' => 'Siti basati su Known', 'linkedin' => 'LinkedIn', 'mastodon' => 'Mastodon', 'movim' => 'Movim', |
