sub.php 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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. 'empty' => 'Categoria voida',
  26. 'information' => 'Informacions',
  27. 'position' => 'Mostrar la posicion',
  28. 'position_help' => 'Per contrarotlar l’òrdre de tria de la categoria',
  29. 'title' => 'Títol',
  30. ),
  31. 'feed' => array(
  32. 'add' => 'Ajustar un flux RSS',
  33. 'advanced' => 'Avançat',
  34. 'archiving' => 'Archivar',
  35. 'auth' => array(
  36. 'configuration' => 'Identificacion',
  37. 'help' => 'Permet l’accès als fluxes protegits per una autentificacion HTTP',
  38. 'http' => 'Autentificacion HTTP',
  39. 'password' => 'Senhal HTTP',
  40. 'username' => 'Identificant HTTP',
  41. ),
  42. 'clear_cache' => 'Totjorn escafar lo cache',
  43. 'content_action' => array(
  44. '_' => 'Accion sul contengut en recuperant lo contengut de l’article',
  45. 'append' => 'Apondre aprèp lo contengut existent',
  46. 'prepend' => 'Apondre abans lo contengut existent',
  47. 'replace' => 'Remplaçar lo contengut existent',
  48. ),
  49. 'css_cookie' => 'Utilizar los cookies en recuperant lo contengut de l’article',
  50. 'css_cookie_help' => 'Exemple : <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>',
  51. 'css_help' => 'Permet de recuperar los fluxes troncats (atencion, demanda mai de temps !)',
  52. 'css_path' => 'Selector CSS dels articles sul site d’origina',
  53. 'description' => 'Descripcion', // IGNORE
  54. 'empty' => 'Aqueste flux es void. Assegurats-vos qu’es totjorn mantengut.',
  55. 'error' => 'Aqueste flux a rescontrat un problèma. Volgatz verificar que siá totjorn accessible puèi actualizatz-lo.',
  56. 'filteractions' => array(
  57. '_' => 'Filtre d’accion',
  58. 'help' => 'Escrivètz una recèrca per linha.',
  59. ),
  60. 'information' => 'Informacions',
  61. 'keep_min' => 'Nombre minimum d’articles de servar',
  62. 'kind' => array(
  63. '_' => 'Type of feed source', // TODO
  64. 'html_xpath' => array(
  65. '_' => 'HTML + XPath (Web scraping)', // TODO
  66. 'feed_title' => array(
  67. '_' => 'feed title', // TODO
  68. 'help' => 'Example: <code>//title</code> or a static string: <code>"My custom feed"</code>', // TODO
  69. ),
  70. '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
  71. 'item' => array(
  72. '_' => 'finding news <strong>items</strong><br /><small>(most important)</small>', // TODO
  73. 'help' => 'Example: <code>//div[@class="news-item"]</code>', // TODO
  74. ),
  75. 'item_author' => array(
  76. '_' => 'item author', // TODO
  77. 'help' => 'Can also be a static string. Example: <code>"Anonymous"</code>', // TODO
  78. ),
  79. 'item_categories' => 'items tags', // TODO
  80. 'item_content' => array(
  81. '_' => 'item content', // TODO
  82. 'help' => 'Example to take the full item: <code>.</code>', // TODO
  83. ),
  84. 'item_thumbnail' => array(
  85. '_' => 'item thumbnail', // TODO
  86. 'help' => 'Example: <code>descendant::img/@src</code>', // TODO
  87. ),
  88. 'item_timestamp' => array(
  89. '_' => 'item date', // TODO
  90. 'help' => 'The result will be parsed by <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>', // TODO
  91. ),
  92. 'item_title' => array(
  93. '_' => 'item title', // TODO
  94. '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
  95. ),
  96. 'item_uri' => array(
  97. '_' => 'item link (URL)', // TODO
  98. 'help' => 'Example: <code>descendant::a/@href</code>', // TODO
  99. ),
  100. 'relative' => 'XPath (relative to item) for:', // TODO
  101. 'xpath' => 'XPath for:', // TODO
  102. ),
  103. 'rss' => 'RSS / Atom (default)', // TODO
  104. ),
  105. 'maintenance' => array(
  106. 'clear_cache' => 'Escafar lo cache',
  107. 'clear_cache_help' => 'Escafar lo cache d’aqueste flux sul disc',
  108. 'reload_articles' => 'Recargar los articles',
  109. 'reload_articles_help' => 'Recargar los articles e recuperar lo contengut complet', // DIRTY
  110. 'title' => 'Mantenença',
  111. ),
  112. 'moved_category_deleted' => 'Quand escafatz una categoria, sos fluxes son automaticament classats dins <em>%s</em>.',
  113. 'mute' => 'mut',
  114. 'no_selected' => 'Cap de flux pas seleccionat.',
  115. 'number_entries' => '%d articles', // IGNORE
  116. 'priority' => array(
  117. '_' => 'Visibilitat',
  118. 'archived' => 'Mostrar pas (archivat)',
  119. 'main_stream' => 'Mostar al flux màger',
  120. 'normal' => 'Mostar dins sa categoria',
  121. ),
  122. 'proxy' => 'Definir un servidor proxy per trapar aqueste flux',
  123. 'proxy_help' => 'Seleccionatz un protocòl (ex : SOCKS5) e picatz l’adreça del proxy (ex : <kbd>127.0.0.1:1080</kbd>)',
  124. 'selector_preview' => array(
  125. 'show_raw' => 'Veire lo còdi font',
  126. 'show_rendered' => 'Veire lo contengut',
  127. ),
  128. 'show' => array(
  129. 'all' => 'Mostrar totes los fluxes',
  130. 'error' => 'Mostrar pas que los fluxes amb errors',
  131. ),
  132. 'showing' => array(
  133. 'error' => 'Afichatge dels articles amb errors solament',
  134. ),
  135. 'ssl_verify' => 'Verificacion de la seguretat SSL',
  136. 'stats' => 'Estatisticas',
  137. 'think_to_add' => 'Podètz ajustar de fluxes.',
  138. 'timeout' => 'Temps d’espèra en segondas',
  139. 'title' => 'Títol',
  140. 'title_add' => 'Ajustar un flux RSS',
  141. 'ttl' => 'Actualizar pas automaticament mai sovent que',
  142. 'url' => 'Flux URL',
  143. 'useragent' => 'Definir un user agent per recuperar aqueste flux',
  144. 'useragent_help' => 'Exemple : <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>',
  145. 'validator' => 'Verificar la validitat del flux',
  146. 'website' => 'URL del site',
  147. 'websub' => 'Notificacions instantanèas amb WebSub',
  148. ),
  149. 'import_export' => array(
  150. 'export' => 'Exportar',
  151. 'export_labelled' => 'Exportar los articles etiquetats',
  152. 'export_opml' => 'Exportar la lista de fluxes (OPML)',
  153. 'export_starred' => 'Exportar los favorits',
  154. 'feed_list' => 'Lista dels %s articles',
  155. 'file_to_import' => 'Fichièr d’importar<br />(OPML, JSON o ZIP)',
  156. 'file_to_import_no_zip' => 'Fichièr d’importar<br />(OPML o JSON)',
  157. 'import' => 'Importar',
  158. 'starred_list' => 'Lista dels articles favorits',
  159. 'title' => 'Importar / Exportar',
  160. ),
  161. 'menu' => array(
  162. 'add' => 'Ajustar un flux o una categoria',
  163. 'import_export' => 'Importar / Exportar',
  164. 'label_management' => 'Gestion de las etiquetas',
  165. 'stats' => array(
  166. 'idle' => 'Fluxes inactius',
  167. 'main' => 'Estatisticas principalas',
  168. 'repartition' => 'Reparticion dels articles',
  169. ),
  170. 'subscription_management' => 'Gestion dels abonaments',
  171. 'subscription_tools' => 'Aisinas d’abonament',
  172. ),
  173. 'tag' => array(
  174. 'name' => 'Nom',
  175. 'new_name' => 'Nom novèl',
  176. 'old_name' => 'Nom ancian',
  177. ),
  178. 'title' => array(
  179. '_' => 'Gestion dels abonaments',
  180. 'add' => 'Apondon de flux o categoria',
  181. 'add_category' => 'Ajustar una categoria',
  182. 'add_feed' => 'Ajustar un flux',
  183. 'add_label' => 'Ajustar una etiqueta',
  184. 'delete_label' => 'Suprimir una etiqueta',
  185. 'feed_management' => 'Gestion dels fluxes RSS',
  186. 'rename_label' => 'Renomenar una etiqueta',
  187. 'subscription_tools' => 'Aisinas d’abonament',
  188. ),
  189. );