sub.php 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?php
  2. return array(
  3. 'api' => array(
  4. 'documentation' => 'Copy the following URL to use it within an external tool.', //TODO - Translation
  5. 'title' => 'API', //TODO - Translation
  6. ),
  7. 'bookmarklet' => array(
  8. 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.', //TODO - Translation
  9. 'label' => 'Subscribe', //TODO - Translation
  10. 'title' => 'Bookmarklet', //TODO - Translation
  11. ),
  12. 'category' => array(
  13. '_' => 'Kategorie',
  14. 'add' => 'Přidat kategorii',
  15. 'archiving' => 'Archivace',
  16. 'empty' => 'Vyprázdit kategorii',
  17. 'information' => 'Informace',
  18. 'new' => 'Nová kategorie',
  19. 'title' => 'Název',
  20. ),
  21. 'feed' => array(
  22. 'add' => 'Přidat RSS kanál',
  23. 'advanced' => 'Pokročilé',
  24. 'archiving' => 'Archivace',
  25. 'auth' => array(
  26. 'configuration' => 'Přihlášení',
  27. 'help' => 'Umožní přístup k RSS kanálům chráneným HTTP autentizací',
  28. 'http' => 'HTTP přihlášení',
  29. 'password' => 'Heslo',
  30. 'username' => 'Přihlašovací jméno',
  31. ),
  32. 'clear_cache' => 'Always clear cache', //TODO - Translation
  33. 'css_help' => 'Stáhne zkrácenou verzi RSS kanálů (pozor, náročnější na čas!)',
  34. 'css_path' => 'Původní CSS soubor článku z webových stránek',
  35. 'description' => 'Popis',
  36. 'empty' => 'Kanál je prázdný. Ověřte prosím zda je ještě autorem udržován.',
  37. 'error' => 'Vyskytl se problém s kanálem. Ověřte že je vždy dostupný, prosím, a poté jej aktualizujte.',
  38. 'filteractions' => array(
  39. '_' => 'Filter actions', //TODO - Translation
  40. 'help' => 'Write one search filter per line.', //TODO - Translation
  41. ),
  42. 'information' => 'Informace',
  43. 'keep_min' => 'Zachovat tento minimální počet článků',
  44. 'moved_category_deleted' => 'Po smazání kategorie budou v ní obsažené kanály automaticky přesunuty do <em>%s</em>.',
  45. 'mute' => 'mute', //TODO - Translation
  46. 'no_selected' => 'Nejsou označeny žádné kanály.',
  47. 'number_entries' => '%d článků',
  48. 'priority' => array(
  49. '_' => 'Visibility', //TODO - Translation
  50. 'archived' => 'Do not show (archived)', //TODO - Translation
  51. 'main_stream' => 'Zobrazit ve “Všechny kanály”',
  52. 'normal' => 'Show in its category', //TODO - Translation
  53. ),
  54. 'websub' => 'Okamžité oznámení s WebSub',
  55. 'show' => array(
  56. 'all' => 'Show all feeds', //TODO - Translation
  57. 'error' => 'Show only feeds with error', //TODO - Translation
  58. ),
  59. 'showing' => array(
  60. 'error' => 'Showing only feeds with error', //TODO - Translation
  61. ),
  62. 'ssl_verify' => 'Verify SSL security', //TODO - Translation
  63. 'stats' => 'Statistika',
  64. 'think_to_add' => 'Můžete přidat kanály.',
  65. 'timeout' => 'Timeout in seconds', //TODO - Translation
  66. 'title' => 'Název',
  67. 'title_add' => 'Přidat RSS kanál',
  68. 'ttl' => 'Neobnovovat častěji než',
  69. 'url' => 'URL kanálu',
  70. 'validator' => 'Zkontrolovat platnost kanálu',
  71. 'website' => 'URL webové stránky',
  72. ),
  73. 'firefox' => array(
  74. 'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.',// TODO
  75. 'title' => 'Firefox feed reader', //TODO - Translation
  76. ),
  77. 'import_export' => array(
  78. 'export' => 'Export',
  79. 'export_opml' => 'Exportovat seznam kanálů (OPML)',
  80. 'export_starred' => 'Exportovat oblíbené',
  81. 'export_labelled' => 'Export your labelled articles', //TODO
  82. 'feed_list' => 'Seznam %s článků',
  83. 'file_to_import' => 'Soubor k importu<br />(OPML, JSON nebo ZIP)',
  84. 'file_to_import_no_zip' => 'Soubor k importu<br />(OPML nebo JSON)',
  85. 'import' => 'Import',
  86. 'starred_list' => 'Seznam oblíbených článků',
  87. 'title' => 'Import / export',
  88. ),
  89. 'menu' => array(
  90. 'bookmark' => 'Přihlásit (FreshRSS bookmark)',
  91. 'import_export' => 'Import / export',
  92. 'subscription_management' => 'Správa subskripcí',
  93. 'subscription_tools' => 'Subscription tools', //TODO - Translation
  94. ),
  95. 'title' => array(
  96. '_' => 'Správa subskripcí',
  97. 'feed_management' => 'Správa RSS kanálů',
  98. 'subscription_tools' => 'Subscription tools', //TODO - Translation
  99. ),
  100. );