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 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'