index.php 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. '_' => 'Tietoja',
  14. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // IGNORE
  15. 'bugs_reports' => 'Virheraportit',
  16. 'credits' => 'Tekijät',
  17. 'credits_content' => 'Jotkin suunnitteluelementit perustuvat <a href="http://twitter.github.io/bootstrap/">Bootstrapiin</a>, mutta FreshRSS ei käytä tätä kehystä. <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">Kuvakkeet</a> tulevat <a href="https://www.gnome.org/">GNOME-projektista</a>. <em>Open Sans</em> -fontin on luonut <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS perustuu PHP-kehykseen <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>.',
  18. 'documentation' => 'Ohjeet',
  19. 'freshrss_description' => 'FreshRSS on itse asennettava RSS-syötteiden luku- ja hallintaohjelma. Sen avulla voit helposti lukea ja seurata useita uutissivustoja yhdessä näkymässä, eikä sinun tarvitse siirtyä sivustolta toiselle. FreshRSS on kevyt, muokattavissa ja helppokäyttöinen.',
  20. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">GitHubissa</a>',
  21. 'license' => 'Käyttöoikeus',
  22. 'project_website' => 'Projektin sivusto',
  23. 'title' => 'Tietoja',
  24. 'version' => 'Versio',
  25. ),
  26. 'feed' => array(
  27. 'empty' => 'Näytettäviä artikkeleita ei ole.',
  28. 'rss_of' => 'Sivuston %s RSS-syöte',
  29. 'title' => 'Pääsyötevirta',
  30. 'title_fav' => 'Suosikit',
  31. 'title_global' => 'Yleisnäkymä',
  32. ),
  33. 'log' => array(
  34. '_' => 'Lokit',
  35. 'clear' => 'Tyhjennä lokit',
  36. 'empty' => 'Lokitiedosto on tyhjä',
  37. 'title' => 'Lokit',
  38. ),
  39. 'menu' => array(
  40. 'about' => 'Tietoja FreshRSS-sovelluksesta',
  41. 'before_one_day' => 'Vanhemmat kuin yksi päivä',
  42. 'before_one_week' => 'Vanhemmat kuin yksi viikko',
  43. 'bookmark_query' => 'Tallenna tämä kysely kirjanmerkiksi',
  44. 'favorites' => 'Suosikit (%s)',
  45. 'global_view' => 'Yleisnäkymä',
  46. 'important' => 'Tärkeät syötteet',
  47. 'main_stream' => 'Pääsyötevirta',
  48. 'mark_all_read' => 'Merkitse kaikki luetuiksi',
  49. 'mark_cat_read' => 'Merkitse luokka luetuksi',
  50. 'mark_feed_read' => 'Merkitse syöte luetuksi',
  51. 'mark_selection_unread' => 'Merkitse valitut lukemattomiksi',
  52. 'newer_first' => 'Uusin ensin',
  53. 'non-starred' => 'Näytä muut kuin suosikit',
  54. 'normal_view' => 'Tavallinen näkymä',
  55. 'older_first' => 'Vanhin ensin',
  56. 'queries' => 'Käyttäjän tekemät kyselyt',
  57. 'read' => 'Näytä luetut',
  58. 'reader_view' => 'Lukunäkymä',
  59. 'rss_view' => 'RSS-syöte',
  60. 'search_short' => 'Haku',
  61. 'starred' => 'Näytä suosikit',
  62. 'stats' => 'Tilastot',
  63. 'subscription' => 'Tilausten hallinta',
  64. 'tags' => 'Omat tunnisteet',
  65. 'unread' => 'Näytä lukemattomat',
  66. ),
  67. 'share' => 'Jaa',
  68. 'tag' => array(
  69. 'related' => 'Artikkelin tunnisteet',
  70. ),
  71. 'tos' => array(
  72. 'title' => 'Käyttöehdot',
  73. ),
  74. );