mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-14 23:41:09 -05:00
* added local feed sorting Addresses https://github.com/FreshRSS/FreshRSS/issues/4761 - Added number of sorted feeds and associative array for feed sorting option in Context. - Number of sorted feeds and local sorting option by its index saved into Minz Request Parameters. - Number of sorted feeds and local sorting options deleted when choosing another Option Of Global Sorting. - Added option of allowing sorting by feed in configuration. - Added variable for allowing local sorting in userConf. - Added function to get feeds by current get in context. - Added menu button for all individual feed sorting. - New database options for individual feed sorting in EntryDAO. - Considered choosing new entries based on chosen load limit. - Local sorting parameter saved into continuation value in Index Controller. How to test the feature manually: 1. At the bottom of Reading Configuration menu turn on individual sorting option menu 2. Choose Sorting by feed option 3. Choose feed at next sorting menu and choose sorting option for that feed * added feed sorting option * added sort feeds display * added template for sort feed name * added title to feed sorting button * added comments * added local sorting option * Added Docs * css reset * added getter and seter for local sort * added getter and seter for local sort * allowed sorting per feed * allowed sorting per feed * added sorting option for category * deleted changes from NetryDAO * add setting up sorting for category * docs reset * i18 reset * updated i18 for category * added i18 for categories * added i18 for category * added setting sorting for feeds and category * removing userConf.allow-local-sort * removing userConf.allow-local-sort * removing white space * added credits * removed feeds_by_get * removed whitespace * changed escaping for values * added escaping to user set values * added in_array * added secondary sort and order * added secondary sort and order * fixed readme * removed whitespace change * reseted i18n * added translations * added feed setting translations * fixed i18n * fixed i18n * changes in sort order per feed * changes in sort order per feed * added secondary sort order * primary sort * changed to preferred sort order * i18n * Revert wrong whitespace changes * Re-order new options * added blank option * fixed escaping * fixed default sort in feed * fixed default sort recovery * siplyfied option * added rand option * Revert unrelated change * Minor plaintext * Whitespace and formatting fixes * Avoid unneeded SQL requests and processing * Improve syntax * Improve logic * Reuse existing translations as much as possible * i18n * Remove some options that make little sense * Separators * Fix old transation key * Add help messages * Progress on secondary sort * raw name * Pass parameters. Add TODO * Progress * Minor ordering * Fix parenthesis --------- Co-authored-by: root <root@LAPTOP-C8TCHHPN.localdomain> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
133 lines
5.0 KiB
PHP
133 lines
5.0 KiB
PHP
<?php
|
|
|
|
/******************************************************************************
|
|
* Each entry of that file can be associated with a comment to indicate its *
|
|
* state. When there is no comment, it means the entry is fully translated. *
|
|
* The recognized comments are (comment matching is case-insensitive): *
|
|
* + TODO: the entry has never been translated. *
|
|
* + DIRTY: the entry has been translated but needs to be updated. *
|
|
* + IGNORE: the entry does not need to be translated. *
|
|
* When a comment is not recognized, it is discarded. *
|
|
******************************************************************************/
|
|
|
|
return array(
|
|
'about' => array(
|
|
'_' => 'O serwisie',
|
|
'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // IGNORE
|
|
'bug_reports' => array(
|
|
'environment_information' => array(
|
|
'_' => 'Informacje o serwerze',
|
|
'browser' => 'Przeglądarka',
|
|
'database' => 'Baza danych',
|
|
'server_software' => 'Oprogramowanie serwera',
|
|
'version_curl' => 'Wersja biblioteki cURL',
|
|
'version_frss' => 'Wersja FreshRSS',
|
|
'version_php' => 'Wersja PHP',
|
|
),
|
|
),
|
|
'bugs_reports' => 'Zgłaszanie błędów',
|
|
'documentation' => 'Dokumentacja',
|
|
'freshrss_description' => 'FreshRSS to agregator i czytnik RSS, który można hostować samodzielnie. Pozwala na szybkie śledzenie i czytanie wielu stron informacyjnych bez potrzeby przechodzenia z jednej strony na drugą. FreshRSS jest lekki, konfigurowalny i łatwy w użyciu.',
|
|
'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">na GitHubie</a>',
|
|
'license' => 'Licencja',
|
|
'project_website' => 'Strona projektu',
|
|
'title' => 'O serwisie',
|
|
'version' => 'Wersja',
|
|
),
|
|
'feed' => array(
|
|
'empty' => 'Brak wiadomości do wyświetlenia.',
|
|
'published' => array(
|
|
'_' => 'Opublikowane',
|
|
'future' => 'Opublikowane w przyszłości',
|
|
'today' => 'Opublikowane dzisiaj',
|
|
'yesterday' => 'Opublikowane wczoraj',
|
|
),
|
|
'received' => array(
|
|
'_' => 'Otrzymane',
|
|
'today' => 'Otrzymane dzisiaj',
|
|
'yesterday' => 'Otrzymane wczoraj',
|
|
),
|
|
'rss_of' => 'Kanał RSS: %s',
|
|
'title' => 'Kanał główny',
|
|
'title_fav' => 'Ulubione',
|
|
'title_global' => 'Widok globalny',
|
|
'userModified' => array(
|
|
'_' => 'Zmodyfikowane przez użytkownika',
|
|
'today' => 'Zmodyfikowane przez użytkownika dzisiaj',
|
|
'yesterday' => 'Zmodyfikowane przez użytkownika wczoraj',
|
|
),
|
|
),
|
|
'log' => array(
|
|
'_' => 'Dziennik',
|
|
'clear' => 'Usuń wpisy z dziennika',
|
|
'empty' => 'Dziennik jest pusty',
|
|
'title' => 'Dziennik',
|
|
),
|
|
'menu' => array(
|
|
'about' => 'O oprogramowaniu FreshRSS',
|
|
'before_one_day' => 'Starsze niż dzień',
|
|
'before_one_week' => 'Starsze niż tydzień',
|
|
'bookmark_query' => 'Zapisz bieżące zapytanie',
|
|
'favorites' => 'Ulubione (%s)',
|
|
'global_view' => 'Widok globalny',
|
|
'important' => 'Ważne kanały',
|
|
'main_stream' => 'Kanał główny',
|
|
'mark_all_read' => 'Oznacz wszystkie jako przeczytane',
|
|
'mark_cat_read' => 'Oznacz kategorię jako przeczytaną',
|
|
'mark_feed_read' => 'Oznacz kanał jako przeczytany',
|
|
'mark_selection_unread' => 'Oznacz wiadomości jako nieprzeczytane',
|
|
'mylabels' => 'Własne etykiety',
|
|
'non-starred' => 'Pokaż wiadomości, które nie są ulubione',
|
|
'normal_view' => 'Widok normalny',
|
|
'queries' => 'Zapisane zapytania',
|
|
'read' => 'Pokaż przeczytane',
|
|
'reader_view' => 'Widok czytania',
|
|
'rss_view' => 'Kanał RSS',
|
|
'search_short' => 'Szukaj',
|
|
'sort' => array(
|
|
'asc' => 'Ascending', // TODO
|
|
'c' => array(
|
|
'name_asc' => 'Tytuł kategorii i kanału A→Z',
|
|
'name_desc' => 'Tytuł kategorii i kanału Z→A',
|
|
),
|
|
'date_asc' => 'Data publikacji 1→9',
|
|
'date_desc' => 'Data publikacji 9→1',
|
|
'desc' => 'Descending', // TODO
|
|
'f' => array(
|
|
'name_asc' => 'Tytuł kanału A→Z',
|
|
'name_desc' => 'Tytuł kanału Z→A',
|
|
),
|
|
'id_asc' => 'Najpożniej otrzymane',
|
|
'id_desc' => 'Najwcześniej otrzymane',
|
|
'length_asc' => 'Długość zawartości 1→9',
|
|
'length_desc' => 'Długość zawartości 9→1',
|
|
'link_asc' => 'Odnośnik A→Z',
|
|
'link_desc' => 'Odnośnik Z→A',
|
|
'primary' => array(
|
|
'_' => 'Sorting criterion', // TODO
|
|
'help' => 'Sorting by <em>received</em> date is recommended in most cases, for consistency and performance', // TODO
|
|
),
|
|
'rand' => 'Losowa kolejność',
|
|
'secondary' => array(
|
|
'_' => 'Secondary sorting criterion', // TODO
|
|
'help' => 'Only relevant when the primary sorting criterion is categories or feeds titles', // TODO
|
|
),
|
|
'title_asc' => 'Tytuł A→Z',
|
|
'title_desc' => 'Tytuł Z→A',
|
|
'user_modified_asc' => 'Zmodyfikowane przez użytkownika 1→9',
|
|
'user_modified_desc' => 'Zmodyfikowane przez użytkownika 9→1',
|
|
),
|
|
'starred' => 'Pokaż ulubione',
|
|
'stats' => 'Statystyki',
|
|
'subscription' => 'Zarządzanie subskrypcjami',
|
|
'unread' => 'Pokaż nieprzeczytane',
|
|
),
|
|
'share' => 'Udostępnij',
|
|
'tag' => array(
|
|
'related' => 'Tagi',
|
|
),
|
|
'tos' => array(
|
|
'title' => 'Warunki użytkowania',
|
|
),
|
|
);
|