mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-30 12:12:42 -04:00
* Better authorization label for OIDC Reword description of HTTP login method to include OIDC fix https://github.com/FreshRSS/FreshRSS/issues/7254#issuecomment-2615838151 And remove several duplicated i18n entries. And add to documentation https://www.authelia.com/integration/openid-connect/freshrss/ * Update app/i18n/it/admin.php Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> * Update app/i18n/nl/admin.php Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> --------- Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
241 lines
10 KiB
PHP
241 lines
10 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(
|
|
'auth' => array(
|
|
'allow_anonymous' => 'Pozwól na anonimowy odczyt wiadomości domyślnego użytkownika (%s)',
|
|
'allow_anonymous_refresh' => 'Pozwól na anonimowe odświeżanie wiadomości',
|
|
'api_enabled' => 'Pozwól na dostęp przez <abbr>API</abbr> <small>(wymagane dla aplikacji na telefon and sharing user queries)</small>', // DIRTY
|
|
'form' => 'Formularz na stronie (tradycyjna, wymagany JavaScript)',
|
|
'http' => 'HTTP (advanced: managed by Web server, OIDC, SSO…)', // TODO
|
|
'none' => 'Brak (niebezpieczna)',
|
|
'title' => 'Uwierzytelnianie',
|
|
'token' => 'Główny token uwierzytelniania',
|
|
'token_help' => 'Umożliwia dostęp do wszystkich kanałów RSS użytkownika, jak również odświeżanie kanałów bez uwierzytelnienia:',
|
|
'type' => 'Metoda uwierzytelniania',
|
|
'unsafe_autologin' => 'Pozwól na niebezpieczne automatyczne logowanie następującym schematem: ',
|
|
),
|
|
'check_install' => array(
|
|
'cache' => array(
|
|
'nok' => 'Check permissions on <em>./data/cache</em> directory. HTTP server must have write permission.', // TODO
|
|
'ok' => 'Permissions on the cache directory are good.', // TODO
|
|
),
|
|
'categories' => array(
|
|
'nok' => 'Category table is improperly configured.', // TODO
|
|
'ok' => 'Category table is okay.', // TODO
|
|
),
|
|
'connection' => array(
|
|
'nok' => 'Connection to the database cannot be established.', // TODO
|
|
'ok' => 'Connection to the database is okay.', // TODO
|
|
),
|
|
'ctype' => array(
|
|
'nok' => 'Cannot find a required library for character type checking (php-ctype).', // TODO
|
|
'ok' => 'You have the required library for character type checking (ctype).', // TODO
|
|
),
|
|
'curl' => array(
|
|
'nok' => 'Cannot find the cURL library (php-curl package).', // TODO
|
|
'ok' => 'You have the cURL library.', // TODO
|
|
),
|
|
'data' => array(
|
|
'nok' => 'Check permissions on <em>./data</em> directory. HTTP server must have write permission.', // TODO
|
|
'ok' => 'Permissions on the data directory are good.', // TODO
|
|
),
|
|
'database' => 'Database installation', // TODO
|
|
'dom' => array(
|
|
'nok' => 'Cannot find a required library to browse the DOM (php-xml package).', // TODO
|
|
'ok' => 'You have the required library to browse the DOM.', // TODO
|
|
),
|
|
'entries' => array(
|
|
'nok' => 'Entry table is improperly configured.', // TODO
|
|
'ok' => 'Entry table is okay.', // TODO
|
|
),
|
|
'favicons' => array(
|
|
'nok' => 'Check permissions on <em>./data/favicons</em> directory. HTTP server must have write permission.', // TODO
|
|
'ok' => 'Permissions on the favicons directory are good.', // TODO
|
|
),
|
|
'feeds' => array(
|
|
'nok' => 'Feed table is improperly configured.', // TODO
|
|
'ok' => 'Feed table is okay.', // TODO
|
|
),
|
|
'fileinfo' => array(
|
|
'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', // TODO
|
|
'ok' => 'You have the fileinfo library.', // TODO
|
|
),
|
|
'files' => 'File installation', // TODO
|
|
'json' => array(
|
|
'nok' => 'Cannot find JSON (php-json package).', // TODO
|
|
'ok' => 'You have the JSON extension.', // TODO
|
|
),
|
|
'mbstring' => array(
|
|
'nok' => 'Cannot find the recommended mbstring library for Unicode.', // TODO
|
|
'ok' => 'You have the recommended mbstring library for Unicode.', // TODO
|
|
),
|
|
'pcre' => array(
|
|
'nok' => 'Cannot find a required library for regular expressions (php-pcre).', // TODO
|
|
'ok' => 'You have the required library for regular expressions (PCRE).', // TODO
|
|
),
|
|
'pdo' => array(
|
|
'nok' => 'Cannot find PDO or one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).', // TODO
|
|
'ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).', // TODO
|
|
),
|
|
'php' => array(
|
|
'_' => 'PHP installation', // TODO
|
|
'nok' => 'Your PHP version is %s but FreshRSS requires at least version %s.', // TODO
|
|
'ok' => 'Your PHP version (%s) is compatible with FreshRSS.', // TODO
|
|
),
|
|
'tables' => array(
|
|
'nok' => 'There are one or more missing tables in the database.', // TODO
|
|
'ok' => 'The appropriate tables exist in the database.', // TODO
|
|
),
|
|
'title' => 'Installation check', // TODO
|
|
'tokens' => array(
|
|
'nok' => 'Check permissions on <em>./data/tokens</em> directory. HTTP server must have write permission', // TODO
|
|
'ok' => 'Permissions on the tokens directory are good.', // TODO
|
|
),
|
|
'users' => array(
|
|
'nok' => 'Check permissions on <em>./data/users</em> directory. HTTP server must have write permission', // TODO
|
|
'ok' => 'Permissions on the users directory are good.', // TODO
|
|
),
|
|
'zip' => array(
|
|
'nok' => 'Cannot find the ZIP extension (php-zip package).', // TODO
|
|
'ok' => 'You have the ZIP extension.', // TODO
|
|
),
|
|
),
|
|
'extensions' => array(
|
|
'author' => 'Autor',
|
|
'community' => 'Rozszerzenia stworzone przez społeczność',
|
|
'description' => 'Opis',
|
|
'disabled' => 'Wyłączone',
|
|
'empty_list' => 'Brak zainstalowanych rozszerzeń',
|
|
'empty_list_help' => 'Check the logs to determine the reason behind the empty extension list.', // TODO
|
|
'enabled' => 'Włączone',
|
|
'latest' => 'Zainstalowane',
|
|
'name' => 'Nazwa',
|
|
'no_configure_view' => 'To rozszerzenie nie jest konfigurowalne.',
|
|
'system' => array(
|
|
'_' => 'Rozszerzenia systemowe',
|
|
'no_rights' => 'Rozszerzenie systemowe (brak uprawnień)',
|
|
),
|
|
'title' => 'Rozszerzenia',
|
|
'update' => 'Dostępna jest aktualizacja',
|
|
'user' => 'Rozszerzenia użytkownika',
|
|
'version' => 'Wersja',
|
|
),
|
|
'stats' => array(
|
|
'_' => 'Statystyki',
|
|
'all_feeds' => 'Wszystkie kanały',
|
|
'category' => 'Kategoria',
|
|
'entry_count' => 'Liczba wiadomości',
|
|
'entry_per_category' => 'Wiadomości w podziale na kategorie',
|
|
'entry_per_day' => 'Wiadomości na dzień (przez ostatnie 30 dni)',
|
|
'entry_per_day_of_week' => 'Według dnia tygodnia (średnio: %.2f wiadomości)',
|
|
'entry_per_hour' => 'Według godzin (średnio: %.2f wiadomości)',
|
|
'entry_per_month' => 'Według miesięcy (średnio: %.2f wiadomości)',
|
|
'entry_repartition' => 'Podział wiadomości',
|
|
'feed' => 'Kanał',
|
|
'feed_per_category' => 'Kanały w podziale na kategorie',
|
|
'idle' => 'Bezczynne kanały',
|
|
'main' => 'Główne statystyki',
|
|
'main_stream' => 'Kanał główny',
|
|
'no_idle' => 'Brak bezczynnych kanałów!',
|
|
'number_entries' => '%d wiadomości',
|
|
'overview' => 'Overview', // TODO
|
|
'percent_of_total' => '% wszystkich',
|
|
'repartition' => 'Podział wiadomości: %s',
|
|
'status_favorites' => 'Ulubione',
|
|
'status_read' => 'Przeczytane',
|
|
'status_total' => 'Wszystkie',
|
|
'status_unread' => 'Nieprzeczytane',
|
|
'title' => 'Statystyki',
|
|
'top_feed' => '10 największych kanałów',
|
|
),
|
|
'system' => array(
|
|
'_' => 'Konfiguracja serwisu',
|
|
'auto-update-url' => 'Adres serwera automatycznej aktualizacji',
|
|
'base-url' => array(
|
|
'_' => 'Baza URL-a',
|
|
'recommendation' => 'Automatyczne zalecenie: <kbd>%s</kbd>',
|
|
),
|
|
'cookie-duration' => array(
|
|
'help' => 'w sekundach',
|
|
'number' => 'Czas przez który użytkownik pozostanie zalogowany',
|
|
),
|
|
'force_email_validation' => 'Wymuś weryfikację adresu e-mail',
|
|
'instance-name' => 'Nazwa instancji',
|
|
'max-categories' => 'Maksymalna liczba kategorii na użytkownika',
|
|
'max-feeds' => 'Maksymalna liczba kanałów na użytkownika',
|
|
'registration' => array(
|
|
'number' => 'Maksymalna liczba kont',
|
|
'select' => array(
|
|
'label' => 'Formularz tworzenia konta',
|
|
'option' => array(
|
|
'noform' => 'Wyłączony: formularz niedostępny',
|
|
'nolimit' => 'Włączony: brak limitu liczby kont',
|
|
'setaccountsnumber' => 'Ustaw limit liczby kont',
|
|
),
|
|
),
|
|
'status' => array(
|
|
'disabled' => 'Formularz wyłączony',
|
|
'enabled' => 'Formularz włączony',
|
|
),
|
|
'title' => 'Formularz rejestracji użytkowników',
|
|
),
|
|
'sensitive-parameter' => 'Czuły parametr. Należy go ustawić ręcznie w <kbd>./data/config.php</kbd>',
|
|
'tos' => array(
|
|
'disabled' => 'nie zostały ustalone',
|
|
'enabled' => '<a href="./?a=tos">włączone</a>',
|
|
'help' => 'W jaki sposób włączyć <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">Warunki użytkowania</a>',
|
|
),
|
|
'websub' => array(
|
|
'help' => 'O protokole <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>',
|
|
),
|
|
),
|
|
'update' => array(
|
|
'_' => 'Aktualizacja',
|
|
'apply' => 'Zastosuj',
|
|
'changelog' => 'lista zmian',
|
|
'check' => 'Szukaj uaktualnień',
|
|
'copiedFromURL' => 'update.php skopiowany z %s do ./data',
|
|
'current_version' => 'Używana wersja',
|
|
'last' => 'Ostatnie sprawdzenie',
|
|
'loading' => 'Aktualizowanie…',
|
|
'none' => 'Brak nowych aktualizacji',
|
|
'releaseChannel' => array(
|
|
'_' => 'Kanał aktualizacji',
|
|
'edge' => 'Wersja rozwojowa (“edge”)',
|
|
'latest' => 'Wersja stabilna (“latest”)',
|
|
),
|
|
'title' => 'Aktualizacja',
|
|
'viaGit' => 'Rozpoczęto aktualizację gitem do najnowszej wersji z GitHuba',
|
|
),
|
|
'user' => array(
|
|
'admin' => 'Administrator', // IGNORE
|
|
'article_count' => 'Liczba wiadomości',
|
|
'back_to_manage' => '← Powrót do listy użytkowników',
|
|
'create' => 'Dodaj nowego użytkownika',
|
|
'database_size' => 'Rozmiar bazy danych',
|
|
'email' => 'Adres e-mail',
|
|
'enabled' => 'Aktywne',
|
|
'feed_count' => 'Kanały',
|
|
'is_admin' => 'Administrator',
|
|
'language' => 'Język',
|
|
'last_user_activity' => 'Ostatnia aktywność',
|
|
'list' => 'Lista użytkowników',
|
|
'number' => 'Liczba aktywnych kont: %d',
|
|
'numbers' => 'Liczba aktywnych kont: %d',
|
|
'password_form' => 'Hasło<br /><small>(dla logowania przez formularz na stronie)</small>',
|
|
'password_format' => 'Przynajmniej 7 znaków',
|
|
'title' => 'Zarządzanie użytkownikami',
|
|
'username' => 'Nazwa użytkownika',
|
|
),
|
|
);
|