sub.php 4.1 KB

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