index.php 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. 'bugs_reports' => 'Nahlásiť chybu',
  16. 'credits' => 'Poďakovanie',
  17. 'credits_content' => 'Niektoré časti vzhľadu pochádzajú z <a href="http://twitter.github.io/bootstrap/">Bootstrap</a>u, aj keď FreshRSS tento framework nepoužíva. <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">Ikony</a> sú z <a href="https://www.gnome.org/">GNOME project</a>. Font <em>Open Sans</em> zabezpečil <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS je založený na PHP frameworku <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>.',
  18. 'documentation' => 'Dokumentácia',
  19. '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.',
  20. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">na GitHub</a>e',
  21. 'license' => 'Licencia',
  22. 'project_website' => 'Webová stránka projektu',
  23. 'title' => 'O FreshRSS',
  24. 'version' => 'Verzia',
  25. ),
  26. 'feed' => array(
  27. 'empty' => 'Žiadne články.',
  28. 'rss_of' => 'RSS kanál pre %s',
  29. 'title' => 'Všetky kanály',
  30. 'title_fav' => 'Obľúbené',
  31. 'title_global' => 'Prehľad',
  32. ),
  33. 'log' => array(
  34. '_' => 'Záznamy',
  35. 'clear' => 'Vymazať záznamy',
  36. 'empty' => 'Súbor záznamu je prázdny',
  37. 'title' => 'Záznamy',
  38. ),
  39. 'menu' => array(
  40. 'about' => 'O FreshRSS',
  41. 'before_one_day' => 'Pred 1 dňom',
  42. 'before_one_week' => 'Pred 1 týždňom',
  43. 'bookmark_query' => 'Pridať aktuálny dopyt do obľúbených',
  44. 'favorites' => 'Obľúbené (%s)',
  45. 'global_view' => 'Prehľad',
  46. 'important' => 'Dôležité kanály',
  47. 'main_stream' => 'Všetky kanály',
  48. 'mark_all_read' => 'Označiť všetko ako prečítané',
  49. 'mark_cat_read' => 'Označiť kategóriu ako prečítanú',
  50. 'mark_feed_read' => 'Označiť kanál ako prečítaný',
  51. 'mark_selection_unread' => 'Označiť označené ako prečítané',
  52. 'newer_first' => 'Novšie hore',
  53. 'non-starred' => 'Zobraziť všetko okrem obľúbených',
  54. 'normal_view' => 'Základné zobrazenie',
  55. 'older_first' => 'Staršie hore',
  56. 'queries' => 'Používateľské dopyty',
  57. 'read' => 'Zobraziť prečítané',
  58. 'reader_view' => 'Zobrazenie na čítanie',
  59. 'rss_view' => 'RSS kanál',
  60. 'search_short' => 'Hľadať',
  61. 'starred' => 'Zobraziť obľúbené',
  62. 'stats' => 'Štatistiky',
  63. 'subscription' => 'Správca odberov',
  64. 'tags' => 'Moje nálepky',
  65. 'unread' => 'Zobraziť neprečítané',
  66. ),
  67. 'share' => 'Zdieľať',
  68. 'tag' => array(
  69. 'related' => 'Značky článku',
  70. ),
  71. 'tos' => array(
  72. 'title' => 'Podmienky služby',
  73. ),
  74. );