sub.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  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',
  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. 'content_retrieval' => 'Content retrieval', // TODO
  59. 'css_cookie' => 'Utilizar los cookies en recuperant lo contengut de l’article',
  60. 'css_cookie_help' => 'Exemple : <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>',
  61. 'css_help' => 'Permet de recuperar los fluxes troncats (atencion, demanda mai de temps !)',
  62. 'css_path' => 'Selector CSS dels articles sul site d’origina',
  63. 'css_path_filter' => array(
  64. '_' => 'Selector CSS de l’element de tirar',
  65. 'help' => 'Un selector CSS pòt èsser una lista coma : <kbd>footer, aside, p[data-sanitized-class~="menu"]</kbd>',
  66. ),
  67. 'description' => 'Descripcion', // IGNORE
  68. 'empty' => 'Aqueste flux es void. Assegurats-vos qu’es totjorn mantengut.',
  69. 'error' => 'Aqueste flux a rescontrat un problèma. Volgatz verificar que siá totjorn accessible.', // DIRTY
  70. 'export-as-opml' => array(
  71. 'download' => 'Download', // TODO
  72. 'help' => 'XML file (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // TODO
  73. 'label' => 'Export as OPML', // TODO
  74. ),
  75. 'filteractions' => array(
  76. '_' => 'Filtre d’accion',
  77. '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
  78. ),
  79. 'http_headers' => 'HTTP Headers', // TODO
  80. 'http_headers_help' => 'Headers are separated by a newline, and the name and value of a header are separated by a colon (e.g: <kbd><code>Accept: application/atom+xml<br />Authorization: Bearer some-token</code></kbd>).', // TODO
  81. 'information' => 'Informacions',
  82. 'keep_min' => 'Nombre minimum d’articles de servar',
  83. 'kind' => array(
  84. '_' => 'Tipe de font de flux',
  85. 'html_json' => array(
  86. '_' => 'HTML + XPath + JSON dot notation (JSON in HTML)', // TODO
  87. 'xpath' => array(
  88. '_' => 'XPath for JSON in HTML', // TODO
  89. 'help' => 'Example: <code>normalize-space(//script[@type="application/json"])</code> (single JSON)<br />or: <code>//script[@type="application/ld+json"]</code> (one JSON object per article)', // TODO
  90. ),
  91. ),
  92. 'html_xpath' => array(
  93. '_' => 'HTML + XPath (Web scraping)', // IGNORE
  94. 'feed_title' => array(
  95. '_' => 'títol del flux',
  96. 'help' => 'Exemple : <code>//title</code> o una cadena de tèxt estatica : <code>"Mon flux personalizat"</code>',
  97. ),
  98. '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.',
  99. 'item' => array(
  100. '_' => 'trobar de novèlas <strong>items</strong><br /><small>(mai important)</small>',
  101. 'help' => 'Exemple : <code>//div[@class="news-item"]</code>',
  102. ),
  103. 'item_author' => array(
  104. '_' => 'item autor',
  105. 'help' => 'Pòt èsser una cadena de tèxt estatica. Exemple : <code>"Anonymous"</code>',
  106. ),
  107. 'item_categories' => 'item etiqueta',
  108. 'item_content' => array(
  109. '_' => 'item contengut',
  110. 'help' => 'Exemple per prendre tot l’item : <code>.</code>',
  111. ),
  112. 'item_thumbnail' => array(
  113. '_' => 'item vinheta',
  114. 'help' => 'Exemple : <code>descendant::img/@src</code>',
  115. ),
  116. 'item_timeFormat' => array(
  117. '_' => 'Custom date/time format', // TODO
  118. '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
  119. ),
  120. 'item_timestamp' => array(
  121. '_' => 'item data',
  122. 'help' => 'Lo resultats serà formatat per la foncion <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>',
  123. ),
  124. 'item_title' => array(
  125. '_' => 'item títol',
  126. '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>',
  127. ),
  128. 'item_uid' => array(
  129. '_' => 'item ID unic',
  130. 'help' => 'Opcional. Exemple : <code>descendant::div/@data-uri</code>',
  131. ),
  132. 'item_uri' => array(
  133. '_' => 'item ligam (URL)',
  134. 'help' => 'Exemple : <code>descendant::a/@href</code>',
  135. ),
  136. 'relative' => 'XPath (relatiu a l’element) per :',
  137. 'xpath' => 'XPath per :',
  138. ),
  139. 'json_dotnotation' => array(
  140. '_' => 'JSON (dot notation)', // TODO
  141. 'feed_title' => array(
  142. '_' => 'feed title', // TODO
  143. 'help' => 'Example: <code>meta.title</code> or a static string: <code>"My custom feed"</code>', // TODO
  144. ),
  145. 'help' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO
  146. 'item' => array(
  147. '_' => 'finding news <strong>items</strong><br /><small>(most important)</small>', // TODO
  148. 'help' => 'JSON path to the array containing the items, e.g. <code>$</code> or <code>newsItems</code>', // TODO
  149. ),
  150. 'item_author' => 'item author', // TODO
  151. 'item_categories' => 'item tags', // TODO
  152. 'item_content' => array(
  153. '_' => 'item content', // TODO
  154. 'help' => 'Key under which the content is found, e.g. <code>content</code>', // TODO
  155. ),
  156. 'item_thumbnail' => array(
  157. '_' => 'item thumbnail', // TODO
  158. 'help' => 'Example: <code>image</code>', // TODO
  159. ),
  160. 'item_timeFormat' => array(
  161. '_' => 'Custom date/time format', // TODO
  162. '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
  163. ),
  164. 'item_timestamp' => array(
  165. '_' => 'item date', // TODO
  166. 'help' => 'The result will be parsed by <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>', // TODO
  167. ),
  168. 'item_title' => 'item title', // TODO
  169. 'item_uid' => 'item unique ID', // TODO
  170. 'item_uri' => array(
  171. '_' => 'item link (URL)', // TODO
  172. 'help' => 'Example: <code>permalink</code>', // TODO
  173. ),
  174. 'json' => 'dot notation for:', // TODO
  175. 'relative' => 'dot notated path (relative to item) for:', // TODO
  176. ),
  177. 'jsonfeed' => 'JSON Feed', // TODO
  178. 'rss' => 'RSS / Atom (defaut)',
  179. 'xml_xpath' => 'XML + XPath', // TODO
  180. ),
  181. 'maintenance' => array(
  182. 'clear_cache' => 'Escafar lo cache',
  183. 'clear_cache_help' => 'Escafar lo cache d’aqueste flux sul disc',
  184. 'reload_articles' => 'Recargar los articles',
  185. 'reload_articles_help' => 'Recargar los articles e recuperar lo contengut complet', // DIRTY
  186. 'title' => 'Mantenença',
  187. ),
  188. 'max_http_redir' => 'Max HTTP redireccions',
  189. 'max_http_redir_help' => 'Definir a 0 o daissar void per lo desactivar, -1 per de redireccions illimitadas',
  190. 'method' => array(
  191. '_' => 'HTTP Method', // TODO
  192. ),
  193. 'method_help' => 'The POST payload has automatic support for <code>application/x-www-form-urlencoded</code> and <code>application/json</code>', // TODO
  194. 'method_postparams' => 'Payload for POST', // TODO
  195. 'moved_category_deleted' => 'Quand escafatz una categoria, sos fluxes son automaticament classats dins <em>%s</em>.',
  196. 'mute' => array(
  197. '_' => 'mut',
  198. 'state_is_muted' => 'This feed is muted', // TODO
  199. ),
  200. 'no_selected' => 'Cap de flux pas seleccionat.',
  201. 'number_entries' => '%d articles', // IGNORE
  202. 'open_feed' => 'Open feed %s', // TODO
  203. 'path_entries_conditions' => 'Conditions for content retrieval', // TODO
  204. 'priority' => array(
  205. '_' => 'Visibilitat',
  206. 'archived' => 'Mostrar pas (archivat)',
  207. 'category' => 'Mostar dins sa categoria',
  208. 'important' => 'Show in important feeds', // TODO
  209. 'main_stream' => 'Mostar al flux màger',
  210. ),
  211. 'proxy' => 'Definir un servidor proxy per trapar aqueste flux',
  212. '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
  213. 'selector_preview' => array(
  214. 'show_raw' => 'Veire lo còdi font',
  215. 'show_rendered' => 'Veire lo contengut',
  216. ),
  217. 'show' => array(
  218. 'all' => 'Mostrar totes los fluxes',
  219. 'error' => 'Mostrar pas que los fluxes amb errors',
  220. ),
  221. 'showing' => array(
  222. 'error' => 'Afichatge dels articles amb errors solament',
  223. ),
  224. 'ssl_verify' => 'Verificacion de la seguretat SSL',
  225. 'stats' => 'Estatisticas',
  226. 'think_to_add' => 'Podètz ajustar de fluxes.',
  227. 'timeout' => 'Temps d’espèra en segondas',
  228. 'title' => 'Títol',
  229. 'title_add' => 'Ajustar un flux RSS',
  230. 'ttl' => 'Actualizar pas automaticament mai sovent que',
  231. 'unicityCriteria' => array(
  232. '_' => 'Article unicity criteria', // TODO
  233. 'forced' => '<span title="Block the unicity criteria, even when the feed has duplicate articles">forced</span>', // TODO
  234. 'help' => 'Relevant for invalid feeds.<br />⚠️ Changing the policy will create duplicates.', // TODO
  235. 'id' => 'Standard ID (default)', // TODO
  236. 'link' => 'Link', // TODO
  237. 'sha1:link_published' => 'Link + Date', // TODO
  238. 'sha1:link_published_title' => 'Link + Date + Title', // TODO
  239. 'sha1:link_published_title_content' => 'Link + Date + Title + Content', // TODO
  240. ),
  241. 'url' => 'Flux URL',
  242. 'useragent' => 'Definir un user agent per recuperar aqueste flux',
  243. 'useragent_help' => 'Exemple : <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>',
  244. 'validator' => 'Verificar la validitat del flux',
  245. 'website' => 'URL del site',
  246. 'websub' => 'Notificacions instantanèas amb WebSub',
  247. ),
  248. 'import_export' => array(
  249. 'export' => array(
  250. '_' => 'Exportar',
  251. 'sqlite' => 'Download user database as SQLite', // TODO
  252. ),
  253. 'export_labelled' => 'Exportar los articles etiquetats',
  254. 'export_opml' => 'Exportar la lista de fluxes (OPML)',
  255. 'export_starred' => 'Exportar los favorits',
  256. 'feed_list' => 'Lista dels %s articles',
  257. 'file_to_import' => 'Fichièr d’importar<br />(OPML, JSON o ZIP)',
  258. 'file_to_import_no_zip' => 'Fichièr d’importar<br />(OPML o JSON)',
  259. 'import' => 'Importar',
  260. 'starred_list' => 'Lista dels articles favorits',
  261. 'title' => 'Importar / Exportar',
  262. ),
  263. 'menu' => array(
  264. 'add' => 'Ajustar un flux o una categoria',
  265. 'import_export' => 'Importar / Exportar',
  266. 'label_management' => 'Gestion de las etiquetas',
  267. 'stats' => array(
  268. 'idle' => 'Fluxes inactius',
  269. 'main' => 'Estatisticas principalas',
  270. 'repartition' => 'Reparticion dels articles',
  271. ),
  272. 'subscription_management' => 'Gestion dels abonaments',
  273. 'subscription_tools' => 'Aisinas d’abonament',
  274. ),
  275. 'tag' => array(
  276. 'auto_label' => 'Add this label to new articles', // TODO
  277. 'name' => 'Nom',
  278. 'new_name' => 'Nom novèl',
  279. 'old_name' => 'Nom ancian',
  280. ),
  281. 'title' => array(
  282. '_' => 'Gestion dels abonaments',
  283. 'add' => 'Apondon de flux o categoria',
  284. 'add_category' => 'Ajustar una categoria',
  285. 'add_dynamic_opml' => 'Apondre un OPML dinamic',
  286. 'add_feed' => 'Ajustar un flux',
  287. 'add_label' => 'Ajustar una etiqueta',
  288. 'add_opml_category' => 'OPML category name', // TODO
  289. 'delete_label' => 'Suprimir una etiqueta',
  290. 'feed_management' => 'Gestion dels fluxes RSS',
  291. 'rename_label' => 'Renomenar una etiqueta',
  292. 'subscription_tools' => 'Aisinas d’abonament',
  293. ),
  294. );