From 2f2adaaee8c3678a321960bb1190441ca7f3c846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sat, 19 Dec 2015 18:17:07 +0100 Subject: [PATCH 1/2] Update fr.yaml --- system/languages/fr.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/languages/fr.yaml b/system/languages/fr.yaml index 4dcafc8a8..c84cd19d1 100644 --- a/system/languages/fr.yaml +++ b/system/languages/fr.yaml @@ -43,13 +43,13 @@ INFLECTOR_SINGULAR: '/([ti])a$/i': '\1um' '/(n)ews$/i': '\1ews' '/s$/i': '' -INFLECTOR_UNCOUNTABLE: ['équipment', 'information', 'riz', 'argent', 'espèces', 'séries', 'poisson', 'mouton'] +INFLECTOR_UNCOUNTABLE: ['équipement', 'information', 'riz', 'argent', 'espèces', 'séries', 'poisson', 'mouton'] INFLECTOR_IRREGULAR: 'person': 'personnes' - 'man': 'Hommes' + 'man': 'hommes' 'child': 'enfants' 'sex': 'sexes' - 'move': 'déplacemements' + 'move': 'déplacements' INFLECTOR_ORDINALS: 'default': 'ème' 'first': 'er' From b89044a709c543e3f762750a0e215f7cff1141d8 Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Sun, 20 Dec 2015 11:51:48 +0100 Subject: [PATCH 2/2] Fix language string --- system/blueprints/user/account.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/blueprints/user/account.yaml b/system/blueprints/user/account.yaml index f9adc56be..669f5c7bb 100644 --- a/system/blueprints/user/account.yaml +++ b/system/blueprints/user/account.yaml @@ -55,7 +55,7 @@ form: help: PLUGIN_ADMIN.LANGUAGE_HELP security: - title: PLUGIN_ADMIN.SECURITY + title: PLUGIN_ADMIN.ACCESS_LEVELS type: section security: admin.super