summaryrefslogtreecommitdiff
path: root/app/i18n/pl/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/pl/install.php')
-rw-r--r--app/i18n/pl/install.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/app/i18n/pl/install.php b/app/i18n/pl/install.php
index 34e7e12df..658744453 100644
--- a/app/i18n/pl/install.php
+++ b/app/i18n/pl/install.php
@@ -33,7 +33,7 @@ return array(
'_' => 'Checks', // TODO - Translation
'already_installed' => 'We have detected that FreshRSS is already installed!', // TODO - Translation
'cache' => array(
- 'nok' => 'Check permissions on the <em>%s</em> directory. The HTTP server must have write permission.', // TODO - Translation
+ 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',
'ok' => 'Permissions on the cache directory are good.', // TODO - Translation
),
'ctype' => array(
@@ -45,7 +45,7 @@ return array(
'ok' => 'You have the cURL library.', // TODO - Translation
),
'data' => array(
- 'nok' => 'Check permissions on the <em>%s</em> directory. The HTTP server must have write permission.', // TODO - Translation
+ 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',
'ok' => 'Permissions on the data directory are good.', // TODO - Translation
),
'dom' => array(
@@ -53,7 +53,7 @@ return array(
'ok' => 'You have the required library to browse the DOM.', // TODO - Translation
),
'favicons' => array(
- 'nok' => 'Check permissions on the <em>%s</em> directory. The HTTP server must have write permission.', // TODO - Translation
+ 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',
'ok' => 'Permissions on the favicons directory are good.', // TODO - Translation
),
'fileinfo' => array(
@@ -89,11 +89,12 @@ return array(
'ok' => 'Your PHP version, %s, is compatible with FreshRSS.', // TODO - Translation
),
'tmp' => array(
- 'nok' => 'Check permissions on the <em>%s</em> directory. The HTTP server must have write permissions.', // TODO - Translation
+ '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
),
+ 'unknown_process_username' => 'unknown', // TODO - Translation
'users' => array(
- 'nok' => 'Check permissions on the <em>%s</em> directory. The HTTP server must have write permissions.', // TODO - Translation
+ '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 users directory are good.', // TODO - Translation
),
'xml' => array(