sub.php 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?php
  2. return array(
  3. 'api' => array(
  4. 'documentation' => 'Copy the following URL to use it within an external tool.', //TODO - Translation
  5. 'title' => 'API', //TODO - Translation
  6. ),
  7. 'bookmarklet' => array(
  8. 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.', //TODO - Translation
  9. 'label' => 'Subscribe', //TODO - Translation
  10. 'title' => 'Bookmarklet', //TODO - Translation
  11. ),
  12. 'category' => array(
  13. '_' => 'Categoría',
  14. 'add' => 'Añadir a la categoría',
  15. 'empty' => 'Vaciar categoría',
  16. 'new' => 'Nueva categoría',
  17. ),
  18. 'feed' => array(
  19. 'add' => 'Añadir fuente RSS',
  20. 'advanced' => 'Avanzado',
  21. 'archiving' => 'Archivo',
  22. 'auth' => array(
  23. 'configuration' => 'Identificación',
  24. 'help' => 'Permitir acceso a fuentes RSS protegidas con HTTP',
  25. 'http' => 'Identificación HTTP',
  26. 'password' => 'Contraseña HTTP',
  27. 'username' => 'Nombre de usuario HTTP',
  28. ),
  29. 'clear_cache' => 'Always clear cache', //TODO - Translation
  30. 'css_help' => 'Recibir fuentes RSS truncadas (aviso, ¡necesita más tiempo!)',
  31. 'css_path' => 'Ruta a la CSS de los artículos en la web original',
  32. 'description' => 'Descripción',
  33. 'empty' => 'La fuente está vacía. Por favor, verifica que siga activa.',
  34. 'error' => 'Hay un problema con esta fuente. Por favor, veritica que esté disponible y prueba de nuevo.',
  35. 'filteractions' => array(
  36. '_' => 'Filter actions', //TODO - Translation
  37. 'help' => 'Write one search filter per line.', //TODO - Translation
  38. ),
  39. 'informations' => 'Información',
  40. 'keep_history' => 'Número mínimo de artículos a conservar',
  41. 'moved_category_deleted' => 'Al borrar una categoría todas sus fuentes pasan automáticamente a la categoría <em>%s</em>.',
  42. 'mute' => 'mute', //TODO - Translation
  43. 'no_selected' => 'No hay funentes seleccionadas.',
  44. 'number_entries' => '%d artículos',
  45. 'priority' => array(
  46. '_' => 'Visibility', //TODO - Translation
  47. 'archived' => 'Do not show (archived)', //TODO - Translation
  48. 'main_stream' => 'Mostrar en salida principal',
  49. 'normal' => 'Show in its category', //TODO - Translation
  50. ),
  51. 'websub' => 'Notificación inmedaiata con WebSub',
  52. 'show' => array(
  53. 'all' => 'Show all feeds', //TODO - Translation
  54. 'error' => 'Show only feeds with error', //TODO - Translation
  55. ),
  56. 'showing' => array(
  57. 'error' => 'Showing only feeds with error', //TODO - Translation
  58. ),
  59. 'ssl_verify' => 'Verify SSL security', //TODO - Translation
  60. 'stats' => 'Estadísticas',
  61. 'think_to_add' => 'Puedes añadir fuentes.',
  62. 'timeout' => 'Timeout in seconds', //TODO - Translation
  63. 'title' => 'Título',
  64. 'title_add' => 'Añadir fuente RSS',
  65. 'ttl' => 'No actualizar de forma automática con una frecuencia mayor a',
  66. 'url' => 'URL de la fuente',
  67. 'validator' => 'Verifica la validez de la fuente',
  68. 'website' => 'Web de la URL',
  69. ),
  70. 'firefox' => array(
  71. 'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.', //TODO - Translation
  72. 'title' => 'Firefox feed reader', //TODO - Translation
  73. ),
  74. 'import_export' => array(
  75. 'export' => 'Exportar',
  76. 'export_opml' => 'Exportar la lista de fuentes (OPML)',
  77. 'export_starred' => 'Exportar tus favoritos',
  78. 'export_labelled' => 'Export your labelled articles', //TODO
  79. 'feed_list' => 'Lista de %s artículos',
  80. 'file_to_import' => 'Archivo a importar<br />(OPML, JSON o ZIP)',
  81. 'file_to_import_no_zip' => 'Archivo a importar<br />(OPML o JSON)',
  82. 'import' => 'Importar',
  83. 'starred_list' => 'Lista de artículos favoritos',
  84. 'title' => 'Importar / exportar',
  85. ),
  86. 'menu' => array(
  87. 'bookmark' => 'Suscribirse (favorito FreshRSS)',
  88. 'import_export' => 'Importar / exportar',
  89. 'subscription_management' => 'Administración de suscripciones',
  90. 'subscription_tools' => 'Subscription tools', //TODO - Translation
  91. ),
  92. 'title' => array(
  93. '_' => 'Administración de suscripciones',
  94. 'feed_management' => 'Administración de fuentes RSS',
  95. 'subscription_tools' => 'Subscription tools', //TODO - Translation
  96. ),
  97. );