admin.php 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <?php
  2. /******************************************************************************/
  3. /* Each entry of that file can be associated with a comment to indicate its */
  4. /* state. When there is no comment, it means the entry is fully translated. */
  5. /* The recognized comments are (comment matching is case-insensitive): */
  6. /* + TODO: the entry has never been translated. */
  7. /* + DIRTY: the entry has been translated but needs to be updated. */
  8. /* + IGNORE: the entry does not need to be translated. */
  9. /* When a comment is not recognized, it is discarded. */
  10. /******************************************************************************/
  11. return array(
  12. 'auth' => array(
  13. 'allow_anonymous' => 'Pozwól na anonimowy odczyt wiadomości domyślnego użytkownika (%s)',
  14. 'allow_anonymous_refresh' => 'Pozwól na anonimowe odświeżanie wiadomości',
  15. 'api_enabled' => 'Pozwól na dostęp przez <abbr>API</abbr> <small>(wymagane dla aplikacji na telefon)</small>',
  16. 'form' => 'Formularz na stronie (tradycyjna, wymagany JavaScript)',
  17. 'http' => 'HTTP (dla zaawansowanych użytkowników, z wykorzystaniem HTTPS)',
  18. 'none' => 'Brak (niebezpieczna)',
  19. 'title' => 'Uwierzytelnianie',
  20. 'token' => 'Token uwierzytelniania',
  21. 'token_help' => 'Pozwala na dostęp do treści RSS domyślnego użytkownika bez uwierzytelnienia:',
  22. 'type' => 'Metoda uwierzytelniania',
  23. 'unsafe_autologin' => 'Pozwól na niebezpieczne automatyczne logowanie następującym schematem: -> todo',
  24. ),
  25. 'check_install' => array(
  26. 'cache' => array(
  27. 'nok' => 'Check permissions on <em>./data/cache</em> directory. HTTP server must have write permission.', // TODO
  28. 'ok' => 'Permissions on the cache directory are good.', // TODO
  29. ),
  30. 'categories' => array(
  31. 'nok' => 'Category table is improperly configured.', // TODO
  32. 'ok' => 'Category table is okay.', // TODO
  33. ),
  34. 'connection' => array(
  35. 'nok' => 'Connection to the database cannot be established.', // TODO
  36. 'ok' => 'Connection to the database is okay.', // TODO
  37. ),
  38. 'ctype' => array(
  39. 'nok' => 'Cannot find a required library for character type checking (php-ctype).', // TODO
  40. 'ok' => 'You have the required library for character type checking (ctype).', // TODO
  41. ),
  42. 'curl' => array(
  43. 'nok' => 'Cannot find the cURL library (php-curl package).', // TODO
  44. 'ok' => 'You have the cURL library.', // TODO
  45. ),
  46. 'data' => array(
  47. 'nok' => 'Check permissions on <em>./data</em> directory. HTTP server must have write permission.', // TODO
  48. 'ok' => 'Permissions on the data directory are good.', // TODO
  49. ),
  50. 'database' => 'Database installation', // TODO
  51. 'dom' => array(
  52. 'nok' => 'Cannot find a required library to browse the DOM (php-xml package).', // TODO
  53. 'ok' => 'You have the required library to browse the DOM.', // TODO
  54. ),
  55. 'entries' => array(
  56. 'nok' => 'Entry table is improperly configured.', // TODO
  57. 'ok' => 'Entry table is okay.', // TODO
  58. ),
  59. 'favicons' => array(
  60. 'nok' => 'Check permissions on <em>./data/favicons</em> directory. HTTP server must have write permission.', // TODO
  61. 'ok' => 'Permissions on the favicons directory are good.', // TODO
  62. ),
  63. 'feeds' => array(
  64. 'nok' => 'Feed table is improperly configured.', // TODO
  65. 'ok' => 'Feed table is okay.', // TODO
  66. ),
  67. 'fileinfo' => array(
  68. 'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', // TODO
  69. 'ok' => 'You have the fileinfo library.', // TODO
  70. ),
  71. 'files' => 'File installation', // TODO
  72. 'json' => array(
  73. 'nok' => 'Cannot find JSON (php-json package).', // TODO
  74. 'ok' => 'You have the JSON extension.', // TODO
  75. ),
  76. 'mbstring' => array(
  77. 'nok' => 'Cannot find the recommended mbstring library for Unicode.', // TODO
  78. 'ok' => 'You have the recommended mbstring library for Unicode.', // TODO
  79. ),
  80. 'pcre' => array(
  81. 'nok' => 'Cannot find a required library for regular expressions (php-pcre).', // TODO
  82. 'ok' => 'You have the required library for regular expressions (PCRE).', // TODO
  83. ),
  84. 'pdo' => array(
  85. 'nok' => 'Cannot find PDO or one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).', // TODO
  86. 'ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).', // TODO
  87. ),
  88. 'php' => array(
  89. '_' => 'PHP installation', // TODO
  90. 'nok' => 'Your PHP version is %s but FreshRSS requires at least version %s.', // TODO
  91. 'ok' => 'Your PHP version (%s) is compatible with FreshRSS.', // TODO
  92. ),
  93. 'tables' => array(
  94. 'nok' => 'There are one or more missing tables in the database.', // TODO
  95. 'ok' => 'The appropriate tables exist in the database.', // TODO
  96. ),
  97. 'title' => 'Installation check', // TODO
  98. 'tokens' => array(
  99. 'nok' => 'Check permissions on <em>./data/tokens</em> directory. HTTP server must have write permission', // TODO
  100. 'ok' => 'Permissions on the tokens directory are good.', // TODO
  101. ),
  102. 'users' => array(
  103. 'nok' => 'Check permissions on <em>./data/users</em> directory. HTTP server must have write permission', // TODO
  104. 'ok' => 'Permissions on the users directory are good.', // TODO
  105. ),
  106. 'zip' => array(
  107. 'nok' => 'Cannot find the ZIP extension (php-zip package).', // TODO
  108. 'ok' => 'You have the ZIP extension.', // TODO
  109. ),
  110. ),
  111. 'extensions' => array(
  112. 'author' => 'Autor',
  113. 'community' => 'Rozszerzenia stworzone przez społeczność',
  114. 'description' => 'Opis',
  115. 'disabled' => 'Wyłączone',
  116. 'empty_list' => 'Brak zainstalowanych rozszerzeń',
  117. 'enabled' => 'Włączone',
  118. 'latest' => 'Zainstalowane',
  119. 'name' => 'Nazwa',
  120. 'no_configure_view' => 'To rozszerzenie nie jest konfigurowalne.',
  121. 'system' => array(
  122. '_' => 'Rozszerzenia systemowe',
  123. 'no_rights' => 'Rozszerzenie systemowe (brak uprawnień)',
  124. ),
  125. 'title' => 'Rozszerzenia',
  126. 'update' => 'Dostępna jest aktualizacja',
  127. 'user' => 'Rozszerzenia użytkownika',
  128. 'version' => 'Wersja',
  129. ),
  130. 'stats' => array(
  131. '_' => 'Statystyki',
  132. 'all_feeds' => 'Wszystkie kanały',
  133. 'category' => 'Kategoria',
  134. 'entry_count' => 'Liczba wiadomości',
  135. 'entry_per_category' => 'Wiadomości w podziale na kategorie',
  136. 'entry_per_day' => 'Wiadomości na dzień (przez ostatnie 30 dni)',
  137. 'entry_per_day_of_week' => 'Według dnia tygodnia (średnio: %.2f wiadomości)',
  138. 'entry_per_hour' => 'Według godzin (średnio: %.2f wiadomości)',
  139. 'entry_per_month' => 'Według miesięcy (średnio: %.2f wiadomości)',
  140. 'entry_repartition' => 'Podział wiadomości',
  141. 'feed' => 'Kanał',
  142. 'feed_per_category' => 'Kanały w podziale na kategorie',
  143. 'idle' => 'Bezczynne kanały',
  144. 'main' => 'Główne statystyki',
  145. 'main_stream' => 'Kanał główny',
  146. 'no_idle' => 'Brak bezczynnych kanałów!',
  147. 'number_entries' => '%d wiadomości',
  148. 'percent_of_total' => '%% wszystkich',
  149. 'repartition' => 'Podział wiadomości',
  150. 'status_favorites' => 'Ulubione',
  151. 'status_read' => 'Przeczytane',
  152. 'status_total' => 'Wszystkie',
  153. 'status_unread' => 'Nieprzeczytane',
  154. 'title' => 'Statystyki',
  155. 'top_feed' => '10 największych kanałów',
  156. ),
  157. 'system' => array(
  158. '_' => 'Konfiguracja serwisu',
  159. 'auto-update-url' => 'Adres serwera automatycznej aktualizacji',
  160. 'cookie-duration' => array(
  161. 'help' => 'w sekundach',
  162. 'number' => 'Czas przez który użytkownik pozostanie zalogowany',
  163. ),
  164. 'force_email_validation' => 'Wymuś weryfikację adresu e-mail',
  165. 'instance-name' => 'Nazwa instancji',
  166. 'max-categories' => 'Maksymalna liczba kategorii na użytkownika',
  167. 'max-feeds' => 'Maksymalna liczba kanałów na użytkownika',
  168. 'registration' => array(
  169. 'number' => 'Maksymalna liczba kont',
  170. 'select' => array(
  171. 'label' => 'Registration form', // TODO
  172. 'option' => array(
  173. 'noform' => 'Disabled: No registration form', // TODO
  174. 'nolimit' => 'Enabled: No limit of accounts', // TODO
  175. 'setaccountsnumber' => 'Set max. number of accounts', // TODO
  176. ),
  177. ),
  178. 'status' => array(
  179. 'disabled' => 'Form disabled', // TODO
  180. 'enabled' => 'Form enabled', // TODO
  181. ),
  182. 'title' => 'User registration form', // TODO
  183. ),
  184. ),
  185. 'update' => array(
  186. '_' => 'Aktualizacja',
  187. 'apply' => 'Zastosuj',
  188. 'check' => 'Szukaj uaktualnień',
  189. 'current_version' => 'Używana wersja FreshRSS to %s.',
  190. 'last' => 'Ostatnie sprawdzenie: %s',
  191. 'none' => 'Brak nowych aktualizacji',
  192. 'title' => 'Aktualizacja',
  193. ),
  194. 'user' => array(
  195. 'admin' => 'Administrator', // IGNORE
  196. 'article_count' => 'Liczba wiadomości',
  197. 'back_to_manage' => '← Powrót do listy użytkowników',
  198. 'create' => 'Dodaj nowego użytkownika',
  199. 'database_size' => 'Rozmiar bazy danych',
  200. 'email' => 'Adres e-mail',
  201. 'enabled' => 'Aktywne',
  202. 'feed_count' => 'Kanały',
  203. 'is_admin' => 'Administrator',
  204. 'language' => 'Język',
  205. 'last_user_activity' => 'Ostatnia aktywność',
  206. 'list' => 'Lista użytkowników',
  207. 'number' => 'Liczba aktywnych kont: %d',
  208. 'numbers' => 'Liczba aktywnych kont: %d',
  209. 'password_form' => 'Hasło<br /><small>(dla logowania przez formularz na stronie)</small>',
  210. 'password_format' => 'Przynajmniej 7 znaków',
  211. 'title' => 'Zarządzanie użytkownikami',
  212. 'username' => 'Nazwa użytkownika',
  213. ),
  214. );