From 16a131380bb1ae17a18e4bf95d345cffb80a787c Mon Sep 17 00:00:00 2001 From: Patrick Crandol Date: Sun, 18 Nov 2018 05:37:22 -0500 Subject: 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 --- app/i18n/fr/gen.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'app/i18n/fr/gen.php') diff --git a/app/i18n/fr/gen.php b/app/i18n/fr/gen.php index 34395a380..fa4dceadd 100644 --- a/app/i18n/fr/gen.php +++ b/app/i18n/fr/gen.php @@ -44,33 +44,28 @@ return array( ), 'date' => array( 'Apr' => '\\a\\v\\r\\i\\l', - 'Aug' => '\\a\\o\\û\\t', - 'Dec' => '\\d\\é\\c\\e\\m\\b\\r\\e', - 'Feb' => '\\f\\é\\v\\r\\i\\e\\r', - 'Jan' => '\\j\\a\\n\\v\\i\\e\\r', - 'Jul' => '\\j\\u\\i\\l\\l\\e\\t', - 'Jun' => '\\j\\u\\i\\n', - 'Mar' => '\\m\\a\\r\\s', - 'May' => '\\m\\a\\i', - 'Nov' => '\\n\\o\\v\\e\\m\\b\\r\\e', - 'Oct' => '\\o\\c\\t\\o\\b\\r\\e', - 'Sep' => '\\s\\e\\p\\t\\e\\m\\b\\r\\e', 'apr' => 'avr.', 'april' => 'avril', + 'Aug' => '\\a\\o\\û\\t', 'aug' => 'août', 'august' => 'août', 'before_yesterday' => 'À partir d’avant-hier', + 'Dec' => '\\d\\é\\c\\e\\m\\b\\r\\e', 'dec' => 'déc.', 'december' => 'décembre', + 'Feb' => '\\f\\é\\v\\r\\i\\e\\r', 'feb' => 'fév.', 'february' => 'février', 'format_date' => 'j %s Y', 'format_date_hour' => 'j %s Y \\à H\\:i', 'fri' => 'ven.', + 'Jan' => '\\j\\a\\n\\v\\i\\e\\r', 'jan' => 'jan.', 'january' => 'janvier', + 'Jul' => '\\j\\u\\i\\l\\l\\e\\t', 'jul' => 'jui.', 'july' => 'juillet', + 'Jun' => '\\j\\u\\i\\n', 'jun' => 'juin', 'june' => 'juin', 'last_3_month' => 'Depuis les trois derniers mois', @@ -78,17 +73,22 @@ return array( 'last_month' => 'Depuis le mois dernier', 'last_week' => 'Depuis la semaine dernière', 'last_year' => 'Depuis l’année dernière', + 'Mar' => '\\m\\a\\r\\s', 'mar' => 'mars', 'march' => 'mars', + 'May' => '\\m\\a\\i', 'may' => 'mai', 'may_' => 'mai', 'mon' => 'lun.', 'month' => 'mois', + 'Nov' => '\\n\\o\\v\\e\\m\\b\\r\\e', 'nov' => 'nov.', 'november' => 'novembre', + 'Oct' => '\\o\\c\\t\\o\\b\\r\\e', 'oct' => 'oct.', 'october' => 'octobre', 'sat' => 'sam.', + 'Sep' => '\\s\\e\\p\\t\\e\\m\\b\\r\\e', 'sep' => 'sep.', 'september' => 'septembre', 'sun' => 'dim.', @@ -161,7 +161,6 @@ return array( 'previous' => 'Précédent', ), 'share' => array( - 'Known' => 'Sites basés sur Known', 'blogotext' => 'Blogotext', 'diaspora' => 'Diaspora*', 'email' => 'Courriel', @@ -169,6 +168,7 @@ return array( 'g+' => 'Google+', 'gnusocial' => 'GNU social', 'jdh' => 'Journal du hacker', + 'Known' => 'Sites basés sur Known', 'linkedin' => 'LinkedIn', 'mastodon' => 'Mastodon', 'movim' => 'Movim', -- cgit v1.2.3