diff options
Diffstat (limited to 'app/i18n/pl/conf.php')
| -rw-r--r-- | app/i18n/pl/conf.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/i18n/pl/conf.php b/app/i18n/pl/conf.php index ee1c2b21e..a11f719ad 100644 --- a/app/i18n/pl/conf.php +++ b/app/i18n/pl/conf.php @@ -120,20 +120,33 @@ return array( 'feeds' => 'Według kanału', 'order' => 'Sortowanie wg daty', 'search' => 'Wyrażenie', + 'shareOpml' => 'Enable sharing by OPML of corresponding categories and feeds', // TODO + 'shareRss' => 'Enable sharing by HTML & RSS', // TODO 'state' => 'Stan', 'tags' => 'Według tagu', 'type' => 'Rodzaj', ), 'get_all' => 'Wyświetlenie wszystkich wiadomości', + 'get_all_labels' => 'Display articles with any label', // TODO 'get_category' => 'Wyświetlenie kategorii “%s”', 'get_favorite' => 'Wyświetlenie ulubionych wiadomości', 'get_feed' => 'Wyświetlenie kanału “%s”', + 'get_important' => 'Display articles from important feeds', // TODO + 'get_label' => 'Display articles with “%s” label', // TODO + 'help' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">documentation for user queries and resharing by HTML / RSS / OPML</a>.', // TODO 'name' => 'Nazwa', 'no_filter' => 'Brak filtrów', 'number' => 'Zapytanie nr %d', 'order_asc' => 'Wyświetl najpierw najstarsze wiadomości', 'order_desc' => 'Wyświetl najpierw najnowsze wiadomości', 'search' => 'Szukaj “%s”', + 'share' => array( + '_' => 'Share this query by link', // TODO + 'help' => 'Give this link if you want to share this query with anyone', // TODO + 'html' => 'Shareable link to the HTML page', // TODO + 'opml' => 'Shareable link to the OPML list of feeds', // TODO + 'rss' => 'Shareable link to the RSS feed', // TODO + ), 'state_0' => 'Wyświetl wszystkie wiadomości', 'state_1' => 'Wyświetl przeczytane wiadomości', 'state_2' => 'Wyświetl nieprzeczytane wiadomości', |
