sub.php 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. <?php
  2. /******************************************************************************/
  3. /* Each entry of that file can be associated with a comment to indicate its */
  4. /* state. When there is no comment, it means the entry is fully translated. */
  5. /* The recognized comments are (comment matching is case-insensitive): */
  6. /* + TODO: the entry has never been translated. */
  7. /* + DIRTY: the entry has been translated but needs to be updated. */
  8. /* + IGNORE: the entry does not need to be translated. */
  9. /* When a comment is not recognized, it is discarded. */
  10. /******************************************************************************/
  11. return array(
  12. 'api' => array(
  13. 'documentation' => 'Copie la siguiente URL para usarla dentro de una herramienta externa.',
  14. 'title' => 'API', // IGNORE
  15. ),
  16. 'bookmarklet' => array(
  17. 'documentation' => 'Arrastre este botón a la barra de herramientas de marcadores o haga clic derecho en él y elija "Marcar este enlace". Luego haga clic en el botón "Suscribirse" en cualquier página a la que desee suscribirse.',
  18. 'label' => 'Subscribirse',
  19. 'title' => 'Bookmarklet', // IGNORE
  20. ),
  21. 'category' => array(
  22. '_' => 'Categoría',
  23. 'add' => 'Añadir categoría',
  24. 'archiving' => 'Archivo',
  25. 'dynamic_opml' => array(
  26. '_' => 'Dynamic OPML', // TODO
  27. 'help' => 'Provide the URL to an <a href=http://opml.org/ target=_blank>OPML file</a> to dynamically populate this category with feeds', // TODO
  28. ),
  29. 'empty' => 'Vaciar categoría',
  30. 'information' => 'Información',
  31. 'opml_url' => 'OPML URL', // TODO
  32. 'position' => 'Posición de visualización',
  33. 'position_help' => 'Para controlar el orden de clasificación de categorías',
  34. 'title' => 'Título',
  35. ),
  36. 'feed' => array(
  37. 'add' => 'Añadir fuente RSS',
  38. 'advanced' => 'Avanzado',
  39. 'archiving' => 'Archivo',
  40. 'auth' => array(
  41. 'configuration' => 'Identificación',
  42. 'help' => 'Permitir acceso a fuentes RSS protegidas con HTTP',
  43. 'http' => 'Identificación HTTP',
  44. 'password' => 'Contraseña HTTP',
  45. 'username' => 'Nombre de usuario HTTP',
  46. ),
  47. 'clear_cache' => 'Borrar siempre la memoria caché',
  48. 'content_action' => array(
  49. '_' => 'Acción de contenido al obtener el contenido del artículo',
  50. 'append' => 'Agregar después del contenido existente',
  51. 'prepend' => 'Agregar antes del contenido existente',
  52. 'replace' => 'Reemplazar contenido existente',
  53. ),
  54. 'css_cookie' => 'Usar cookies al obtener el contenido del artículo',
  55. 'css_cookie_help' => 'Ejemplo: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>',
  56. 'css_help' => 'Recibir fuentes RSS truncadas (aviso, ¡necesita más tiempo!)',
  57. 'css_path' => 'Ruta a la CSS de los artículos en la web original',
  58. 'description' => 'Descripción',
  59. 'empty' => 'La fuente está vacía. Por favor, verifica que siga activa.',
  60. 'error' => 'Hay un problema con esta fuente. Por favor, veritica que esté disponible y prueba de nuevo.',
  61. 'filteractions' => array(
  62. '_' => 'Filtrar acciones',
  63. 'help' => 'Escribir un filtro de búsqueda por línea.',
  64. ),
  65. 'information' => 'Información',
  66. 'keep_min' => 'Número mínimo de artículos a conservar',
  67. 'kind' => array(
  68. '_' => 'Type of feed source', // TODO
  69. 'html_xpath' => array(
  70. '_' => 'HTML + XPath (Web scraping)', // TODO
  71. 'feed_title' => array(
  72. '_' => 'feed title', // TODO
  73. 'help' => 'Example: <code>//title</code> or a static string: <code>"My custom feed"</code>', // TODO
  74. ),
  75. 'help' => '<dfn><a href="https://www.w3.org/TR/xpath-10/" target="_blank">XPath 1.0</a></dfn> is a standard query language for advanced users, and which FreshRSS supports to enable Web scraping.', // TODO
  76. 'item' => array(
  77. '_' => 'finding news <strong>items</strong><br /><small>(most important)</small>', // TODO
  78. 'help' => 'Example: <code>//div[@class="news-item"]</code>', // TODO
  79. ),
  80. 'item_author' => array(
  81. '_' => 'item author', // TODO
  82. 'help' => 'Can also be a static string. Example: <code>"Anonymous"</code>', // TODO
  83. ),
  84. 'item_categories' => 'items tags', // TODO
  85. 'item_content' => array(
  86. '_' => 'item content', // TODO
  87. 'help' => 'Example to take the full item: <code>.</code>', // TODO
  88. ),
  89. 'item_thumbnail' => array(
  90. '_' => 'item thumbnail', // TODO
  91. 'help' => 'Example: <code>descendant::img/@src</code>', // TODO
  92. ),
  93. 'item_timestamp' => array(
  94. '_' => 'item date', // TODO
  95. 'help' => 'The result will be parsed by <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>', // TODO
  96. ),
  97. 'item_title' => array(
  98. '_' => 'item title', // TODO
  99. 'help' => 'Use in particular the <a href="https://developer.mozilla.org/docs/Web/XPath/Axes" target="_blank">XPath axis</a> <code>descendant::</code> like <code>descendant::h2</code>', // TODO
  100. ),
  101. 'item_uri' => array(
  102. '_' => 'item link (URL)', // TODO
  103. 'help' => 'Example: <code>descendant::a/@href</code>', // TODO
  104. ),
  105. 'relative' => 'XPath (relative to item) for:', // TODO
  106. 'xpath' => 'XPath for:', // TODO
  107. ),
  108. 'rss' => 'RSS / Atom (default)', // TODO
  109. ),
  110. 'maintenance' => array(
  111. 'clear_cache' => 'Borrar caché',
  112. 'clear_cache_help' => 'Borrar la memoria caché de esta fuente.',
  113. 'reload_articles' => 'Recargar artículos',
  114. 'reload_articles_help' => 'Vuelva a cargar artículos y obtenga contenido completo si se define un selector.', // DIRTY
  115. 'title' => 'Mantenimiento',
  116. ),
  117. 'moved_category_deleted' => 'Al borrar una categoría todas sus fuentes pasan automáticamente a la categoría <em>%s</em>.',
  118. 'mute' => 'silenciar',
  119. 'no_selected' => 'No hay funentes seleccionadas.',
  120. 'number_entries' => '%d artículos',
  121. 'priority' => array(
  122. '_' => 'Visibilidad',
  123. 'archived' => 'No mostrar (archivado)',
  124. 'main_stream' => 'Mostrar en salida principal',
  125. 'normal' => 'Mostrar en su categoría',
  126. ),
  127. 'proxy' => 'Establecer un proxy para obtener esta fuente',
  128. 'proxy_help' => 'Seleccione un protocolo (e.g: SOCKS5) e introduzca la dirección del proxy (e.g: <kbd>127.0.0.1:1080</kbd>)',
  129. 'selector_preview' => array(
  130. 'show_raw' => 'Mostrar código fuente',
  131. 'show_rendered' => 'Mostrar contenido',
  132. ),
  133. 'show' => array(
  134. 'all' => 'Mostrar todos los feeds',
  135. 'error' => 'Mostrar solo feeds con errores',
  136. ),
  137. 'showing' => array(
  138. 'error' => 'Mostrar solo feeds con errores',
  139. ),
  140. 'ssl_verify' => 'Verificar la seguridad SSL',
  141. 'stats' => 'Estadísticas',
  142. 'think_to_add' => 'Puedes añadir fuentes.',
  143. 'timeout' => 'Tiempo de espera en segundos',
  144. 'title' => 'Título',
  145. 'title_add' => 'Añadir fuente RSS',
  146. 'ttl' => 'No actualizar de forma automática con una frecuencia mayor a',
  147. 'url' => 'URL de la fuente',
  148. 'useragent' => 'Selecciona el agente de usario por recuperar la fuente',
  149. 'useragent_help' => 'Ejemplo: <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>',
  150. 'validator' => 'Verifica la validez de la fuente',
  151. 'website' => 'Web de la URL',
  152. 'websub' => 'Notificación inmedaiata con WebSub',
  153. ),
  154. 'import_export' => array(
  155. 'export' => 'Exportar',
  156. 'export_labelled' => 'Exporta tus artículos etiquetados',
  157. 'export_opml' => 'Exportar la lista de fuentes (OPML)',
  158. 'export_starred' => 'Exportar tus favoritos',
  159. 'feed_list' => 'Lista de %s artículos',
  160. 'file_to_import' => 'Archivo a importar<br />(OPML, JSON o ZIP)',
  161. 'file_to_import_no_zip' => 'Archivo a importar<br />(OPML o JSON)',
  162. 'import' => 'Importar',
  163. 'starred_list' => 'Lista de artículos favoritos',
  164. 'title' => 'Importar / exportar',
  165. ),
  166. 'menu' => array(
  167. 'add' => 'Agregar un feed o una categoría',
  168. 'import_export' => 'Importar / exportar',
  169. 'label_management' => 'Gestión de etiquetas',
  170. 'stats' => array(
  171. 'idle' => 'Fuentes inactivas',
  172. 'main' => 'Estadísticas principañes',
  173. 'repartition' => 'Reparto de artículos',
  174. ),
  175. 'subscription_management' => 'Administración de suscripciones',
  176. 'subscription_tools' => 'Herramientas de suscripción',
  177. ),
  178. 'tag' => array(
  179. 'name' => 'Nombre',
  180. 'new_name' => 'Nuevo nombre',
  181. 'old_name' => 'Nombre antiguo',
  182. ),
  183. 'title' => array(
  184. '_' => 'Administración de suscripciones',
  185. 'add' => 'Agregar un feed o una categoría',
  186. 'add_category' => 'Agregar una categoría',
  187. 'add_dynamic_opml' => 'Add dynamic OPML', // TODO
  188. 'add_feed' => 'Añadir un feed',
  189. 'add_label' => 'Añadir una etiqueta',
  190. 'delete_label' => 'Eliminar una etiqueta',
  191. 'feed_management' => 'Administración de fuentes RSS',
  192. 'rename_label' => 'Cambiar el nombre de una etiqueta',
  193. 'subscription_tools' => 'Herramientas de suscripción',
  194. ),
  195. );