diff options
| author | 2021-09-12 11:37:15 +0200 | |
|---|---|---|
| committer | 2021-09-12 11:37:15 +0200 | |
| commit | fe295f50d031ca6475e21a0ae317cf1c71a68347 (patch) | |
| tree | 9c9f37dcebfe70b3daf167df0ce3c029feb343c6 /app/i18n/fr/gen.php | |
| parent | ff60e24c578eab30777c7e7d403def0565fab923 (diff) | |
Lint i18n files (#3841)
Translations had quite a lot of cleaning in late:
* Removed some unused keys
* Added some ignores
* Applied a `cli/manipulate.translation.php -a format`
Diffstat (limited to 'app/i18n/fr/gen.php')
| -rw-r--r-- | app/i18n/fr/gen.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/i18n/fr/gen.php b/app/i18n/fr/gen.php index e6b3e2826..a6a8c541b 100644 --- a/app/i18n/fr/gen.php +++ b/app/i18n/fr/gen.php @@ -43,10 +43,8 @@ return array( 'ask' => 'Créer un compte ?', 'title' => 'Création de compte', ), - 'reset' => 'Réinitialisation de l’authentification', 'username' => array( '_' => 'Nom d’utilisateur', - 'admin' => 'Nom d’utilisateur administrateur', 'format' => '<small>16 caractères alphanumériques maximum</small>', ), ), @@ -196,7 +194,7 @@ return array( 'linkedin' => 'LinkedIn', 'mastodon' => 'Mastodon', 'movim' => 'Movim', - 'pinboard' => 'Pinboard', // TODO - Translation + 'pinboard' => 'Pinboard', 'pocket' => 'Pocket', 'print' => 'Imprimer', 'raindrop' => 'Raindrop.io', |
