mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-09 15:43:13 -04:00
i18n fr fix old-new tag label (#3703)
This commit is contained in:
committed by
GitHub
parent
3d2fea6bbf
commit
3c945bee7b
@@ -124,8 +124,8 @@ return array(
|
||||
),
|
||||
'tag' => array(
|
||||
'name' => 'Nom',
|
||||
'new_name' => 'Ancien nom',
|
||||
'old_name' => 'Nouveau nom',
|
||||
'new_name' => 'Nouveau nom',
|
||||
'old_name' => 'Ancien nom',
|
||||
),
|
||||
'title' => array(
|
||||
'_' => 'Gestion des abonnements',
|
||||
|
||||
Reference in New Issue
Block a user