sub.php 4.3 KB

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