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>',
  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. 'tos' => array(
  18. 'title' => 'Terms of Service', // TODO - Translation
  19. ),
  20. 'feed' => array(
  21. 'add' => 'Puedes añadir fuentes.',
  22. 'empty' => 'No hay artículos a mostrar.',
  23. 'rss_of' => 'Fuente RSS de %s',
  24. 'title' => 'Tus fuentes RSS',
  25. 'title_global' => 'Vista global',
  26. 'title_fav' => 'Tus favoritos',
  27. ),
  28. 'log' => array(
  29. '_' => 'Registros',
  30. 'clear' => 'Limpiar registros',
  31. 'empty' => 'El archivo de registro está vacío',
  32. 'title' => 'Registros',
  33. ),
  34. 'menu' => array(
  35. 'about' => 'Acerca de FreshRSS',
  36. 'add_query' => 'Añadir petición',
  37. 'before_one_day' => 'Con más de 1 día',
  38. 'before_one_week' => 'Con más de una semana',
  39. 'favorites' => 'Favoritos (%s)',
  40. 'global_view' => 'Vista Global',
  41. 'main_stream' => 'Salida Principal',
  42. 'mark_all_read' => 'Marcar todo como leído',
  43. 'mark_cat_read' => 'Marcar categoría como leída',
  44. 'mark_feed_read' => 'Marcar fuente como leída',
  45. 'mark_selection_unread' => 'Mark selection as unread', //TODO - Translation
  46. 'newer_first' => 'Nuevos primero',
  47. 'non-starred' => 'Mostrar todos menos los favoritos',
  48. 'normal_view' => 'Vista normal',
  49. 'older_first' => 'Más antiguos primero',
  50. 'queries' => 'Peticiones de usuario',
  51. 'read' => 'Mostrar solo los leídos',
  52. 'reader_view' => 'Vista de lectura',
  53. 'rss_view' => 'Fuente RSS',
  54. 'search_short' => 'Buscar',
  55. 'starred' => 'Mostrar solo los favoritos',
  56. 'stats' => 'Estadísticas',
  57. 'subscription' => 'Administración de suscripciones',
  58. 'tags' => 'My labels', //TODO - Translation
  59. 'unread' => 'Mostar solo no leídos',
  60. ),
  61. 'share' => 'Compartir',
  62. 'tag' => array(
  63. 'related' => 'Etiquetas relacionadas', //TODO - Translation
  64. ),
  65. );