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/pl/feedback.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app/i18n/pl/feedback.php') diff --git a/app/i18n/pl/feedback.php b/app/i18n/pl/feedback.php index f370987c2..fdddb6517 100644 --- a/app/i18n/pl/feedback.php +++ b/app/i18n/pl/feedback.php @@ -15,10 +15,6 @@ return array( ), ), 'auth' => array( - 'form' => array( - 'not_set' => 'A problem occurred during authentication system configuration. Please try again later.', // TODO - Translation - 'set' => 'Form is now your default authentication system.', // TODO - Translation - ), 'login' => array( 'invalid' => 'Niepoprawne dane logowania', 'success' => 'Zalogowałeś się', @@ -26,7 +22,6 @@ return array( 'logout' => array( 'success' => 'Zostałeś wylogowany', ), - 'no_password_set' => 'Administrator password hasn’t been set. This feature isn’t available.', // TODO - Translation ), 'conf' => array( 'error' => 'An error occurred while saving configuration', // TODO - Translation -- cgit v1.2.3