index.php 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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 aplikaci',
  14. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // IGNORE
  15. 'bugs_reports' => 'Hlášení chyb',
  16. 'credits' => 'Poděkování',
  17. 'credits_content' => 'Některé designové prvky pocházejí z <a href="http://twitter.github.io/bootstrap/">Bootstrap</a>, FreshRSS ale tuto platformu nevyužívá. <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">Ikony</a> pocházejí z <a href="https://www.gnome.org/">projektu GNOME</a>. Písmo <em>Open Sans</em> vytvořil <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS je založeno na PHP framework <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>.',
  18. 'documentation' => 'Dokumentace',
  19. 'freshrss_description' => 'FreshRSS je čtečka kanálů RSS určená k provozu na vlastním serveru. Je to nenáročný a jednoduchý, zároveň ale mocný a konfigurovatelný nástroj.',
  20. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">na GitHub</a>',
  21. 'license' => 'Licence',
  22. 'project_website' => 'Webová stránka projektu',
  23. 'title' => 'O aplikaci',
  24. 'version' => 'Verze',
  25. ),
  26. 'feed' => array(
  27. 'empty' => 'Nejsou žádné články k zobrazení.',
  28. 'received' => array(
  29. 'before_yesterday' => 'Received before yesterday', // TODO
  30. 'today' => 'Received today', // TODO
  31. 'yesterday' => 'Received yesterday', // TODO
  32. ),
  33. 'rss_of' => 'Kanál RSS %s',
  34. 'title' => 'Hlavní kanál',
  35. 'title_fav' => 'Oblíbené',
  36. 'title_global' => 'Zobrazení přehledu',
  37. ),
  38. 'log' => array(
  39. '_' => 'Protokoly',
  40. 'clear' => 'Vymazat protokoly',
  41. 'empty' => 'Soubor protokolu je prázdný',
  42. 'title' => 'Protokoly',
  43. ),
  44. 'menu' => array(
  45. 'about' => 'O FreshRSS',
  46. 'before_one_day' => 'Starší než jeden den',
  47. 'before_one_week' => 'Starší než jeden týden',
  48. 'bookmark_query' => 'Uložit aktuální dotaz do záložek',
  49. 'favorites' => 'Oblíbené (%s)',
  50. 'global_view' => 'Zobrazení přehledu',
  51. 'important' => 'Důležité kanály',
  52. 'main_stream' => 'Hlavní kanál',
  53. 'mark_all_read' => 'Označit vše jako přečtené',
  54. 'mark_cat_read' => 'Označit kategorii jako přečtenou',
  55. 'mark_feed_read' => 'Označit kanál jako přečtený',
  56. 'mark_selection_unread' => 'Označit výběr jako nepřečtený',
  57. 'newer_first' => 'Nejdříve novější',
  58. 'non-starred' => 'Zobrazit neoblíbené',
  59. 'normal_view' => 'Normální zobrazení',
  60. 'older_first' => 'Nejdříve nejstarší',
  61. 'queries' => 'Uživatelské dotazy',
  62. 'read' => 'Zobrazit přečtené',
  63. 'reader_view' => 'Zobrazení pro čtení',
  64. 'rss_view' => 'Kanál RSS',
  65. 'search_short' => 'Hledat',
  66. 'sort' => array(
  67. '_' => 'Sorting criteria', // TODO
  68. 'date_asc' => 'Publication date 1→9', // TODO
  69. 'date_desc' => 'Publication date 9→1', // TODO
  70. 'id_asc' => 'Freshly received last', // TODO
  71. 'id_desc' => 'Freshly received first', // TODO
  72. 'link_asc' => 'Link A→Z', // TODO
  73. 'link_desc' => 'Link Z→A', // TODO
  74. 'rand' => 'Random order', // TODO
  75. 'title_asc' => 'Title A→Z', // TODO
  76. 'title_desc' => 'Title Z→A', // TODO
  77. ),
  78. 'starred' => 'Zobrazit oblíbené',
  79. 'stats' => 'Statistika',
  80. 'subscription' => 'Správa odběrů',
  81. 'tags' => 'Mé popisky',
  82. 'unread' => 'Zobrazit nepřečtené',
  83. ),
  84. 'share' => 'Sdílet',
  85. 'tag' => array(
  86. 'related' => 'Štítky článků',
  87. ),
  88. 'tos' => array(
  89. 'title' => 'Podmínky služby',
  90. ),
  91. );