conf.php 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  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. 'archiving' => array(
  13. '_' => 'Archius',
  14. 'exception' => 'Excepcion de purga',
  15. 'help' => 'Mai d’opcions son disponiblas dins la configuracion individuala dels fluxes',
  16. 'keep_favourites' => 'Jamai suprimir los favorits',
  17. 'keep_labels' => 'Jamai suprimir las etiquetas',
  18. 'keep_max' => 'Nombre maximum d’articles de gardar per flux',
  19. 'keep_min_by_feed' => 'Nombre minimum d’articles de servar per flux',
  20. 'keep_period' => 'Atge maximum dels articles de gardar',
  21. 'keep_unreads' => 'Jamai suprimir los pas legits',
  22. 'maintenance' => 'Entreten',
  23. 'optimize' => 'Optimizar la basa de donada',
  24. 'optimize_help' => 'De far de temps en temps per redusir la talha de la basa de donadas',
  25. 'policy' => 'Politica de purga',
  26. 'policy_warning' => 'Se cap de politica de purga es pas seleccionada, totes los articles seràn gardats',
  27. 'purge_now' => 'Purgar ara',
  28. 'title' => 'Archius',
  29. 'ttl' => 'Actualizar pas automaticament mai sovent que',
  30. ),
  31. 'display' => array(
  32. '_' => 'Afichatge',
  33. 'darkMode' => array(
  34. '_' => 'Automatic dark mode', // TODO
  35. 'auto' => 'Auto', // TODO
  36. 'help' => 'For compatible themes only', // TODO
  37. 'no' => 'No', // TODO
  38. ),
  39. 'icon' => array(
  40. 'bottom_line' => 'Linha enbàs',
  41. 'display_authors' => 'Autors',
  42. 'entry' => 'Icònas d’article',
  43. 'publication_date' => 'Data de publicacion',
  44. 'related_tags' => 'Etiquetas ligadas',
  45. 'sharing' => 'Partatge',
  46. 'summary' => 'Resumit',
  47. 'top_line' => 'Linha amont',
  48. ),
  49. 'language' => 'Lenga',
  50. 'notif_html5' => array(
  51. 'seconds' => 'segondas (0 significa cap de timeout)',
  52. 'timeout' => 'Temps d’afichatge de las notificacions HTML5',
  53. ),
  54. 'show_nav_buttons' => 'Mostrar los botons de navigacion',
  55. 'theme' => array(
  56. '_' => 'Tèma',
  57. 'deprecated' => array(
  58. '_' => 'Deprecated', // TODO
  59. 'description' => 'This theme is no longer supported and will be not available anymore in a <a href="https://freshrss.github.io/FreshRSS/en/users/05_Configuration.html#theme" target="_blank">future release of FreshRSS</a>', // TODO
  60. ),
  61. ),
  62. 'theme_not_available' => 'Lo tèma « %s » es pas pus disponible. Causissètz un autre tèma.',
  63. 'thumbnail' => array(
  64. 'label' => 'Vinheta',
  65. 'landscape' => 'Païsatge',
  66. 'none' => 'Cap',
  67. 'portrait' => 'Retrach',
  68. 'square' => 'Carrat',
  69. ),
  70. 'timezone' => 'Time zone', // TODO
  71. 'title' => 'Afichatge',
  72. 'website' => array(
  73. 'full' => 'Icon and name', // TODO
  74. 'icon' => 'Icon only', // TODO
  75. 'label' => 'Website', // TODO
  76. 'name' => 'Name only', // TODO
  77. 'none' => 'None', // TODO
  78. ),
  79. 'width' => array(
  80. 'content' => 'Largor del contengut',
  81. 'large' => 'Larga',
  82. 'medium' => 'Mejana',
  83. 'no_limit' => 'Cap de limit',
  84. 'thin' => 'Fina',
  85. ),
  86. ),
  87. 'logs' => array(
  88. 'loglist' => array(
  89. 'level' => 'Nivèl de log',
  90. 'message' => 'Messatge de log',
  91. 'timestamp' => 'Orodatatge',
  92. ),
  93. 'pagination' => array(
  94. 'first' => 'Debuta',
  95. 'last' => 'Fin',
  96. 'next' => 'Seguent',
  97. 'previous' => 'Precedent',
  98. ),
  99. ),
  100. 'mark_read_button' => array(
  101. '_' => '« o marcar tot coma legit » button', // DIRTY
  102. 'big' => 'Big', // TODO
  103. 'none' => 'None', // TODO
  104. 'small' => 'Small', // TODO
  105. ),
  106. 'privacy' => array(
  107. '_' => 'Privacy', // TODO
  108. 'retrieve_extension_list' => 'Retrieve extension list', // TODO
  109. ),
  110. 'profile' => array(
  111. '_' => 'Gestion del perfil',
  112. 'api' => array(
  113. '_' => 'Gestion API',
  114. 'api_not_set' => 'API password not set', // TODO
  115. 'api_set' => 'API password set', // TODO
  116. 'check_link' => 'Check API status via: <kbd><a href="../api/" target="_blank">%s</a></kbd>', // TODO
  117. 'disabled' => 'The API access is disabled.', // TODO
  118. 'documentation_link' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">documentation and list of known apps</a>', // TODO
  119. 'help' => 'See <a href="http://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target=_blank>documentation</a>', // TODO
  120. ),
  121. 'delete' => array(
  122. '_' => 'Supression del compte',
  123. 'warn' => 'Lo compte e totas las donadas ligadas seràn suprimits.',
  124. ),
  125. 'email' => 'Adreça de corrièl',
  126. 'password_api' => 'Senhal API<br /><small>(ex. : per las aplicacions mobil)</small>',
  127. 'password_form' => 'Senhal API<br /><small>(ex. : per la connexion via formulari)</small>',
  128. 'password_format' => 'Almens 7 caractèrs',
  129. 'title' => 'Pefil',
  130. ),
  131. 'query' => array(
  132. '_' => 'Filtres utilizaires',
  133. 'deprecated' => 'Aqueste filtre es pas valid. La categoria o lo flux concernit es estat suprimit.',
  134. 'description' => 'Description', // TODO
  135. 'filter' => array(
  136. '_' => 'Filtres aplicats :',
  137. 'categories' => 'Afichatge per categoria',
  138. 'feeds' => 'Afichatge per flux',
  139. 'order' => 'Triar per data',
  140. 'search' => 'Expression', // IGNORE
  141. 'shareOpml' => 'Enable sharing by OPML of corresponding categories and feeds', // TODO
  142. 'shareRss' => 'Enable sharing by HTML &amp; RSS', // TODO
  143. 'state' => 'Estat',
  144. 'tags' => 'Afichatge per etiqueta',
  145. 'type' => 'Tipe',
  146. ),
  147. 'get_A' => 'Show all feeds, also those shown in their category', // TODO
  148. 'get_Z' => 'Show all feeds, also archived ones', // TODO
  149. 'get_all' => 'Mostrar totes los articles',
  150. 'get_all_labels' => 'Display articles with any label', // TODO
  151. 'get_category' => 'Mostrar la categoria « %s »',
  152. 'get_favorite' => 'Mostrar los articles favorits',
  153. 'get_feed' => 'Mostrar lo flux « %s »',
  154. 'get_important' => 'Display articles from important feeds', // TODO
  155. 'get_label' => 'Display articles with “%s” label', // TODO
  156. 'help' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">documentation for user queries and resharing by HTML / RSS / OPML</a>.', // TODO
  157. 'image_url' => 'Image URL', // TODO
  158. 'name' => 'Nom',
  159. 'no_filter' => 'Cap de filtre aplicat',
  160. 'no_queries' => array(
  161. '_' => 'No user queries are saved yet.', // TODO
  162. 'help' => 'See <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">documentation</a>', // TODO
  163. ),
  164. 'number' => 'Filtre n°%d',
  165. 'order_asc' => 'Mostrar los articles mai ancians en primièr',
  166. 'order_desc' => 'Mostrar los articles mai recents en primièr',
  167. 'search' => 'Recèrca de « %s »',
  168. 'share' => array(
  169. '_' => 'Share this query by link', // TODO
  170. 'disabled' => array(
  171. '_' => 'disabled', // TODO
  172. 'title' => 'Sharing', // TODO
  173. ),
  174. 'greader' => 'Shareable link to the GReader JSON', // TODO
  175. 'help' => 'Give this link if you want to share this query with anyone', // TODO
  176. 'html' => 'Shareable link to the HTML page', // TODO
  177. 'opml' => 'Shareable link to the OPML list of feeds', // TODO
  178. 'rss' => 'Shareable link to the RSS feed', // TODO
  179. ),
  180. 'state_0' => 'Mostrar totes los articles',
  181. 'state_1' => 'Mostrar los articles pas legits',
  182. 'state_2' => 'Mostrar los articles pas legits',
  183. 'state_3' => 'Mostrar totes los articles',
  184. 'state_4' => 'Mostrar los articles favorits',
  185. 'state_5' => 'Mostrar los articles legits e en favorits',
  186. 'state_6' => 'Mostrar los articles pas legits e en favorit',
  187. 'state_7' => 'Mostrar los articles favorits',
  188. 'state_8' => 'Mostrar los articles pas en favorit',
  189. 'state_9' => 'Mostrar los articles legits e pas en favorit',
  190. 'state_10' => 'Mostrar los articles pas legits e pas en favorit',
  191. 'state_11' => 'Mostrar los articles pas en favorit',
  192. 'state_12' => 'Mostrar totes los articles',
  193. 'state_13' => 'Mostrar los articles legits',
  194. 'state_14' => 'Mostrar los articles pas legits',
  195. 'state_15' => 'Mostrar totes los articles',
  196. 'title' => 'Filtres utilizaire',
  197. ),
  198. 'reading' => array(
  199. '_' => 'Lectura',
  200. 'after_onread' => 'Aprèp « marcar coma legit »,',
  201. 'always_show_favorites' => 'Mostrar totes los articles dels favorits per defaut',
  202. 'apply_to_individual_feed' => 'Applies to feeds individually', // TODO
  203. 'article' => array(
  204. 'authors_date' => array(
  205. '_' => 'Autors e data',
  206. 'both' => 'Dins l’entèsta e lo bas de pagina',
  207. 'footer' => 'Al pè de pagina',
  208. 'header' => 'Dins l’entèsta',
  209. 'none' => 'Cap',
  210. ),
  211. 'feed_name' => array(
  212. 'above_title' => 'Al dessús títol/etiquetas',
  213. 'none' => 'Cap',
  214. 'with_authors' => 'Dins la linha autors e data',
  215. ),
  216. 'feed_title' => 'Títol del flux',
  217. 'icons' => array(
  218. '_' => 'Article icons position<br /><small>(Reading view only)</small>', // TODO
  219. 'above_title' => 'Above title', // TODO
  220. 'with_authors' => 'In authors and date row', // TODO
  221. ),
  222. 'tags' => array(
  223. '_' => 'Etiquetas',
  224. 'both' => 'Dins l’entèsta e lo bas de pagina',
  225. 'footer' => 'Al pè de pagina',
  226. 'header' => 'Dins l’entèsta',
  227. 'none' => 'Cap',
  228. ),
  229. 'tags_max' => array(
  230. '_' => 'Nombre max d’etiquetas afichadas',
  231. 'help' => '0 significa : mostrar totas las etiquetas e las plegar pas',
  232. ),
  233. ),
  234. 'articles_per_page' => 'Nombre d’articles per pagina',
  235. 'auto_load_more' => 'Cargar los articles seguents enbàs de la pagina',
  236. 'auto_remove_article' => 'Rescondre los articles aprèp lectura',
  237. 'confirm_enabled' => 'Mostrar una confirmacion per las accions del tipe « o marcar tot coma legit »',
  238. 'display_articles_unfolded' => 'Mostrar los articles desplegats per defaut',
  239. 'display_categories_unfolded' => 'Categorias a desplegar',
  240. 'headline' => array(
  241. 'articles' => 'Articles : Dobrir/Tampar',
  242. 'articles_header_footer' => 'Articles : entèsta/pè de pagina',
  243. 'categories' => 'Navegacion esquèrra : categorias',
  244. 'mark_as_read' => 'Marcar los articles coma legits',
  245. 'misc' => 'Divèrs',
  246. 'view' => 'Vista',
  247. ),
  248. 'hide_read_feeds' => 'Rescondre las categorias & fluxes sens articles pas legits (fonciona pas amb la configuracion « Mostrar totes los articles »)',
  249. 'img_with_lazyload' => 'Utilizar lo mòde “cargament tardiu” pels imatges',
  250. 'jump_next' => 'sautar al vesin venent pas legit',
  251. 'mark_updated_article_unread' => 'Marcar los articles actualizats coma pas legits',
  252. 'number_divided_when_reader' => 'Devisat per 2 dins la vista de lectura.',
  253. 'read' => array(
  254. 'article_open_on_website' => 'quand l’article es dobèrt sul site d’origina',
  255. 'article_viewed' => 'quand l’article es mostrat',
  256. 'focus' => 'when focused (except for important feeds)', // TODO
  257. 'keep_max_n_unread' => 'Nombre max d’articles a gardar pas legits',
  258. 'scroll' => 'en davalant la pagina (except for important feeds)', // DIRTY
  259. 'upon_gone' => 'quand es pas mai dins lo flux de novèla font',
  260. 'upon_reception' => 'en recebre un article novèl',
  261. 'when' => 'Marcar un article coma legit…',
  262. 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
  263. 'when_same_title_in_feed' => 'se un títol identic existís ja demest lo <i>n</i> articles mai recents (of the feed)', // DIRTY
  264. ),
  265. 'show' => array(
  266. '_' => 'Articles de mostrar',
  267. 'active_category' => 'Activar categoria',
  268. 'adaptive' => 'Show unreads if any, all articles otherwise', // TODO
  269. 'all_articles' => 'Mostrar totes los articles',
  270. 'all_categories' => 'Totas las categorias',
  271. 'no_category' => 'Cap de categoria',
  272. 'remember_categories' => 'Se remembrar de las categorias dobèrtas',
  273. 'unread' => 'Mostrar pas que los pas legits',
  274. 'unread_or_favorite' => 'Show unreads and favourites', // TODO
  275. ),
  276. 'show_fav_unread_help' => 'Aplicar tanben a las etiquetas',
  277. 'sides_close_article' => 'Clicar fòra de la zòna de tèxte tampa l’article',
  278. 'sort' => array(
  279. '_' => 'Òrdre de tria',
  280. 'newer_first' => 'Mai recents en primièr',
  281. 'older_first' => 'Mai ancians en primièr',
  282. ),
  283. 'star' => array(
  284. 'when' => 'Mark an article as favourite…', // TODO
  285. ),
  286. 'sticky_post' => 'Gardar l’article amont quand es dobèrt',
  287. 'title' => 'Lectura',
  288. 'view' => array(
  289. 'default' => 'Vista per defaut',
  290. 'global' => 'Vista generala',
  291. 'normal' => 'Vista normala',
  292. 'reader' => 'Vista lectura',
  293. ),
  294. ),
  295. 'sharing' => array(
  296. '_' => 'Partatge',
  297. 'add' => 'Ajustar un metòde de partatge',
  298. 'bluesky' => 'Bluesky', // TODO
  299. 'deprecated' => 'Aqueste servici es obsolèt e serà tirat de la <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Dobrir la documentacion per mai d’informacions" target="_blank">futura version de FreshRSS</a>.',
  300. 'diaspora' => 'Diaspora*', // IGNORE
  301. 'email' => 'Corrièl',
  302. 'facebook' => 'Facebook', // IGNORE
  303. 'more_information' => 'Mai d’informacions',
  304. 'print' => 'Imprimir', // IGNORE
  305. 'raindrop' => 'Raindrop.io', // IGNORE
  306. 'remove' => 'Suprimir lo metòde de partatge',
  307. 'shaarli' => 'Shaarli', // IGNORE
  308. 'share_name' => 'Nom del partatge de mostrar',
  309. 'share_url' => 'URL del partatge d’utilizar',
  310. 'title' => 'Partatge',
  311. 'twitter' => 'Twitter', // IGNORE
  312. 'wallabag' => 'wallabag', // IGNORE
  313. ),
  314. 'shortcut' => array(
  315. '_' => 'Acorchis',
  316. 'article_action' => 'Accions ligadas a l’article',
  317. 'auto_share' => 'Partejar',
  318. 'auto_share_help' => 'S’i a pas qu’un mòde de partatge, aquel serà utilizat. Autrament los mòdes son accessibles per lor numèro.',
  319. 'close_dropdown' => 'Tampar los menús',
  320. 'collapse_article' => 'Replegar',
  321. 'first_article' => 'Passar al primièr article',
  322. 'focus_search' => 'Accedir a la recèrca',
  323. 'global_view' => 'Passar a la vista generala',
  324. 'help' => 'Mostrar la documentacion',
  325. 'javascript' => 'Devètz activar lo Javascript per utilizar los acorchis',
  326. 'last_article' => 'Passar al darrièr article',
  327. 'load_more' => 'Cargar mai d’articles',
  328. 'mark_favorite' => 'Ajustar als favorits',
  329. 'mark_read' => 'Marcar coma legit',
  330. 'navigation' => 'Navigacion', // IGNORE
  331. 'navigation_help' => 'Amb lo modificador <kbd>⇧ Shift</kbd>, los acorchis de navigacion s’aplican als fluxes.<br/>Amb lo modificador <kbd>Alt ⎇</kbd>, los acorchis de navigacion s’aplican a las categorias.',
  332. 'navigation_no_mod_help' => 'Los acorchis clavièrs de navigacion son pas compatibles amb los modificadors.',
  333. 'next_article' => 'Passar a l’article seguent',
  334. 'next_unread_article' => 'Dobrir l’article pas legit seguent',
  335. 'non_standard' => 'D’unas claus (<kbd>%s</kbd>) poirián pas foncionar coma acorchi clavièr.',
  336. 'normal_view' => 'Passar a la vista normala',
  337. 'other_action' => 'Autras accions',
  338. 'previous_article' => 'Passar a l’article precedent',
  339. 'reading_view' => 'Passar a la vista lectura',
  340. 'rss_view' => 'Dobrir coma flux RSS',
  341. 'see_on_website' => 'Veire al site d’origina',
  342. 'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd> per marcar l’article precedent coma legit<br />+ <kbd>⇧ Shift</kbd> per marcar los articles coma legits',
  343. 'skip_next_article' => 'Centrar sul seguent sens lo dobrir',
  344. 'skip_previous_article' => 'Centrar sul precedent sens lo dobrir',
  345. 'title' => 'Acorchis',
  346. 'toggle_media' => 'Legir/arrestar mèdia',
  347. 'user_filter' => 'Accedir als filtres utilizaire',
  348. 'user_filter_help' => 'S’i a pas qu’un filtre utilizaire, aquel serà utilizat. Autrament los filtres son accessibles per lor numèro.',
  349. 'views' => 'Vistas',
  350. ),
  351. 'user' => array(
  352. 'articles_and_size' => '%s articles (%s)', // IGNORE
  353. 'current' => 'Utilizaire actual',
  354. 'is_admin' => 'es administrator',
  355. 'users' => 'Utilizaires',
  356. ),
  357. );