From fe295f50d031ca6475e21a0ae317cf1c71a68347 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 12 Sep 2021 11:37:15 +0200 Subject: Lint i18n files (#3841) Translations had quite a lot of cleaning in late: * Removed some unused keys * Added some ignores * Applied a `cli/manipulate.translation.php -a format` --- app/i18n/he/install.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/i18n/he/install.php') diff --git a/app/i18n/he/install.php b/app/i18n/he/install.php index 5581c0a4f..f6b989fc6 100644 --- a/app/i18n/he/install.php +++ b/app/i18n/he/install.php @@ -80,6 +80,7 @@ return array( 'nok' => 'גירסת PHP שלכם היא %s אך FreshRSS דורש לפחות את גירסה %s', 'ok' => 'גירסת PHP שלכם היא %s, שתואמת ל FreshRSS', ), + 'reload' => 'בדוק שוב', 'tmp' => array( 'nok' => 'Check permissions on the %1$s directory for %2$s user. The HTTP server must have write permissions.', // TODO - Translation 'ok' => 'Permissions on the temp directory are good.', // TODO - Translation @@ -93,7 +94,6 @@ return array( 'nok' => 'Cannot find the required library to parse XML.', // TODO - Translation 'ok' => 'You have the required library to parse XML.', // TODO - Translation ), - 'reload' => 'בדוק שוב', ), 'conf' => array( '_' => 'הגדרות כלליות', @@ -101,7 +101,6 @@ return array( ), 'congratulations' => 'מזל טוב!', 'default_user' => 'שם המשתמש של משתמש ברירת המחדל (לכל היותר 16 תווים אלפאנומריים)', - 'delete_articles_after' => 'מחיקת מאמרים לאחר', 'fix_errors_before' => 'יש לתקן את השגיאות לפני המעבר לשלב הבא.', 'javascript_is_better' => 'FreshRSS מעדיף שתאפשרו JavaScript', 'js' => array( -- cgit v1.2.3