sub.php 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  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. '_' => 'OPML dinamic',
  27. 'help' => 'Fornís l’URL per un <a href="http://opml.org/" target="_blank">fichièr OPML</a> per garnir automaticament aquesta categoria amb de flux',
  28. ),
  29. 'empty' => 'Categoria voida',
  30. 'expand' => 'Expand category', // TODO
  31. 'information' => 'Informacions',
  32. 'open' => 'Open category', // TODO
  33. 'opml_url' => 'URL OPML',
  34. 'position' => 'Mostrar la posicion',
  35. 'position_help' => 'Per contrarotlar l’òrdre de tria de la categoria',
  36. 'title' => 'Títol',
  37. ),
  38. 'feed' => array(
  39. 'accept_cookies' => 'Acceptar los cookies',
  40. 'accept_cookies_help' => 'Permetre al servidor del flux de definir de cookies (gardatz en memòria pendent la durada de la requèsta sonque)',
  41. 'add' => 'Ajustar un flux RSS',
  42. 'advanced' => 'Avançat',
  43. 'archiving' => 'Archivar',
  44. 'auth' => array(
  45. 'configuration' => 'Identificacion',
  46. 'help' => 'Permet l’accès als fluxes protegits per una autentificacion HTTP',
  47. 'http' => 'Autentificacion HTTP',
  48. 'password' => 'Senhal HTTP',
  49. 'username' => 'Identificant HTTP',
  50. ),
  51. 'clear_cache' => 'Totjorn escafar lo cache',
  52. 'content_action' => array(
  53. '_' => 'Accion sul contengut en recuperant lo contengut de l’article',
  54. 'append' => 'Apondre aprèp lo contengut existent',
  55. 'prepend' => 'Apondre abans lo contengut existent',
  56. 'replace' => 'Remplaçar lo contengut existent',
  57. ),
  58. 'css_cookie' => 'Utilizar los cookies en recuperant lo contengut de l’article',
  59. 'css_cookie_help' => 'Exemple : <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>',
  60. 'css_help' => 'Permet de recuperar los fluxes troncats (atencion, demanda mai de temps !)',
  61. 'css_path' => 'Selector CSS dels articles sul site d’origina',
  62. 'css_path_filter' => array(
  63. '_' => 'Selector CSS de l’element de tirar',
  64. 'help' => 'Un selector CSS pòt èsser una lista coma : <kbd>.footer, .aside</kbd>',
  65. ),
  66. 'description' => 'Descripcion', // IGNORE
  67. 'empty' => 'Aqueste flux es void. Assegurats-vos qu’es totjorn mantengut.',
  68. 'error' => 'Aqueste flux a rescontrat un problèma. Volgatz verificar que siá totjorn accessible puèi actualizatz-lo.',
  69. 'export-as-opml' => array(
  70. 'download' => 'Download', // TODO
  71. 'help' => 'XML file (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // TODO
  72. 'label' => 'Export as OPML', // TODO
  73. ),
  74. 'filteractions' => array(
  75. '_' => 'Filtre d’accion',
  76. 'help' => 'Escrivètz una recèrca per linha. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY
  77. ),
  78. 'information' => 'Informacions',
  79. 'keep_min' => 'Nombre minimum d’articles de servar',
  80. 'kind' => array(
  81. '_' => 'Tipe de font de flux',
  82. 'html_xpath' => array(
  83. '_' => 'HTML + XPath (Web scraping)', // IGNORE
  84. 'feed_title' => array(
  85. '_' => 'títol del flux',
  86. 'help' => 'Exemple : <code>//title</code> o una cadena de tèxt estatica : <code>"Mon flux personalizat"</code>',
  87. ),
  88. 'help' => '<dfn><a href="https://www.w3.org/TR/xpath-10/" target="_blank">XPath 1.0</a></dfn> es un lengatge de requèsta estandard pels utilizaires avançats, e que FreshRSS prend en carga pel Web scraping.',
  89. 'item' => array(
  90. '_' => 'trobar de novèlas <strong>items</strong><br /><small>(mai important)</small>',
  91. 'help' => 'Exemple : <code>//div[@class="news-item"]</code>',
  92. ),
  93. 'item_author' => array(
  94. '_' => 'item autor',
  95. 'help' => 'Pòt èsser una cadena de tèxt estatica. Exemple : <code>"Anonymous"</code>',
  96. ),
  97. 'item_categories' => 'item etiqueta',
  98. 'item_content' => array(
  99. '_' => 'item contengut',
  100. 'help' => 'Exemple per prendre tot l’item : <code>.</code>',
  101. ),
  102. 'item_thumbnail' => array(
  103. '_' => 'item vinheta',
  104. 'help' => 'Exemple : <code>descendant::img/@src</code>',
  105. ),
  106. 'item_timeFormat' => array(
  107. '_' => 'Custom date/time format', // TODO
  108. 'help' => 'Optional. A format supported by <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> such as <code>d-m-Y H:i:s</code>', // TODO
  109. ),
  110. 'item_timestamp' => array(
  111. '_' => 'item data',
  112. 'help' => 'Lo resultats serà formatat per la foncion <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>',
  113. ),
  114. 'item_title' => array(
  115. '_' => 'item títol',
  116. 'help' => 'Utilizatz en particular lo <a href="https://developer.mozilla.org/docs/Web/XPath/Axes" target="_blank">XPath axis</a> <code>descendant::</code> coma <code>descendant::h2</code>',
  117. ),
  118. 'item_uid' => array(
  119. '_' => 'item ID unic',
  120. 'help' => 'Opcional. Exemple : <code>descendant::div/@data-uri</code>',
  121. ),
  122. 'item_uri' => array(
  123. '_' => 'item ligam (URL)',
  124. 'help' => 'Exemple : <code>descendant::a/@href</code>',
  125. ),
  126. 'relative' => 'XPath (relatiu a l’element) per :',
  127. 'xpath' => 'XPath per :',
  128. ),
  129. 'json_dotnotation' => array(
  130. '_' => 'JSON (dot notation)', // TODO
  131. 'feed_title' => array(
  132. '_' => 'feed title', // TODO
  133. 'help' => 'Example: <code>meta.title</code> or a static string: <code>"My custom feed"</code>', // TODO
  134. ),
  135. 'help' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO
  136. 'item' => array(
  137. '_' => 'finding news <strong>items</strong><br /><small>(most important)</small>', // TODO
  138. 'help' => 'JSON path to the array containing the items, e.g. <code>newsItems</code>', // TODO
  139. ),
  140. 'item_author' => 'item author', // TODO
  141. 'item_categories' => 'item tags', // TODO
  142. 'item_content' => array(
  143. '_' => 'item content', // TODO
  144. 'help' => 'Key under which the content is found, e.g. <code>content</code>', // TODO
  145. ),
  146. 'item_thumbnail' => array(
  147. '_' => 'item thumbnail', // TODO
  148. 'help' => 'Example: <code>image</code>', // TODO
  149. ),
  150. 'item_timeFormat' => array(
  151. '_' => 'Custom date/time format', // TODO
  152. 'help' => 'Optional. A format supported by <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> such as <code>d-m-Y H:i:s</code>', // TODO
  153. ),
  154. 'item_timestamp' => array(
  155. '_' => 'item date', // TODO
  156. 'help' => 'The result will be parsed by <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>', // TODO
  157. ),
  158. 'item_title' => 'item title', // TODO
  159. 'item_uid' => 'item unique ID', // TODO
  160. 'item_uri' => array(
  161. '_' => 'item link (URL)', // TODO
  162. 'help' => 'Example: <code>permalink</code>', // TODO
  163. ),
  164. 'json' => 'dot notation for:', // TODO
  165. 'relative' => 'dot notated path (relative to item) for:', // TODO
  166. ),
  167. 'jsonfeed' => 'JSON Feed', // TODO
  168. 'rss' => 'RSS / Atom (defaut)',
  169. 'xml_xpath' => 'XML + XPath', // TODO
  170. ),
  171. 'maintenance' => array(
  172. 'clear_cache' => 'Escafar lo cache',
  173. 'clear_cache_help' => 'Escafar lo cache d’aqueste flux sul disc',
  174. 'reload_articles' => 'Recargar los articles',
  175. 'reload_articles_help' => 'Recargar los articles e recuperar lo contengut complet', // DIRTY
  176. 'title' => 'Mantenença',
  177. ),
  178. 'max_http_redir' => 'Max HTTP redireccions',
  179. 'max_http_redir_help' => 'Definir a 0 o daissar void per lo desactivar, -1 per de redireccions illimitadas',
  180. 'method' => array(
  181. '_' => 'HTTP Method', // TODO
  182. ),
  183. 'method_help' => 'The POST payload has automatic support for <code>application/x-www-form-urlencoded</code> and <code>application/json</code>', // TODO
  184. 'method_postparams' => 'Payload for POST', // TODO
  185. 'moved_category_deleted' => 'Quand escafatz una categoria, sos fluxes son automaticament classats dins <em>%s</em>.',
  186. 'mute' => array(
  187. '_' => 'mut',
  188. 'state_is_muted' => 'This feed is muted', // TODO
  189. ),
  190. 'no_selected' => 'Cap de flux pas seleccionat.',
  191. 'number_entries' => '%d articles', // IGNORE
  192. 'open_feed' => 'Open feed %s', // TODO
  193. 'priority' => array(
  194. '_' => 'Visibilitat',
  195. 'archived' => 'Mostrar pas (archivat)',
  196. 'category' => 'Mostar dins sa categoria',
  197. 'important' => 'Show in important feeds', // TODO
  198. 'main_stream' => 'Mostar al flux màger',
  199. ),
  200. 'proxy' => 'Definir un servidor proxy per trapar aqueste flux',
  201. 'proxy_help' => 'Seleccionatz un protocòl (ex : SOCKS5) e picatz l’adreça del proxy (ex : <kbd>127.0.0.1:1080</kbd> or <kbd>username:password@127.0.0.1:1080</kbd>)', // DIRTY
  202. 'selector_preview' => array(
  203. 'show_raw' => 'Veire lo còdi font',
  204. 'show_rendered' => 'Veire lo contengut',
  205. ),
  206. 'show' => array(
  207. 'all' => 'Mostrar totes los fluxes',
  208. 'error' => 'Mostrar pas que los fluxes amb errors',
  209. ),
  210. 'showing' => array(
  211. 'error' => 'Afichatge dels articles amb errors solament',
  212. ),
  213. 'ssl_verify' => 'Verificacion de la seguretat SSL',
  214. 'stats' => 'Estatisticas',
  215. 'think_to_add' => 'Podètz ajustar de fluxes.',
  216. 'timeout' => 'Temps d’espèra en segondas',
  217. 'title' => 'Títol',
  218. 'title_add' => 'Ajustar un flux RSS',
  219. 'ttl' => 'Actualizar pas automaticament mai sovent que',
  220. 'url' => 'Flux URL',
  221. 'useragent' => 'Definir un user agent per recuperar aqueste flux',
  222. 'useragent_help' => 'Exemple : <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>',
  223. 'validator' => 'Verificar la validitat del flux',
  224. 'website' => 'URL del site',
  225. 'websub' => 'Notificacions instantanèas amb WebSub',
  226. ),
  227. 'import_export' => array(
  228. 'export' => 'Exportar',
  229. 'export_labelled' => 'Exportar los articles etiquetats',
  230. 'export_opml' => 'Exportar la lista de fluxes (OPML)',
  231. 'export_starred' => 'Exportar los favorits',
  232. 'feed_list' => 'Lista dels %s articles',
  233. 'file_to_import' => 'Fichièr d’importar<br />(OPML, JSON o ZIP)',
  234. 'file_to_import_no_zip' => 'Fichièr d’importar<br />(OPML o JSON)',
  235. 'import' => 'Importar',
  236. 'starred_list' => 'Lista dels articles favorits',
  237. 'title' => 'Importar / Exportar',
  238. ),
  239. 'menu' => array(
  240. 'add' => 'Ajustar un flux o una categoria',
  241. 'import_export' => 'Importar / Exportar',
  242. 'label_management' => 'Gestion de las etiquetas',
  243. 'stats' => array(
  244. 'idle' => 'Fluxes inactius',
  245. 'main' => 'Estatisticas principalas',
  246. 'repartition' => 'Reparticion dels articles',
  247. ),
  248. 'subscription_management' => 'Gestion dels abonaments',
  249. 'subscription_tools' => 'Aisinas d’abonament',
  250. ),
  251. 'tag' => array(
  252. 'auto_label' => 'Add this label to new articles', // TODO
  253. 'name' => 'Nom',
  254. 'new_name' => 'Nom novèl',
  255. 'old_name' => 'Nom ancian',
  256. ),
  257. 'title' => array(
  258. '_' => 'Gestion dels abonaments',
  259. 'add' => 'Apondon de flux o categoria',
  260. 'add_category' => 'Ajustar una categoria',
  261. 'add_dynamic_opml' => 'Apondre un OPML dinamic',
  262. 'add_feed' => 'Ajustar un flux',
  263. 'add_label' => 'Ajustar una etiqueta',
  264. 'delete_label' => 'Suprimir una etiqueta',
  265. 'feed_management' => 'Gestion dels fluxes RSS',
  266. 'rename_label' => 'Renomenar una etiqueta',
  267. 'subscription_tools' => 'Aisinas d’abonament',
  268. ),
  269. );