diff options
| author | 2020-04-05 08:33:04 +0200 | |
|---|---|---|
| committer | 2020-04-05 08:33:04 +0200 | |
| commit | bd036425aa495824b13a17891698a14d52ec93ba (patch) | |
| tree | fe4629a2a98baa45ec911004ea85b9e3900f84ed /app/i18n/fr/admin.php | |
| parent | 2b26f9dcbde3cf2f2657b33cf85245577cbacce0 (diff) | |
[i18n] Update French translations (#2878)
* Add french translate
* Fix documentation broken url
Diffstat (limited to 'app/i18n/fr/admin.php')
| -rw-r--r-- | app/i18n/fr/admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/fr/admin.php b/app/i18n/fr/admin.php index 25fa9fabb..abc67110e 100644 --- a/app/i18n/fr/admin.php +++ b/app/i18n/fr/admin.php @@ -108,7 +108,7 @@ return array( 'extensions' => array( 'author' => 'Auteur', 'community' => 'Extensions utilisateur disponibles', - 'description' => 'Description', // TODO - Translation + 'description' => 'Description', 'disabled' => 'Désactivée', 'empty_list' => 'Aucune extension installée', 'enabled' => 'Activée', @@ -122,7 +122,7 @@ return array( 'title' => 'Extensions', 'update' => 'Mise à jour disponible', 'user' => 'Extensions utilisateur', - 'version' => 'Version', // TODO - Translation + 'version' => 'Version', ), 'stats' => array( 'all_feeds' => 'Tous les flux', |
