From 70e71b8364c1317af04f92fd86df4541fa269e0c Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 3 Jan 2024 11:23:06 +0100 Subject: Auto-label (#5954) Add labels automatically to incoming articles fix https://github.com/FreshRSS/FreshRSS/issues/2380 fix https://github.com/FreshRSS/FreshRSS/issues/2420 fix https://github.com/FreshRSS/FreshRSS/issues/3279 fix https://github.com/FreshRSS/FreshRSS/discussions/4947 fix https://github.com/FreshRSS/FreshRSS/issues/5728 fix https://github.com/FreshRSS/FreshRSS/issues/5599 --- app/i18n/oc/feedback.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/i18n/oc/feedback.php') diff --git a/app/i18n/oc/feedback.php b/app/i18n/oc/feedback.php index a4db046e3..5d7d277df 100644 --- a/app/i18n/oc/feedback.php +++ b/app/i18n/oc/feedback.php @@ -116,8 +116,10 @@ return array( ), 'tag' => array( 'created' => 'L’etiqueta « %s » es estada creada.', + 'error' => 'Label could not be updated!', // TODO 'name_exists' => 'Lo nom de l’etiqueta existís ja.', 'renamed' => 'L’etiqueta « %s » es estada renomenada en « %s ».', + 'updated' => 'Label has been updated.', // TODO ), 'update' => array( 'can_apply' => 'FreshRSS es per èsser mes a jorn en version %s.', -- cgit v1.2.3