index.php 3.6 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. '_' => 'Par vietni',
  14. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // IGNORE
  15. 'bugs_reports' => 'Ziņojumi par kļūdām',
  16. 'credits' => 'Kredīti',
  17. 'credits_content' => 'Daži dizaina elementi nāk no <a href="http://twitter.github.io/bootstrap/">Bootstrap</a>, lai gan FreshRSS neizmanto šo ietvaru. <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">Ikonas</a> ir no <a href="https://www.gnome.org/">GNOME projekta</a>. <em>Open Sans</em> fontu policiju ir izveidojis <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS pamatā ir PHP ietvarstruktūra <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>.',
  18. 'documentation' => 'Dokumentācija',
  19. 'freshrss_description' => 'FreshRSS ir paš-hostējams RSS agregators un lasītājs. Tas ļauj jums lasīt un sekot līdzi vairākām ziņu vietnēm vienā mirklī, bez nepieciešamības pārvietoties no vienas vietnes uz citu. FreshRSS ir viegls, konfigurējams un viegli lietojams.',
  20. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">GitHubā</a>',
  21. 'license' => 'Licenze',
  22. 'project_website' => 'Projekta mājaslapa',
  23. 'title' => 'Par vietni',
  24. 'version' => 'Versija',
  25. ),
  26. 'feed' => array(
  27. 'empty' => 'Nav neviena raksta, ko parādīt.',
  28. 'rss_of' => 'RSS plūsma %s',
  29. 'title' => 'Galvenā plūsma',
  30. 'title_fav' => 'Mīļākie',
  31. 'title_global' => 'Globālais skats',
  32. ),
  33. 'log' => array(
  34. '_' => 'Žurnāli',
  35. 'clear' => 'Iztīrīt žurnālus',
  36. 'empty' => 'Žurnālu fails ir tukšs',
  37. 'title' => 'Žurnāli',
  38. ),
  39. 'menu' => array(
  40. 'about' => 'Par FreshRSS',
  41. 'before_one_day' => 'Vecāks par vienu dienu',
  42. 'before_one_week' => 'Vecāks par vienu nedēļu',
  43. 'bookmark_query' => 'Pievienot grāmatzīmi pašreizējam pieprasījumam',
  44. 'favorites' => 'Mīļākie (%s)',
  45. 'global_view' => 'Globālais skats',
  46. 'important' => 'Important feeds', // TODO
  47. 'main_stream' => 'Galvenā plūsma',
  48. 'mark_all_read' => 'Atzīmēt visus kā izlasītus',
  49. 'mark_cat_read' => 'Atzīmēt kategoriju kā izlasītu',
  50. 'mark_feed_read' => 'Atzīmēt barotni kā izlasītu',
  51. 'mark_selection_unread' => 'Atzīmēt izvēlni kā izlasītu',
  52. 'newer_first' => 'Sākumā jaunākos',
  53. 'non-starred' => 'Rādīt neiecienītākos',
  54. 'normal_view' => 'Parastais skats',
  55. 'older_first' => 'Sākumā vecākos',
  56. 'queries' => 'Lietotāja pieprasījumi',
  57. 'read' => 'Rādīt izlasītos',
  58. 'reader_view' => 'Lasīšanas skats',
  59. 'rss_view' => 'RSS barotne',
  60. 'search_short' => 'Meklēt',
  61. 'starred' => 'Rādīt mīļākos',
  62. 'stats' => 'Statistika',
  63. 'subscription' => 'Abonementa pārvalde',
  64. 'tags' => 'Manas birkas',
  65. 'unread' => 'Rādīt neizlasītos',
  66. ),
  67. 'share' => 'Dalīties',
  68. 'tag' => array(
  69. 'related' => 'Raksta birkas',
  70. ),
  71. 'tos' => array(
  72. 'title' => 'Pakalpojumu sniegšanas noteikumi',
  73. ),
  74. );