index.php 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. '_' => 'Acerca de',
  14. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // IGNORE
  15. 'bug_reports' => array(
  16. 'environment_information' => array(
  17. '_' => 'System information', // TODO
  18. 'browser' => 'Browser', // TODO
  19. 'database' => 'Database', // TODO
  20. 'server_software' => 'Server software', // TODO
  21. 'version_curl' => 'cURL version', // TODO
  22. 'version_frss' => 'FreshRSS version', // TODO
  23. 'version_php' => 'PHP version', // TODO
  24. ),
  25. ),
  26. 'bugs_reports' => 'Informe de fallos',
  27. 'documentation' => 'Documentación',
  28. 'freshrss_description' => 'FreshRSS es un agregador de fuentes RSS de alojamiento privado. Es una herramienta potente, pero ligera y fácil de usar y configurar.',
  29. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">en GitHub</a>',
  30. 'license' => 'Licencia',
  31. 'project_website' => 'Web del proyecto',
  32. 'title' => 'Acerca de',
  33. 'version' => 'Versión',
  34. ),
  35. 'feed' => array(
  36. 'empty' => 'No hay artículos a mostrar.',
  37. 'received' => array(
  38. 'before_yesterday' => 'Received before yesterday', // TODO
  39. 'today' => 'Received today', // TODO
  40. 'yesterday' => 'Received yesterday', // TODO
  41. ),
  42. 'rss_of' => 'Fuente RSS de %s',
  43. 'title' => 'Salida Principal',
  44. 'title_fav' => 'Favoritos',
  45. 'title_global' => 'Vista global',
  46. ),
  47. 'log' => array(
  48. '_' => 'Registros',
  49. 'clear' => 'Limpiar registros',
  50. 'empty' => 'El archivo de registro está vacío',
  51. 'title' => 'Registros',
  52. ),
  53. 'menu' => array(
  54. 'about' => 'Acerca de FreshRSS',
  55. 'before_one_day' => 'Con más de 1 día',
  56. 'before_one_week' => 'Con más de una semana',
  57. 'bookmark_query' => 'Marcar consulta actual',
  58. 'favorites' => 'Favoritos (%s)',
  59. 'global_view' => 'Vista Global',
  60. 'important' => 'Fuentes importantes',
  61. 'main_stream' => 'Salida Principal',
  62. 'mark_all_read' => 'Marcar todo como leído',
  63. 'mark_cat_read' => 'Marcar categoría como leída',
  64. 'mark_feed_read' => 'Marcar fuente como leída',
  65. 'mark_selection_unread' => 'Marcar la selección como no leída',
  66. 'mylabels' => 'Mis etiquetas',
  67. 'newer_first' => 'Nuevos primero',
  68. 'non-starred' => 'Mostrar todos menos los favoritos',
  69. 'normal_view' => 'Vista normal',
  70. 'older_first' => 'Más antiguos primero',
  71. 'queries' => 'Peticiones de usuario',
  72. 'read' => 'Mostrar solo los leídos',
  73. 'reader_view' => 'Vista de lectura',
  74. 'rss_view' => 'Fuente RSS',
  75. 'search_short' => 'Buscar',
  76. 'sort' => array(
  77. '_' => 'Sorting criteria', // TODO
  78. 'date_asc' => 'Publication date 1→9', // TODO
  79. 'date_desc' => 'Publication date 9→1', // TODO
  80. 'id_asc' => 'Freshly received last', // TODO
  81. 'id_desc' => 'Freshly received first', // TODO
  82. 'link_asc' => 'Link A→Z', // TODO
  83. 'link_desc' => 'Link Z→A', // TODO
  84. 'rand' => 'Random order', // TODO
  85. 'title_asc' => 'Title A→Z', // TODO
  86. 'title_desc' => 'Title Z→A', // TODO
  87. ),
  88. 'starred' => 'Mostrar solo los favoritos',
  89. 'stats' => 'Estadísticas',
  90. 'subscription' => 'Administración de suscripciones',
  91. 'unread' => 'Mostrar solo no leídos',
  92. ),
  93. 'share' => 'Compartir',
  94. 'tag' => array(
  95. 'related' => 'Etiquetas relacionadas',
  96. ),
  97. 'tos' => array(
  98. 'title' => 'Términos de servicio',
  99. ),
  100. );