diff options
Diffstat (limited to 'app/i18n/pl/conf.php')
| -rw-r--r-- | app/i18n/pl/conf.php | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/app/i18n/pl/conf.php b/app/i18n/pl/conf.php index 413af5e42..07b9381fe 100644 --- a/app/i18n/pl/conf.php +++ b/app/i18n/pl/conf.php @@ -105,7 +105,13 @@ return array( ), 'profile' => array( '_' => 'Zarządzanie profilem', - 'api' => 'Zarządzanie API', + 'api' => array( + '_' => 'Zarządzanie API', + 'check_link' => 'Check API status via: <kbd><a href="../api/" target="_blank">%s</a></kbd>', // TODO + 'disabled' => 'The API access is disabled.', // TODO + 'documentation_link' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">documentation and list of known apps</a>', // TODO + 'help' => 'See <a href="http://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target=_blank>documentation</a>', // TODO + ), 'delete' => array( '_' => 'Usunięcie konta', 'warn' => 'Twoje konto i wszystkie powiązane z nim dane zostaną usunięte.', @@ -149,6 +155,10 @@ return array( 'search' => 'Szukaj “%s”', 'share' => array( '_' => 'Udostępnij to zapytanie', + 'disabled' => array( + '_' => 'disabled', // TODO + 'title' => 'Sharing', // TODO + ), 'greader' => 'Shareable link to the GReader JSON', // TODO 'help' => 'Posłuż się tym odnośnikiem, aby podzielić się zapytaniem', 'html' => 'Odnośnik do strony HTML', |
