This repository has been archived on 2024-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
epubreader/l10n/br.js
2020-09-02 03:15:27 +00:00

25 lines
4.9 KiB
JavaScript

OC.L10N.register(
"epubreader",
{
"Settings updated successfully." : "Arvertoù adnevezet mat.",
"EPUB/CBZ/PDF ebook reader" : "Lenner EPUB/CBZ/PDF ebook",
"A multi-format browser-based ebook reader, supports EPUB and CBR/CBZ" : "Al lenner ebook meur-stumm furcher-diazeet, a lenn EPUB ha CBR/CBZ",
"# Reader\nReader is an ebook reader based on pure javascript renderers. It works for publications formatted according to the following standards:\n\n - [Epub]\n - [PDF]\n - [CBR and CBZ] ('comics')\n\nFor Epub Reader uses the futurepress [epub.js] renderer to provide near-native looks, especially when used full-screen. Turn pages by pressing the left/right hand side of the screen/window or using the cursor keys (if you have those), use the sidebar to browse through chapters or bookmarks and add annotations.\n\nPDF is handled by Mozilla's [pdf.js] renderer in combination with a custom reader app to enable side-by-side display, batch search and more. Controls are like those used in the Epub renderer with a few exceptions, e.g. night mode has not been implemented yet.\n\nCBR and CBZ are supported using a custom renderer inspired by [balaclark]'s work. As with Epub, books can be navigated using the keyboard as well as mouse or touch navigation. Reader generates a visual index of all pages, show in the sidebar (thumbnail generation can be disabled for low-memory and/or -speed devices). As CBx files are often of varying quality, a set of image enhancement filters are provided.\n\nSee [README] for more exhaustive information on features and potential misfeatures of this app.\n\n [epub.js]: https://github.com/futurepress/epub.js\n [Epub]: http://idpf.org/epub\n [CBR and CBZ]: https://wiki.mobileread.com/wiki/CBR_and_CBZ\n [balaclark]: https://github.com/balaclark/HTML5-Comic-Book-Reader\n [PDF]: https://en.wikipedia.org/wiki/Portable_Document_Format\n [pdf.js]: https://github.com/mozilla/pdf.js\n [README]: https://github.com/e-alfred/epubreader/blob/master/epubreader/README.md" : "# Reader\nReader a zo ul lenner ebook diazezed war un dikouezer javaskript. Labourat a ra evit gant an embannoù graet gant ar stummoù standard :\n\n - [Epub]\n- [PDF]\n- [CBR and CBZ] ('comics')\n\nEvit Epub Reader implijit an dikouezer futurpress [epub.js] evit rein un dremm damm-orin , drist-holl pa vez implijet tout-ar-skramm. Troit ar bajennoù en ur pouezañ war tu gleiz/dehoù ar skramm/prenestr pe umplijit ar biroù (m'a peus anezho), implijit ar varenn gostez evit klask e-barzh ar chapistroù pe merkerioù-pajenn ha ouzhpennan notennoù.\n\nAr stumm PDF a zo douget gant diskouezer Mozilla [pdf.js] en aztenn gant ur meziant lenner personelaet evit aotreañ ar varenn gostez, stroll klask ha muioc'h c'hoaz. Memez kontrol eget an dikoueler Epub, estreget reoù zo, evel ar mod-noz ket lakaet c'hoaz.\n\nCBR ha CBZ a zo douget en ur implijout un diskouezer personelaet tenned eus labour [balclark]. Evel Epub, ar c'hlavier hag al logedenn à zo posuple implij envit lenn al lervioù, pe ar merdezhañ touch. Reader a grouiñ ur roll eus toud ar bajennoù, diskouezet er varenn gostez (ar c'houer ivinel a zo posuple kouachañ evit un ardivink gant neubeut a vemor ha/pe gorrek). Evel n'eo ket pep restr CBx eus memez kalite, ur zil gwellaer skeudenn a vez roet.\n\nSellit [README] evit muioc'h a titouroù diwar benn ar meziant.\n\n [epub.js]: https://github.com/futurepress/epub.js \n[Epub]: http://idpf.org/epub\n [CBR and CBZ]: https://wiki.mobileread.com/wiki/CBR_and_CBZ \n[balaclark]: https://github.com/balaclark/HTML5-Comic-Book-Reader \n[PDF]: https://en.wikipedia.org/wiki/Portable_Document_Format \n[pdf.js]: https://github.com/mozilla/pdf.js \n[README]: https://github.com/e-alfred/epubreader/blob/master/epubreader/README.md",
"custom font" : "foñs personelaet",
"monospace" : "monospace",
"font size" : "brazder ar foñs",
"font weight" : "poñerder ar foñs",
"Use custom colors" : "Implij ul liv personelaet",
"night mode can be toggled by clicking the book title" : "mod noz a zo posuple lakaat/lemel en ur klikañ war title al levr",
"reflow text when sidebars are open" : "Adober an destenn pa vez digor ar varen gostez",
"disable extra-wide page turn areas" : "disaotrea al lec'h treiñ pajenn evit ar pajennoù braz kennañ",
"show page turn arrows" : "diskwel ar bir evit cheñch pajenn",
"menu" : "rll-mezioù",
"Reader" : "Reader",
"Select file types for which Reader should be the default viewer." : "Choaz ar stumm restr ar Reader a rankfe implijout dre ziouer.",
"Epub" : "Epub",
"PDF" : "PDF",
"CBR/CBZ" : "CBR/CBZ"
},
"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);");