From 8333dd972b579d9b5d214f8d7e2afcbf2e87425e Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 13 Oct 2022 08:56:22 +0200 Subject: i18n typographic quotes (#4714) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * i18n typographic quotes * Missing whitespace * Update app/i18n/nl/conf.php Co-authored-by: Frans de Jonge * Fix German-style typographic quotes * Fix missing closing ” * Fix Dutch quotes * French typography * lazy load Co-authored-by: Frans de Jonge --- app/i18n/en/feedback.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/i18n/en/feedback.php') diff --git a/app/i18n/en/feedback.php b/app/i18n/en/feedback.php index 23bc80250..5206a4e72 100644 --- a/app/i18n/en/feedback.php +++ b/app/i18n/en/feedback.php @@ -35,7 +35,7 @@ return array( ), 'conf' => array( 'error' => 'An error occurred while saving configuration', - 'query_created' => 'Query "%s" has been created.', + 'query_created' => 'Query “%s” has been created.', 'shortcuts_updated' => 'Shortcuts have been updated', 'updated' => 'Configuration has been updated', ), @@ -115,9 +115,9 @@ return array( 'purge_completed' => 'Purge completed (%d articles deleted)', ), 'tag' => array( - 'created' => 'Tag "%s" has been created.', + 'created' => 'Tag “%s” as been created.', 'name_exists' => 'Tag name already exists.', - 'renamed' => 'Tag "%s" has been renamed to "%s".', + 'renamed' => 'Tag “%s” has been renamed to “%s”.', ), 'update' => array( 'can_apply' => 'FreshRSS will now be updated to the version %s.', -- cgit v1.2.3