From 45f6d84b69abe39f19ea9097a92c3cb4e925182a Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 25 Oct 2022 00:23:01 +0200 Subject: Fixed: "tag" -> "label" (#4770) * tag -> label (all english texts) * tag -> label (German) * marked as DIRTY * Update app/i18n/nl/feedback.php Co-authored-by: Frans de Jonge * Update app/i18n/nl/conf.php Co-authored-by: Frans de Jonge Co-authored-by: Alexandre Alapetite Co-authored-by: Frans de Jonge --- app/i18n/it/conf.php | 2 +- app/i18n/it/feedback.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app/i18n/it') diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php index aeb5412e7..4597687cc 100644 --- a/app/i18n/it/conf.php +++ b/app/i18n/it/conf.php @@ -102,7 +102,7 @@ return array( 'order' => 'Ordina per data', 'search' => 'Espressione', 'state' => 'Stato', - 'tags' => 'Mostra per tag', + 'tags' => 'Mostra per tag', // DIRTY 'type' => 'Tipo', ), 'get_all' => 'Mostra tutti gli articoli', diff --git a/app/i18n/it/feedback.php b/app/i18n/it/feedback.php index e92930aa6..104d4a095 100644 --- a/app/i18n/it/feedback.php +++ b/app/i18n/it/feedback.php @@ -115,9 +115,9 @@ return array( 'purge_completed' => 'Svecchiamento completato (%d articoli cancellati)', ), 'tag' => array( - 'created' => 'Il Tag “%s” è stato creato.', - 'name_exists' => 'Il nome del tag è già presente.', - 'renamed' => 'Il Tag “%s” è stato rinominato in “%s”.', + 'created' => 'Il Tag “%s” è stato creato.', // DIRTY + 'name_exists' => 'Il nome del tag è già presente.', // DIRTY + 'renamed' => 'Il Tag “%s” è stato rinominato in “%s”.', // DIRTY ), 'update' => array( 'can_apply' => 'FreshRSS verrà aggiornato alla versione %s.', -- cgit v1.2.3