index.php 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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. 'about' => array(
  13. '_' => 'O FreshRSS',
  14. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // IGNORE
  15. 'bug_reports' => array(
  16. 'environment_information' => array(
  17. '_' => 'System information', // TODO
  18. 'browser' => 'Browser', // TODO
  19. 'database' => 'Database', // TODO
  20. 'server_software' => 'Server software', // TODO
  21. 'version_curl' => 'cURL version', // TODO
  22. 'version_frss' => 'FreshRSS version', // TODO
  23. 'version_php' => 'PHP version', // TODO
  24. ),
  25. ),
  26. 'bugs_reports' => 'Nahlásiť chybu',
  27. 'documentation' => 'Dokumentácia',
  28. 'freshrss_description' => 'FreshRSS je čítačka RSS kanálov, ktorú môžete nasadiť na vlastný server. Ide o jednoduchý a zároveň dobre nastaviteľný nástroj.',
  29. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">na GitHub</a>e',
  30. 'license' => 'Licencia',
  31. 'project_website' => 'Webová stránka projektu',
  32. 'title' => 'O FreshRSS',
  33. 'version' => 'Verzia',
  34. ),
  35. 'feed' => array(
  36. 'empty' => 'Žiadne články.',
  37. 'published' => array(
  38. '_' => 'Published', // TODO
  39. 'future' => 'Published in the future', // TODO
  40. 'today' => 'Published today', // TODO
  41. 'yesterday' => 'Published yesterday', // TODO
  42. ),
  43. 'received' => array(
  44. '_' => 'Received', // TODO
  45. 'today' => 'Received today', // TODO
  46. 'yesterday' => 'Received yesterday', // TODO
  47. ),
  48. 'rss_of' => 'RSS kanál pre %s',
  49. 'title' => 'Všetky kanály',
  50. 'title_fav' => 'Obľúbené',
  51. 'title_global' => 'Prehľad',
  52. 'userModified' => array(
  53. '_' => 'Modified by user', // TODO
  54. 'today' => 'Modified by user today', // TODO
  55. 'yesterday' => 'Modified by user yesterday', // TODO
  56. ),
  57. ),
  58. 'log' => array(
  59. '_' => 'Záznamy',
  60. 'clear' => 'Vymazať záznamy',
  61. 'empty' => 'Súbor záznamu je prázdny',
  62. 'title' => 'Záznamy',
  63. ),
  64. 'menu' => array(
  65. 'about' => 'O FreshRSS',
  66. 'before_one_day' => 'Pred 1 dňom',
  67. 'before_one_week' => 'Pred 1 týždňom',
  68. 'bookmark_query' => 'Pridať aktuálny dopyt do obľúbených',
  69. 'favorites' => 'Obľúbené (%s)',
  70. 'global_view' => 'Prehľad',
  71. 'important' => 'Dôležité kanály',
  72. 'main_stream' => 'Všetky kanály',
  73. 'mark_all_read' => 'Označiť všetko ako prečítané',
  74. 'mark_cat_read' => 'Označiť kategóriu ako prečítanú',
  75. 'mark_feed_read' => 'Označiť kanál ako prečítaný',
  76. 'mark_selection_unread' => 'Označiť označené ako prečítané',
  77. 'mylabels' => 'Moje nálepky',
  78. 'non-starred' => 'Zobraziť všetko okrem obľúbených',
  79. 'normal_view' => 'Základné zobrazenie',
  80. 'queries' => 'Používateľské dopyty',
  81. 'read' => 'Zobraziť prečítané',
  82. 'reader_view' => 'Zobrazenie na čítanie',
  83. 'rss_view' => 'RSS kanál',
  84. 'search_short' => 'Hľadať',
  85. 'sort' => array(
  86. 'asc' => 'Ascending', // TODO
  87. 'c' => array(
  88. 'name_asc' => 'Category, feed titles A→Z', // TODO
  89. 'name_desc' => 'Category, feed titles Z→A', // TODO
  90. ),
  91. 'date_asc' => 'Publication date 1→9', // TODO
  92. 'date_desc' => 'Publication date 9→1', // TODO
  93. 'desc' => 'Descending', // TODO
  94. 'f' => array(
  95. 'name_asc' => 'Feed title A→Z', // TODO
  96. 'name_desc' => 'Feed title Z→A', // TODO
  97. ),
  98. 'id_asc' => 'Freshly received last', // TODO
  99. 'id_desc' => 'Freshly received first', // TODO
  100. 'length_asc' => 'Content length 1→9', // TODO
  101. 'length_desc' => 'Content length 9→1', // TODO
  102. 'link_asc' => 'Link A→Z', // TODO
  103. 'link_desc' => 'Link Z→A', // TODO
  104. 'primary' => array(
  105. '_' => 'Sorting criterion', // TODO
  106. 'help' => 'Sorting by <em>received</em> date is recommended in most cases, for consistency and performance', // TODO
  107. ),
  108. 'rand' => 'Random order', // TODO
  109. 'secondary' => array(
  110. '_' => 'Secondary sorting criterion', // TODO
  111. 'help' => 'Only relevant when the primary sorting criterion is categories or feeds titles', // TODO
  112. ),
  113. 'title_asc' => 'Title A→Z', // TODO
  114. 'title_desc' => 'Title Z→A', // TODO
  115. 'user_modified_asc' => 'User modified 1→9', // TODO
  116. 'user_modified_desc' => 'User modified 9→1', // TODO
  117. ),
  118. 'starred' => 'Zobraziť obľúbené',
  119. 'stats' => 'Štatistiky',
  120. 'subscription' => 'Správca odberov',
  121. 'unread' => 'Zobraziť neprečítané',
  122. ),
  123. 'share' => 'Zdieľať',
  124. 'tag' => array(
  125. 'related' => 'Značky článku',
  126. ),
  127. 'tos' => array(
  128. 'title' => 'Podmienky služby',
  129. ),
  130. );