sub.php 8.4 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' => 'Copiatz l’URL seguenta per l’utilizaire dins d’una aisina extèrna.',
  14. 'title' => 'API', // IGNORE
  15. ),
  16. 'bookmarklet' => array(
  17. 'documentation' => 'Depausatz aqueste boton per la barra de marcapaginas o clicatz-lo a drecha e causissètz « Enregistrar aqueste ligam». Puèi clicatz «S’abonar» sus las paginas que volètz seguir.',
  18. 'label' => 'S’abonar',
  19. 'title' => 'Bookmarklet', // IGNORE
  20. ),
  21. 'category' => array(
  22. '_' => 'Categoria',
  23. 'add' => 'Ajustar categoria',
  24. 'archiving' => 'Archivar',
  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' => 'Categoria voida',
  30. 'information' => 'Informacions',
  31. 'opml_url' => 'OPML URL', // TODO
  32. 'position' => 'Mostrar la posicion',
  33. 'position_help' => 'Per contrarotlar l’òrdre de tria de la categoria',
  34. 'title' => 'Títol',
  35. ),
  36. 'feed' => array(
  37. 'add' => 'Ajustar un flux RSS',
  38. 'advanced' => 'Avançat',
  39. 'archiving' => 'Archivar',
  40. 'auth' => array(
  41. 'configuration' => 'Identificacion',
  42. 'help' => 'Permet l’accès als fluxes protegits per una autentificacion HTTP',
  43. 'http' => 'Autentificacion HTTP',
  44. 'password' => 'Senhal HTTP',
  45. 'username' => 'Identificant HTTP',
  46. ),
  47. 'clear_cache' => 'Totjorn escafar lo cache',
  48. 'content_action' => array(
  49. '_' => 'Accion sul contengut en recuperant lo contengut de l’article',
  50. 'append' => 'Apondre aprèp lo contengut existent',
  51. 'prepend' => 'Apondre abans lo contengut existent',
  52. 'replace' => 'Remplaçar lo contengut existent',
  53. ),
  54. 'css_cookie' => 'Utilizar los cookies en recuperant lo contengut de l’article',
  55. 'css_cookie_help' => 'Exemple : <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>',
  56. 'css_help' => 'Permet de recuperar los fluxes troncats (atencion, demanda mai de temps !)',
  57. 'css_path' => 'Selector CSS dels articles sul site d’origina',
  58. 'description' => 'Descripcion', // IGNORE
  59. 'empty' => 'Aqueste flux es void. Assegurats-vos qu’es totjorn mantengut.',
  60. 'error' => 'Aqueste flux a rescontrat un problèma. Volgatz verificar que siá totjorn accessible puèi actualizatz-lo.',
  61. 'filteractions' => array(
  62. '_' => 'Filtre d’accion',
  63. 'help' => 'Escrivètz una recèrca per linha.',
  64. ),
  65. 'information' => 'Informacions',
  66. 'keep_min' => 'Nombre minimum d’articles de servar',
  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' => 'Escafar lo cache',
  112. 'clear_cache_help' => 'Escafar lo cache d’aqueste flux sul disc',
  113. 'reload_articles' => 'Recargar los articles',
  114. 'reload_articles_help' => 'Recargar los articles e recuperar lo contengut complet', // DIRTY
  115. 'title' => 'Mantenença',
  116. ),
  117. 'moved_category_deleted' => 'Quand escafatz una categoria, sos fluxes son automaticament classats dins <em>%s</em>.',
  118. 'mute' => 'mut',
  119. 'no_selected' => 'Cap de flux pas seleccionat.',
  120. 'number_entries' => '%d articles', // IGNORE
  121. 'priority' => array(
  122. '_' => 'Visibilitat',
  123. 'archived' => 'Mostrar pas (archivat)',
  124. 'main_stream' => 'Mostar al flux màger',
  125. 'normal' => 'Mostar dins sa categoria',
  126. ),
  127. 'proxy' => 'Definir un servidor proxy per trapar aqueste flux',
  128. 'proxy_help' => 'Seleccionatz un protocòl (ex : SOCKS5) e picatz l’adreça del proxy (ex : <kbd>127.0.0.1:1080</kbd>)',
  129. 'selector_preview' => array(
  130. 'show_raw' => 'Veire lo còdi font',
  131. 'show_rendered' => 'Veire lo contengut',
  132. ),
  133. 'show' => array(
  134. 'all' => 'Mostrar totes los fluxes',
  135. 'error' => 'Mostrar pas que los fluxes amb errors',
  136. ),
  137. 'showing' => array(
  138. 'error' => 'Afichatge dels articles amb errors solament',
  139. ),
  140. 'ssl_verify' => 'Verificacion de la seguretat SSL',
  141. 'stats' => 'Estatisticas',
  142. 'think_to_add' => 'Podètz ajustar de fluxes.',
  143. 'timeout' => 'Temps d’espèra en segondas',
  144. 'title' => 'Títol',
  145. 'title_add' => 'Ajustar un flux RSS',
  146. 'ttl' => 'Actualizar pas automaticament mai sovent que',
  147. 'url' => 'Flux URL',
  148. 'useragent' => 'Definir un user agent per recuperar aqueste flux',
  149. 'useragent_help' => 'Exemple : <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>',
  150. 'validator' => 'Verificar la validitat del flux',
  151. 'website' => 'URL del site',
  152. 'websub' => 'Notificacions instantanèas amb WebSub',
  153. ),
  154. 'import_export' => array(
  155. 'export' => 'Exportar',
  156. 'export_labelled' => 'Exportar los articles etiquetats',
  157. 'export_opml' => 'Exportar la lista de fluxes (OPML)',
  158. 'export_starred' => 'Exportar los favorits',
  159. 'feed_list' => 'Lista dels %s articles',
  160. 'file_to_import' => 'Fichièr d’importar<br />(OPML, JSON o ZIP)',
  161. 'file_to_import_no_zip' => 'Fichièr d’importar<br />(OPML o JSON)',
  162. 'import' => 'Importar',
  163. 'starred_list' => 'Lista dels articles favorits',
  164. 'title' => 'Importar / Exportar',
  165. ),
  166. 'menu' => array(
  167. 'add' => 'Ajustar un flux o una categoria',
  168. 'import_export' => 'Importar / Exportar',
  169. 'label_management' => 'Gestion de las etiquetas',
  170. 'stats' => array(
  171. 'idle' => 'Fluxes inactius',
  172. 'main' => 'Estatisticas principalas',
  173. 'repartition' => 'Reparticion dels articles',
  174. ),
  175. 'subscription_management' => 'Gestion dels abonaments',
  176. 'subscription_tools' => 'Aisinas d’abonament',
  177. ),
  178. 'tag' => array(
  179. 'name' => 'Nom',
  180. 'new_name' => 'Nom novèl',
  181. 'old_name' => 'Nom ancian',
  182. ),
  183. 'title' => array(
  184. '_' => 'Gestion dels abonaments',
  185. 'add' => 'Apondon de flux o categoria',
  186. 'add_category' => 'Ajustar una categoria',
  187. 'add_dynamic_opml' => 'Add dynamic OPML', // TODO
  188. 'add_feed' => 'Ajustar un flux',
  189. 'add_label' => 'Ajustar una etiqueta',
  190. 'delete_label' => 'Suprimir una etiqueta',
  191. 'feed_management' => 'Gestion dels fluxes RSS',
  192. 'rename_label' => 'Renomenar una etiqueta',
  193. 'subscription_tools' => 'Aisinas d’abonament',
  194. ),
  195. );