aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/pl/install.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-09-12 11:37:15 +0200
committerGravatar GitHub <noreply@github.com> 2021-09-12 11:37:15 +0200
commitfe295f50d031ca6475e21a0ae317cf1c71a68347 (patch)
tree9c9f37dcebfe70b3daf167df0ce3c029feb343c6 /app/i18n/pl/install.php
parentff60e24c578eab30777c7e7d403def0565fab923 (diff)
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`
Diffstat (limited to 'app/i18n/pl/install.php')
-rw-r--r--app/i18n/pl/install.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/i18n/pl/install.php b/app/i18n/pl/install.php
index 02deb3cbe..746347b54 100644
--- a/app/i18n/pl/install.php
+++ b/app/i18n/pl/install.php
@@ -80,6 +80,7 @@ return array(
'nok' => 'Your PHP version is %s, but FreshRSS requires at least version %s.', // TODO - Translation
'ok' => 'Your PHP version, %s, is compatible with FreshRSS.', // TODO - Translation
),
+ 'reload' => 'Sprawdź ponownie',
'tmp' => array(
'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> 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' => 'Sprawdź ponownie',
),
'conf' => array(
'_' => 'General configuration', // TODO - Translation
@@ -101,7 +101,6 @@ return array(
),
'congratulations' => 'Congratulations!', // TODO - Translation
'default_user' => 'Username of the default user <small>(maximum 16 alphanumeric characters)</small>', // TODO - Translation
- 'delete_articles_after' => 'Remove articles after', // TODO - Translation
'fix_errors_before' => 'Please fix errors before continuing to the next step.', // TODO - Translation
'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled', // TODO - Translation
'js' => array(