sub.php 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. 'information' => 'Información',
  17. 'new' => 'Nueva categoría',
  18. 'title' => 'Título',
  19. ),
  20. 'feed' => array(
  21. 'add' => 'Añadir fuente RSS',
  22. 'advanced' => 'Avanzado',
  23. 'archiving' => 'Archivo',
  24. 'auth' => array(
  25. 'configuration' => 'Identificación',
  26. 'help' => 'Permitir acceso a fuentes RSS protegidas con HTTP',
  27. 'http' => 'Identificación HTTP',
  28. 'password' => 'Contraseña HTTP',
  29. 'username' => 'Nombre de usuario HTTP',
  30. ),
  31. 'clear_cache' => 'Always clear cache', //TODO - Translation
  32. 'css_help' => 'Recibir fuentes RSS truncadas (aviso, ¡necesita más tiempo!)',
  33. 'css_path' => 'Ruta a la CSS de los artículos en la web original',
  34. 'description' => 'Descripción',
  35. 'empty' => 'La fuente está vacía. Por favor, verifica que siga activa.',
  36. 'error' => 'Hay un problema con esta fuente. Por favor, veritica que esté disponible y prueba de nuevo.',
  37. 'filteractions' => array(
  38. '_' => 'Filter actions', //TODO - Translation
  39. 'help' => 'Write one search filter per line.', //TODO - Translation
  40. ),
  41. 'information' => 'Información',
  42. 'keep_history' => 'Número mínimo de artículos a conservar',
  43. 'moved_category_deleted' => 'Al borrar una categoría todas sus fuentes pasan automáticamente a la categoría <em>%s</em>.',
  44. 'mute' => 'mute', //TODO - Translation
  45. 'no_selected' => 'No hay funentes seleccionadas.',
  46. 'number_entries' => '%d artículos',
  47. 'priority' => array(
  48. '_' => 'Visibility', //TODO - Translation
  49. 'archived' => 'Do not show (archived)', //TODO - Translation
  50. 'main_stream' => 'Mostrar en salida principal',
  51. 'normal' => 'Show in its category', //TODO - Translation
  52. ),
  53. 'websub' => 'Notificación inmedaiata con WebSub',
  54. 'show' => array(
  55. 'all' => 'Show all feeds', //TODO - Translation
  56. 'error' => 'Show only feeds with error', //TODO - Translation
  57. ),
  58. 'showing' => array(
  59. 'error' => 'Showing only feeds with error', //TODO - Translation
  60. ),
  61. 'ssl_verify' => 'Verify SSL security', //TODO - Translation
  62. 'stats' => 'Estadísticas',
  63. 'think_to_add' => 'Puedes añadir fuentes.',
  64. 'timeout' => 'Timeout in seconds', //TODO - Translation
  65. 'title' => 'Título',
  66. 'title_add' => 'Añadir fuente RSS',
  67. 'ttl' => 'No actualizar de forma automática con una frecuencia mayor a',
  68. 'url' => 'URL de la fuente',
  69. 'validator' => 'Verifica la validez de la fuente',
  70. 'website' => 'Web de la URL',
  71. ),
  72. 'firefox' => array(
  73. '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
  74. 'title' => 'Firefox feed reader', //TODO - Translation
  75. ),
  76. 'import_export' => array(
  77. 'export' => 'Exportar',
  78. 'export_opml' => 'Exportar la lista de fuentes (OPML)',
  79. 'export_starred' => 'Exportar tus favoritos',
  80. 'export_labelled' => 'Export your labelled articles', //TODO
  81. 'feed_list' => 'Lista de %s artículos',
  82. 'file_to_import' => 'Archivo a importar<br />(OPML, JSON o ZIP)',
  83. 'file_to_import_no_zip' => 'Archivo a importar<br />(OPML o JSON)',
  84. 'import' => 'Importar',
  85. 'starred_list' => 'Lista de artículos favoritos',
  86. 'title' => 'Importar / exportar',
  87. ),
  88. 'menu' => array(
  89. 'bookmark' => 'Suscribirse (favorito FreshRSS)',
  90. 'import_export' => 'Importar / exportar',
  91. 'subscription_management' => 'Administración de suscripciones',
  92. 'subscription_tools' => 'Subscription tools', //TODO - Translation
  93. ),
  94. 'title' => array(
  95. '_' => 'Administración de suscripciones',
  96. 'feed_management' => 'Administración de fuentes RSS',
  97. 'subscription_tools' => 'Subscription tools', //TODO - Translation
  98. ),
  99. );