index.php 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?php
  2. return array(
  3. 'about' => array(
  4. '_' => 'Acerca de',
  5. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // TODO - Translation
  6. 'bugs_reports' => 'Informe de fallos',
  7. 'credits' => 'Créditos',
  8. 'credits_content' => 'Aunque FreshRSS no usa ese entorno, algunos elementos del diseño están obtenidos de <a href="http://twitter.github.io/bootstrap/">Bootstrap</a>. Los <a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">Iconos</a> han sido obtenidos del <a href="https://www.gnome.org/">proyecto GNOME</a>. La fuente <em>Open Sans</em> es una creación de <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS usa el entorno PHP <a href="https://github.com/marienfressinaud/MINZ">Minz</a>.',
  9. 'freshrss_description' => 'FreshRSS es un agregador de fuentes RSS de alojamiento privado al estilo de <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> o <a href="https://github.com/LeedRSS/Leed">Leed</a>. Es una herramienta potente, pero ligera y fácil de usar y configurar.',
  10. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">en Github</a>',
  11. 'license' => 'Licencia',
  12. 'project_website' => 'Web del proyecto',
  13. 'title' => 'Acerca de',
  14. 'version' => 'Versión',
  15. 'website' => 'Web',
  16. ),
  17. 'feed' => array(
  18. 'add' => 'Puedes añadir fuentes.',
  19. 'empty' => 'No hay artículos a mostrar.',
  20. 'rss_of' => 'Fuente RSS de %s',
  21. 'title' => 'Tus fuentes RSS',
  22. 'title_fav' => 'Tus favoritos',
  23. 'title_global' => 'Vista global',
  24. ),
  25. 'log' => array(
  26. '_' => 'Registros',
  27. 'clear' => 'Limpiar registros',
  28. 'empty' => 'El archivo de registro está vacío',
  29. 'title' => 'Registros',
  30. ),
  31. 'menu' => array(
  32. 'about' => 'Acerca de FreshRSS',
  33. 'add_query' => 'Añadir petición',
  34. 'before_one_day' => 'Con más de 1 día',
  35. 'before_one_week' => 'Con más de una semana',
  36. 'favorites' => 'Favoritos (%s)',
  37. 'global_view' => 'Vista Global',
  38. 'main_stream' => 'Salida Principal',
  39. 'mark_all_read' => 'Marcar todo como leído',
  40. 'mark_cat_read' => 'Marcar categoría como leída',
  41. 'mark_feed_read' => 'Marcar fuente como leída',
  42. 'mark_selection_unread' => 'Mark selection as unread', // TODO - Translation
  43. 'newer_first' => 'Nuevos primero',
  44. 'non-starred' => 'Mostrar todos menos los favoritos',
  45. 'normal_view' => 'Vista normal',
  46. 'older_first' => 'Más antiguos primero',
  47. 'queries' => 'Peticiones de usuario',
  48. 'read' => 'Mostrar solo los leídos',
  49. 'reader_view' => 'Vista de lectura',
  50. 'rss_view' => 'Fuente RSS',
  51. 'search_short' => 'Buscar',
  52. 'starred' => 'Mostrar solo los favoritos',
  53. 'stats' => 'Estadísticas',
  54. 'subscription' => 'Administración de suscripciones',
  55. 'tags' => 'My labels', // TODO - Translation
  56. 'unread' => 'Mostar solo no leídos',
  57. ),
  58. 'share' => 'Compartir',
  59. 'tag' => array(
  60. 'related' => 'Etiquetas relacionadas',
  61. ),
  62. 'tos' => array(
  63. 'title' => 'Terms of Service', // TODO - Translation
  64. ),
  65. );