index.php 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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://git.gnome.org/browse/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://github.com/marienfressinaud/MINZ">Minz</a>.',
  18. 'freshrss_description' => 'FreshRSS je čítačka RSS kanálov, ktorú môžete nasadiť na vlastný server podobne ako <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> alebo <a href="https://github.com/LeedRSS/Leed">Leed</a>. Ide o jednoduchý a zároveň dobre nastaviteľný nástroj.',
  19. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">na Github</a>e',
  20. 'license' => 'Licencia',
  21. 'project_website' => 'Webová stránka projektu',
  22. 'title' => 'O FreshRSS',
  23. 'version' => 'Verzia',
  24. ),
  25. 'feed' => array(
  26. 'add' => 'Môžete pridať kanály.',
  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. 'main_stream' => 'Všetky kanály',
  47. 'mark_all_read' => 'Označiť všetko ako prečítané',
  48. 'mark_cat_read' => 'Označiť kategóriu ako prečítanú',
  49. 'mark_feed_read' => 'Označiť kanál ako prečítaný',
  50. 'mark_selection_unread' => 'Označiť označené ako prečítané',
  51. 'newer_first' => 'Novšie hore',
  52. 'non-starred' => 'Zobraziť všetko okrem obľúbených',
  53. 'normal_view' => 'Základné zobrazenie',
  54. 'older_first' => 'Staršie hore',
  55. 'queries' => 'Používateľské dopyty',
  56. 'read' => 'Zobraziť prečítané',
  57. 'reader_view' => 'Zobrazenie na čítanie',
  58. 'rss_view' => 'RSS kanál',
  59. 'search_short' => 'Hľadať',
  60. 'starred' => 'Zobraziť obľúbené',
  61. 'stats' => 'Štatistiky',
  62. 'subscription' => 'Správca odberov',
  63. 'tags' => 'Moje nálepky',
  64. 'unread' => 'Zobraziť neprečítané',
  65. ),
  66. 'share' => 'Zdieľať',
  67. 'tag' => array(
  68. 'related' => 'Značky článku',
  69. ),
  70. 'tos' => array(
  71. 'title' => 'Podmienky služby',
  72. ),
  73. );