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' => '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://git.gnome.org/browse/gnome-icon-theme-symbolic">Ikony</a> pocházejí z <a href="https://www.gnome.org/">GNOME projektu</a>. Font <em>Open Sans</em> vytvořil <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS je založen na PHP framework <a href="https://github.com/marienfressinaud/MINZ">Minz</a>.',
  18. 'freshrss_description' => 'FreshRSS je čtečka RSS kanálů určená k provozu na vlastním serveru, podobná <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> nebo <a href="https://github.com/LeedRSS/Leed">Leed</a>. Je to nenáročný a jednoduchý, zároveň ale mocný a konfigurovatelný nástroj.',
  19. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">na Github</a>',
  20. 'license' => 'Licence',
  21. 'project_website' => 'Stránka projektu',
  22. 'title' => 'O FreshRSS',
  23. 'version' => 'Verze',
  24. ),
  25. 'feed' => array(
  26. 'add' => 'Můžete přidat kanály.',
  27. 'empty' => 'Žádné články k zobrazení.',
  28. 'rss_of' => 'RSS kanál %s',
  29. 'title' => 'Všechny kanály',
  30. 'title_fav' => 'Oblíbené',
  31. 'title_global' => 'Přehled',
  32. ),
  33. 'log' => array(
  34. '_' => 'Logy',
  35. 'clear' => 'Vymazat logy',
  36. 'empty' => 'Log je prázdný',
  37. 'title' => 'Logy',
  38. ),
  39. 'menu' => array(
  40. 'about' => 'O FreshRSS',
  41. 'before_one_day' => 'Den nazpět',
  42. 'before_one_week' => 'Před týdnem',
  43. 'bookmark_query' => 'Bookmark current query', // TODO
  44. 'favorites' => 'Oblíbené (%s)',
  45. 'global_view' => 'Přehled',
  46. 'main_stream' => 'Všechny kanály',
  47. 'mark_all_read' => 'Označit vše jako přečtené',
  48. 'mark_cat_read' => 'Označit kategorii jako přečtenou',
  49. 'mark_feed_read' => 'Označit kanál jako přečtený',
  50. 'mark_selection_unread' => 'Mark selection as unread', // TODO
  51. 'newer_first' => 'Nové nejdříve',
  52. 'non-starred' => 'Zobrazit vše vyjma oblíbených',
  53. 'normal_view' => 'Normální',
  54. 'older_first' => 'Nejstarší nejdříve',
  55. 'queries' => 'Uživatelské dotazy',
  56. 'read' => 'Zobrazovat přečtené',
  57. 'reader_view' => 'Čtení',
  58. 'rss_view' => 'RSS kanál',
  59. 'search_short' => 'Hledat',
  60. 'starred' => 'Zobrazit oblíbené',
  61. 'stats' => 'Statistika',
  62. 'subscription' => 'Správa subskripcí',
  63. 'tags' => 'My labels', // TODO
  64. 'unread' => 'Zobrazovat nepřečtené',
  65. ),
  66. 'share' => 'Sdílet',
  67. 'tag' => array(
  68. 'related' => 'Související tagy',
  69. ),
  70. 'tos' => array(
  71. 'title' => 'Terms of Service', // TODO
  72. ),
  73. );