aboutsummaryrefslogtreecommitdiff
path: root/app/i18n
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-01-03 11:23:06 +0100
committerGravatar GitHub <noreply@github.com> 2024-01-03 11:23:06 +0100
commit70e71b8364c1317af04f92fd86df4541fa269e0c (patch)
tree193f4db62a85a218e227ee79ce7554a32eade390 /app/i18n
parent1e5f5078ed029640f69bdcc5ba51dd4dc69574ca (diff)
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
Diffstat (limited to 'app/i18n')
-rw-r--r--app/i18n/cz/feedback.php2
-rw-r--r--app/i18n/cz/sub.php1
-rw-r--r--app/i18n/de/feedback.php2
-rw-r--r--app/i18n/de/sub.php1
-rw-r--r--app/i18n/el/feedback.php2
-rw-r--r--app/i18n/el/sub.php1
-rw-r--r--app/i18n/en-us/feedback.php2
-rw-r--r--app/i18n/en-us/sub.php1
-rw-r--r--app/i18n/en/feedback.php2
-rw-r--r--app/i18n/en/sub.php1
-rw-r--r--app/i18n/es/feedback.php2
-rw-r--r--app/i18n/es/sub.php1
-rw-r--r--app/i18n/fa/feedback.php2
-rw-r--r--app/i18n/fa/sub.php1
-rw-r--r--app/i18n/fr/feedback.php4
-rw-r--r--app/i18n/fr/sub.php1
-rw-r--r--app/i18n/he/feedback.php2
-rw-r--r--app/i18n/he/sub.php1
-rw-r--r--app/i18n/hu/feedback.php2
-rw-r--r--app/i18n/hu/sub.php1
-rw-r--r--app/i18n/id/feedback.php2
-rw-r--r--app/i18n/id/sub.php1
-rw-r--r--app/i18n/it/feedback.php2
-rw-r--r--app/i18n/it/sub.php1
-rw-r--r--app/i18n/ja/feedback.php2
-rw-r--r--app/i18n/ja/sub.php1
-rw-r--r--app/i18n/ko/feedback.php2
-rw-r--r--app/i18n/ko/sub.php1
-rw-r--r--app/i18n/lv/feedback.php2
-rw-r--r--app/i18n/lv/sub.php1
-rw-r--r--app/i18n/nl/feedback.php2
-rw-r--r--app/i18n/nl/sub.php1
-rw-r--r--app/i18n/oc/feedback.php2
-rw-r--r--app/i18n/oc/sub.php1
-rw-r--r--app/i18n/pl/feedback.php2
-rw-r--r--app/i18n/pl/sub.php1
-rw-r--r--app/i18n/pt-br/feedback.php2
-rw-r--r--app/i18n/pt-br/sub.php1
-rw-r--r--app/i18n/ru/feedback.php2
-rw-r--r--app/i18n/ru/sub.php1
-rw-r--r--app/i18n/sk/feedback.php2
-rw-r--r--app/i18n/sk/sub.php1
-rw-r--r--app/i18n/tr/feedback.php2
-rw-r--r--app/i18n/tr/sub.php1
-rw-r--r--app/i18n/zh-cn/feedback.php2
-rw-r--r--app/i18n/zh-cn/sub.php1
-rw-r--r--app/i18n/zh-tw/feedback.php2
-rw-r--r--app/i18n/zh-tw/sub.php1
48 files changed, 73 insertions, 1 deletions
diff --git a/app/i18n/cz/feedback.php b/app/i18n/cz/feedback.php
index c0cb91c2b..daa798b1f 100644
--- a/app/i18n/cz/feedback.php
+++ b/app/i18n/cz/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => 'Štítek „%s“ byl vytvořen.',
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => 'Název štítku již existuje.',
'renamed' => 'Štítek „%s“ byl přejmenován na „%s“.',
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'FreshRSS bude nyní aktualizováno na <strong>verzi %s</strong>.',
diff --git a/app/i18n/cz/sub.php b/app/i18n/cz/sub.php
index 75381cf53..199766ad9 100644
--- a/app/i18n/cz/sub.php
+++ b/app/i18n/cz/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Nástroje odběrů',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => 'Název',
'new_name' => 'Nový název',
'old_name' => 'Starý název',
diff --git a/app/i18n/de/feedback.php b/app/i18n/de/feedback.php
index 05be44cce..f1149ce37 100644
--- a/app/i18n/de/feedback.php
+++ b/app/i18n/de/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => 'Label „%s“ wurde erstellt.',
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => 'Label-Name existiert bereits.',
'renamed' => 'Das Label „%s“ wurde umbenannt in „%s“.',
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'FreshRSS wird nun auf die <strong>Version %s</strong> aktualisiert.',
diff --git a/app/i18n/de/sub.php b/app/i18n/de/sub.php
index e2247a97e..51d9669f9 100644
--- a/app/i18n/de/sub.php
+++ b/app/i18n/de/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Abonnement-Tools',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => 'Name', // IGNORE
'new_name' => 'Neuer Name',
'old_name' => 'Alter Name',
diff --git a/app/i18n/el/feedback.php b/app/i18n/el/feedback.php
index 72d522d67..f6481c077 100644
--- a/app/i18n/el/feedback.php
+++ b/app/i18n/el/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => 'Label “%s” has been created.', // TODO
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => 'Label name already exists.', // TODO
'renamed' => 'Label “%s” has been renamed to “%s”.', // TODO
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'FreshRSS will now be updated to the <strong>version %s</strong>.', // DIRTY
diff --git a/app/i18n/el/sub.php b/app/i18n/el/sub.php
index 6dfc9bffa..c101600b4 100644
--- a/app/i18n/el/sub.php
+++ b/app/i18n/el/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Subscription tools', // TODO
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => 'Name', // TODO
'new_name' => 'New name', // TODO
'old_name' => 'Old name', // TODO
diff --git a/app/i18n/en-us/feedback.php b/app/i18n/en-us/feedback.php
index 8d4027984..f16ffd5f5 100644
--- a/app/i18n/en-us/feedback.php
+++ b/app/i18n/en-us/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => 'Label “%s” has been created.', // IGNORE
+ 'error' => 'Label could not be updated!', // IGNORE
'name_exists' => 'Label name already exists.', // IGNORE
'renamed' => 'Label “%s” has been renamed to “%s”.', // IGNORE
+ 'updated' => 'Label has been updated.', // IGNORE
),
'update' => array(
'can_apply' => 'FreshRSS will now be updated to the <strong>version %s</strong>.', // IGNORE
diff --git a/app/i18n/en-us/sub.php b/app/i18n/en-us/sub.php
index 496335e9b..591c52dec 100644
--- a/app/i18n/en-us/sub.php
+++ b/app/i18n/en-us/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Subscription tools', // IGNORE
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // IGNORE
'name' => 'Name', // IGNORE
'new_name' => 'New name', // IGNORE
'old_name' => 'Old name', // IGNORE
diff --git a/app/i18n/en/feedback.php b/app/i18n/en/feedback.php
index c81438e4f..10ec302c2 100644
--- a/app/i18n/en/feedback.php
+++ b/app/i18n/en/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => 'Label “%s” has been created.',
+ 'error' => 'Label could not be updated!',
'name_exists' => 'Label name already exists.',
'renamed' => 'Label “%s” has been renamed to “%s”.',
+ 'updated' => 'Label has been updated.',
),
'update' => array(
'can_apply' => 'An update of FreshRSS is available: <strong>Version %s</strong>.',
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php
index cb362bda7..f6aebca4b 100644
--- a/app/i18n/en/sub.php
+++ b/app/i18n/en/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Subscription tools',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles',
'name' => 'Name',
'new_name' => 'New name',
'old_name' => 'Old name',
diff --git a/app/i18n/es/feedback.php b/app/i18n/es/feedback.php
index 0af6cfffb..13a47a8f3 100644
--- a/app/i18n/es/feedback.php
+++ b/app/i18n/es/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => 'Se ha creado la etiqueta “%s”.',
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => 'El nombre de la etiqueta ya existe.',
'renamed' => 'La etiqueta “%s” ha sido renombrada a “%s”.',
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'FreshRSS se va a actualizar a la <strong>versión %s</strong>.',
diff --git a/app/i18n/es/sub.php b/app/i18n/es/sub.php
index ef19f5ad3..6fc8031fb 100644
--- a/app/i18n/es/sub.php
+++ b/app/i18n/es/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Herramientas de suscripción',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => 'Nombre',
'new_name' => 'Nuevo nombre',
'old_name' => 'Nombre antiguo',
diff --git a/app/i18n/fa/feedback.php b/app/i18n/fa/feedback.php
index ffba04507..5d2f6b6a4 100644
--- a/app/i18n/fa/feedback.php
+++ b/app/i18n/fa/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => ' برچسب "%s" ایجاد شده است.',
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => ' نام برچسب از قبل وجود دارد.',
'renamed' => ' برچسب "%s" به "%s" تغییر نام داده است.',
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => ' به‌روزرسانی FreshRSS موجود است: <strong>نسخه %s</strong>.',
diff --git a/app/i18n/fa/sub.php b/app/i18n/fa/sub.php
index 9f89ff675..eb520f54f 100644
--- a/app/i18n/fa/sub.php
+++ b/app/i18n/fa/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'ابزارهای اشتراک',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => ' نام',
'new_name' => ' نام جدید',
'old_name' => ' نام قدیمی',
diff --git a/app/i18n/fr/feedback.php b/app/i18n/fr/feedback.php
index e24f9c280..d5e05b5c5 100644
--- a/app/i18n/fr/feedback.php
+++ b/app/i18n/fr/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => 'L’étiquette <em>%s</em> a été créée.',
- 'name_exists' => 'L’étiquette existe déjà.',
+ 'error' => 'L’étiquette n’a pas pu être modifiée',
+ 'name_exists' => 'L’étiquette existe déjà!',
'renamed' => 'L’étiquette <em>%s</em> a été renommée en <em>%s</em>.',
+ 'updated' => 'L’étiquette a été mise à jour.',
),
'update' => array(
'can_apply' => 'FreshRSS va maintenant être mis à jour vers la <strong>version %s</strong>.',
diff --git a/app/i18n/fr/sub.php b/app/i18n/fr/sub.php
index 31499d288..c2ecfc6a9 100644
--- a/app/i18n/fr/sub.php
+++ b/app/i18n/fr/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Outils d’abonnement',
),
'tag' => array(
+ 'auto_label' => 'Ajoute l’étiquette aux nouveaux articles',
'name' => 'Nom',
'new_name' => 'Nouveau nom',
'old_name' => 'Ancien nom',
diff --git a/app/i18n/he/feedback.php b/app/i18n/he/feedback.php
index 2628748ee..e017a7243 100644
--- a/app/i18n/he/feedback.php
+++ b/app/i18n/he/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => 'Label “%s” has been created.', // TODO
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => 'Label name already exists.', // TODO
'renamed' => 'Label “%s” has been renamed to “%s”.', // TODO
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'FreshRSS will be now updated to the <strong>version %s</strong>.',
diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php
index 7e782b091..70f34e3be 100644
--- a/app/i18n/he/sub.php
+++ b/app/i18n/he/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Subscription tools', // TODO
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => 'Name', // TODO
'new_name' => 'New name', // TODO
'old_name' => 'Old name', // TODO
diff --git a/app/i18n/hu/feedback.php b/app/i18n/hu/feedback.php
index b672c7501..80f873b4d 100644
--- a/app/i18n/hu/feedback.php
+++ b/app/i18n/hu/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => 'Címke “%s” létrehozva.',
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => 'Címke név már létezik.',
'renamed' => 'Címke “%s” átnevezve “%s”.',
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'Egy FreshRSS frissítés elérhető : <strong>Verzió %s</strong>.',
diff --git a/app/i18n/hu/sub.php b/app/i18n/hu/sub.php
index 56527f83d..d618b9346 100644
--- a/app/i18n/hu/sub.php
+++ b/app/i18n/hu/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Hírforrás eszközök',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => 'Név',
'new_name' => 'Új név',
'old_name' => 'Régi név',
diff --git a/app/i18n/id/feedback.php b/app/i18n/id/feedback.php
index 16dc5d30c..224a1dc3b 100644
--- a/app/i18n/id/feedback.php
+++ b/app/i18n/id/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => 'Label “%s”has been created.', // DIRTY
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => 'Label name already exists.', // TODO
'renamed' => 'Label “%s”has been renamed to “%s”.', // DIRTY
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'An update of FreshRSS is available: <strong>Version %s</strong>.', // TODO
diff --git a/app/i18n/id/sub.php b/app/i18n/id/sub.php
index 76bef3e53..51e6c5704 100644
--- a/app/i18n/id/sub.php
+++ b/app/i18n/id/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Subscription tools', // TODO
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => 'Name', // TODO
'new_name' => 'New name', // TODO
'old_name' => 'Old name', // TODO
diff --git a/app/i18n/it/feedback.php b/app/i18n/it/feedback.php
index fbcb1c56c..93c256f45 100644
--- a/app/i18n/it/feedback.php
+++ b/app/i18n/it/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => 'Il Tag “%s” è stato creato.', // DIRTY
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => 'Il nome del tag è già presente.', // DIRTY
'renamed' => 'Il Tag “%s” è stato rinominato in “%s”.', // DIRTY
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'FreshRSS verrà aggiornato alla <strong>versione %s</strong>.',
diff --git a/app/i18n/it/sub.php b/app/i18n/it/sub.php
index 1860b9894..0e5a05e19 100644
--- a/app/i18n/it/sub.php
+++ b/app/i18n/it/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Strumenti di sottoscrizione',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => 'Nome',
'new_name' => 'Nuovo nome',
'old_name' => 'Vecchio nome',
diff --git a/app/i18n/ja/feedback.php b/app/i18n/ja/feedback.php
index 92cb052ed..e33a89171 100644
--- a/app/i18n/ja/feedback.php
+++ b/app/i18n/ja/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => '“%s” タグが作成されました',
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => 'このタグ名は既に存在します',
'renamed' => '“%s”タグは“%s”に改名されました',
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'FreshRSSは<strong>バージョン %s</strong>に更新されます。',
diff --git a/app/i18n/ja/sub.php b/app/i18n/ja/sub.php
index f2752be95..2a8cfbc21 100644
--- a/app/i18n/ja/sub.php
+++ b/app/i18n/ja/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => '購読ツール',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => '名前',
'new_name' => '新しい名前',
'old_name' => '古い名前',
diff --git a/app/i18n/ko/feedback.php b/app/i18n/ko/feedback.php
index 6ecd62d83..0cd8dca6f 100644
--- a/app/i18n/ko/feedback.php
+++ b/app/i18n/ko/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => '“%s” 태그가 생성되었습니다.',
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => '같은 이름의 태그가 이미 존재합니다.',
'renamed' => '“%s” 태그가 “%s” (으)로 이름이 변경되었습니다.',
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'FreshRSS가 <strong>%s</strong> 버전으로 업데이트됩니다.',
diff --git a/app/i18n/ko/sub.php b/app/i18n/ko/sub.php
index f4661de28..8509235fe 100644
--- a/app/i18n/ko/sub.php
+++ b/app/i18n/ko/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => '구독 도구',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => '이름',
'new_name' => '새 이름',
'old_name' => '이전 이름',
diff --git a/app/i18n/lv/feedback.php b/app/i18n/lv/feedback.php
index e6aa39077..f359f0306 100644
--- a/app/i18n/lv/feedback.php
+++ b/app/i18n/lv/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => 'Birka “%s” tika uztaisīta.',
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => 'Birkas nosaukums jau pastāv.',
'renamed' => 'Birka “%s” tika pārdēvēts par “%s”.',
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'FreshRSS tagad būs atjaunots uz <strong>%s versiju</strong>.',
diff --git a/app/i18n/lv/sub.php b/app/i18n/lv/sub.php
index 3f0f0e36c..e2079d2ce 100644
--- a/app/i18n/lv/sub.php
+++ b/app/i18n/lv/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Abonamentu rīki',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => 'Vārds',
'new_name' => 'Jaunais vārds',
'old_name' => 'Vecais vārds',
diff --git a/app/i18n/nl/feedback.php b/app/i18n/nl/feedback.php
index bcbbd6c3d..322130f36 100644
--- a/app/i18n/nl/feedback.php
+++ b/app/i18n/nl/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => 'Label „%s” aangemaakt.',
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => 'Label bestaat al.',
'renamed' => 'Label „%s” hernoemd naar „%s”.',
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'FreshRSS word nu bijgewerkt naar <strong>versie %s</strong>.',
diff --git a/app/i18n/nl/sub.php b/app/i18n/nl/sub.php
index 1cb7e546f..78991614f 100644
--- a/app/i18n/nl/sub.php
+++ b/app/i18n/nl/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Hulpmiddelen voor abonnementen',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => 'Naam',
'new_name' => 'Nieuwe naam',
'old_name' => 'Oude naam',
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 <strong>version %s</strong>.',
diff --git a/app/i18n/oc/sub.php b/app/i18n/oc/sub.php
index e4c3ce07f..0845ef54c 100644
--- a/app/i18n/oc/sub.php
+++ b/app/i18n/oc/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Aisinas d’abonament',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => 'Nom',
'new_name' => 'Nom novèl',
'old_name' => 'Nom ancian',
diff --git a/app/i18n/pl/feedback.php b/app/i18n/pl/feedback.php
index a61a03509..d9e39b241 100644
--- a/app/i18n/pl/feedback.php
+++ b/app/i18n/pl/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => 'Etykieta “%s” została stworzona.',
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => 'Etykieta o podanej nazwie już istnieje.',
'renamed' => 'Etykieta “%s” została zmieniona na “%s”.',
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'FreshRSS zostanie zaktualizowany do <strong>wersji %s</strong>.',
diff --git a/app/i18n/pl/sub.php b/app/i18n/pl/sub.php
index 00019c17a..b2928f2ed 100644
--- a/app/i18n/pl/sub.php
+++ b/app/i18n/pl/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Narzędzia subskrypcji',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => 'Nazwa',
'new_name' => 'Nowa nazwa',
'old_name' => 'Poprzednia nazwa',
diff --git a/app/i18n/pt-br/feedback.php b/app/i18n/pt-br/feedback.php
index 85995da31..ea63c6bef 100644
--- a/app/i18n/pt-br/feedback.php
+++ b/app/i18n/pt-br/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => 'A Tag “%s” foi criada.', // DIRTY
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => 'O nome da tag já existe.', // DIRTY
'renamed' => 'A Tag “%s” foi renomeada para “%s”.', // DIRTY
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'O FreshRSS será atualizado para a <strong>versão %s</strong>.',
diff --git a/app/i18n/pt-br/sub.php b/app/i18n/pt-br/sub.php
index 528e2cfbd..202b559a7 100644
--- a/app/i18n/pt-br/sub.php
+++ b/app/i18n/pt-br/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Ferramentas de inscrição',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => 'Nome',
'new_name' => 'Nome novo',
'old_name' => 'Nome antigo',
diff --git a/app/i18n/ru/feedback.php b/app/i18n/ru/feedback.php
index 297898006..77b957beb 100644
--- a/app/i18n/ru/feedback.php
+++ b/app/i18n/ru/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => 'Метка “%s” создана.',
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => 'Метка с таким названием уже существует.',
'renamed' => 'Метка “%s” переименована в “%s”.',
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'FreshRSS будет обновлён до <strong>версии %s</strong>.',
diff --git a/app/i18n/ru/sub.php b/app/i18n/ru/sub.php
index a675583cb..e3b98c536 100644
--- a/app/i18n/ru/sub.php
+++ b/app/i18n/ru/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Инструменты подписки',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => 'Название',
'new_name' => 'Новое название',
'old_name' => 'Старое название',
diff --git a/app/i18n/sk/feedback.php b/app/i18n/sk/feedback.php
index 4ec28a6d8..adfe2d9c9 100644
--- a/app/i18n/sk/feedback.php
+++ b/app/i18n/sk/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => 'Štítok “%s” bol vytvorený.',
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => 'Názov štítku už existuje.',
'renamed' => 'Štítok “%s” bol premenovaný na “%s”.',
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'FreshRSS sa teraz aktualizuje <strong>na verziu %s</strong>.',
diff --git a/app/i18n/sk/sub.php b/app/i18n/sk/sub.php
index 339e12aa2..71d52995c 100644
--- a/app/i18n/sk/sub.php
+++ b/app/i18n/sk/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Nástroje na odoberanie kanálov',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => 'Názov',
'new_name' => 'Nový názov',
'old_name' => 'Starý názov',
diff --git a/app/i18n/tr/feedback.php b/app/i18n/tr/feedback.php
index 891ce70ff..80151fdd3 100644
--- a/app/i18n/tr/feedback.php
+++ b/app/i18n/tr/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => '“%s” etiketi oluşturuldu.',
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => 'Etiket zaten mevcut.',
'renamed' => '“%s” isimli etiketin ismi “%s” olarak değiştirildi.',
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'FreshRSS <strong>%s sürümüne</strong> güncellenecek.',
diff --git a/app/i18n/tr/sub.php b/app/i18n/tr/sub.php
index 640117a65..538770d03 100644
--- a/app/i18n/tr/sub.php
+++ b/app/i18n/tr/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Abonelik araçları',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => 'İsim',
'new_name' => 'Eski isim',
'old_name' => 'Yeni isim',
diff --git a/app/i18n/zh-cn/feedback.php b/app/i18n/zh-cn/feedback.php
index 2d6d455e2..bc4911a70 100644
--- a/app/i18n/zh-cn/feedback.php
+++ b/app/i18n/zh-cn/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => '标签 “%s” 已创建。',
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => '标签名已存在。',
'renamed' => '标签 “%s” 已被重命名为 “%s”。',
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'FreshRSS 将更新到 <strong>版本 %s</strong>。',
diff --git a/app/i18n/zh-cn/sub.php b/app/i18n/zh-cn/sub.php
index c491702e2..63de97950 100644
--- a/app/i18n/zh-cn/sub.php
+++ b/app/i18n/zh-cn/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => '订阅工具',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => '名称',
'new_name' => '新名称',
'old_name' => '旧名称',
diff --git a/app/i18n/zh-tw/feedback.php b/app/i18n/zh-tw/feedback.php
index cc95f3849..557effc3c 100644
--- a/app/i18n/zh-tw/feedback.php
+++ b/app/i18n/zh-tw/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => '標簽 “%s” 已創建。',
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => '標簽名已存在。',
'renamed' => '標簽 “%s” 已被重命名為 “%s”。',
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'FreshRSS 將更新到 <strong>版本 %s</strong>。',
diff --git a/app/i18n/zh-tw/sub.php b/app/i18n/zh-tw/sub.php
index 0485e12da..3e5e03823 100644
--- a/app/i18n/zh-tw/sub.php
+++ b/app/i18n/zh-tw/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => '訂閱工具',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => '名稱',
'new_name' => '新名稱',
'old_name' => '舊名稱',