conf.php 18 KB

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