diff --git a/data/com.github.johnfactotum.Foliate.appdata.xml.in b/data/com.github.johnfactotum.Foliate.appdata.xml.in index 09339e1c..cf43246e 100644 --- a/data/com.github.johnfactotum.Foliate.appdata.xml.in +++ b/data/com.github.johnfactotum.Foliate.appdata.xml.in @@ -44,6 +44,11 @@ + + +

Fixed automatic layout

+
+

Changes:

diff --git a/debian/changelog b/debian/changelog index 34089561..422e970a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -com.github.johnfactotum.foliate (2.6.0) bionic; urgency=medium +com.github.johnfactotum.foliate (2.6.1) bionic; urgency=medium * New version - -- John Factotum <50942278+johnfactotum@users.noreply.github.com> Wed, 24 Mar 2021 10:10:10 +0800 + -- John Factotum <50942278+johnfactotum@users.noreply.github.com> Wed, 24 Mar 2021 14:14:14 +0800 diff --git a/meson.build b/meson.build index ec05891a..d954685b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.johnfactotum.Foliate', - version: '2.6.0', + version: '2.6.1', meson_version: '>= 0.40.0', ) diff --git a/po/com.github.johnfactotum.Foliate.pot b/po/com.github.johnfactotum.Foliate.pot index 8235f600..e832eb4a 100644 --- a/po/com.github.johnfactotum.Foliate.pot +++ b/po/com.github.johnfactotum.Foliate.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.johnfactotum.Foliate\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-24 11:04+0800\n" +"POT-Creation-Date: 2021-03-24 14:29+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:739 +#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:740 #: src/main.js:209 src/window.js:1023 src/schemes.js:100 #: data/com.github.johnfactotum.Foliate.appdata.xml.in:6 msgid "Foliate" @@ -202,7 +202,7 @@ msgid "" "indicate that the annotations do not belong to this book." msgstr "" -#: src/export.js:234 src/library.js:455 src/main.js:161 src/opds.js:229 +#: src/export.js:234 src/library.js:456 src/main.js:161 src/opds.js:229 #: src/opds.js:376 src/opds.js:1174 src/utils.js:772 src/window.js:593 #: src/ui/bookEditDialog.ui:10 src/ui/catalogWindow.ui:10 #: src/ui/exportWindow.ui:38 src/ui/importWindow.ui:10 @@ -222,92 +222,92 @@ msgstr "" msgid "Could not import annotations." msgstr "" -#: src/library.js:98 src/window.js:672 src/ui/bookBoxMenu.ui:13 +#: src/library.js:99 src/window.js:672 src/ui/bookBoxMenu.ui:13 #: src/ui/mainMenu.ui:612 msgid "About This Book" msgstr "" -#: src/library.js:132 +#: src/library.js:133 msgid "Choose File" msgstr "" -#: src/library.js:265 src/library.js:283 +#: src/library.js:266 src/library.js:284 msgid "Load more" msgstr "" -#: src/library.js:427 +#: src/library.js:428 msgid "File location unkown" msgstr "" -#: src/library.js:428 +#: src/library.js:429 msgid "Choose the location of this file to open it." msgstr "" -#: src/library.js:448 +#: src/library.js:449 #, javascript-format msgid "Are you sure you want to remove this book?" msgid_plural "Are you sure you want to remove the %d selected books?" msgstr[0] "" msgstr[1] "" -#: src/library.js:450 +#: src/library.js:451 msgid "Reading progress, annotations, and bookmarks will be permanently lost." msgstr "" -#: src/library.js:456 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 +#: src/library.js:457 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 #: src/ui/bookBoxMenu.ui:44 src/ui/bookmarkRow.ui:44 #: src/ui/libraryWindow.ui:581 msgid "Remove" msgstr "" -#: src/library.js:578 +#: src/library.js:579 #, javascript-format msgid "%d selected" msgid_plural "%d selected" msgstr[0] "" msgstr[1] "" -#: src/library.js:697 +#: src/library.js:698 msgid "Failed to add book" msgid_plural "Failed to add books" msgstr[0] "" msgstr[1] "" -#: src/library.js:699 +#: src/library.js:700 msgid "Could not add the following file:" msgid_plural "Could not add the following files:" msgstr[0] "" msgstr[1] "" -#: src/library.js:771 +#: src/library.js:772 msgid "All" msgstr "" -#: src/library.js:774 src/ui/catalogWindow.ui:39 +#: src/library.js:775 src/ui/catalogWindow.ui:39 msgid "Title" msgstr "" -#: src/library.js:775 src/schemes.js:257 +#: src/library.js:776 src/schemes.js:257 msgid "Author" msgstr "" -#: src/library.js:776 src/properties.js:359 src/ui/propertyBox.ui:16 +#: src/library.js:777 src/properties.js:359 src/ui/propertyBox.ui:16 msgid "Tags" msgstr "" -#: src/library.js:777 src/ui/propertiesBox.ui:65 +#: src/library.js:778 src/ui/propertiesBox.ui:65 msgid "Description" msgstr "" -#: src/library.js:778 src/properties.js:418 src/schemes.js:407 +#: src/library.js:779 src/properties.js:418 src/schemes.js:407 msgid "Publisher" msgstr "" -#: src/library.js:779 src/properties.js:438 src/ui/ttsDialog.ui:284 +#: src/library.js:780 src/properties.js:438 src/ui/ttsDialog.ui:284 msgid "Language" msgstr "" -#: src/library.js:816 +#: src/library.js:817 msgid "Add Files" msgstr "" @@ -850,7 +850,7 @@ msgid "Select some text to add annotations." msgstr "" #: src/ui/contentsStack.ui:124 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:166 msgid "Annotations" msgstr "" @@ -1160,7 +1160,7 @@ msgid "Full Justification" msgstr "" #: src/ui/mainMenu.ui:518 src/ui/menuBar.ui:148 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:358 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:363 msgid "Auto-hyphenation" msgstr "" @@ -3041,725 +3041,729 @@ msgid "John Factotum" msgstr "" #: data/com.github.johnfactotum.Foliate.appdata.xml.in:49 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:64 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:123 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:269 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:291 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:300 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:311 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:326 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:335 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:370 +msgid "Fixed automatic layout" +msgstr "" + +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:128 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:296 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:331 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:375 msgid "Changes:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:51 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 msgid "Added support for opening HTML files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:52 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 msgid "Consistent inner and outer margins" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:53 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 msgid "The automatic layout no longer supports 4 columns" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:59 msgid "Fixed long words overflowing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:55 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:60 msgid "Fixed custom themes not saved across sessions" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:61 msgid "Fixed shortcuts for key pads" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:62 msgid "Fixed opening non-UTF-8 zipped FB2 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:63 msgid "Fixed books not opening on GNOME 40" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:66 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:71 msgid "Improved support for touch screens" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:67 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:72 msgid "OPDS credentials can now be remembered" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:68 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:73 msgid "Various fixes for GNOME 3.38" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:74 msgid "Fixed Wiktionary internal links" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:70 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:75 msgid "Added Basque, Korean, and Norwegian translations" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:76 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 msgid "Fixed unable to open some EPUB files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 msgid "Fixed unable to open Mobipocket files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:88 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 msgid "Improved metadata display" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:89 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 msgid "Improved FictionBook rendering" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:90 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 msgid "Improved UI for acquiring books from OPDS" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:96 msgid "Fixed unique identifier extraction for EPUB files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:92 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:97 msgid "Fixed missing window icon" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:98 msgid "Fixed TTS environment variables not set when using Flatpak" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:99 msgid "Fixed eSpeak NG voice not selected when testing TTS configuration" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:100 msgid "" "Fixed wrong “__ibooks_internal_theme” attribute when “Invert” is enabled" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:101 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 msgid "OPDS catalogs:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:103 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 msgid "Catalogs are now opened in the main library window" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:104 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:109 msgid "View current location" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:105 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 msgid "Go to catalog start page" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:111 msgid "Reload catalog" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:107 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 msgid "Add current feed to catalogs" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 msgid "HTTP authentication support" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 msgid "Other changes:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 msgid "" "Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:118 msgid "Fixed newlines being ignored when copying text" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:114 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:119 msgid "“Turn page on tap” is now disabled in non-paginated layouts" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:120 msgid "Opening a book from the library view now closes the library window" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:116 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:121 msgid "Language and publication dates in metadata are now parsed and formatted" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:122 msgid "Export annotations from the library view" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:125 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:130 msgid "Fixed blurry book covers on HiDPI" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:126 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:131 msgid "Fixed OPDS links to Standard Ebooks and Project Gutenberg" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:127 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:132 msgid "Fixed wrong view icon on startup" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:133 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:138 msgid "Library:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:135 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:140 msgid "A library view showing recent books and reading progress" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:136 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 msgid "Search books by metadata" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:137 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 msgid "E-book discovery with OPDS" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:139 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 msgid "New supported formats:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 msgid "FictionBook (.fb2, .fb2.zip)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:147 msgid "Comic book archive (.cbr, .cbz, .cbt, .cb7)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:143 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 msgid "Plain text (.txt)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 msgid "Unpacked EPUB files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 msgid "Layout:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 msgid "Option to set maximum page width" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 msgid "" "The \"Automatic\" layout will now show four columns when the page width is " "wide" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 msgid "Image viewer:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 msgid "" "Improved image viewer, with new shortcuts and the ability to rotate and " "invert images" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 msgid "" "Option to disable image viewer, or to open images on double, middle, or " "right click" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 msgid "Text-to-speech:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 msgid "Improved text-to-speech configuration UI" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 msgid "Ability to set text-to-speech voice based on book language" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:168 msgid "Import annotations from JSON" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 msgid "Search in annotations" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:165 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 msgid "Annotations are now sorted in the same order as they appear in the book" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:167 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 msgid "Security:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 msgid "" "\"Allow Unsafe Content\" now only enables JavaScript; external content will " "no longer be loaded" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 msgid "WebKit processes are now sandboxed" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 msgid "Other featues and fixes:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 msgid "Improved support for vertical and right-to-left books" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 msgid "Support for StarDict dictionaries" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:176 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:181 msgid "Fixed current location not preserved when resizing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:182 msgid "Fixed auto-hiding header bar under some themes" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:178 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:183 msgid "Command-line options for showing version and adding books to library" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:184 msgid "Option to clear or disable cache" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:185 msgid "" "When an HTML page contains invalid self-closing anchor tags, it is now " "parsed as XHTML" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:186 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:280 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:347 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:191 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:207 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:352 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:392 msgid "Fixes:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:188 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:193 msgid "Fixed wrong version number" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:189 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:194 msgid "" "Fixed dictionary, translation, and Wikipedia not working in the Snap package" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:195 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:356 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:379 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:361 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 msgid "New features:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:197 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 msgid "New and improved icon" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:198 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:203 msgid "Option to disable turn page on tap" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:199 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 msgid "A menu on the welcome screen for opening recent files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:205 msgid "Restored shortcuts for showing ToC, annotations, and bookmarks" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:209 msgid "Fixed application not translated" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:210 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 msgid "Interface:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:212 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 msgid "A redesigned interface that works better for smaller screens" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:213 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 msgid "Improved fullscreen mode with an overlaid headerbar" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:214 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 msgid "" "The headerbar and the progress bar now auto-hide, for a distraction-free " "reading experience" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 msgid "" "Various location information, as well as a clock, can now be displayed in " "the footer" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:216 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 msgid "" "A new location popover (Ctrl + L) that shows reading time estimates and " "allows skipping to locations" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 msgid "" "E-reader style navigation: go to the previous or next page by tapping on the " "left or right part of the view; tap on the middle to toggle header bar and " "progress bar" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:223 msgid "Annotations, bookmarks, and find results now show chapter titles" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 msgid "When looking up words in dictionaries, the query can now be edited" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:225 msgid "New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 msgid "" "A new traditional menubar, which may be displayed depending on the desktop " "environment" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 msgid "" "Option to use a traditional titlebar and menubar instead of a headerbar " "(experimental)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 msgid "Reading:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 msgid "Continuous scrolling layout" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 msgid "" "Option to show decorative shadows that mimic the appearance of a real book" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:228 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:233 msgid "Ability to zoom in and zoom out" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 msgid "Improved image viewer with \"save as\" option" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:230 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:235 msgid "Open copies of a book in new windows (Ctrl + N)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 msgid "Reload book (Ctrl + R)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 msgid "New built-in themes: Gray, Solarized, Gruvbox, Nord" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:239 msgid "Text selection:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:241 msgid "Ability to select text across pages" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 msgid "Find selected text in book" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:238 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 msgid "Speak selected text or from the selected locatio" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:240 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:245 msgid "Annotations:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:247 msgid "Spellcheck notes" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 msgid "Export annotations to Markdown" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:244 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 msgid "Options to use custom colors for highlights" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:246 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 msgid "For publishers and developers:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 msgid "" "Support for Apple Books theme attribute, which allows books to detect themes " "without JavaScript" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 msgid "WebKit's developer tools can be enabled" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:256 msgid "Breaking changes:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:258 msgid "The settings schemas has been reorganized" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 msgid "The format for custom themes has changed" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:255 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 msgid "Locations are now 1024 characters in size" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:257 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 msgid "Bug fixes:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:264 msgid "Fixed not restoring exact last location" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:265 msgid "Fixed navigation not working with scrolled layout" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:261 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:266 msgid "Fixed font size not changing when the book uses absolute-size keywords" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:267 msgid "Fixed text cut off at margin edge" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:263 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:268 msgid "Fixed unable to open books with \"#\" or \"?\" in the file name" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:271 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:276 msgid "" "Fixed Flatpak version not being able to open .mobi, .azw, and .azw3 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:272 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:277 msgid "Improved Wiktionary lookup, now with links and example sentences" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:273 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:278 msgid "Improved popover footnote extraction and formatting" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:279 msgid "Added option to export annotations to BibTeX" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:282 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:287 msgid "Fixed table of contents navigation not working with some books" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:283 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:288 msgid "Fixed not being able to zoom images with Kindle books" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:284 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:289 msgid "Fixed not being able to open books with .epub3 filename extension" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:290 msgid "Fixed temporary directory not being cleaned after closing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:293 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:298 msgid "Fixed F9 shortcut not working" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:294 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:329 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:299 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:334 msgid "Updated translations" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:302 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:307 msgid "External resources and JavaScript are now blocked by default" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:303 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:308 msgid "Basic text-to-speech support" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:304 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:309 msgid "Export annotations to HTML, plain text, or JSON" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:310 msgid "Support for viewing .mobi, .azw, and .azw3 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:313 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 msgid "New alternative sidebar UI" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:314 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 msgid "Lookup words in Wikipedia and offline dictionaries" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:315 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 msgid "Translate passages with Google Translate" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:321 msgid "Configure default action when words are selected" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:317 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:322 msgid "Experimental popup footnote support" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:323 msgid "Ability to find within only the current chapter" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:324 msgid "Fixed CPU spikes when left open" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:325 msgid "Fixed highlights not rendering at the correct positions" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:328 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:333 msgid "Fixed crashing when opening files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:337 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:342 msgid "Customize page margins and brightness" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:338 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:343 msgid "Tweak the theme colors, or add your own custom themes" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:339 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:344 msgid "Ability to zoom and copy images" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:345 msgid "Option to auto-hide cursor" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:341 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:346 msgid "See reading time left by hovering over the reading progress slider" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:349 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:354 msgid "Fixed some books not rendering sometimes" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:350 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:355 msgid "Fixed images being too wide in some cases" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:359 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 msgid "Option to switch between left and full justification" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:360 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:365 msgid "New layout option: single-column paginated view" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:362 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:367 msgid "Fixed:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:369 msgid "" "Generated locations are now stored in the cache directory rather than " "localStorage" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:372 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:377 msgid "Allow font size adjustment when using publisher fonts" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:373 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:378 msgid "" "Fixed reading progress slider not appearing after localStorage quota is " "exceeded" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:381 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:386 msgid "Touchpad gestures and ability to scroll through pages" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:382 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 msgid "Fullscreen mode" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:383 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:388 msgid "Option to hide reading progress bar" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 msgid "Option to disable dictionary" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:385 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 msgid "Option to use publisher font" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:394 msgid "Restoring reading progress is now smooth and jank-free" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:395 msgid "Fixed custom styles not applying in some cases" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:396 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 msgid "Fixed invalid AppData file" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:406 msgid "Initial release" msgstr "" diff --git a/po/cs.po b/po/cs.po index bac5ddab..d7214190 100644 --- a/po/cs.po +++ b/po/cs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.johnfactotum.Foliate\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-24 11:04+0800\n" +"POT-Creation-Date: 2021-03-24 14:29+0800\n" "PO-Revision-Date: 2020-08-10 23:03+0200\n" "Last-Translator: Pavel Fric \n" "Language-Team: Czech \n" @@ -17,7 +17,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Lokalize 19.04.0\n" -#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:739 +#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:740 #: src/main.js:209 src/window.js:1023 src/schemes.js:100 #: data/com.github.johnfactotum.Foliate.appdata.xml.in:6 msgid "Foliate" @@ -205,7 +205,7 @@ msgstr "" "Identifikátor zavedeného souboru neodpovídá identifikátoru knihy. To může " "znamenat, že poznámky nepatří k této knize." -#: src/export.js:234 src/library.js:455 src/main.js:161 src/opds.js:229 +#: src/export.js:234 src/library.js:456 src/main.js:161 src/opds.js:229 #: src/opds.js:376 src/opds.js:1174 src/utils.js:772 src/window.js:593 #: src/ui/bookEditDialog.ui:10 src/ui/catalogWindow.ui:10 #: src/ui/exportWindow.ui:38 src/ui/importWindow.ui:10 @@ -225,28 +225,28 @@ msgstr "Chyba" msgid "Could not import annotations." msgstr "Nepodařilo se zavést poznámky" -#: src/library.js:98 src/window.js:672 src/ui/bookBoxMenu.ui:13 +#: src/library.js:99 src/window.js:672 src/ui/bookBoxMenu.ui:13 #: src/ui/mainMenu.ui:612 msgid "About This Book" msgstr "O této knize" -#: src/library.js:132 +#: src/library.js:133 msgid "Choose File" msgstr "Vybrat soubor" -#: src/library.js:265 src/library.js:283 +#: src/library.js:266 src/library.js:284 msgid "Load more" msgstr "Nahrát více" -#: src/library.js:427 +#: src/library.js:428 msgid "File location unkown" msgstr "Umístění souboru neznámé" -#: src/library.js:428 +#: src/library.js:429 msgid "Choose the location of this file to open it." msgstr "Vyberte umístění tohoto souboru pro jeho otevření." -#: src/library.js:448 +#: src/library.js:449 #, javascript-format msgid "Are you sure you want to remove this book?" msgid_plural "Are you sure you want to remove the %d selected books?" @@ -254,17 +254,17 @@ msgstr[0] "Opravdu chcete odstranit tuto knihu?" msgstr[1] "Opravdu chcete odstranit %d vybrané knihy?" msgstr[2] "Opravdu chcete odstranit %d vybraných knih?" -#: src/library.js:450 +#: src/library.js:451 msgid "Reading progress, annotations, and bookmarks will be permanently lost." msgstr "Postup čtení, poznámky a záložky budou trvale ztraceny." -#: src/library.js:456 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 +#: src/library.js:457 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 #: src/ui/bookBoxMenu.ui:44 src/ui/bookmarkRow.ui:44 #: src/ui/libraryWindow.ui:581 msgid "Remove" msgstr "Odstranit" -#: src/library.js:578 +#: src/library.js:579 #, javascript-format msgid "%d selected" msgid_plural "%d selected" @@ -272,49 +272,49 @@ msgstr[0] "%d vybrána" msgstr[1] "%d vybrány" msgstr[2] "%d vybráno" -#: src/library.js:697 +#: src/library.js:698 msgid "Failed to add book" msgid_plural "Failed to add books" msgstr[0] "Nepodařilo se přidat knihu" msgstr[1] "Nepodařilo se přidat knihy" msgstr[2] "Nepodařilo se přidat knihy" -#: src/library.js:699 +#: src/library.js:700 msgid "Could not add the following file:" msgid_plural "Could not add the following files:" msgstr[0] "Nepodařilo se přidat následující soubor:" msgstr[1] "Nepodařilo se přidat následující soubory:" msgstr[2] "Nepodařilo se přidat následující soubory:" -#: src/library.js:771 +#: src/library.js:772 msgid "All" msgstr "Vše" -#: src/library.js:774 src/ui/catalogWindow.ui:39 +#: src/library.js:775 src/ui/catalogWindow.ui:39 msgid "Title" msgstr "Název" -#: src/library.js:775 src/schemes.js:257 +#: src/library.js:776 src/schemes.js:257 msgid "Author" msgstr "Autor" -#: src/library.js:776 src/properties.js:359 src/ui/propertyBox.ui:16 +#: src/library.js:777 src/properties.js:359 src/ui/propertyBox.ui:16 msgid "Tags" msgstr "Značky" -#: src/library.js:777 src/ui/propertiesBox.ui:65 +#: src/library.js:778 src/ui/propertiesBox.ui:65 msgid "Description" msgstr "Popis" -#: src/library.js:778 src/properties.js:418 src/schemes.js:407 +#: src/library.js:779 src/properties.js:418 src/schemes.js:407 msgid "Publisher" msgstr "Vydavatel" -#: src/library.js:779 src/properties.js:438 src/ui/ttsDialog.ui:284 +#: src/library.js:780 src/properties.js:438 src/ui/ttsDialog.ui:284 msgid "Language" msgstr "Jazyk" -#: src/library.js:816 +#: src/library.js:817 msgid "Add Files" msgstr "Přidat soubory" @@ -859,7 +859,7 @@ msgid "Select some text to add annotations." msgstr "Vyberte text pro přidání poznámek." #: src/ui/contentsStack.ui:124 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:166 msgid "Annotations" msgstr "Poznámky" @@ -1169,7 +1169,7 @@ msgid "Full Justification" msgstr "Plné zarovnání" #: src/ui/mainMenu.ui:518 src/ui/menuBar.ui:148 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:358 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:363 msgid "Auto-hyphenation" msgstr "Automatické dělení slov" @@ -3054,248 +3054,252 @@ msgid "John Factotum" msgstr "John Factotum" #: data/com.github.johnfactotum.Foliate.appdata.xml.in:49 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:64 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:123 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:269 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:291 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:300 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:311 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:326 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:335 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:370 +msgid "Fixed automatic layout" +msgstr "" + +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:128 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:296 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:331 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:375 msgid "Changes:" msgstr "Změny:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:51 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 msgid "Added support for opening HTML files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:52 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 msgid "Consistent inner and outer margins" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:53 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 msgid "The automatic layout no longer supports 4 columns" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:59 msgid "Fixed long words overflowing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:55 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:60 #, fuzzy msgid "Fixed custom themes not saved across sessions" msgstr "Opraveny vlastní styly, které se v některých případech nepoužily" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:61 #, fuzzy msgid "Fixed shortcuts for key pads" msgstr "Opraven problém s nepracující klávesovou zkratkou F9" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:62 msgid "Fixed opening non-UTF-8 zipped FB2 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:63 #, fuzzy msgid "Fixed books not opening on GNOME 40" msgstr "Opraveny vlastní styly, které se v některých případech nepoužily" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:66 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:71 msgid "Improved support for touch screens" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:67 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:72 msgid "OPDS credentials can now be remembered" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:68 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:73 msgid "Various fixes for GNOME 3.38" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:74 msgid "Fixed Wiktionary internal links" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:70 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:75 msgid "Added Basque, Korean, and Norwegian translations" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:76 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 #, fuzzy msgid "Fixed unable to open some EPUB files" msgstr "" "Opraven stav, kdy nebylo možno otevírat knihy se souborovou příponou .epub3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 #, fuzzy msgid "Fixed unable to open Mobipocket files" msgstr "" "Opraven stav, kdy nebylo možno otevírat knihy se souborovou příponou .epub3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:88 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 msgid "Improved metadata display" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:89 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 msgid "Improved FictionBook rendering" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:90 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 msgid "Improved UI for acquiring books from OPDS" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:96 #, fuzzy msgid "Fixed unique identifier extraction for EPUB files" msgstr "" "Opraven stav, kdy nebylo možno otevírat knihy se souborovou příponou .epub3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:92 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:97 msgid "Fixed missing window icon" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:98 msgid "Fixed TTS environment variables not set when using Flatpak" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:99 msgid "Fixed eSpeak NG voice not selected when testing TTS configuration" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:100 msgid "" "Fixed wrong “__ibooks_internal_theme” attribute when “Invert” is enabled" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:101 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 msgid "OPDS catalogs:" msgstr "Soupisy OPDS:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:103 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 msgid "Catalogs are now opened in the main library window" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:104 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:109 msgid "View current location" msgstr "Zobrazit nynější polohu" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:105 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 msgid "Go to catalog start page" msgstr "Jít na začáteční stranu soupisu" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:111 msgid "Reload catalog" msgstr "Nahrát soupis znovu" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:107 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 msgid "Add current feed to catalogs" msgstr "Přidat nynější kanál do soupisů" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 #, fuzzy msgid "HTTP authentication support" msgstr "Požadováno ověření" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 msgid "Other changes:" msgstr "Jiné změny:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 msgid "" "Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:118 msgid "Fixed newlines being ignored when copying text" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:114 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:119 msgid "“Turn page on tap” is now disabled in non-paginated layouts" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:120 msgid "Opening a book from the library view now closes the library window" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:116 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:121 msgid "Language and publication dates in metadata are now parsed and formatted" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:122 #, fuzzy msgid "Export annotations from the library view" msgstr "Vyvést poznámky do Markdown" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:125 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:130 msgid "Fixed blurry book covers on HiDPI" msgstr "Opraveny rozmazané obaly knih na HiDPI" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:126 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:131 msgid "Fixed OPDS links to Standard Ebooks and Project Gutenberg" msgstr "" "Opraveny odkazy OPDS na standardní elektronické knihy a Projekt Gutenberg" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:127 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:132 msgid "Fixed wrong view icon on startup" msgstr "Opraveno nesprávné zobrazení ikony při spuštění" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:133 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:138 msgid "Library:" msgstr "Knihovna:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:135 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:140 msgid "A library view showing recent books and reading progress" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:136 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 msgid "Search books by metadata" msgstr "Prohledávat knihy podle popisných dat" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:137 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 msgid "E-book discovery with OPDS" msgstr "Zpřístupnění elektronických knih s OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:139 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 msgid "New supported formats:" msgstr "Nově podporované formáty:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 msgid "FictionBook (.fb2, .fb2.zip)" msgstr "FictionBook (.fb2, .fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:147 msgid "Comic book archive (.cbr, .cbz, .cbt, .cb7)" msgstr "Archiv knihy komiksů (.cbr, .cbz, .cbt, .cb7)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:143 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 msgid "Plain text (.txt)" msgstr "Prostý text (.txt)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 msgid "Unpacked EPUB files" msgstr "Nezabalené soubory EPUB" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 msgid "Layout:" msgstr "Rozvržení:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 msgid "Option to set maximum page width" msgstr "Volba pro nastavení největší šířky strany" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 msgid "" "The \"Automatic\" layout will now show four columns when the page width is " "wide" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 msgid "Image viewer:" msgstr "Prohlížeč obrázků:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 msgid "" "Improved image viewer, with new shortcuts and the ability to rotate and " "invert images" @@ -3303,153 +3307,153 @@ msgstr "" "Vylepšený prohlížeč obrázků, nové klávesové zkratky a schopnost otáčet a " "obrátit barvu obrázků" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 msgid "" "Option to disable image viewer, or to open images on double, middle, or " "right click" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 msgid "Text-to-speech:" msgstr "Text na řeč:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 msgid "Improved text-to-speech configuration UI" msgstr "Vylepšené nastavení rozhraní textu na řeč" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 msgid "Ability to set text-to-speech voice based on book language" msgstr "Schopnost nastavení hlasu textu na řeč podle jazyka knihy" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:168 msgid "Import annotations from JSON" msgstr "Zavést poznámky z JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 msgid "Search in annotations" msgstr "Hledat v poznámkách" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:165 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 msgid "Annotations are now sorted in the same order as they appear in the book" msgstr "Poznámky jsou nyní řazeny ve stejném pořadí, jak se objevují v knize" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:167 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 msgid "Security:" msgstr "Bezpečnost:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 msgid "" "\"Allow Unsafe Content\" now only enables JavaScript; external content will " "no longer be loaded" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 msgid "WebKit processes are now sandboxed" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 msgid "Other featues and fixes:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 msgid "Improved support for vertical and right-to-left books" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 msgid "Support for StarDict dictionaries" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:176 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:181 msgid "Fixed current location not preserved when resizing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:182 msgid "Fixed auto-hiding header bar under some themes" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:178 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:183 msgid "Command-line options for showing version and adding books to library" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:184 #, fuzzy msgid "Option to clear or disable cache" msgstr "Volba pro zakázání slovníku" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:185 msgid "" "When an HTML page contains invalid self-closing anchor tags, it is now " "parsed as XHTML" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:186 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:280 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:347 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:191 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:207 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:352 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:392 msgid "Fixes:" msgstr "Opravy:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:188 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:193 msgid "Fixed wrong version number" msgstr "Opraveno nesprávné číslo verze" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:189 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:194 msgid "" "Fixed dictionary, translation, and Wikipedia not working in the Snap package" msgstr "Opraven slovník, překlad a Wikipedie nepracující v balíčku Snap" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:195 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:356 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:379 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:361 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 msgid "New features:" msgstr "Nové vlastnosti:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:197 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 msgid "New and improved icon" msgstr "Nová a lepší ikona" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:198 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:203 msgid "Option to disable turn page on tap" msgstr "Volba pro zakázání obrácení strany při ťuknutí" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:199 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 msgid "A menu on the welcome screen for opening recent files" msgstr "Nabídka na uvítací obrazovce pro otevření nedávných souborů" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:205 msgid "Restored shortcuts for showing ToC, annotations, and bookmarks" msgstr "Obnoveny zkratky pro ukázání obsahu, poznámek a záložek" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:209 msgid "Fixed application not translated" msgstr "Opraven program, nepřeloženo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:210 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 msgid "Interface:" msgstr "Rozhraní:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:212 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 msgid "A redesigned interface that works better for smaller screens" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:213 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 msgid "Improved fullscreen mode with an overlaid headerbar" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:214 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 msgid "" "The headerbar and the progress bar now auto-hide, for a distraction-free " "reading experience" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 msgid "" "Various location information, as well as a clock, can now be displayed in " "the footer" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:216 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 msgid "" "A new location popover (Ctrl + L) that shows reading time estimates and " "allows skipping to locations" @@ -3457,7 +3461,7 @@ msgstr "" "Nový vysunovací panel s polohami (Ctrl+L), který ukáže odhad pro dobu čtení " "a umožní přeskočit na polohu" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 #, fuzzy msgid "" "E-reader style navigation: go to the previous or next page by tapping on the " @@ -3468,341 +3472,341 @@ msgstr "" "nebo pravé části zobrazeného; ťukněte doprostřed pro přepnutí záhlaví a " "ukazatele postupu" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:223 msgid "Annotations, bookmarks, and find results now show chapter titles" msgstr "Poznámky, záložky a výsledky hledání nyní ukazují názvy kapitol" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 msgid "When looking up words in dictionaries, the query can now be edited" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:225 msgid "New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 msgid "" "A new traditional menubar, which may be displayed depending on the desktop " "environment" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 #, fuzzy msgid "" "Option to use a traditional titlebar and menubar instead of a headerbar " "(experimental)" msgstr "Použít tradiční titulkový pruh (pokusné)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 msgid "Reading:" msgstr "Čtení:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 msgid "Continuous scrolling layout" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 msgid "" "Option to show decorative shadows that mimic the appearance of a real book" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:228 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:233 msgid "Ability to zoom in and zoom out" msgstr "Schopnost přibližovat a oddalovat" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 msgid "Improved image viewer with \"save as\" option" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:230 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:235 msgid "Open copies of a book in new windows (Ctrl + N)" msgstr "Otevřít kopie knihy v nových oknech (Ctrl + N)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 msgid "Reload book (Ctrl + R)" msgstr "Nahrát knihu znovu (Ctrl + R)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 msgid "New built-in themes: Gray, Solarized, Gruvbox, Nord" msgstr "Nová vestavěná témata: šedé, osluněné, Gruvbox, Nord" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:239 msgid "Text selection:" msgstr "Výběr textu:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:241 msgid "Ability to select text across pages" msgstr "Schopnost vybrat text přes stránky" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 msgid "Find selected text in book" msgstr "Najít vybraný text v knize" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:238 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 msgid "Speak selected text or from the selected locatio" msgstr "Říct vybraný text nebo od vybrané polohy" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:240 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:245 msgid "Annotations:" msgstr "Poznámky:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:247 msgid "Spellcheck notes" msgstr "Zkontrolovat pravopis poznámek" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 msgid "Export annotations to Markdown" msgstr "Vyvést poznámky do Markdown" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:244 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 msgid "Options to use custom colors for highlights" msgstr "Volbyk použití vlastních barev pro zvýraznění" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:246 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 msgid "For publishers and developers:" msgstr "Pro vydavatele a vývojáře:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 msgid "" "Support for Apple Books theme attribute, which allows books to detect themes " "without JavaScript" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 #, fuzzy msgid "WebKit's developer tools can be enabled" msgstr "Je-li zapnuto, jsou povoleny vývojářské nástroje" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:256 msgid "Breaking changes:" msgstr "Kritické změny:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:258 msgid "The settings schemas has been reorganized" msgstr "Schéma nastavení bylo změněno" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 msgid "The format for custom themes has changed" msgstr "Formát pro vlastní vzhled byl změněn" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:255 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 msgid "Locations are now 1024 characters in size" msgstr "Polohy nyní mají velikost 1024 znaků" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:257 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 msgid "Bug fixes:" msgstr "Opravy chyb:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:264 msgid "Fixed not restoring exact last location" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:265 #, fuzzy msgid "Fixed navigation not working with scrolled layout" msgstr "Opravený pohyb v obsahu u některých knih nepracuje" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:261 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:266 msgid "Fixed font size not changing when the book uses absolute-size keywords" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:267 msgid "Fixed text cut off at margin edge" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:263 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:268 #, fuzzy msgid "Fixed unable to open books with \"#\" or \"?\" in the file name" msgstr "" "Opraven stav, kdy nebylo možno otevírat knihy se souborovou příponou .epub3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:271 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:276 msgid "" "Fixed Flatpak version not being able to open .mobi, .azw, and .azw3 files" msgstr "Opravená verze Flatpak neumí otevřít soubory .mobi, .azw, and .azw3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:272 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:277 msgid "Improved Wiktionary lookup, now with links and example sentences" msgstr "Vylepšené vyhledávání ve Wiktionary, nyní s odkazy a vzorovými větami" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:273 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:278 msgid "Improved popover footnote extraction and formatting" msgstr "Vylepšené získávání a formátování poznámek pod čarou" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:279 msgid "Added option to export annotations to BibTeX" msgstr "Přidána volba vyvádění poznámek do BibTeX" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:282 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:287 msgid "Fixed table of contents navigation not working with some books" msgstr "Opravený pohyb v obsahu u některých knih nepracuje" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:283 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:288 msgid "Fixed not being able to zoom images with Kindle books" msgstr "Opravena věc ohledně nemožnosti přiblížení obrázků v knihách Kindle" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:284 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:289 msgid "Fixed not being able to open books with .epub3 filename extension" msgstr "" "Opraven stav, kdy nebylo možno otevírat knihy se souborovou příponou .epub3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:290 msgid "Fixed temporary directory not being cleaned after closing" msgstr "Opraven stav, kdy nebyl dočasný adresář po zavření vyčištěn" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:293 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:298 msgid "Fixed F9 shortcut not working" msgstr "Opraven problém s nepracující klávesovou zkratkou F9" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:294 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:329 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:299 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:334 msgid "Updated translations" msgstr "Aktualizovány překlady" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:302 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:307 msgid "External resources and JavaScript are now blocked by default" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:303 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:308 msgid "Basic text-to-speech support" msgstr "Základní podpora pro text na řeč" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:304 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:309 msgid "Export annotations to HTML, plain text, or JSON" msgstr "Vyvést poznámky do HTML, prostého textu nebo JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:310 msgid "Support for viewing .mobi, .azw, and .azw3 files" msgstr "Podpora pro zobrazení souborů .mobi, .azw, a .azw3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:313 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 msgid "New alternative sidebar UI" msgstr "Nové další rozhraní postranního pruhu" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:314 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 msgid "Lookup words in Wikipedia and offline dictionaries" msgstr "Vyhledat slova ve Wikipedii a ve slovnících mimo internet" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:315 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 msgid "Translate passages with Google Translate" msgstr "Překlad pasáží pomocí Google Translate" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:321 msgid "Configure default action when words are selected" msgstr "Nastavit výchozí činnost, kdy jsou vybrána slova" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:317 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:322 msgid "Experimental popup footnote support" msgstr "Pokusná podpora pro vysunovací poznámky pod čarou" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:323 msgid "Ability to find within only the current chapter" msgstr "Schopnost hledat jen v nynější kapitole" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:324 msgid "Fixed CPU spikes when left open" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:325 msgid "Fixed highlights not rendering at the correct positions" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:328 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:333 msgid "Fixed crashing when opening files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:337 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:342 msgid "Customize page margins and brightness" msgstr "Přizpůsobit okraje stran a jas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:338 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:343 msgid "Tweak the theme colors, or add your own custom themes" msgstr "Ladit barvy vzhledu nebo přidat své vlastní vzhledy" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:339 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:344 msgid "Ability to zoom and copy images" msgstr "Schopnost zvětšovat a kopírovat obrázky" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:345 msgid "Option to auto-hide cursor" msgstr "Volba automatického skrývání ukazatele" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:341 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:346 msgid "See reading time left by hovering over the reading progress slider" msgstr "Vidět zbývající dobu čtení po přejetí nad posuvníkem s postupem čtení" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:349 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:354 #, fuzzy msgid "Fixed some books not rendering sometimes" msgstr "Opraveny vlastní styly, které se v některých případech nepoužily" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:350 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:355 #, fuzzy msgid "Fixed images being too wide in some cases" msgstr "Opraveny vlastní styly, které se v některých případech nepoužily" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:359 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 msgid "Option to switch between left and full justification" msgstr "Volba pro přepnutí mezi levým a zarovnáním do bloku" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:360 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:365 msgid "New layout option: single-column paginated view" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:362 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:367 msgid "Fixed:" msgstr "Opraveno:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:369 #, fuzzy msgid "" "Generated locations are now stored in the cache directory rather than " "localStorage" msgstr "Poznámky jsou nyní řazeny ve stejném pořadí, jak se objevují v knize" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:372 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:377 msgid "Allow font size adjustment when using publisher fonts" msgstr "Povolit přizpůsobení velikosti písma při používání písma vydavatele" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:373 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:378 msgid "" "Fixed reading progress slider not appearing after localStorage quota is " "exceeded" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:381 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:386 msgid "Touchpad gestures and ability to scroll through pages" msgstr "Gesta pro dotykovou plochu a schopnost posunu skrze strany" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:382 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 msgid "Fullscreen mode" msgstr "Celoobrazovkový režim" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:383 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:388 msgid "Option to hide reading progress bar" msgstr "Volba pro skrytí posuvníku s postupem čtení" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 msgid "Option to disable dictionary" msgstr "Volba pro zakázání slovníku" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:385 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 msgid "Option to use publisher font" msgstr "Volba pro použití písma vydavatele" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:394 msgid "Restoring reading progress is now smooth and jank-free" msgstr "Obnovení postupu čtení je nyní hladší a plynulejší" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:395 msgid "Fixed custom styles not applying in some cases" msgstr "Opraveny vlastní styly, které se v některých případech nepoužily" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:396 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 msgid "Fixed invalid AppData file" msgstr "Opraven neplatný soubor AppData" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:406 msgid "Initial release" msgstr "Počáteční vydání" diff --git a/po/de.po b/po/de.po index ca347681..a8667867 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.johnfactotum.Foliate\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-24 11:04+0800\n" +"POT-Creation-Date: 2021-03-24 14:29+0800\n" "PO-Revision-Date: 2020-04-10 14:28+0200\n" "Last-Translator: kleinHeiti \n" "Language-Team: German \n" @@ -18,7 +18,7 @@ msgstr "" "X-Generator: Poedit 2.3\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:739 +#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:740 #: src/main.js:209 src/window.js:1023 src/schemes.js:100 #: data/com.github.johnfactotum.Foliate.appdata.xml.in:6 msgid "Foliate" @@ -209,7 +209,7 @@ msgstr "" "Die Kennung der importierten Datei stimmt nicht mit der des Buchs überein. " "Dies könnte bedeuten, dass die Anmerkungen nicht zu diesem Buch gehören." -#: src/export.js:234 src/library.js:455 src/main.js:161 src/opds.js:229 +#: src/export.js:234 src/library.js:456 src/main.js:161 src/opds.js:229 #: src/opds.js:376 src/opds.js:1174 src/utils.js:772 src/window.js:593 #: src/ui/bookEditDialog.ui:10 src/ui/catalogWindow.ui:10 #: src/ui/exportWindow.ui:38 src/ui/importWindow.ui:10 @@ -229,28 +229,28 @@ msgstr "Fehler" msgid "Could not import annotations." msgstr "Anmerkungen konnten nicht importiert werden." -#: src/library.js:98 src/window.js:672 src/ui/bookBoxMenu.ui:13 +#: src/library.js:99 src/window.js:672 src/ui/bookBoxMenu.ui:13 #: src/ui/mainMenu.ui:612 msgid "About This Book" msgstr "Über dieses Buch" -#: src/library.js:132 +#: src/library.js:133 msgid "Choose File" msgstr "Datei auswählen" -#: src/library.js:265 src/library.js:283 +#: src/library.js:266 src/library.js:284 msgid "Load more" msgstr "Mehr laden" -#: src/library.js:427 +#: src/library.js:428 msgid "File location unkown" msgstr "Speicherort der Datei ist nicht bekannt" -#: src/library.js:428 +#: src/library.js:429 msgid "Choose the location of this file to open it." msgstr "Wählen Sie den Speicherort dieser Datei, um sie zu öffnen." -#: src/library.js:448 +#: src/library.js:449 #, javascript-format msgid "Are you sure you want to remove this book?" msgid_plural "Are you sure you want to remove the %d selected books?" @@ -258,64 +258,64 @@ msgstr[0] "Sind Sie sicher, dass Sie dieses Buch entfernen möchten?" msgstr[1] "" "Sind Sie sicher, dass Sie die %d ausgewählten Bücher entfernen möchten?" -#: src/library.js:450 +#: src/library.js:451 msgid "Reading progress, annotations, and bookmarks will be permanently lost." msgstr "Lesefortschritt, Anmerkungen und Lesezeichen gehen dauerhaft verloren." -#: src/library.js:456 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 +#: src/library.js:457 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 #: src/ui/bookBoxMenu.ui:44 src/ui/bookmarkRow.ui:44 #: src/ui/libraryWindow.ui:581 msgid "Remove" msgstr "Entfernen" -#: src/library.js:578 +#: src/library.js:579 #, javascript-format msgid "%d selected" msgid_plural "%d selected" msgstr[0] "%d ausgewählt" msgstr[1] "%d ausgewählt" -#: src/library.js:697 +#: src/library.js:698 msgid "Failed to add book" msgid_plural "Failed to add books" msgstr[0] "Buch kann nicht hinzugefügt werden" msgstr[1] "Bücher können nicht hinzugefügt werden" -#: src/library.js:699 +#: src/library.js:700 msgid "Could not add the following file:" msgid_plural "Could not add the following files:" msgstr[0] "Die folgende Datei konnte nicht hinzugefügt werden:" msgstr[1] "Die folgenden Dateien konnten nicht hinzugefügt werden:" -#: src/library.js:771 +#: src/library.js:772 msgid "All" msgstr "Alle" -#: src/library.js:774 src/ui/catalogWindow.ui:39 +#: src/library.js:775 src/ui/catalogWindow.ui:39 msgid "Title" msgstr "Titel" -#: src/library.js:775 src/schemes.js:257 +#: src/library.js:776 src/schemes.js:257 msgid "Author" msgstr "Autor" -#: src/library.js:776 src/properties.js:359 src/ui/propertyBox.ui:16 +#: src/library.js:777 src/properties.js:359 src/ui/propertyBox.ui:16 msgid "Tags" msgstr "Markierungen" -#: src/library.js:777 src/ui/propertiesBox.ui:65 +#: src/library.js:778 src/ui/propertiesBox.ui:65 msgid "Description" msgstr "Beschreibung" -#: src/library.js:778 src/properties.js:418 src/schemes.js:407 +#: src/library.js:779 src/properties.js:418 src/schemes.js:407 msgid "Publisher" msgstr "Herausgeber" -#: src/library.js:779 src/properties.js:438 src/ui/ttsDialog.ui:284 +#: src/library.js:780 src/properties.js:438 src/ui/ttsDialog.ui:284 msgid "Language" msgstr "Sprache" -#: src/library.js:816 +#: src/library.js:817 msgid "Add Files" msgstr "Dateien hinzufügen" @@ -861,7 +861,7 @@ msgid "Select some text to add annotations." msgstr "Wählen Sie einen Text aus, um Anmerkungen hinzuzufügen." #: src/ui/contentsStack.ui:124 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:166 msgid "Annotations" msgstr "Anmerkungen" @@ -1176,7 +1176,7 @@ msgid "Full Justification" msgstr "Gesamte Breite" #: src/ui/mainMenu.ui:518 src/ui/menuBar.ui:148 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:358 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:363 msgid "Auto-hyphenation" msgstr "Automatische Silbentrennung" @@ -3064,245 +3064,249 @@ msgid "John Factotum" msgstr "John Factotum" #: data/com.github.johnfactotum.Foliate.appdata.xml.in:49 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:64 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:123 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:269 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:291 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:300 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:311 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:326 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:335 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:370 +msgid "Fixed automatic layout" +msgstr "" + +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:128 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:296 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:331 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:375 msgid "Changes:" msgstr "Änderungen:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:51 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 msgid "Added support for opening HTML files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:52 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 msgid "Consistent inner and outer margins" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:53 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 msgid "The automatic layout no longer supports 4 columns" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:59 msgid "Fixed long words overflowing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:55 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:60 #, fuzzy msgid "Fixed custom themes not saved across sessions" msgstr "Benutzerdefinierte Stile werden jetzt immer angewendet" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:61 #, fuzzy msgid "Fixed shortcuts for key pads" msgstr "Behoben: F9 Shortcut funktioniert nicht" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:62 msgid "Fixed opening non-UTF-8 zipped FB2 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:63 #, fuzzy msgid "Fixed books not opening on GNOME 40" msgstr "Behoben: einige Bücher werden manchmal nicht angezeigt" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:66 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:71 msgid "Improved support for touch screens" msgstr "Verbesserte Unterstützung für Touchscreens" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:67 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:72 msgid "OPDS credentials can now be remembered" msgstr "OPDS-Anmeldeinformationen können jetzt gespeichert werden" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:68 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:73 msgid "Various fixes for GNOME 3.38" msgstr "Verschiedene Korrekturen für GNOME 3.38" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:74 msgid "Fixed Wiktionary internal links" msgstr "Wiktionary interne Links korrigiert" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:70 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:75 msgid "Added Basque, Korean, and Norwegian translations" msgstr "Baskische, koreanische und norwegische Übersetzungen hinzugefügt" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:76 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 #, fuzzy msgid "Fixed unable to open some EPUB files" msgstr "Behoben: Einige EPUB-Dateien lassen sich nicht öffnen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 msgid "Fixed unable to open Mobipocket files" msgstr "Behoben: Mobipocket-Dateien können nicht geöffnet werden" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:88 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 msgid "Improved metadata display" msgstr "Verbesserte Anzeige von Metadaten" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:89 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 msgid "Improved FictionBook rendering" msgstr "Optimierte FictionBook-Darstellung" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:90 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 msgid "Improved UI for acquiring books from OPDS" msgstr "Verbesserte Benutzeroberfläche für den Erwerb von Büchern aus OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:96 msgid "Fixed unique identifier extraction for EPUB files" msgstr "Extraktion des eindeutigen Bezeichners für EPUB-Dateien korrigiert" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:92 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:97 msgid "Fixed missing window icon" msgstr "Fehlendes Fenstersymbol behoben" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:98 msgid "Fixed TTS environment variables not set when using Flatpak" msgstr "" "Behoben: TTS-Umgebungsvariablen wurden bei Verwendung von Flatpak nicht " "gesetzt" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:99 msgid "Fixed eSpeak NG voice not selected when testing TTS configuration" msgstr "" "Behoben: eSpeak NG Stimme nicht ausgewählt beim Testen der TTS-Konfiguration" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:100 msgid "" "Fixed wrong “__ibooks_internal_theme” attribute when “Invert” is enabled" msgstr "" "Behoben: Falsches Attribut „__ibooks_internal_theme“, wenn „Invertieren“ " "aktiviert ist" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:101 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 msgid "OPDS catalogs:" msgstr "OPDS-Kataloge:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:103 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 msgid "Catalogs are now opened in the main library window" msgstr "Kataloge werden jetzt im Hauptfenster der Bibliothek geöffnet" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:104 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:109 msgid "View current location" msgstr "Aktuelle Position anzeigen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:105 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 msgid "Go to catalog start page" msgstr "Zur Katalogstartseite gehen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:111 msgid "Reload catalog" msgstr "Katalog neu laden" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:107 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 msgid "Add current feed to catalogs" msgstr "Aktuellen Feed zu Katalogen hinzufügen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 msgid "HTTP authentication support" msgstr "Unterstützung der HTTP-Authentifizierung" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 msgid "Other changes:" msgstr "Weitere Änderungen:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 msgid "" "Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files" msgstr "" "Behoben: eindeutige Bezeichner-Extraktion für FictionBook (.fb2, .fb2.zip) " "Dateien" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:118 msgid "Fixed newlines being ignored when copying text" msgstr "Behoben: Neuzeilen werden beim Kopieren von Text ignoriert" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:114 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:119 msgid "“Turn page on tap” is now disabled in non-paginated layouts" msgstr "" "“Seite beim Antippen umblättern” ist jetzt in nicht-seitenbasierten Layouts " "deaktiviert" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:120 msgid "Opening a book from the library view now closes the library window" msgstr "" "Das Öffnen eines Buches aus der Bibliotheksansicht schließt jetzt das " "Bibliotheksfenster" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:116 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:121 msgid "Language and publication dates in metadata are now parsed and formatted" msgstr "" "Sprache und Veröffentlichungsdatum in Metadaten werden jetzt geparst und " "formatiert" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:122 msgid "Export annotations from the library view" msgstr "Exportieren von Anmerkungen aus der Bibliotheksansicht" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:125 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:130 msgid "Fixed blurry book covers on HiDPI" msgstr "Behoben: Unscharfe Buchcover bei HiDPI" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:126 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:131 msgid "Fixed OPDS links to Standard Ebooks and Project Gutenberg" msgstr "Behoben: OPDS-Verknüpfungen zu Standard-Ebooks und Project Gutenberg" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:127 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:132 msgid "Fixed wrong view icon on startup" msgstr "Behoben: Falsches Ansichtssymbol beim Starten" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:133 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:138 msgid "Library:" msgstr "Bibliothek:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:135 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:140 msgid "A library view showing recent books and reading progress" msgstr "" "Eine Bibliotheksansicht, die die letzten Bücher und den Lesefortschritt " "anzeigt" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:136 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 msgid "Search books by metadata" msgstr "Bücher nach Metadaten suchen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:137 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 msgid "E-book discovery with OPDS" msgstr "E-Book-Erkennung mit OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:139 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 msgid "New supported formats:" msgstr "Neue unterstützte Formate:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 msgid "FictionBook (.fb2, .fb2.zip)" msgstr "FictionBook (.fb2, .fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:147 msgid "Comic book archive (.cbr, .cbz, .cbt, .cb7)" msgstr "Comicbuch-Archiv (.cbr, .cbz, .cbt, .cb7)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:143 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 msgid "Plain text (.txt)" msgstr "Einfacher Text (.txt)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 msgid "Unpacked EPUB files" msgstr "Ungepackte EPUB-Dateien" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 msgid "Layout:" msgstr "Layout:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 msgid "Option to set maximum page width" msgstr "Option zum Einstellen der maximalen Seitenbreite" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 msgid "" "The \"Automatic\" layout will now show four columns when the page width is " "wide" @@ -3310,11 +3314,11 @@ msgstr "" "Das Layout \"Automatic\" zeigt nun vier Spalten an, wenn die Seitenbreite " "breit ist." -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 msgid "Image viewer:" msgstr "Bildbetrachter:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 msgid "" "Improved image viewer, with new shortcuts and the ability to rotate and " "invert images" @@ -3322,7 +3326,7 @@ msgstr "" "Verbesserter Bildbetrachter, mit neuen Tastenkombinationen und der " "Möglichkeit, Bilder zu drehen und zu invertieren" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 msgid "" "Option to disable image viewer, or to open images on double, middle, or " "right click" @@ -3330,39 +3334,39 @@ msgstr "" "Option zum Deaktivieren des Bildbetrachters oder zum Öffnen von Bildern bei " "Doppel-, Mittel- oder Rechtsklick." -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 msgid "Text-to-speech:" msgstr "Text-zu-Sprache" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 msgid "Improved text-to-speech configuration UI" msgstr "Verbesserte Text-zu-Sprache-Konfigurations UI" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 msgid "Ability to set text-to-speech voice based on book language" msgstr "" "Möglichkeit zur Einstellung der Text-to-Speech-Stimme basierend auf der " "Buchsprache" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:168 msgid "Import annotations from JSON" msgstr "Importieren von Anmerkungen aus JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 msgid "Search in annotations" msgstr "Suche in Anmerkungen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:165 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 msgid "Annotations are now sorted in the same order as they appear in the book" msgstr "" "Anmerkungen werden nun in der gleichen Reihenfolge sortiert, wie sie im Buch " "erscheinen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:167 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 msgid "Security:" msgstr "Sicherheit:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 msgid "" "\"Allow Unsafe Content\" now only enables JavaScript; external content will " "no longer be loaded" @@ -3370,41 +3374,41 @@ msgstr "" "\"Allow Unsafe Content\" aktiviert jetzt nur noch JavaScript; externe " "Inhalte werden nicht mehr geladen." -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 msgid "WebKit processes are now sandboxed" msgstr "WebKit-Prozesse sind jetzt in der Sandbox" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 msgid "Other featues and fixes:" msgstr "Weitere Funktionen und Korrekturen:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 msgid "Improved support for vertical and right-to-left books" msgstr "Verbesserte Unterstützung für vertikale und Rechts-nach-Links-Bücher" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 msgid "Support for StarDict dictionaries" msgstr "Unterstützung für StarDict-Wörterbücher" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:176 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:181 msgid "Fixed current location not preserved when resizing" msgstr "Behoben: Aktuelle Position bleibt bei Größenänderung nicht erhalten" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:182 msgid "Fixed auto-hiding header bar under some themes" msgstr "Behoben: Automatische Ausblendung der Kopfleiste bei einigen Themes" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:178 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:183 msgid "Command-line options for showing version and adding books to library" msgstr "" "Befehlszeilenoptionen zum Anzeigen der Version und Hinzufügen von Büchern " "zur Bibliothek" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:184 msgid "Option to clear or disable cache" msgstr "Option zum Löschen oder Deaktivieren des Cache" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:185 msgid "" "When an HTML page contains invalid self-closing anchor tags, it is now " "parsed as XHTML" @@ -3412,68 +3416,68 @@ msgstr "" "Wenn eine HTML-Seite ungültige selbstschließende Anker-Tags enthält, wird " "sie jetzt als XHTML geparst." -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:186 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:280 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:347 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:191 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:207 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:352 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:392 msgid "Fixes:" msgstr "Korrekturen:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:188 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:193 msgid "Fixed wrong version number" msgstr "Falsche Versionsnummer korrigiert" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:189 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:194 msgid "" "Fixed dictionary, translation, and Wikipedia not working in the Snap package" msgstr "" "Wörterbuch, Übersetzung und Wikipedia funktionieren nicht im Snap-Paket " "korrigiert" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:195 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:356 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:379 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:361 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 msgid "New features:" msgstr "Neue Funktionen:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:197 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 msgid "New and improved icon" msgstr "Neues, verbessertes Symbol" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:198 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:203 msgid "Option to disable turn page on tap" msgstr "Option zum deaktivieren des umblätterns beim Antippen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:199 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 msgid "A menu on the welcome screen for opening recent files" msgstr "Ein Menü auf dem Begrüßungsbildschirm zum öffnen der letzten Dateien" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:205 msgid "Restored shortcuts for showing ToC, annotations, and bookmarks" msgstr "" "Wiederhergestellte Verknüpfungen zum Anzeigen von ToC, Anmerkungen und " "Lesezeichen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:209 msgid "Fixed application not translated" msgstr "Anwendung nicht übersetzt behoben" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:210 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 msgid "Interface:" msgstr "Benutzeroberfläche:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:212 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 msgid "A redesigned interface that works better for smaller screens" msgstr "" "Eine neu gestaltete Benutzeroberfläche, die bei kleineren Bildschirmenbesser " "funktioniert " -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:213 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 msgid "Improved fullscreen mode with an overlaid headerbar" msgstr "Verbesserter Vollbildmodus mit einer überlagerten Kopfzeile" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:214 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 msgid "" "The headerbar and the progress bar now auto-hide, for a distraction-free " "reading experience" @@ -3481,13 +3485,13 @@ msgstr "" "Die Kopfzeile und der Fortschrittsbalken werden jetzt automatisch " "ausgeblendet, um beim Lesen nicht abzulenken." -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 msgid "" "Various location information, as well as a clock, can now be displayed in " "the footer" msgstr "Fortschrittsinformationen und Uhr in der Statusleiste hinzugefügt" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:216 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 msgid "" "A new location popover (Ctrl + L) that shows reading time estimates and " "allows skipping to locations" @@ -3495,7 +3499,7 @@ msgstr "" "Neues Popup-Menü (Strg + L), das die geschätzte Lesezeit anzeigt und das " "Überspringen von Stellen ermöglicht" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 msgid "" "E-reader style navigation: go to the previous or next page by tapping on the " "left or right part of the view; tap on the middle to toggle header bar and " @@ -3505,29 +3509,29 @@ msgstr "" "indem Sie auf den linken oder rechten Teil der Ansicht tippen; tippen Sie " "auf die Mitte, um zwischen Kopfzeile und Fortschrittsbalken zu wechseln" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:223 msgid "Annotations, bookmarks, and find results now show chapter titles" msgstr "Anmerkungen, Lesezeichen und Suchergebnisse zeigen jetzt Kapiteltitel" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 msgid "When looking up words in dictionaries, the query can now be edited" msgstr "" "Beim Nachschlagen von Wörtern in Wörterbüchern kann die Abfrage jetzt " "bearbeitet werden" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:225 msgid "New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)" msgstr "" "Neue Tastenkombination für die Anzeige von Metadaten (Strg + I) und " "Einstellungen (Strg + ,)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 msgid "" "A new traditional menubar, which may be displayed depending on the desktop " "environment" msgstr "Traditionelle Menüleiste für Nicht-GTK-Arbeitsumgebungen hinzugefügt" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 msgid "" "Option to use a traditional titlebar and menubar instead of a headerbar " "(experimental)" @@ -3535,78 +3539,78 @@ msgstr "" "Option zur Verwendung einer traditionellen Titelleiste und Menüleiste " "anstelle einer Kopfleiste (experimentell)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 msgid "Reading:" msgstr "Lesen:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 msgid "Continuous scrolling layout" msgstr "Layout für kontinuierlichen Bildlauf" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 msgid "" "Option to show decorative shadows that mimic the appearance of a real book" msgstr "" "Möglichkeit, dekorative Schatten zu zeigen, die das Aussehen eines echten " "Buches imitieren" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:228 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:233 msgid "Ability to zoom in and zoom out" msgstr "Möglichkeit zum Vergrößern und Verkleinern" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 msgid "Improved image viewer with \"save as\" option" msgstr "Verbesserter Bildbetrachter mit \"Speichern unter\"-Option" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:230 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:235 msgid "Open copies of a book in new windows (Ctrl + N)" msgstr "Kopien eines Buches in neuen Fenstern öffnen (Strg + N)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 msgid "Reload book (Ctrl + R)" msgstr "Buch neu laden (Strg + R)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 msgid "New built-in themes: Gray, Solarized, Gruvbox, Nord" msgstr "Neue integrierte Themen: Grau, Solarisiert, Gruvbox, Nord" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:239 msgid "Text selection:" msgstr "Textauswahl:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:241 msgid "Ability to select text across pages" msgstr "Möglichkeit zur seitenübergreifenden Textauswahl" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 msgid "Find selected text in book" msgstr "Ausgewählten Text im Buch finden" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:238 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 msgid "Speak selected text or from the selected locatio" msgstr "Ausgewählten Text oder von der ausgewählten Stelle vorlesen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:240 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:245 msgid "Annotations:" msgstr "Anmerkungen:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:247 msgid "Spellcheck notes" msgstr "Rechtschreibprüfung in Anmerkungen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 msgid "Export annotations to Markdown" msgstr "Anmerkungen zu Markierung exportieren" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:244 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 msgid "Options to use custom colors for highlights" msgstr "Optionen zur Verwendung benutzerdefinierter Farben für Hervorhebungen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:246 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 msgid "For publishers and developers:" msgstr "Für Verleger und Entwickler:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 msgid "" "Support for Apple Books theme attribute, which allows books to detect themes " "without JavaScript" @@ -3614,200 +3618,200 @@ msgstr "" "Unterstützung für Apple Books Themen, das es Büchern ermöglicht, Themen ohne " "JavaScript zu erkennen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 msgid "WebKit's developer tools can be enabled" msgstr "WebKit's Entwickler-Tools können aktiviert werden" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:256 msgid "Breaking changes:" msgstr "Umfangreiche Anpassungen:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:258 msgid "The settings schemas has been reorganized" msgstr "Die Einstellungsschemata wurden neu organisiert" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 msgid "The format for custom themes has changed" msgstr "Das Format für benutzerdefinierte Themen hat sich geändert" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:255 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 msgid "Locations are now 1024 characters in size" msgstr "Lokationen sind jetzt 1024 Zeichen lang" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:257 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 msgid "Bug fixes:" msgstr "Fehlerkorrekturen:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:264 msgid "Fixed not restoring exact last location" msgstr "" "Korrigiert, dass die exakte letzte Position nicht wiederhergestellt wurde" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:265 msgid "Fixed navigation not working with scrolled layout" msgstr "Ein Problem mit der Navigation mit Bildlauffunktion wurde behoben." -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:261 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:266 msgid "Fixed font size not changing when the book uses absolute-size keywords" msgstr "" "Feste Schriftgröße ändert sich nicht, wenn das Buch Schlüsselwörter in " "absoluter Größe verwendet" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:267 msgid "Fixed text cut off at margin edge" msgstr "Text am Rand abgeschnitten behoben" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:263 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:268 msgid "Fixed unable to open books with \"#\" or \"?\" in the file name" msgstr "" "Behoben, dass Bücher mit \"#\" oder \"?\" im Dateinamen nicht geöffnet " "werden können." -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:271 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:276 msgid "" "Fixed Flatpak version not being able to open .mobi, .azw, and .azw3 files" msgstr "" "Behoben: Flatpak-Version kann .mobi-, .azw- und .azw3-Dateien nicht öffnen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:272 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:277 msgid "Improved Wiktionary lookup, now with links and example sentences" msgstr "Verbesserte Wiktionary-Suche, jetzt mit Links und Beispielsätzen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:273 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:278 msgid "Improved popover footnote extraction and formatting" msgstr "Verbesserte Extrahierung und Formatierung von Popover-Fußnoten" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:279 msgid "Added option to export annotations to BibTeX" msgstr "Option zum Exportieren von Anmerkungen nach BibTeX hinzugefügt" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:282 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:287 msgid "Fixed table of contents navigation not working with some books" msgstr "" "Behoben: Navigation im Inhaltsverzeichnis funktioniert bei einigen Büchern " "nicht" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:283 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:288 msgid "Fixed not being able to zoom images with Kindle books" msgstr "Behoben: Bilder können in Kindle-Büchern nicht gezoomt werden" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:284 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:289 msgid "Fixed not being able to open books with .epub3 filename extension" msgstr "" "Behoben: Bücher mit der Dateiendung .epub3 können nicht geöffnet werden" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:290 msgid "Fixed temporary directory not being cleaned after closing" msgstr "Behoben: temporäres Verzeichnis wird nach dem Schließen nicht gelöscht" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:293 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:298 #, fuzzy msgid "Fixed F9 shortcut not working" msgstr "Behoben: F9 Shortcut funktioniert nicht" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:294 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:329 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:299 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:334 msgid "Updated translations" msgstr "Aktualisierte Übersetzungen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:302 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:307 msgid "External resources and JavaScript are now blocked by default" msgstr "Externe Quellen und JavaScript sind jetzt standardmäßig blockiert" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:303 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:308 msgid "Basic text-to-speech support" msgstr "Grundlegende Text-zu-Sprach-Unterstützung" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:304 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:309 msgid "Export annotations to HTML, plain text, or JSON" msgstr "Export von Anmerkungen in HTML, einfachen Text oder JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:310 msgid "Support for viewing .mobi, .azw, and .azw3 files" msgstr "Unterstützung für die Anzeige von .mobi-, .azw- und .azw3-Dateien" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:313 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 msgid "New alternative sidebar UI" msgstr "Neues, alternatives Layout mit Seitenleiste" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:314 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 msgid "Lookup words in Wikipedia and offline dictionaries" msgstr "Nachschlagen von Wörtern in Wikipedia und Offline-Wörterbüchern" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:315 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 msgid "Translate passages with Google Translate" msgstr "Übersetzen von Passagen mit Google Translate" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:321 msgid "Configure default action when words are selected" msgstr "Festlegen einer Standardaktion für die Wortauswahl" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:317 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:322 msgid "Experimental popup footnote support" msgstr "Experimentelles Dropdown-Fenster für Fußnoten" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:323 msgid "Ability to find within only the current chapter" msgstr "Möglichkeit, nur innerhalb des aktuellen Kapitels zu suchen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:324 msgid "Fixed CPU spikes when left open" msgstr "" "Ein Problem mit hohem CPU-Verbrauch bei der Ausführung im Hintergrund wurde " "behoben" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:325 msgid "Fixed highlights not rendering at the correct positions" msgstr "Problem mit Markierungen an den falschen Stellen gelöst" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:328 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:333 msgid "Fixed crashing when opening files" msgstr "Programmabstürze beim Öffnen von Dateien wurde behoben" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:337 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:342 msgid "Customize page margins and brightness" msgstr "Seitenränder und Helligkeit anpassen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:338 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:343 msgid "Tweak the theme colors, or add your own custom themes" msgstr "" "Passen Sie die Themenfarben an oder fügen Sie Ihre eigenen Themen hinzu" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:339 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:344 msgid "Ability to zoom and copy images" msgstr "Möglichkeit, Bilder zu zoomen und zu kopieren" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:345 msgid "Option to auto-hide cursor" msgstr "Option zum automatischen Ausblenden des Cursors" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:341 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:346 msgid "See reading time left by hovering over the reading progress slider" msgstr "" "Die verbleibende Lesezeit anzeigen, indem Sie über den Schieberegler für den " "Lesefortschritt fahren" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:349 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:354 msgid "Fixed some books not rendering sometimes" msgstr "Behoben: einige Bücher werden manchmal nicht angezeigt" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:350 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:355 msgid "Fixed images being too wide in some cases" msgstr "Behoben: Bilder sind in einigen Fällen zu breit" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:359 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 msgid "Option to switch between left and full justification" msgstr "Möglichkeit, zwischen linkem und vollem Blocksatz zu wechseln" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:360 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:365 msgid "New layout option: single-column paginated view" msgstr "Neue Layout-Option: einspaltige Seitenansicht" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:362 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:367 msgid "Fixed:" msgstr "Behoben:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:369 msgid "" "Generated locations are now stored in the cache directory rather than " "localStorage" @@ -3815,13 +3819,13 @@ msgstr "" "Generierte Speicherorte werden jetzt im Cache-Ordner anstelle von " "localStorage gespeichert" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:372 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:377 msgid "Allow font size adjustment when using publisher fonts" msgstr "" "DErlaubt die Anpassung der Schriftgröße bei der Verwendung von " "Verlagsschriften" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:373 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:378 msgid "" "Fixed reading progress slider not appearing after localStorage quota is " "exceeded" @@ -3829,41 +3833,41 @@ msgstr "" "Lesefortschritts-Schieberegler erscheint nicht, nachdem die localStorage-" "Quota überschritten wurde" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:381 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:386 msgid "Touchpad gestures and ability to scroll through pages" msgstr "Touchpad-Gesten und die Möglichkeit, durch Seiten zu blättern" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:382 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 msgid "Fullscreen mode" msgstr "Vollbildmodus" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:383 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:388 msgid "Option to hide reading progress bar" msgstr "Option zum Ausblenden des Lesefortschrittsbalkens" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 msgid "Option to disable dictionary" msgstr "Option zum deaktivieren des Wörterbuchs" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:385 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 msgid "Option to use publisher font" msgstr "Option zur Verwendung der Verlagsschriftart" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:394 msgid "Restoring reading progress is now smooth and jank-free" msgstr "" "Das Wiederherstellen des Lesefortschritts ist jetzt reibungslos und " "ruckelfrei" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:395 msgid "Fixed custom styles not applying in some cases" msgstr "Benutzerdefinierte Stile werden jetzt immer angewendet" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:396 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 msgid "Fixed invalid AppData file" msgstr "ungültige AppData-Datei" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:406 msgid "Initial release" msgstr "Erste Veröffentlichung" diff --git a/po/es.po b/po/es.po index 2801cc30..64f3160b 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.johnfactotum.Foliate\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-24 11:04+0800\n" +"POT-Creation-Date: 2021-03-24 14:29+0800\n" "PO-Revision-Date: 2021-02-05 13:08+0100\n" "Last-Translator: micrococo\n" "Language-Team: \n" @@ -18,7 +18,7 @@ msgstr "" "X-Generator: Poedit 2.4.2\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:739 +#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:740 #: src/main.js:209 src/window.js:1023 src/schemes.js:100 #: data/com.github.johnfactotum.Foliate.appdata.xml.in:6 msgid "Foliate" @@ -204,7 +204,7 @@ msgstr "" "El identificador del archivo importado no coincide con el del libro. Esto " "puede indicar que las notas no pertenecen a este libro." -#: src/export.js:234 src/library.js:455 src/main.js:161 src/opds.js:229 +#: src/export.js:234 src/library.js:456 src/main.js:161 src/opds.js:229 #: src/opds.js:376 src/opds.js:1174 src/utils.js:772 src/window.js:593 #: src/ui/bookEditDialog.ui:10 src/ui/catalogWindow.ui:10 #: src/ui/exportWindow.ui:38 src/ui/importWindow.ui:10 @@ -224,94 +224,94 @@ msgstr "Error" msgid "Could not import annotations." msgstr "No se pueden importar las notas." -#: src/library.js:98 src/window.js:672 src/ui/bookBoxMenu.ui:13 +#: src/library.js:99 src/window.js:672 src/ui/bookBoxMenu.ui:13 #: src/ui/mainMenu.ui:612 msgid "About This Book" msgstr "Acerca de este libro" -#: src/library.js:132 +#: src/library.js:133 msgid "Choose File" msgstr "Elegir archivo" -#: src/library.js:265 src/library.js:283 +#: src/library.js:266 src/library.js:284 msgid "Load more" msgstr "Cargar más" -#: src/library.js:427 +#: src/library.js:428 msgid "File location unkown" msgstr "Ubicación del archivo desconocida" -#: src/library.js:428 +#: src/library.js:429 msgid "Choose the location of this file to open it." msgstr "Elija la ubicación de este archivo para abrirlo." -#: src/library.js:448 +#: src/library.js:449 #, javascript-format msgid "Are you sure you want to remove this book?" msgid_plural "Are you sure you want to remove the %d selected books?" msgstr[0] "¿Seguro que quiere borrar el libro?" msgstr[1] "¿Seguro que quiere borrar los %d libros seleccionados?" -#: src/library.js:450 +#: src/library.js:451 msgid "Reading progress, annotations, and bookmarks will be permanently lost." msgstr "" "El progreso de lectura, las notas y los marcadores se perderán " "permanentemente." -#: src/library.js:456 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 +#: src/library.js:457 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 #: src/ui/bookBoxMenu.ui:44 src/ui/bookmarkRow.ui:44 #: src/ui/libraryWindow.ui:581 msgid "Remove" msgstr "Eliminar" -#: src/library.js:578 +#: src/library.js:579 #, javascript-format msgid "%d selected" msgid_plural "%d selected" msgstr[0] "%d seleccionado" msgstr[1] "%d seleccionados" -#: src/library.js:697 +#: src/library.js:698 msgid "Failed to add book" msgid_plural "Failed to add books" msgstr[0] "Error al añadir un libro" msgstr[1] "Error al añadir libros" -#: src/library.js:699 +#: src/library.js:700 msgid "Could not add the following file:" msgid_plural "Could not add the following files:" msgstr[0] "No se ha podido añadir el siguiente archivo:" msgstr[1] "No se han podido añadir los siguientes archivos:" -#: src/library.js:771 +#: src/library.js:772 msgid "All" msgstr "Todos" -#: src/library.js:774 src/ui/catalogWindow.ui:39 +#: src/library.js:775 src/ui/catalogWindow.ui:39 msgid "Title" msgstr "Título" -#: src/library.js:775 src/schemes.js:257 +#: src/library.js:776 src/schemes.js:257 msgid "Author" msgstr "Autor" -#: src/library.js:776 src/properties.js:359 src/ui/propertyBox.ui:16 +#: src/library.js:777 src/properties.js:359 src/ui/propertyBox.ui:16 msgid "Tags" msgstr "Etiquetas" -#: src/library.js:777 src/ui/propertiesBox.ui:65 +#: src/library.js:778 src/ui/propertiesBox.ui:65 msgid "Description" msgstr "Descripción" -#: src/library.js:778 src/properties.js:418 src/schemes.js:407 +#: src/library.js:779 src/properties.js:418 src/schemes.js:407 msgid "Publisher" msgstr "Editor" -#: src/library.js:779 src/properties.js:438 src/ui/ttsDialog.ui:284 +#: src/library.js:780 src/properties.js:438 src/ui/ttsDialog.ui:284 msgid "Language" msgstr "Idioma" -#: src/library.js:816 +#: src/library.js:817 msgid "Add Files" msgstr "Todos los archivos" @@ -859,7 +859,7 @@ msgid "Select some text to add annotations." msgstr "Seleccione algún texto para añadir notas." #: src/ui/contentsStack.ui:124 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:166 msgid "Annotations" msgstr "Notas" @@ -1171,7 +1171,7 @@ msgid "Full Justification" msgstr "Justificación completa" #: src/ui/mainMenu.ui:518 src/ui/menuBar.ui:148 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:358 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:363 msgid "Auto-hyphenation" msgstr "División silábica automática" @@ -3059,247 +3059,251 @@ msgid "John Factotum" msgstr "John Factotum" #: data/com.github.johnfactotum.Foliate.appdata.xml.in:49 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:64 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:123 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:269 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:291 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:300 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:311 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:326 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:335 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:370 +msgid "Fixed automatic layout" +msgstr "" + +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:128 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:296 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:331 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:375 msgid "Changes:" msgstr "Cambios:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:51 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 msgid "Added support for opening HTML files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:52 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 msgid "Consistent inner and outer margins" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:53 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 msgid "The automatic layout no longer supports 4 columns" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:59 msgid "Fixed long words overflowing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:55 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:60 #, fuzzy msgid "Fixed custom themes not saved across sessions" msgstr "Corregido la no aplicación de estilos personalizados en algunos casos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:61 #, fuzzy msgid "Fixed shortcuts for key pads" msgstr "Corregido el que no funcionase el atajo de teclado F9" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:62 msgid "Fixed opening non-UTF-8 zipped FB2 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:63 #, fuzzy msgid "Fixed books not opening on GNOME 40" msgstr "Corregido que algunos libros no se muestran a veces" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:66 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:71 msgid "Improved support for touch screens" msgstr "Mejora de la compatibilidad con las pantallas táctiles" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:67 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:72 msgid "OPDS credentials can now be remembered" msgstr "Ahora se puede recordar las credenciales del OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:68 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:73 msgid "Various fixes for GNOME 3.38" msgstr "Varias correcciones para GNOME 3.38" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:74 msgid "Fixed Wiktionary internal links" msgstr "Corregidos los enlaces internos de Wiktionary" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:70 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:75 msgid "Added Basque, Korean, and Norwegian translations" msgstr "Se han añadido traducciones al euskera, al coreano y al noruego" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:76 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 msgid "Fixed unable to open some EPUB files" msgstr "Se ha corregido la imposibilidad de abrir algunos archivos EPUB" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 msgid "Fixed unable to open Mobipocket files" msgstr "Se ha corregido la imposibilidad de abrir archivos Mobipocket" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:88 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 msgid "Improved metadata display" msgstr "Mejora de visualización de los metadatos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:89 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 msgid "Improved FictionBook rendering" msgstr "Mejora de la representación de FictionBook" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:90 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 msgid "Improved UI for acquiring books from OPDS" msgstr "" "Mejora de la interfaz de usuario para la adquisición de libros en el OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:96 msgid "Fixed unique identifier extraction for EPUB files" msgstr "Corregida la extracción del identificador único para los archivos EPUB" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:92 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:97 msgid "Fixed missing window icon" msgstr "Corregido el icono de la ventana que faltaba" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:98 msgid "Fixed TTS environment variables not set when using Flatpak" msgstr "" "Corregido que las variables de entorno de TTS no se establecen cuando se " "utiliza Flatpak" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:99 msgid "Fixed eSpeak NG voice not selected when testing TTS configuration" msgstr "" "Corregido que la voz eSpeak NG no se selecciona al probar la configuración " "TTS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:100 msgid "" "Fixed wrong “__ibooks_internal_theme” attribute when “Invert” is enabled" msgstr "" "Corregido el atributo “__ibooks_internal_theme” erróneo cuando se habilita " "“Invert”" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:101 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 msgid "OPDS catalogs:" msgstr "Catálogos OPDS:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:103 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 msgid "Catalogs are now opened in the main library window" msgstr "Los catálogos se abren ahora en la ventana principal de la biblioteca" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:104 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:109 msgid "View current location" msgstr "Ver la posición actual" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:105 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 msgid "Go to catalog start page" msgstr "Ir a la página de inicio del catálogo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:111 msgid "Reload catalog" msgstr "Recargar el catálogo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:107 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 msgid "Add current feed to catalogs" msgstr "Añadir la fuente actual a los catálogos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 msgid "HTTP authentication support" msgstr "Soporte para autenticación HTTP" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 msgid "Other changes:" msgstr "Otros cambios:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 msgid "" "Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files" msgstr "" "Corregida la extracción del identificador único de archivos FictionBook (." "fb2, .fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:118 msgid "Fixed newlines being ignored when copying text" msgstr "Corregido el que se ignorasen los saltos de línea al copiar texto" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:114 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:119 msgid "“Turn page on tap” is now disabled in non-paginated layouts" msgstr "" "«Pasar página al dar toques» está ahora deshabilitado en diseños no paginados" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:120 msgid "Opening a book from the library view now closes the library window" msgstr "" "Abrir un libro desde la vista de la biblioteca cierra ahora la ventana de la " "biblioteca" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:116 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:121 msgid "Language and publication dates in metadata are now parsed and formatted" msgstr "" "El idioma y las fechas de publicación en los metadatos son procesados y " "formateados ahora" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:122 msgid "Export annotations from the library view" msgstr "Exportar notas desde la vista de la biblioteca" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:125 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:130 msgid "Fixed blurry book covers on HiDPI" msgstr "" "Corregido el aspecto borroso de las portadas de libros en pantallas de alta " "definición" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:126 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:131 msgid "Fixed OPDS links to Standard Ebooks and Project Gutenberg" msgstr "" "Corregidos los enlaces a OPDS hacia «Standard Ebooks» y «Project Gutenberg»" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:127 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:132 msgid "Fixed wrong view icon on startup" msgstr "Corregido el icono de vista incorrecto al inicio" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:133 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:138 msgid "Library:" msgstr "Biblioteca:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:135 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:140 msgid "A library view showing recent books and reading progress" msgstr "" "Vista de la biblioteca que muestra libros recientes y el progreso de lectura" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:136 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 msgid "Search books by metadata" msgstr "Buscar libros por metadatos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:137 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 msgid "E-book discovery with OPDS" msgstr "Descubrimiento de libros electrónicos con OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:139 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 msgid "New supported formats:" msgstr "Nuevos formatos admitidos:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 msgid "FictionBook (.fb2, .fb2.zip)" msgstr "FictionBook (.fb2, .fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:147 msgid "Comic book archive (.cbr, .cbz, .cbt, .cb7)" msgstr "Archivos de cómic (.cbr, .cbz, .cbt, .cb7)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:143 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 msgid "Plain text (.txt)" msgstr "Texto sin formato (.txt)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 msgid "Unpacked EPUB files" msgstr "Archivos EPUB descomprimidos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 msgid "Layout:" msgstr "Diseño:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 msgid "Option to set maximum page width" msgstr "Opción para fijar la anchura máxima de página" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 msgid "" "The \"Automatic\" layout will now show four columns when the page width is " "wide" @@ -3307,11 +3311,11 @@ msgstr "" "El diseño «Automático» no muestra cuatro columnas cuando el ancho de página " "es muy grande" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 msgid "Image viewer:" msgstr "Visor de imágenes:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 msgid "" "Improved image viewer, with new shortcuts and the ability to rotate and " "invert images" @@ -3319,7 +3323,7 @@ msgstr "" "Mejorado el visor de imágenes, con nuevos atajos de teclado y la capacidad " "de rotar e invertir imágenes" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 msgid "" "Option to disable image viewer, or to open images on double, middle, or " "right click" @@ -3327,38 +3331,38 @@ msgstr "" "Opción para deshabilitar el visor de imágenes, o para abrir imágenes al " "hacer doble, clic o haciendo clic con el botón central o derecho" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 msgid "Text-to-speech:" msgstr "Texto a voz:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 msgid "Improved text-to-speech configuration UI" msgstr "Mejorada la interfaz de la configuración de texto a voz" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 msgid "Ability to set text-to-speech voice based on book language" msgstr "" "Capacidad para establecer la voz del texto a voz en base al idioma del libro" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:168 msgid "Import annotations from JSON" msgstr "Importar notas desde JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 msgid "Search in annotations" msgstr "Buscar en notas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:165 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 msgid "Annotations are now sorted in the same order as they appear in the book" msgstr "" "Las notas están ordenadas ahora en el mismo orden en el que aparecen en el " "libro" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:167 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 msgid "Security:" msgstr "Seguridad:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 msgid "" "\"Allow Unsafe Content\" now only enables JavaScript; external content will " "no longer be loaded" @@ -3366,44 +3370,44 @@ msgstr "" "«Permitir contenido inseguro» solo habilita ahora JavaScript; el contenido " "externo ya no se carga" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 msgid "WebKit processes are now sandboxed" msgstr "Los procesos de WebKit están ahora confinados" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 msgid "Other featues and fixes:" msgstr "Otras funcionalidades y correcciones:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 msgid "Improved support for vertical and right-to-left books" msgstr "" "Mejor soporte para libros verticales y con escritura de derecha a izquierda" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 msgid "Support for StarDict dictionaries" msgstr "Soporte para diccionarios de «StarDict»" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:176 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:181 msgid "Fixed current location not preserved when resizing" msgstr "" "Corregido el que no se preservara la posición actual al cambiar el tamaño" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:182 msgid "Fixed auto-hiding header bar under some themes" msgstr "" "Corregida la ocultación automática de la barra de cabecera con algunos temas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:178 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:183 msgid "Command-line options for showing version and adding books to library" msgstr "" "Opciones de la línea de órdenes para mostrar la versión y añadir libros a la " "biblioteca" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:184 msgid "Option to clear or disable cache" msgstr "Opción para borrar o deshabilitar la caché" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:185 msgid "" "When an HTML page contains invalid self-closing anchor tags, it is now " "parsed as XHTML" @@ -3411,67 +3415,67 @@ msgstr "" "Cuando una página HTML contiene etiquetas de anclas autocerradas no válidas, " "se procesa ahora como XHTML" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:186 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:280 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:347 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:191 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:207 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:352 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:392 msgid "Fixes:" msgstr "Correcciones:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:188 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:193 msgid "Fixed wrong version number" msgstr "Corregido el número de versión incorrecto" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:189 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:194 msgid "" "Fixed dictionary, translation, and Wikipedia not working in the Snap package" msgstr "" "Corregido que no funcionaran diccionarios, traducciones y Wikipedia en el " "paquete Snap" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:195 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:356 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:379 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:361 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 msgid "New features:" msgstr "Nuevas funcionalidades:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:197 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 msgid "New and improved icon" msgstr "Icono nuevo y mejorado" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:198 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:203 msgid "Option to disable turn page on tap" msgstr "Opción para deshabilitar el paso de página al dar toques" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:199 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 msgid "A menu on the welcome screen for opening recent files" msgstr "Un menú en la pantalla de bienvenida para abrir archivos recientes" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:205 msgid "Restored shortcuts for showing ToC, annotations, and bookmarks" msgstr "" "Se han restaurado los atajos de teclado para mostrar la tabla de contenidos, " "notas y marcadores" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:209 msgid "Fixed application not translated" msgstr "Corregido el que no apareciera traducida la aplicación" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:210 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 msgid "Interface:" msgstr "Interfaz:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:212 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 msgid "A redesigned interface that works better for smaller screens" msgstr "Una interfaz rediseñada que funciona mejor en pantallas pequeñas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:213 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 msgid "Improved fullscreen mode with an overlaid headerbar" msgstr "" "Mejorado el modo de pantalla completa con una barra de cabecera superpuesta" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:214 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 msgid "" "The headerbar and the progress bar now auto-hide, for a distraction-free " "reading experience" @@ -3479,7 +3483,7 @@ msgstr "" "La barra de cabecera y la de progreso se ocultan automáticamente ahora, para " "tener una experiencia de lectura sin distracciones" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 msgid "" "Various location information, as well as a clock, can now be displayed in " "the footer" @@ -3487,7 +3491,7 @@ msgstr "" "Se pueden mostrar varias fuentes de información, además de un reloj, en el " "pie de página" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:216 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 msgid "" "A new location popover (Ctrl + L) that shows reading time estimates and " "allows skipping to locations" @@ -3495,7 +3499,7 @@ msgstr "" "Un nuevo elemento gráfico emergente (Ctrl + L) que muestra el tiempo de " "lectura estimado y permite saltar a posiciones" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 msgid "" "E-reader style navigation: go to the previous or next page by tapping on the " "left or right part of the view; tap on the middle to toggle header bar and " @@ -3506,23 +3510,23 @@ msgstr "" "vista; toque en la parte central para conmutar la barra de cabecera y la de " "progreso" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:223 msgid "Annotations, bookmarks, and find results now show chapter titles" msgstr "" "Notas, marcadores y resultados de búsqueda muestran ahora los títulos de " "capítulos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 msgid "When looking up words in dictionaries, the query can now be edited" msgstr "Al buscar palabras en diccionarios, la consulta se puede editar ahora" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:225 msgid "New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)" msgstr "" "Nuevo atajo de teclado para ver metadatos (Ctrl + I) y preferencias (Ctrl " "+ ,)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 msgid "" "A new traditional menubar, which may be displayed depending on the desktop " "environment" @@ -3530,7 +3534,7 @@ msgstr "" "Un nuevo menú tradicional, que puede mostrarse dependiendo del entorno de " "escritorio" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 msgid "" "Option to use a traditional titlebar and menubar instead of a headerbar " "(experimental)" @@ -3538,78 +3542,78 @@ msgstr "" "Opción para usar la barra de títulos y de menús tradicionales en vez de una " "barra de cabecera (experimental)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 msgid "Reading:" msgstr "Lectura:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 msgid "Continuous scrolling layout" msgstr "Diseño de desplazamiento continuo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 msgid "" "Option to show decorative shadows that mimic the appearance of a real book" msgstr "" "Opción para mostrar sombras decorativas que imitan la apariencia de un libro " "real" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:228 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:233 msgid "Ability to zoom in and zoom out" msgstr "Capacidad para ampliar y reducir el zum" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 msgid "Improved image viewer with \"save as\" option" msgstr "Mejorado el visor de imágenes con una opción «guardar como»" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:230 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:235 msgid "Open copies of a book in new windows (Ctrl + N)" msgstr "Abrir copias de un libro en ventanas nuevas (Ctrl + N)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 msgid "Reload book (Ctrl + R)" msgstr "Recargar libros (Ctrl + R)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 msgid "New built-in themes: Gray, Solarized, Gruvbox, Nord" msgstr "Nuevos temas integrados: Gray, Solarizado, Gruvbox, Nord" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:239 msgid "Text selection:" msgstr "Selección de texto:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:241 msgid "Ability to select text across pages" msgstr "Capacidad para seleccionar texto entre páginas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 msgid "Find selected text in book" msgstr "Buscar texto seleccionado en el libro" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:238 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 msgid "Speak selected text or from the selected locatio" msgstr "Leer en voz alta texto seleccionado o desde la posición seleccionada" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:240 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:245 msgid "Annotations:" msgstr "Notas:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:247 msgid "Spellcheck notes" msgstr "Corrección ortográfica de notas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 msgid "Export annotations to Markdown" msgstr "Exportar notas en Markdown" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:244 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 msgid "Options to use custom colors for highlights" msgstr "Opciones para usar colores personalizados para resaltes" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:246 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 msgid "For publishers and developers:" msgstr "Para editores y desarrolladores:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 msgid "" "Support for Apple Books theme attribute, which allows books to detect themes " "without JavaScript" @@ -3617,200 +3621,200 @@ msgstr "" "Soporte para el atributo de tema de «Apple Books», que permite que los " "libros detecten temas sin JavaScript" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 msgid "WebKit's developer tools can be enabled" msgstr "Se pueden habilitar las herramientas de desarrollador de WebKit" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:256 msgid "Breaking changes:" msgstr "Cambios no compatibles hacia atrás:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:258 msgid "The settings schemas has been reorganized" msgstr "Los esquemas de configuraciones han sido reorganizados" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 msgid "The format for custom themes has changed" msgstr "El formato para temas personalizados ha cambiado" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:255 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 msgid "Locations are now 1024 characters in size" msgstr "Las posiciones tienen ahora 1024 caracteres de tamaño" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:257 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 msgid "Bug fixes:" msgstr "Correcciones de errores:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:264 msgid "Fixed not restoring exact last location" msgstr "Corregido el que no se restaurase la última posición exacta" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:265 msgid "Fixed navigation not working with scrolled layout" msgstr "" "Corregido el que la navegación no funcionara con el diseño con desplazamiento" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:261 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:266 msgid "Fixed font size not changing when the book uses absolute-size keywords" msgstr "" "Corregido el que no cambiase el tamaño de la fuente cuando el libro usa " "palabras clave de tamaños absolutos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:267 msgid "Fixed text cut off at margin edge" msgstr "Corregido el texto cortado en el borde del margen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:263 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:268 msgid "Fixed unable to open books with \"#\" or \"?\" in the file name" msgstr "" "Corregido el no poder abrir libros con «#» o «?» en el nombre de archivo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:271 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:276 msgid "" "Fixed Flatpak version not being able to open .mobi, .azw, and .azw3 files" msgstr "" "Corregido el que la versión Flatpak no pudiera abrir archivos .mobi, .azw y ." "azw3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:272 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:277 msgid "Improved Wiktionary lookup, now with links and example sentences" msgstr "" "Mejorada la búsqueda en Wikcionario, ahora con enlaces y frases de ejemplo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:273 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:278 msgid "Improved popover footnote extraction and formatting" msgstr "" "Mejorada la extracción y el formato del elemento gráfico emergente para las " "notas a pie de página" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:279 msgid "Added option to export annotations to BibTeX" msgstr "Añadida una opción para exportar notas en BibTeX" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:282 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:287 msgid "Fixed table of contents navigation not working with some books" msgstr "" "Corregido el que la tabla de contenidos no funcionara con algunos libros" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:283 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:288 msgid "Fixed not being able to zoom images with Kindle books" msgstr "Corregido el no poder hacer zum a imágenes con libros de Kindle" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:284 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:289 msgid "Fixed not being able to open books with .epub3 filename extension" msgstr "Corregido el no poder abrir libros con extensión de archivo .epub3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:290 msgid "Fixed temporary directory not being cleaned after closing" msgstr "Corregido el que no se borrase el directorio temporal al cerrar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:293 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:298 msgid "Fixed F9 shortcut not working" msgstr "Corregido el que no funcionase el atajo de teclado F9" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:294 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:329 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:299 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:334 msgid "Updated translations" msgstr "Traducciones actualizadas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:302 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:307 msgid "External resources and JavaScript are now blocked by default" msgstr "Recursos externos y JavaScript son bloqueados ahora por defecto" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:303 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:308 msgid "Basic text-to-speech support" msgstr "Soporte básico para texto a voz" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:304 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:309 msgid "Export annotations to HTML, plain text, or JSON" msgstr "Exportar notas a HTML, texto sin formato o JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:310 msgid "Support for viewing .mobi, .azw, and .azw3 files" msgstr "Soporte para ver archivos .mobi, .azw y .azw3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:313 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 msgid "New alternative sidebar UI" msgstr "Nuevo interfaz alternativa del panel lateral" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:314 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 msgid "Lookup words in Wikipedia and offline dictionaries" msgstr "Buscar palabras en Wikipedia y diccionarios sin conexión" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:315 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 msgid "Translate passages with Google Translate" msgstr "Traducir pasajes con Google Translate" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:321 msgid "Configure default action when words are selected" msgstr "Configurar la acción por defecto al seleccionar palabras" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:317 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:322 msgid "Experimental popup footnote support" msgstr "" "Soporte experimental para elemento gráfico emergente para notas a pie de " "página" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:323 msgid "Ability to find within only the current chapter" msgstr "Capacidad para buscar solo en el capítulo actual" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:324 msgid "Fixed CPU spikes when left open" msgstr "Corregidos los picos de CPU cuando se deja abierto" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:325 msgid "Fixed highlights not rendering at the correct positions" msgstr "Corregido que los resaltes no se mostrasen en las posiciones correctas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:328 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:333 msgid "Fixed crashing when opening files" msgstr "Corregido el cierre de la aplicación al abrir archivos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:337 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:342 msgid "Customize page margins and brightness" msgstr "Personalizar los márgenes de página y el brillo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:338 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:343 msgid "Tweak the theme colors, or add your own custom themes" msgstr "" "Modificar los colores del tema o añadir sus propios temas personalizados" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:339 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:344 msgid "Ability to zoom and copy images" msgstr "Capacidad para hacer zum de imágenes y copiarlas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:345 msgid "Option to auto-hide cursor" msgstr "Opción para ocultar el cursor automáticamente" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:341 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:346 msgid "See reading time left by hovering over the reading progress slider" msgstr "" "Ver el tiempo de lectura restante al pasar sobre el deslizador de progreso " "de lectura" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:349 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:354 msgid "Fixed some books not rendering sometimes" msgstr "Corregido que algunos libros no se muestran a veces" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:350 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:355 msgid "Fixed images being too wide in some cases" msgstr "Corregido que las imágenes sean demasiado anchas en algunos casos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:359 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 msgid "Option to switch between left and full justification" msgstr "Opción para cambiar entre alineado a la izquierda o justificado" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:360 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:365 msgid "New layout option: single-column paginated view" msgstr "Nueva opción de diseño: vista paginada de una sola columna" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:362 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:367 msgid "Fixed:" msgstr "Corregido:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:369 msgid "" "Generated locations are now stored in the cache directory rather than " "localStorage" @@ -3818,12 +3822,12 @@ msgstr "" "Las ubicaciones generadas se almacenan ahora en el directorio de la caché en " "lugar de en «localStorage»" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:372 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:377 msgid "Allow font size adjustment when using publisher fonts" msgstr "" "Permitir el ajuste del tamaño de la fuente al usar las fuentes del editor" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:373 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:378 msgid "" "Fixed reading progress slider not appearing after localStorage quota is " "exceeded" @@ -3831,39 +3835,39 @@ msgstr "" "Corregido la no aparición del deslizador de progreso después de exceder la " "cuota localStorage" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:381 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:386 msgid "Touchpad gestures and ability to scroll through pages" msgstr "Gestos del panel táctil y capacidad de desplazamiento entre páginas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:382 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 msgid "Fullscreen mode" msgstr "Modo pantalla completa" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:383 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:388 msgid "Option to hide reading progress bar" msgstr "Opción para ocultar la barra de progreso de lectura" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 msgid "Option to disable dictionary" msgstr "Opción para deshabilitar el diccionario" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:385 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 msgid "Option to use publisher font" msgstr "Opción para usar la fuente del editor" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:394 msgid "Restoring reading progress is now smooth and jank-free" msgstr "Restaurar el progreso de lectura ahora es fácil y sin sacudidas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:395 msgid "Fixed custom styles not applying in some cases" msgstr "Corregido la no aplicación de estilos personalizados en algunos casos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:396 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 msgid "Fixed invalid AppData file" msgstr "Corregido fichero AppData inválido" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:406 msgid "Initial release" msgstr "Versión inicial" diff --git a/po/eu.po b/po/eu.po index 8485acd3..88054bf6 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.johnfactotum.Foliate\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-24 11:04+0800\n" +"POT-Creation-Date: 2021-03-24 14:29+0800\n" "PO-Revision-Date: 2020-08-30 16:03+0200\n" "Last-Translator: micrococo\n" "Language-Team: \n" @@ -18,7 +18,7 @@ msgstr "" "X-Generator: Poedit 2.3\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:739 +#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:740 #: src/main.js:209 src/window.js:1023 src/schemes.js:100 #: data/com.github.johnfactotum.Foliate.appdata.xml.in:6 msgid "Foliate" @@ -204,7 +204,7 @@ msgstr "" "Inportatutako fitxategiaren identifikatzailea ez dator bat liburu honekin. " "Horrek esan nahi du agian oharrok ez dagozkiela liburu honi." -#: src/export.js:234 src/library.js:455 src/main.js:161 src/opds.js:229 +#: src/export.js:234 src/library.js:456 src/main.js:161 src/opds.js:229 #: src/opds.js:376 src/opds.js:1174 src/utils.js:772 src/window.js:593 #: src/ui/bookEditDialog.ui:10 src/ui/catalogWindow.ui:10 #: src/ui/exportWindow.ui:38 src/ui/importWindow.ui:10 @@ -224,93 +224,93 @@ msgstr "Errorea" msgid "Could not import annotations." msgstr "Ezin dira oharrak inportatu." -#: src/library.js:98 src/window.js:672 src/ui/bookBoxMenu.ui:13 +#: src/library.js:99 src/window.js:672 src/ui/bookBoxMenu.ui:13 #: src/ui/mainMenu.ui:612 msgid "About This Book" msgstr "Liburu honi buruz" -#: src/library.js:132 +#: src/library.js:133 msgid "Choose File" msgstr "Aukeratu fitxategia" -#: src/library.js:265 src/library.js:283 +#: src/library.js:266 src/library.js:284 msgid "Load more" msgstr "Kargatu gehiago" -#: src/library.js:427 +#: src/library.js:428 msgid "File location unkown" msgstr "Liburuaren kokapena ezezaguna" -#: src/library.js:428 +#: src/library.js:429 msgid "Choose the location of this file to open it." msgstr "Aukeratu fitxategi honen kokapena ireki ahal izateko." -#: src/library.js:448 +#: src/library.js:449 #, javascript-format msgid "Are you sure you want to remove this book?" msgid_plural "Are you sure you want to remove the %d selected books?" msgstr[0] "Ziur zaude liburu hau ezabatu nahi duzula?" msgstr[1] "Ziur zaude hautatutako %d liburuak ezabatu nahi dituzula?" -#: src/library.js:450 +#: src/library.js:451 msgid "Reading progress, annotations, and bookmarks will be permanently lost." msgstr "" "Irakurketaren aurrerapena, oharrak eta laster-markak betiko galduko dira." -#: src/library.js:456 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 +#: src/library.js:457 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 #: src/ui/bookBoxMenu.ui:44 src/ui/bookmarkRow.ui:44 #: src/ui/libraryWindow.ui:581 msgid "Remove" msgstr "Kendu" -#: src/library.js:578 +#: src/library.js:579 #, javascript-format msgid "%d selected" msgid_plural "%d selected" msgstr[0] "%d hautatua" msgstr[1] "%d hautatuak" -#: src/library.js:697 +#: src/library.js:698 msgid "Failed to add book" msgid_plural "Failed to add books" msgstr[0] "Huts egin du liburua gehitzen" msgstr[1] "Huts egin du liburuak gehitzen" -#: src/library.js:699 +#: src/library.js:700 msgid "Could not add the following file:" msgid_plural "Could not add the following files:" msgstr[0] "Ezin izan da fitxategi hau gehitu:" msgstr[1] "Ezin izan dira fitxategi hauek gehitu:" -#: src/library.js:771 +#: src/library.js:772 msgid "All" msgstr "Denak" -#: src/library.js:774 src/ui/catalogWindow.ui:39 +#: src/library.js:775 src/ui/catalogWindow.ui:39 msgid "Title" msgstr "Izenburua" -#: src/library.js:775 src/schemes.js:257 +#: src/library.js:776 src/schemes.js:257 msgid "Author" msgstr "Egilea" -#: src/library.js:776 src/properties.js:359 src/ui/propertyBox.ui:16 +#: src/library.js:777 src/properties.js:359 src/ui/propertyBox.ui:16 msgid "Tags" msgstr "Etiketak" -#: src/library.js:777 src/ui/propertiesBox.ui:65 +#: src/library.js:778 src/ui/propertiesBox.ui:65 msgid "Description" msgstr "Deskribapena" -#: src/library.js:778 src/properties.js:418 src/schemes.js:407 +#: src/library.js:779 src/properties.js:418 src/schemes.js:407 msgid "Publisher" msgstr "Argitaratzailea" -#: src/library.js:779 src/properties.js:438 src/ui/ttsDialog.ui:284 +#: src/library.js:780 src/properties.js:438 src/ui/ttsDialog.ui:284 msgid "Language" msgstr "Hizkuntza" -#: src/library.js:816 +#: src/library.js:817 msgid "Add Files" msgstr "Gehitu fitxategiak" @@ -856,7 +856,7 @@ msgid "Select some text to add annotations." msgstr "Hautatu testuren bat oharrak gehitu ahal izateko." #: src/ui/contentsStack.ui:124 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:166 msgid "Annotations" msgstr "Oharrak" @@ -1168,7 +1168,7 @@ msgid "Full Justification" msgstr "Justifikazio osoa" #: src/ui/mainMenu.ui:518 src/ui/menuBar.ui:148 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:358 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:363 msgid "Auto-hyphenation" msgstr "Hitzen zatiketa automatikoa" @@ -3061,242 +3061,246 @@ msgid "John Factotum" msgstr "John Factotum" #: data/com.github.johnfactotum.Foliate.appdata.xml.in:49 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:64 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:123 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:269 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:291 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:300 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:311 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:326 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:335 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:370 +msgid "Fixed automatic layout" +msgstr "" + +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:128 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:296 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:331 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:375 msgid "Changes:" msgstr "Aldaketak:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:51 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 msgid "Added support for opening HTML files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:52 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 msgid "Consistent inner and outer margins" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:53 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 msgid "The automatic layout no longer supports 4 columns" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:59 msgid "Fixed long words overflowing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:55 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:60 #, fuzzy msgid "Fixed custom themes not saved across sessions" msgstr "Corregido la no aplicación de estilos personalizados en algunos casos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:61 #, fuzzy msgid "Fixed shortcuts for key pads" msgstr "Corregido el que no funcionase el atajo de teclado F9" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:62 msgid "Fixed opening non-UTF-8 zipped FB2 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:63 #, fuzzy msgid "Fixed books not opening on GNOME 40" msgstr "Corregido que algunos libros no se muestran a veces" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:66 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:71 #, fuzzy msgid "Improved support for touch screens" msgstr "" "Mejor soporte para libros verticales y con escritura de derecha a izquierda" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:67 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:72 msgid "OPDS credentials can now be remembered" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:68 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:73 msgid "Various fixes for GNOME 3.38" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:74 msgid "Fixed Wiktionary internal links" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:70 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:75 msgid "Added Basque, Korean, and Norwegian translations" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:76 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 msgid "Fixed unable to open some EPUB files" msgstr "Zuzendu da EPUB batzuk irekitzeko ezintasuna" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 msgid "Fixed unable to open Mobipocket files" msgstr "Zuzendu da Mobipocket fitxategiak irekitzeko ezintasuna" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:88 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 msgid "Improved metadata display" msgstr "Metadatuen bistaratzea hobetu da" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:89 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 msgid "Improved FictionBook rendering" msgstr "FictionBook errendatzea hobetu da" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:90 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 msgid "Improved UI for acquiring books from OPDS" msgstr "OPDStik liburuak eskuratzeko interfazea hobetu da" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:96 msgid "Fixed unique identifier extraction for EPUB files" msgstr "Zuzendu da EPUB fitxategien identifikatzaile bakarraren erauzketa" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:92 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:97 msgid "Fixed missing window icon" msgstr "Zuzendu da leihoen ikonoen falta" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:98 msgid "Fixed TTS environment variables not set when using Flatpak" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:99 msgid "Fixed eSpeak NG voice not selected when testing TTS configuration" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:100 msgid "" "Fixed wrong “__ibooks_internal_theme” attribute when “Invert” is enabled" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:101 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 msgid "OPDS catalogs:" msgstr "OPDS katalogoak:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:103 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 msgid "Catalogs are now opened in the main library window" msgstr "Los catálogos se abren ahora en la ventana principal de la biblioteca" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:104 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:109 msgid "View current location" msgstr "Ver la posición actual" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:105 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 msgid "Go to catalog start page" msgstr "Ir a la página de inicio del catálogo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:111 msgid "Reload catalog" msgstr "Recargar el catálogo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:107 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 msgid "Add current feed to catalogs" msgstr "Añadir la fuente actual a los catálogos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 msgid "HTTP authentication support" msgstr "Soporte para autenticación HTTP" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 msgid "Other changes:" msgstr "Otros cambios:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 msgid "" "Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files" msgstr "" "Corregida la extracción del identificador único de archivos FictionBook (." "fb2, .fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:118 msgid "Fixed newlines being ignored when copying text" msgstr "Corregido el que se ignorasen los saltos de línea al copiar texto" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:114 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:119 msgid "“Turn page on tap” is now disabled in non-paginated layouts" msgstr "" "«Pasar página al dar toques» está ahora deshabilitado en diseños no paginados" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:120 msgid "Opening a book from the library view now closes the library window" msgstr "" "Abrir un libro desde la vista de la biblioteca cierra ahora la ventana de la " "biblioteca" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:116 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:121 msgid "Language and publication dates in metadata are now parsed and formatted" msgstr "" "El idioma y las fechas de publicación en los metadatos son procesados y " "formateados ahora" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:122 msgid "Export annotations from the library view" msgstr "Exportar notas desde la vista de la biblioteca" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:125 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:130 msgid "Fixed blurry book covers on HiDPI" msgstr "" "Corregido el aspecto borroso de las portadas de libros en pantallas de alta " "definición" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:126 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:131 msgid "Fixed OPDS links to Standard Ebooks and Project Gutenberg" msgstr "" "Corregidos los enlaces a OPDS hacia «Standard Ebooks» y «Project Gutenberg»" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:127 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:132 msgid "Fixed wrong view icon on startup" msgstr "Corregido el icono de vista incorrecto al inicio" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:133 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:138 msgid "Library:" msgstr "Biblioteca:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:135 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:140 msgid "A library view showing recent books and reading progress" msgstr "" "Vista de la biblioteca que muestra libros recientes y el progreso de lectura" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:136 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 msgid "Search books by metadata" msgstr "Buscar libros por metadatos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:137 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 msgid "E-book discovery with OPDS" msgstr "Descubrimiento de libros electrónicos con OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:139 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 msgid "New supported formats:" msgstr "Nuevos formatos admitidos:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 msgid "FictionBook (.fb2, .fb2.zip)" msgstr "FictionBook (.fb2, .fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:147 msgid "Comic book archive (.cbr, .cbz, .cbt, .cb7)" msgstr "Archivos de cómic (.cbr, .cbz, .cbt, .cb7)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:143 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 msgid "Plain text (.txt)" msgstr "Texto sin formato (.txt)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 msgid "Unpacked EPUB files" msgstr "Archivos EPUB descomprimidos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 msgid "Layout:" msgstr "Diseño:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 msgid "Option to set maximum page width" msgstr "Opción para fijar la anchura máxima de página" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 msgid "" "The \"Automatic\" layout will now show four columns when the page width is " "wide" @@ -3304,11 +3308,11 @@ msgstr "" "El diseño «Automático» no muestra cuatro columnas cuando el ancho de página " "es muy grande" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 msgid "Image viewer:" msgstr "Visor de imágenes:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 msgid "" "Improved image viewer, with new shortcuts and the ability to rotate and " "invert images" @@ -3316,7 +3320,7 @@ msgstr "" "Mejorado el visor de imágenes, con nuevos atajos de teclado y la capacidad " "de rotar e invertir imágenes" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 msgid "" "Option to disable image viewer, or to open images on double, middle, or " "right click" @@ -3324,38 +3328,38 @@ msgstr "" "Opción para deshabilitar el visor de imágenes, o para abrir imágenes al " "hacer doble, clic o haciendo clic con el botón central o derecho" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 msgid "Text-to-speech:" msgstr "Texto a voz:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 msgid "Improved text-to-speech configuration UI" msgstr "Mejorada la interfaz de la configuración de texto a voz" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 msgid "Ability to set text-to-speech voice based on book language" msgstr "" "Capacidad para establecer la voz del texto a voz en base al idioma del libro" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:168 msgid "Import annotations from JSON" msgstr "Importar notas desde JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 msgid "Search in annotations" msgstr "Buscar en notas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:165 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 msgid "Annotations are now sorted in the same order as they appear in the book" msgstr "" "Las notas están ordenadas ahora en el mismo orden en el que aparecen en el " "libro" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:167 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 msgid "Security:" msgstr "Seguridad:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 msgid "" "\"Allow Unsafe Content\" now only enables JavaScript; external content will " "no longer be loaded" @@ -3363,44 +3367,44 @@ msgstr "" "«Permitir contenido inseguro» solo habilita ahora JavaScript; el contenido " "externo ya no se carga" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 msgid "WebKit processes are now sandboxed" msgstr "Los procesos de WebKit están ahora confinados" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 msgid "Other featues and fixes:" msgstr "Otras funcionalidades y correcciones:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 msgid "Improved support for vertical and right-to-left books" msgstr "" "Mejor soporte para libros verticales y con escritura de derecha a izquierda" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 msgid "Support for StarDict dictionaries" msgstr "Soporte para diccionarios de «StarDict»" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:176 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:181 msgid "Fixed current location not preserved when resizing" msgstr "" "Corregido el que no se preservara la posición actual al cambiar el tamaño" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:182 msgid "Fixed auto-hiding header bar under some themes" msgstr "" "Corregida la ocultación automática de la barra de cabecera con algunos temas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:178 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:183 msgid "Command-line options for showing version and adding books to library" msgstr "" "Opciones de la línea de órdenes para mostrar la versión y añadir libros a la " "biblioteca" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:184 msgid "Option to clear or disable cache" msgstr "Opción para borrar o deshabilitar la caché" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:185 msgid "" "When an HTML page contains invalid self-closing anchor tags, it is now " "parsed as XHTML" @@ -3408,67 +3412,67 @@ msgstr "" "Cuando una página HTML contiene etiquetas de anclas autocerradas no válidas, " "se procesa ahora como XHTML" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:186 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:280 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:347 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:191 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:207 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:352 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:392 msgid "Fixes:" msgstr "Correcciones:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:188 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:193 msgid "Fixed wrong version number" msgstr "Corregido el número de versión incorrecto" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:189 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:194 msgid "" "Fixed dictionary, translation, and Wikipedia not working in the Snap package" msgstr "" "Corregido que no funcionaran diccionarios, traducciones y Wikipedia en el " "paquete Snap" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:195 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:356 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:379 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:361 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 msgid "New features:" msgstr "Nuevas funcionalidades:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:197 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 msgid "New and improved icon" msgstr "Icono nuevo y mejorado" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:198 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:203 msgid "Option to disable turn page on tap" msgstr "Opción para deshabilitar el paso de página al dar toques" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:199 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 msgid "A menu on the welcome screen for opening recent files" msgstr "Un menú en la pantalla de bienvenida para abrir archivos recientes" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:205 msgid "Restored shortcuts for showing ToC, annotations, and bookmarks" msgstr "" "Se han restaurado los atajos de teclado para mostrar la tabla de contenidos, " "notas y marcadores" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:209 msgid "Fixed application not translated" msgstr "Corregido el que no apareciera traducida la aplicación" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:210 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 msgid "Interface:" msgstr "Interfaz:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:212 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 msgid "A redesigned interface that works better for smaller screens" msgstr "Una interfaz rediseñada que funciona mejor en pantallas pequeñas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:213 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 msgid "Improved fullscreen mode with an overlaid headerbar" msgstr "" "Mejorado el modo de pantalla completa con una barra de cabecera superpuesta" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:214 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 msgid "" "The headerbar and the progress bar now auto-hide, for a distraction-free " "reading experience" @@ -3476,7 +3480,7 @@ msgstr "" "La barra de cabecera y la de progreso se ocultan automáticamente ahora, para " "tener una experiencia de lectura sin distracciones" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 msgid "" "Various location information, as well as a clock, can now be displayed in " "the footer" @@ -3484,7 +3488,7 @@ msgstr "" "Se pueden mostrar varias fuentes de información, además de un reloj, en el " "pie de página" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:216 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 msgid "" "A new location popover (Ctrl + L) that shows reading time estimates and " "allows skipping to locations" @@ -3492,7 +3496,7 @@ msgstr "" "Un nuevo elemento gráfico emergente (Ctrl + L) que muestra el tiempo de " "lectura estimado y permite saltar a posiciones" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 msgid "" "E-reader style navigation: go to the previous or next page by tapping on the " "left or right part of the view; tap on the middle to toggle header bar and " @@ -3503,23 +3507,23 @@ msgstr "" "vista; toque en la parte central para conmutar la barra de cabecera y la de " "progreso" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:223 msgid "Annotations, bookmarks, and find results now show chapter titles" msgstr "" "Notas, marcadores y resultados de búsqueda muestran ahora los títulos de " "capítulos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 msgid "When looking up words in dictionaries, the query can now be edited" msgstr "Al buscar palabras en diccionarios, la consulta se puede editar ahora" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:225 msgid "New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)" msgstr "" "Nuevo atajo de teclado para ver metadatos (Ctrl + I) y preferencias (Ctrl " "+ ,)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 msgid "" "A new traditional menubar, which may be displayed depending on the desktop " "environment" @@ -3527,7 +3531,7 @@ msgstr "" "Un nuevo menú tradicional, que puede mostrarse dependiendo del entorno de " "escritorio" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 msgid "" "Option to use a traditional titlebar and menubar instead of a headerbar " "(experimental)" @@ -3535,78 +3539,78 @@ msgstr "" "Opción para usar la barra de títulos y de menús tradicionales en vez de una " "barra de cabecera (experimental)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 msgid "Reading:" msgstr "Lectura:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 msgid "Continuous scrolling layout" msgstr "Diseño de desplazamiento continuo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 msgid "" "Option to show decorative shadows that mimic the appearance of a real book" msgstr "" "Opción para mostrar sombras decorativas que imitan la apariencia de un libro " "real" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:228 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:233 msgid "Ability to zoom in and zoom out" msgstr "Capacidad para ampliar y reducir el zum" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 msgid "Improved image viewer with \"save as\" option" msgstr "Mejorado el visor de imágenes con una opción «guardar como»" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:230 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:235 msgid "Open copies of a book in new windows (Ctrl + N)" msgstr "Abrir copias de un libro en ventanas nuevas (Ctrl + N)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 msgid "Reload book (Ctrl + R)" msgstr "Recargar libros (Ctrl + R)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 msgid "New built-in themes: Gray, Solarized, Gruvbox, Nord" msgstr "Nuevos temas integrados: Gray, Solarizado, Gruvbox, Nord" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:239 msgid "Text selection:" msgstr "Selección de texto:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:241 msgid "Ability to select text across pages" msgstr "Capacidad para seleccionar texto entre páginas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 msgid "Find selected text in book" msgstr "Buscar texto seleccionado en el libro" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:238 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 msgid "Speak selected text or from the selected locatio" msgstr "Leer en voz alta texto seleccionado o desde la posición seleccionada" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:240 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:245 msgid "Annotations:" msgstr "Notas:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:247 msgid "Spellcheck notes" msgstr "Corrección ortográfica de notas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 msgid "Export annotations to Markdown" msgstr "Exportar notas en Markdown" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:244 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 msgid "Options to use custom colors for highlights" msgstr "Opciones para usar colores personalizados para resaltes" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:246 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 msgid "For publishers and developers:" msgstr "Para editores y desarrolladores:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 msgid "" "Support for Apple Books theme attribute, which allows books to detect themes " "without JavaScript" @@ -3614,200 +3618,200 @@ msgstr "" "Soporte para el atributo de tema de «Apple Books», que permite que los " "libros detecten temas sin JavaScript" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 msgid "WebKit's developer tools can be enabled" msgstr "Se pueden habilitar las herramientas de desarrollador de WebKit" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:256 msgid "Breaking changes:" msgstr "Cambios no compatibles hacia atrás:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:258 msgid "The settings schemas has been reorganized" msgstr "Los esquemas de configuraciones han sido reorganizados" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 msgid "The format for custom themes has changed" msgstr "El formato para temas personalizados ha cambiado" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:255 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 msgid "Locations are now 1024 characters in size" msgstr "Las posiciones tienen ahora 1024 caracteres de tamaño" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:257 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 msgid "Bug fixes:" msgstr "Correcciones de errores:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:264 msgid "Fixed not restoring exact last location" msgstr "Corregido el que no se restaurase la última posición exacta" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:265 msgid "Fixed navigation not working with scrolled layout" msgstr "" "Corregido el que la navegación no funcionara con el diseño con desplazamiento" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:261 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:266 msgid "Fixed font size not changing when the book uses absolute-size keywords" msgstr "" "Corregido el que no cambiase el tamaño de la fuente cuando el libro usa " "palabras clave de tamaños absolutos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:267 msgid "Fixed text cut off at margin edge" msgstr "Corregido el texto cortado en el borde del margen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:263 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:268 msgid "Fixed unable to open books with \"#\" or \"?\" in the file name" msgstr "" "Corregido el no poder abrir libros con «#» o «?» en el nombre de archivo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:271 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:276 msgid "" "Fixed Flatpak version not being able to open .mobi, .azw, and .azw3 files" msgstr "" "Corregido el que la versión Flatpak no pudiera abrir archivos .mobi, .azw y ." "azw3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:272 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:277 msgid "Improved Wiktionary lookup, now with links and example sentences" msgstr "" "Mejorada la búsqueda en Wikcionario, ahora con enlaces y frases de ejemplo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:273 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:278 msgid "Improved popover footnote extraction and formatting" msgstr "" "Mejorada la extracción y el formato del elemento gráfico emergente para las " "notas a pie de página" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:279 msgid "Added option to export annotations to BibTeX" msgstr "Añadida una opción para exportar notas en BibTeX" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:282 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:287 msgid "Fixed table of contents navigation not working with some books" msgstr "" "Corregido el que la tabla de contenidos no funcionara con algunos libros" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:283 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:288 msgid "Fixed not being able to zoom images with Kindle books" msgstr "Corregido el no poder hacer zum a imágenes con libros de Kindle" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:284 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:289 msgid "Fixed not being able to open books with .epub3 filename extension" msgstr "Corregido el no poder abrir libros con extensión de archivo .epub3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:290 msgid "Fixed temporary directory not being cleaned after closing" msgstr "Corregido el que no se borrase el directorio temporal al cerrar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:293 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:298 msgid "Fixed F9 shortcut not working" msgstr "Corregido el que no funcionase el atajo de teclado F9" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:294 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:329 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:299 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:334 msgid "Updated translations" msgstr "Traducciones actualizadas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:302 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:307 msgid "External resources and JavaScript are now blocked by default" msgstr "Recursos externos y JavaScript son bloqueados ahora por defecto" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:303 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:308 msgid "Basic text-to-speech support" msgstr "Soporte básico para texto a voz" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:304 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:309 msgid "Export annotations to HTML, plain text, or JSON" msgstr "Exportar notas a HTML, texto sin formato o JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:310 msgid "Support for viewing .mobi, .azw, and .azw3 files" msgstr "Soporte para ver archivos .mobi, .azw y .azw3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:313 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 msgid "New alternative sidebar UI" msgstr "Nuevo interfaz alternativa del panel lateral" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:314 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 msgid "Lookup words in Wikipedia and offline dictionaries" msgstr "Buscar palabras en Wikipedia y diccionarios sin conexión" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:315 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 msgid "Translate passages with Google Translate" msgstr "Traducir pasajes con Google Translate" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:321 msgid "Configure default action when words are selected" msgstr "Configurar la acción por defecto al seleccionar palabras" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:317 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:322 msgid "Experimental popup footnote support" msgstr "" "Soporte experimental para elemento gráfico emergente para notas a pie de " "página" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:323 msgid "Ability to find within only the current chapter" msgstr "Capacidad para buscar solo en el capítulo actual" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:324 msgid "Fixed CPU spikes when left open" msgstr "Corregidos los picos de CPU cuando se deja abierto" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:325 msgid "Fixed highlights not rendering at the correct positions" msgstr "Corregido que los resaltes no se mostrasen en las posiciones correctas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:328 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:333 msgid "Fixed crashing when opening files" msgstr "Corregido el cierre de la aplicación al abrir archivos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:337 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:342 msgid "Customize page margins and brightness" msgstr "Personalizar los márgenes de página y el brillo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:338 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:343 msgid "Tweak the theme colors, or add your own custom themes" msgstr "" "Modificar los colores del tema o añadir sus propios temas personalizados" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:339 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:344 msgid "Ability to zoom and copy images" msgstr "Capacidad para hacer zum de imágenes y copiarlas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:345 msgid "Option to auto-hide cursor" msgstr "Opción para ocultar el cursor automáticamente" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:341 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:346 msgid "See reading time left by hovering over the reading progress slider" msgstr "" "Ver el tiempo de lectura restante al pasar sobre el deslizador de progreso " "de lectura" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:349 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:354 msgid "Fixed some books not rendering sometimes" msgstr "Corregido que algunos libros no se muestran a veces" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:350 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:355 msgid "Fixed images being too wide in some cases" msgstr "Corregido que las imágenes sean demasiado anchas en algunos casos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:359 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 msgid "Option to switch between left and full justification" msgstr "Opción para cambiar entre alineado a la izquierda o justificado" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:360 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:365 msgid "New layout option: single-column paginated view" msgstr "Nueva opción de diseño: vista paginada de una sola columna" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:362 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:367 msgid "Fixed:" msgstr "Corregido:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:369 msgid "" "Generated locations are now stored in the cache directory rather than " "localStorage" @@ -3815,12 +3819,12 @@ msgstr "" "Las ubicaciones generadas se almacenan ahora en el directorio de la caché en " "lugar de en «localStorage»" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:372 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:377 msgid "Allow font size adjustment when using publisher fonts" msgstr "" "Permitir el ajuste del tamaño de la fuente al usar las fuentes del editor" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:373 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:378 msgid "" "Fixed reading progress slider not appearing after localStorage quota is " "exceeded" @@ -3828,39 +3832,39 @@ msgstr "" "Corregido la no aparición del deslizador de progreso después de exceder la " "cuota localStorage" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:381 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:386 msgid "Touchpad gestures and ability to scroll through pages" msgstr "Gestos del panel táctil y capacidad de desplazamiento entre páginas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:382 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 msgid "Fullscreen mode" msgstr "Modo pantalla completa" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:383 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:388 msgid "Option to hide reading progress bar" msgstr "Opción para ocultar la barra de progreso de lectura" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 msgid "Option to disable dictionary" msgstr "Opción para deshabilitar el diccionario" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:385 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 msgid "Option to use publisher font" msgstr "Opción para usar la fuente del editor" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:394 msgid "Restoring reading progress is now smooth and jank-free" msgstr "Restaurar el progreso de lectura ahora es fácil y sin sacudidas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:395 msgid "Fixed custom styles not applying in some cases" msgstr "Corregido la no aplicación de estilos personalizados en algunos casos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:396 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 msgid "Fixed invalid AppData file" msgstr "Corregido fichero AppData inválido" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:406 msgid "Initial release" msgstr "Versión inicial" diff --git a/po/fr.po b/po/fr.po index 4818469d..e6ca3835 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.johnfactotum.Foliate\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-24 11:04+0800\n" +"POT-Creation-Date: 2021-03-24 14:29+0800\n" "PO-Revision-Date: 2020-05-09 19:00+0900\n" "Last-Translator: Julien Humbert \n" "Language-Team: français \n" @@ -18,7 +18,7 @@ msgstr "" "X-Generator: Poedit 2.3.1\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:739 +#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:740 #: src/main.js:209 src/window.js:1023 src/schemes.js:100 #: data/com.github.johnfactotum.Foliate.appdata.xml.in:6 msgid "Foliate" @@ -204,7 +204,7 @@ msgstr "" "L’identifiant du fichier importé ne correspond pas à celui du livre. Cela " "pourrait indiquer que les annotations n’appartiennent pas à ce livre." -#: src/export.js:234 src/library.js:455 src/main.js:161 src/opds.js:229 +#: src/export.js:234 src/library.js:456 src/main.js:161 src/opds.js:229 #: src/opds.js:376 src/opds.js:1174 src/utils.js:772 src/window.js:593 #: src/ui/bookEditDialog.ui:10 src/ui/catalogWindow.ui:10 #: src/ui/exportWindow.ui:38 src/ui/importWindow.ui:10 @@ -224,94 +224,94 @@ msgstr "Erreur" msgid "Could not import annotations." msgstr "Impossible d’importer les annotations." -#: src/library.js:98 src/window.js:672 src/ui/bookBoxMenu.ui:13 +#: src/library.js:99 src/window.js:672 src/ui/bookBoxMenu.ui:13 #: src/ui/mainMenu.ui:612 msgid "About This Book" msgstr "À propos de ce livre" -#: src/library.js:132 +#: src/library.js:133 msgid "Choose File" msgstr "Sélectionner un fichier" -#: src/library.js:265 src/library.js:283 +#: src/library.js:266 src/library.js:284 msgid "Load more" msgstr "Charger plus" -#: src/library.js:427 +#: src/library.js:428 msgid "File location unkown" msgstr "Emplacement du fichier inconnu" -#: src/library.js:428 +#: src/library.js:429 msgid "Choose the location of this file to open it." msgstr "Sélectionnez l’emplacement du fichier pour l’ouvrir." -#: src/library.js:448 +#: src/library.js:449 #, javascript-format msgid "Are you sure you want to remove this book?" msgid_plural "Are you sure you want to remove the %d selected books?" msgstr[0] "Êtes-vous sûr de vouloir retirer ce livre ?" msgstr[1] "Êtes-vous sûr de vouloir retirer les %d livres sélectionnés ?" -#: src/library.js:450 +#: src/library.js:451 msgid "Reading progress, annotations, and bookmarks will be permanently lost." msgstr "" "La progression de la lecture, les annotations et les signets seront " "définitivement perdus." -#: src/library.js:456 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 +#: src/library.js:457 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 #: src/ui/bookBoxMenu.ui:44 src/ui/bookmarkRow.ui:44 #: src/ui/libraryWindow.ui:581 msgid "Remove" msgstr "Supprimer" -#: src/library.js:578 +#: src/library.js:579 #, javascript-format msgid "%d selected" msgid_plural "%d selected" msgstr[0] "%d sélectionné" msgstr[1] "%d sélectionnés" -#: src/library.js:697 +#: src/library.js:698 msgid "Failed to add book" msgid_plural "Failed to add books" msgstr[0] "Échec de l’ajout du livre" msgstr[1] "Échec de l’ajout des livres" -#: src/library.js:699 +#: src/library.js:700 msgid "Could not add the following file:" msgid_plural "Could not add the following files:" msgstr[0] "Impossible d’ajouter le fichier suivant :" msgstr[1] "Impossible d’ajouter les fichiers suivants :" -#: src/library.js:771 +#: src/library.js:772 msgid "All" msgstr "Tout" -#: src/library.js:774 src/ui/catalogWindow.ui:39 +#: src/library.js:775 src/ui/catalogWindow.ui:39 msgid "Title" msgstr "Titre" -#: src/library.js:775 src/schemes.js:257 +#: src/library.js:776 src/schemes.js:257 msgid "Author" msgstr "Auteur" -#: src/library.js:776 src/properties.js:359 src/ui/propertyBox.ui:16 +#: src/library.js:777 src/properties.js:359 src/ui/propertyBox.ui:16 msgid "Tags" msgstr "Étiquettes" -#: src/library.js:777 src/ui/propertiesBox.ui:65 +#: src/library.js:778 src/ui/propertiesBox.ui:65 msgid "Description" msgstr "Description" -#: src/library.js:778 src/properties.js:418 src/schemes.js:407 +#: src/library.js:779 src/properties.js:418 src/schemes.js:407 msgid "Publisher" msgstr "Éditeur" -#: src/library.js:779 src/properties.js:438 src/ui/ttsDialog.ui:284 +#: src/library.js:780 src/properties.js:438 src/ui/ttsDialog.ui:284 msgid "Language" msgstr "Langue" -#: src/library.js:816 +#: src/library.js:817 msgid "Add Files" msgstr "Ajouter les fichiers" @@ -857,7 +857,7 @@ msgid "Select some text to add annotations." msgstr "Sélectionnez du texte pour ajouter une annotation." #: src/ui/contentsStack.ui:124 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:166 msgid "Annotations" msgstr "Annotations" @@ -1171,7 +1171,7 @@ msgid "Full Justification" msgstr "Justifié" #: src/ui/mainMenu.ui:518 src/ui/menuBar.ui:148 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:358 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:363 msgid "Auto-hyphenation" msgstr "Césure automatique" @@ -3057,398 +3057,402 @@ msgid "John Factotum" msgstr "John Factotum" #: data/com.github.johnfactotum.Foliate.appdata.xml.in:49 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:64 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:123 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:269 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:291 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:300 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:311 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:326 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:335 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:370 +msgid "Fixed automatic layout" +msgstr "" + +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:128 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:296 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:331 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:375 msgid "Changes:" msgstr "Modifications :" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:51 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 msgid "Added support for opening HTML files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:52 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 msgid "Consistent inner and outer margins" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:53 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 msgid "The automatic layout no longer supports 4 columns" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:59 msgid "Fixed long words overflowing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:55 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:60 #, fuzzy msgid "Fixed custom themes not saved across sessions" msgstr "" "Correction des styles personnalisés qui n’étaient pas appliqués dans " "certains cas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:61 #, fuzzy msgid "Fixed shortcuts for key pads" msgstr "Correction pour le raccourci F9 qui ne fonctionnait pas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:62 msgid "Fixed opening non-UTF-8 zipped FB2 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:63 #, fuzzy msgid "Fixed books not opening on GNOME 40" msgstr "" "Correction pour certains livres qui pouvaient parfois ne pas s’afficher" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:66 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:71 msgid "Improved support for touch screens" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:67 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:72 msgid "OPDS credentials can now be remembered" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:68 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:73 msgid "Various fixes for GNOME 3.38" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:74 msgid "Fixed Wiktionary internal links" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:70 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:75 msgid "Added Basque, Korean, and Norwegian translations" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:76 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 msgid "Fixed unable to open some EPUB files" msgstr "Correction pour l’impossibilité d’ouvrir certains fichiers EPUB" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 msgid "Fixed unable to open Mobipocket files" msgstr "Correction pour l’impossibilité d’ouvrir certains fichiers Mobipocket" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:88 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 msgid "Improved metadata display" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:89 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 msgid "Improved FictionBook rendering" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:90 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 msgid "Improved UI for acquiring books from OPDS" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:96 #, fuzzy msgid "Fixed unique identifier extraction for EPUB files" msgstr "Correction pour l’impossibilité d’ouvrir certains fichiers EPUB" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:92 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:97 msgid "Fixed missing window icon" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:98 msgid "Fixed TTS environment variables not set when using Flatpak" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:99 msgid "Fixed eSpeak NG voice not selected when testing TTS configuration" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:100 msgid "" "Fixed wrong “__ibooks_internal_theme” attribute when “Invert” is enabled" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:101 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 msgid "OPDS catalogs:" msgstr "Catalogues OPDS :" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:103 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 msgid "Catalogs are now opened in the main library window" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:104 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:109 msgid "View current location" msgstr "Voir la position actuelle" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:105 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 #, fuzzy msgid "Go to catalog start page" msgstr "Aller à la position" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:111 msgid "Reload catalog" msgstr "Recharger le catalogue" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:107 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 msgid "Add current feed to catalogs" msgstr "Ajouter le flux actuel aux catalogues" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 #, fuzzy msgid "HTTP authentication support" msgstr "Authentification requise" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 msgid "Other changes:" msgstr "Autres modifications :" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 msgid "" "Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:118 msgid "Fixed newlines being ignored when copying text" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:114 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:119 msgid "“Turn page on tap” is now disabled in non-paginated layouts" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:120 msgid "Opening a book from the library view now closes the library window" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:116 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:121 msgid "Language and publication dates in metadata are now parsed and formatted" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:122 #, fuzzy msgid "Export annotations from the library view" msgstr "Export des annotations en Markdown" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:125 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:130 msgid "Fixed blurry book covers on HiDPI" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:126 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:131 msgid "Fixed OPDS links to Standard Ebooks and Project Gutenberg" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:127 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:132 #, fuzzy msgid "Fixed wrong view icon on startup" msgstr "Correction du mauvais numéro de version" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:133 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:138 msgid "Library:" msgstr "Bibliothèque :" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:135 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:140 msgid "A library view showing recent books and reading progress" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:136 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 msgid "Search books by metadata" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:137 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 msgid "E-book discovery with OPDS" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:139 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 msgid "New supported formats:" msgstr "Nouveaux formats pris en charge :" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 msgid "FictionBook (.fb2, .fb2.zip)" msgstr "FictionBook (.fb2, .fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:147 msgid "Comic book archive (.cbr, .cbz, .cbt, .cb7)" msgstr "Comic book archive (.cbr, .cbz, .cbt, .cb7)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:143 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 msgid "Plain text (.txt)" msgstr "Texte brut (.txt)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 msgid "Unpacked EPUB files" msgstr "Fichiers EPUB non empaquetés" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 msgid "Layout:" msgstr "Mise en page :" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 #, fuzzy msgid "Option to set maximum page width" msgstr "Largeur maximum de la page" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 msgid "" "The \"Automatic\" layout will now show four columns when the page width is " "wide" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 #, fuzzy msgid "Image viewer:" msgstr "Raccourcis clavier du visionneur d’images" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 msgid "" "Improved image viewer, with new shortcuts and the ability to rotate and " "invert images" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 msgid "" "Option to disable image viewer, or to open images on double, middle, or " "right click" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 msgid "Text-to-speech:" msgstr "Synthèse vocale :" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 msgid "Improved text-to-speech configuration UI" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 msgid "Ability to set text-to-speech voice based on book language" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:168 msgid "Import annotations from JSON" msgstr "Importer les annotations depuis un fichier JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 msgid "Search in annotations" msgstr "Rechercher dans les annotations" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:165 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 #, fuzzy msgid "Annotations are now sorted in the same order as they appear in the book" msgstr "" "Les positions générées sont désormais enregistrées dans le dossier de cache " "plutôt que dans le localStorage" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:167 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 msgid "Security:" msgstr "Sécurité :" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 msgid "" "\"Allow Unsafe Content\" now only enables JavaScript; external content will " "no longer be loaded" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 msgid "WebKit processes are now sandboxed" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 msgid "Other featues and fixes:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 msgid "Improved support for vertical and right-to-left books" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 msgid "Support for StarDict dictionaries" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:176 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:181 msgid "Fixed current location not preserved when resizing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:182 msgid "Fixed auto-hiding header bar under some themes" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:178 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:183 msgid "Command-line options for showing version and adding books to library" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:184 #, fuzzy msgid "Option to clear or disable cache" msgstr "Option pour désactiver le dictionnaire" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:185 msgid "" "When an HTML page contains invalid self-closing anchor tags, it is now " "parsed as XHTML" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:186 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:280 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:347 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:191 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:207 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:352 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:392 msgid "Fixes:" msgstr "Corrections :" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:188 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:193 msgid "Fixed wrong version number" msgstr "Correction du mauvais numéro de version" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:189 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:194 msgid "" "Fixed dictionary, translation, and Wikipedia not working in the Snap package" msgstr "" "Correction des malfonctions du dictionnaire, de la traduction et de " "Wikipédia dans le paquet Snap" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:195 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:356 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:379 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:361 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 msgid "New features:" msgstr "Nouvelles fonctionnalités :" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:197 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 msgid "New and improved icon" msgstr "Nouvelle icône améliorée" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:198 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:203 msgid "Option to disable turn page on tap" msgstr "Option pour désactiver le changement de page en appuyant" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:199 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 msgid "A menu on the welcome screen for opening recent files" msgstr "Un menu sur la page d’accueil pour l’ouverture des fichiers récents" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:205 msgid "Restored shortcuts for showing ToC, annotations, and bookmarks" msgstr "" "Restauration des raccourcis clavier pour afficher la table des matières, les " "annotations et les marque-pages" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:209 msgid "Fixed application not translated" msgstr "Correction pour l’application non traduite" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:210 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 msgid "Interface:" msgstr "Interface :" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:212 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 msgid "A redesigned interface that works better for smaller screens" msgstr "" "Une interface redesignée pour une meilleure utilisabilité sur les écrans de " "petite taille" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:213 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 msgid "Improved fullscreen mode with an overlaid headerbar" msgstr "Mode plein écran amélioré avec une barre d’entête" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:214 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 msgid "" "The headerbar and the progress bar now auto-hide, for a distraction-free " "reading experience" @@ -3456,7 +3460,7 @@ msgstr "" "Les barres d’entête et de progression se masquent automatiquement pour une " "expérience de lecture sans distraction" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 msgid "" "Various location information, as well as a clock, can now be displayed in " "the footer" @@ -3464,7 +3468,7 @@ msgstr "" "Différentes informations de position, ainsi qu’une horloge, peuvent " "désormais être affichées dans le pied de page" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:216 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 msgid "" "A new location popover (Ctrl + L) that shows reading time estimates and " "allows skipping to locations" @@ -3472,7 +3476,7 @@ msgstr "" "Une nouvelle fenêtre contextuelle de position (Ctrl + L) affichant le temps " "de lecture estimé et permettant de sauter à certaines positions" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 msgid "" "E-reader style navigation: go to the previous or next page by tapping on the " "left or right part of the view; tap on the middle to toggle header bar and " @@ -3482,25 +3486,25 @@ msgstr "" "suivantes ou précédentes en appuyant sur la partie droite ou gauche des " "pages ; appuyez au milieu pour afficher les barres d’entête et de progression" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:223 msgid "Annotations, bookmarks, and find results now show chapter titles" msgstr "" "Les annotations, marque-pages et les résultats de recherche affichent " "désormais le titre du chapitre" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 msgid "When looking up words in dictionaries, the query can now be edited" msgstr "" "Lors de la recherche d’un mot dans le dictionnaire, la recherche peut " "maintenant être modifiée" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:225 msgid "New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)" msgstr "" "Nouveau raccourci clavier pour accéder aux métadonnées (Ctrl + I) et aux " "préférences (Ctrl + ,)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 msgid "" "A new traditional menubar, which may be displayed depending on the desktop " "environment" @@ -3508,7 +3512,7 @@ msgstr "" "Une barre de menu traditionnelle, qui peut être affichée en fonction de " "l’environnement de bureau" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 msgid "" "Option to use a traditional titlebar and menubar instead of a headerbar " "(experimental)" @@ -3516,79 +3520,79 @@ msgstr "" "Option pour utiliser une barre de titre et une barre de menu traditionnelle " "en lieu et place de la barre d’entête (expérimental)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 msgid "Reading:" msgstr "Lecture :" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 msgid "Continuous scrolling layout" msgstr "Mise en page en défilement continu" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 msgid "" "Option to show decorative shadows that mimic the appearance of a real book" msgstr "" "Option pour afficher des ombres décoratives imitant l’apparence d’un vrai " "livre" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:228 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:233 msgid "Ability to zoom in and zoom out" msgstr "Possibilité de zoomer et de dézoomer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 msgid "Improved image viewer with \"save as\" option" msgstr "Visionneur d’image amélioré avec une option « enregistrer sous »" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:230 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:235 msgid "Open copies of a book in new windows (Ctrl + N)" msgstr "Ouvrir des copies du livre dans de nouvelles fenêtres (Ctrl + N)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 msgid "Reload book (Ctrl + R)" msgstr "Recharger le livre (Ctrl + R)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 msgid "New built-in themes: Gray, Solarized, Gruvbox, Nord" msgstr "Nouveaux thèmes intégrés : Gris, Solarisé, Gruvbox, Nord" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:239 msgid "Text selection:" msgstr "Sélection de texte :" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:241 msgid "Ability to select text across pages" msgstr "Possibilité de sélectionner du texte sur différentes pages" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 msgid "Find selected text in book" msgstr "Rechercher le texte sélectionné dans le livre" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:238 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 msgid "Speak selected text or from the selected locatio" msgstr "Lecture du texte sélectionné ou depuis la position sélectionnée" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:240 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:245 msgid "Annotations:" msgstr "Annotations :" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:247 msgid "Spellcheck notes" msgstr "Vérification de l’orthographe pour les notes" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 msgid "Export annotations to Markdown" msgstr "Export des annotations en Markdown" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:244 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 msgid "Options to use custom colors for highlights" msgstr "" "Option pour utiliser des couleurs personnalisées pour les surlignements" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:246 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 msgid "For publishers and developers:" msgstr "Pour les éditeurs et développeurs :" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 msgid "" "Support for Apple Books theme attribute, which allows books to detect themes " "without JavaScript" @@ -3596,207 +3600,207 @@ msgstr "" "Compatibilité avec les attributs de thème des Apple Book permettant aux " "livres de détecter les thèmes sans utiliser JavaScript" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 msgid "WebKit's developer tools can be enabled" msgstr "Les outils de développement Webkit peuvent maintenant être activés" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:256 msgid "Breaking changes:" msgstr "Modifications importantes :" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:258 msgid "The settings schemas has been reorganized" msgstr "Les schémas de configuration ont été réorganisés" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 msgid "The format for custom themes has changed" msgstr "Le format pour les thèmes personnalisés a été modifié" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:255 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 msgid "Locations are now 1024 characters in size" msgstr "Les positions sont maintenant constituées de 1 024 caractères" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:257 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 msgid "Bug fixes:" msgstr "Bogues corrigés :" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:264 msgid "Fixed not restoring exact last location" msgstr "Correction pour les restaurations de position incorrectes" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:265 msgid "Fixed navigation not working with scrolled layout" msgstr "" "Correction pour la navigation ne fonctionnant pas avec la mise en page " "scrollée" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:261 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:266 msgid "Fixed font size not changing when the book uses absolute-size keywords" msgstr "" "Correction la taille des polices ne changeant pas lorsque le livre utilise " "les mots-clés de taille absolue" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:267 msgid "Fixed text cut off at margin edge" msgstr "Correction pour le texte coupé aux abords des marges" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:263 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:268 msgid "Fixed unable to open books with \"#\" or \"?\" in the file name" msgstr "" "Correction pour l’impossibilité d’ouvrir les livres ayant des « # » ou « ? » " "dans leurs noms de fichier" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:271 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:276 msgid "" "Fixed Flatpak version not being able to open .mobi, .azw, and .azw3 files" msgstr "" "Correction pour la version Flatpak qui n’était pas capable d’afficher les " "fichiers .mobi, .azw et .azw3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:272 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:277 msgid "Improved Wiktionary lookup, now with links and example sentences" msgstr "" "Amélioration de la recherche sur le Wiktionnaire, affichage des liens et de " "phrases d’exemple" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:273 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:278 msgid "Improved popover footnote extraction and formatting" msgstr "" "Amélioration de la fenêtre contextuelle d’extraction et de formatage des " "notes de bas de page" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:279 msgid "Added option to export annotations to BibTeX" msgstr "Ajout d’une option pour exporter les annotations au format BibTeX" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:282 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:287 msgid "Fixed table of contents navigation not working with some books" msgstr "" "Correction pour la table des matières ne fonctionnant pas avec certains " "livres" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:283 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:288 msgid "Fixed not being able to zoom images with Kindle books" msgstr "Correction pour les images non zoomables avec les livres Kindle" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:284 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:289 msgid "Fixed not being able to open books with .epub3 filename extension" msgstr "" "Correction pour l’impossibilité d’ouvrir les livres avec l’extension .epub3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:290 msgid "Fixed temporary directory not being cleaned after closing" msgstr "" "Correction pour les fichiers temporaires non supprimés après la fermeture" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:293 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:298 msgid "Fixed F9 shortcut not working" msgstr "Correction pour le raccourci F9 qui ne fonctionnait pas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:294 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:329 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:299 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:334 msgid "Updated translations" msgstr "Mise à jour des traductions" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:302 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:307 msgid "External resources and JavaScript are now blocked by default" msgstr "" "Les ressources externes et les scripts JavaScript sont désormais bloqués par " "défaut" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:303 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:308 msgid "Basic text-to-speech support" msgstr "Support basique des synthèses vocales" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:304 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:309 msgid "Export annotations to HTML, plain text, or JSON" msgstr "Exporter les annotations au format HTML, texte brut ou JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:310 msgid "Support for viewing .mobi, .azw, and .azw3 files" msgstr "Ajout de la possibilité de visionner les fichiers .mobi, .azw et .azw3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:313 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 msgid "New alternative sidebar UI" msgstr "Nouvelle interface avec barre latérale" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:314 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 msgid "Lookup words in Wikipedia and offline dictionaries" msgstr "Rechercher des mots sur Wikipédia et dans des dictionnaires hors-ligne" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:315 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 msgid "Translate passages with Google Translate" msgstr "Traduire des passages avec Google Traduction" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:321 msgid "Configure default action when words are selected" msgstr "Configurer les actions par défaut lorsque des mots sont sélectionnés" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:317 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:322 msgid "Experimental popup footnote support" msgstr "" "Support expérimental de fenêtres flottantes pour les notes de bas de page" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:323 msgid "Ability to find within only the current chapter" msgstr "Possibilité de rechercher uniquement dans le chapitre courant" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:324 msgid "Fixed CPU spikes when left open" msgstr "Correction des pics CPU lorsque laissé ouvert" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:325 msgid "Fixed highlights not rendering at the correct positions" msgstr "Correction des surlignages ne s’affichant pas à la position correcte" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:328 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:333 msgid "Fixed crashing when opening files" msgstr "Correction de crashs lors de l’ouverture de fichiers" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:337 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:342 msgid "Customize page margins and brightness" msgstr "Personnalisation des marges et de la luminosité" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:338 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:343 msgid "Tweak the theme colors, or add your own custom themes" msgstr "Modification des couleurs des thèmes et ajout de thèmes personnalisés" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:339 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:344 msgid "Ability to zoom and copy images" msgstr "Possibilité de zoomer et de copier les images" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:345 msgid "Option to auto-hide cursor" msgstr "Option pour masquer automatiquement le curseur" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:341 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:346 msgid "See reading time left by hovering over the reading progress slider" msgstr "" "Voir le temps de lecture restant en survolant la barre de progression de " "lecture" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:349 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:354 msgid "Fixed some books not rendering sometimes" msgstr "" "Correction pour certains livres qui pouvaient parfois ne pas s’afficher" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:350 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:355 msgid "Fixed images being too wide in some cases" msgstr "Correction pour les images pouvant être trop larges dans certains cas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:359 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 msgid "Option to switch between left and full justification" msgstr "Option pour basculer entre texte aligné à gauche et texte justifié" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:360 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:365 msgid "New layout option: single-column paginated view" msgstr "Nouvelle option de mise en page : vue paginée en colonne simple" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:362 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:367 msgid "Fixed:" msgstr "Corrigé :" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:369 msgid "" "Generated locations are now stored in the cache directory rather than " "localStorage" @@ -3804,13 +3808,13 @@ msgstr "" "Les positions générées sont désormais enregistrées dans le dossier de cache " "plutôt que dans le localStorage" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:372 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:377 msgid "Allow font size adjustment when using publisher fonts" msgstr "" "Possibilité d’ajuster la taille de la police lors de l’utilisation des " "polices d’écritures de l’éditeur" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:373 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:378 msgid "" "Fixed reading progress slider not appearing after localStorage quota is " "exceeded" @@ -3818,42 +3822,42 @@ msgstr "" "Correction pour la barre de progression de lecture n’apparaissant pas lors " "du dépassement du quota du localStorage" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:381 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:386 msgid "Touchpad gestures and ability to scroll through pages" msgstr "Gestes au pavé tactile et possibilité de faire défiler les pages" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:382 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 msgid "Fullscreen mode" msgstr "Mode plein écran" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:383 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:388 msgid "Option to hide reading progress bar" msgstr "Option pour masquer la barre de progression de lecture" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 msgid "Option to disable dictionary" msgstr "Option pour désactiver le dictionnaire" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:385 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 msgid "Option to use publisher font" msgstr "Option pour utiliser la police d’écriture de l’éditeur" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:394 msgid "Restoring reading progress is now smooth and jank-free" msgstr "" "Restauration de la progression de la lecture est désormais totalement fluide" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:395 msgid "Fixed custom styles not applying in some cases" msgstr "" "Correction des styles personnalisés qui n’étaient pas appliqués dans " "certains cas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:396 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 msgid "Fixed invalid AppData file" msgstr "Correction du fichier AppData invalide" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:406 msgid "Initial release" msgstr "Publication initiale" diff --git a/po/id.po b/po/id.po index 686938dd..ee819280 100644 --- a/po/id.po +++ b/po/id.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.johnfactotum.Foliate\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-24 11:04+0800\n" +"POT-Creation-Date: 2021-03-24 14:29+0800\n" "PO-Revision-Date: 2019-06-14 21:02+0700\n" "Last-Translator: \n" "Language-Team: \n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 2.2.1\n" -#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:739 +#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:740 #: src/main.js:209 src/window.js:1023 src/schemes.js:100 #: data/com.github.johnfactotum.Foliate.appdata.xml.in:6 msgid "Foliate" @@ -226,7 +226,7 @@ msgid "" "indicate that the annotations do not belong to this book." msgstr "" -#: src/export.js:234 src/library.js:455 src/main.js:161 src/opds.js:229 +#: src/export.js:234 src/library.js:456 src/main.js:161 src/opds.js:229 #: src/opds.js:376 src/opds.js:1174 src/utils.js:772 src/window.js:593 #: src/ui/bookEditDialog.ui:10 src/ui/catalogWindow.ui:10 #: src/ui/exportWindow.ui:38 src/ui/importWindow.ui:10 @@ -247,91 +247,91 @@ msgstr "" msgid "Could not import annotations." msgstr "Anotasi" -#: src/library.js:98 src/window.js:672 src/ui/bookBoxMenu.ui:13 +#: src/library.js:99 src/window.js:672 src/ui/bookBoxMenu.ui:13 #: src/ui/mainMenu.ui:612 msgid "About This Book" msgstr "Tentang Buku Ini" -#: src/library.js:132 +#: src/library.js:133 #, fuzzy msgid "Choose File" msgstr "Berkas E-book" -#: src/library.js:265 src/library.js:283 +#: src/library.js:266 src/library.js:284 msgid "Load more" msgstr "" -#: src/library.js:427 +#: src/library.js:428 msgid "File location unkown" msgstr "" -#: src/library.js:428 +#: src/library.js:429 msgid "Choose the location of this file to open it." msgstr "" -#: src/library.js:448 +#: src/library.js:449 #, javascript-format msgid "Are you sure you want to remove this book?" msgid_plural "Are you sure you want to remove the %d selected books?" msgstr[0] "" -#: src/library.js:450 +#: src/library.js:451 msgid "Reading progress, annotations, and bookmarks will be permanently lost." msgstr "" -#: src/library.js:456 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 +#: src/library.js:457 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 #: src/ui/bookBoxMenu.ui:44 src/ui/bookmarkRow.ui:44 #: src/ui/libraryWindow.ui:581 msgid "Remove" msgstr "Hapus" -#: src/library.js:578 +#: src/library.js:579 #, javascript-format msgid "%d selected" msgid_plural "%d selected" msgstr[0] "" -#: src/library.js:697 +#: src/library.js:698 #, fuzzy msgid "Failed to add book" msgid_plural "Failed to add books" msgstr[0] "Temukan dalam buku" -#: src/library.js:699 +#: src/library.js:700 msgid "Could not add the following file:" msgid_plural "Could not add the following files:" msgstr[0] "" -#: src/library.js:771 +#: src/library.js:772 msgid "All" msgstr "" -#: src/library.js:774 src/ui/catalogWindow.ui:39 +#: src/library.js:775 src/ui/catalogWindow.ui:39 msgid "Title" msgstr "" -#: src/library.js:775 src/schemes.js:257 +#: src/library.js:776 src/schemes.js:257 msgid "Author" msgstr "" -#: src/library.js:776 src/properties.js:359 src/ui/propertyBox.ui:16 +#: src/library.js:777 src/properties.js:359 src/ui/propertyBox.ui:16 msgid "Tags" msgstr "" -#: src/library.js:777 src/ui/propertiesBox.ui:65 +#: src/library.js:778 src/ui/propertiesBox.ui:65 #, fuzzy msgid "Description" msgstr "Seleksi" -#: src/library.js:778 src/properties.js:418 src/schemes.js:407 +#: src/library.js:779 src/properties.js:418 src/schemes.js:407 msgid "Publisher" msgstr "Penerbit" -#: src/library.js:779 src/properties.js:438 src/ui/ttsDialog.ui:284 +#: src/library.js:780 src/properties.js:438 src/ui/ttsDialog.ui:284 msgid "Language" msgstr "Bahasa" -#: src/library.js:816 +#: src/library.js:817 #, fuzzy msgid "Add Files" msgstr "Semua berkas" @@ -903,7 +903,7 @@ msgid "Select some text to add annotations." msgstr "Sorot teks untuk memberi anotasi." #: src/ui/contentsStack.ui:124 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:166 msgid "Annotations" msgstr "Anotasi" @@ -1233,7 +1233,7 @@ msgid "Full Justification" msgstr "Rata Kanan-Kiri" #: src/ui/mainMenu.ui:518 src/ui/menuBar.ui:148 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:358 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:363 msgid "Auto-hyphenation" msgstr "Tanda hubung otomatis" @@ -3198,769 +3198,773 @@ msgid "John Factotum" msgstr "John Factotum" #: data/com.github.johnfactotum.Foliate.appdata.xml.in:49 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:64 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:123 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:269 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:291 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:300 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:311 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:326 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:335 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:370 +msgid "Fixed automatic layout" +msgstr "" + +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:128 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:296 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:331 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:375 #, fuzzy msgid "Changes:" msgstr "Oranye" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:51 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 msgid "Added support for opening HTML files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:52 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 msgid "Consistent inner and outer margins" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:53 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 msgid "The automatic layout no longer supports 4 columns" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:59 msgid "Fixed long words overflowing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:55 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:60 #, fuzzy msgid "Fixed custom themes not saved across sessions" msgstr "Perbaikan gaya kustom tidak terterapkan pada beberapa kasus" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:61 #, fuzzy msgid "Fixed shortcuts for key pads" msgstr "Perbaikan jalan pintas F9 tidak bekerja" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:62 msgid "Fixed opening non-UTF-8 zipped FB2 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:63 #, fuzzy msgid "Fixed books not opening on GNOME 40" msgstr "Perbaikan beberapa buku terkadang tidak terender" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:66 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:71 msgid "Improved support for touch screens" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:67 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:72 msgid "OPDS credentials can now be remembered" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:68 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:73 msgid "Various fixes for GNOME 3.38" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:74 msgid "Fixed Wiktionary internal links" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:70 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:75 msgid "Added Basque, Korean, and Norwegian translations" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:76 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 #, fuzzy msgid "Fixed unable to open some EPUB files" msgstr "Perbaikan tidak dapat membuka buku dengan ekstensi berkas .epub3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 #, fuzzy msgid "Fixed unable to open Mobipocket files" msgstr "Perbaikan tidak dapat membuka buku dengan ekstensi berkas .epub3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:88 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 msgid "Improved metadata display" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:89 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 msgid "Improved FictionBook rendering" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:90 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 msgid "Improved UI for acquiring books from OPDS" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:96 #, fuzzy msgid "Fixed unique identifier extraction for EPUB files" msgstr "Perbaikan tidak dapat membuka buku dengan ekstensi berkas .epub3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:92 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:97 msgid "Fixed missing window icon" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:98 msgid "Fixed TTS environment variables not set when using Flatpak" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:99 msgid "Fixed eSpeak NG voice not selected when testing TTS configuration" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:100 msgid "" "Fixed wrong “__ibooks_internal_theme” attribute when “Invert” is enabled" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:101 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 #, fuzzy msgid "OPDS catalogs:" msgstr "Bahasa Katala" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:103 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 msgid "Catalogs are now opened in the main library window" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:104 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:109 #, fuzzy msgid "View current location" msgstr "Bersihkan Lokasi Kini" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:105 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 #, fuzzy msgid "Go to catalog start page" msgstr "Kembali ke lokasi sebelumnya" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:111 #, fuzzy msgid "Reload catalog" msgstr "Bahasa Katala" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:107 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 msgid "Add current feed to catalogs" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 msgid "HTTP authentication support" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 #, fuzzy msgid "Other changes:" msgstr "Oranye" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 msgid "" "Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:118 msgid "Fixed newlines being ignored when copying text" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:114 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:119 msgid "“Turn page on tap” is now disabled in non-paginated layouts" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:120 msgid "Opening a book from the library view now closes the library window" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:116 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:121 msgid "Language and publication dates in metadata are now parsed and formatted" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:122 #, fuzzy msgid "Export annotations from the library view" msgstr "Anotasi" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:125 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:130 msgid "Fixed blurry book covers on HiDPI" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:126 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:131 msgid "Fixed OPDS links to Standard Ebooks and Project Gutenberg" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:127 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:132 msgid "Fixed wrong view icon on startup" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:133 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:138 msgid "Library:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:135 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:140 msgid "A library view showing recent books and reading progress" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:136 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 msgid "Search books by metadata" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:137 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 msgid "E-book discovery with OPDS" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:139 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 #, fuzzy msgid "New supported formats:" msgstr "Pilih format ekspor:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 msgid "FictionBook (.fb2, .fb2.zip)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:147 msgid "Comic book archive (.cbr, .cbz, .cbt, .cb7)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:143 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 #, fuzzy msgid "Plain text (.txt)" msgstr "Teks Biasa" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 msgid "Unpacked EPUB files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 #, fuzzy msgid "Layout:" msgstr "Tata letak" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 #, fuzzy msgid "Option to set maximum page width" msgstr "Opsi untuk menonaktifkan kamus" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 msgid "" "The \"Automatic\" layout will now show four columns when the page width is " "wide" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 #, fuzzy msgid "Image viewer:" msgstr "Pintasan Keyboard" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 msgid "" "Improved image viewer, with new shortcuts and the ability to rotate and " "invert images" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 msgid "" "Option to disable image viewer, or to open images on double, middle, or " "right click" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 #, fuzzy msgid "Text-to-speech:" msgstr "Text-to-speech" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 msgid "Improved text-to-speech configuration UI" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 msgid "Ability to set text-to-speech voice based on book language" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:168 #, fuzzy msgid "Import annotations from JSON" msgstr "Anotasi" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 #, fuzzy msgid "Search in annotations" msgstr "Tampilkan anotasi" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:165 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 #, fuzzy msgid "Annotations are now sorted in the same order as they appear in the book" msgstr "" "Lokasi yang dibuat kini disimpan di direktori cache alih-alih di localStorage" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:167 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 msgid "Security:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 msgid "" "\"Allow Unsafe Content\" now only enables JavaScript; external content will " "no longer be loaded" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 msgid "WebKit processes are now sandboxed" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 msgid "Other featues and fixes:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 msgid "Improved support for vertical and right-to-left books" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 msgid "Support for StarDict dictionaries" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:176 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:181 msgid "Fixed current location not preserved when resizing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:182 msgid "Fixed auto-hiding header bar under some themes" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:178 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:183 msgid "Command-line options for showing version and adding books to library" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:184 #, fuzzy msgid "Option to clear or disable cache" msgstr "Opsi untuk menonaktifkan kamus" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:185 msgid "" "When an HTML page contains invalid self-closing anchor tags, it is now " "parsed as XHTML" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:186 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:280 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:347 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:191 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:207 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:352 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:392 msgid "Fixes:" msgstr "Perbaikan:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:188 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:193 msgid "Fixed wrong version number" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:189 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:194 msgid "" "Fixed dictionary, translation, and Wikipedia not working in the Snap package" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:195 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:356 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:379 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:361 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 msgid "New features:" msgstr "Fitur-fitur baru:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:197 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 msgid "New and improved icon" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:198 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:203 #, fuzzy msgid "Option to disable turn page on tap" msgstr "Opsi untuk menonaktifkan kamus" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:199 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 msgid "A menu on the welcome screen for opening recent files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:205 #, fuzzy msgid "Restored shortcuts for showing ToC, annotations, and bookmarks" msgstr "" "Gunakan sidebar untuk menampilkan daftar isi, anotasi, dan penanda buku." -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:209 msgid "Fixed application not translated" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:210 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 msgid "Interface:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:212 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 msgid "A redesigned interface that works better for smaller screens" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:213 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 msgid "Improved fullscreen mode with an overlaid headerbar" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:214 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 msgid "" "The headerbar and the progress bar now auto-hide, for a distraction-free " "reading experience" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 msgid "" "Various location information, as well as a clock, can now be displayed in " "the footer" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:216 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 msgid "" "A new location popover (Ctrl + L) that shows reading time estimates and " "allows skipping to locations" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 msgid "" "E-reader style navigation: go to the previous or next page by tapping on the " "left or right part of the view; tap on the middle to toggle header bar and " "progress bar" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:223 msgid "Annotations, bookmarks, and find results now show chapter titles" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 msgid "When looking up words in dictionaries, the query can now be edited" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:225 msgid "New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 msgid "" "A new traditional menubar, which may be displayed depending on the desktop " "environment" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 #, fuzzy msgid "" "Option to use a traditional titlebar and menubar instead of a headerbar " "(experimental)" msgstr "Gunakan sidebar (membutuhkan restart)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 #, fuzzy msgid "Reading:" msgstr "Lanjutkan Membaca" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 #, fuzzy msgid "Continuous scrolling layout" msgstr "Gulir Berlanjut (membutuhkan restart)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 msgid "" "Option to show decorative shadows that mimic the appearance of a real book" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:228 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:233 #, fuzzy msgid "Ability to zoom in and zoom out" msgstr "Kemampuan untuk memperbesar dan menyalin gambar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 msgid "Improved image viewer with \"save as\" option" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:230 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:235 msgid "Open copies of a book in new windows (Ctrl + N)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 msgid "Reload book (Ctrl + R)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 msgid "New built-in themes: Gray, Solarized, Gruvbox, Nord" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:239 #, fuzzy msgid "Text selection:" msgstr "Text-to-speech" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:241 #, fuzzy msgid "Ability to select text across pages" msgstr "Kemampuan untuk memperbesar dan menyalin gambar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 #, fuzzy msgid "Find selected text in book" msgstr "Temukan dalam buku" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:238 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 msgid "Speak selected text or from the selected locatio" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:240 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:245 #, fuzzy msgid "Annotations:" msgstr "Anotasi" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:247 msgid "Spellcheck notes" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 #, fuzzy msgid "Export annotations to Markdown" msgstr "Anotasi" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:244 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 msgid "Options to use custom colors for highlights" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:246 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 msgid "For publishers and developers:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 msgid "" "Support for Apple Books theme attribute, which allows books to detect themes " "without JavaScript" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 msgid "WebKit's developer tools can be enabled" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:256 #, fuzzy msgid "Breaking changes:" msgstr "Oranye" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:258 msgid "The settings schemas has been reorganized" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 msgid "The format for custom themes has changed" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:255 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 msgid "Locations are now 1024 characters in size" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:257 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 #, fuzzy msgid "Bug fixes:" msgstr "Perbaikan:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:264 msgid "Fixed not restoring exact last location" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:265 #, fuzzy msgid "Fixed navigation not working with scrolled layout" msgstr "Perbaikan navigasi daftar isi yang tidak bekerja pada beberapa buku" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:261 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:266 msgid "Fixed font size not changing when the book uses absolute-size keywords" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:267 msgid "Fixed text cut off at margin edge" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:263 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:268 #, fuzzy msgid "Fixed unable to open books with \"#\" or \"?\" in the file name" msgstr "Perbaikan tidak dapat membuka buku dengan ekstensi berkas .epub3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:271 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:276 msgid "" "Fixed Flatpak version not being able to open .mobi, .azw, and .azw3 files" msgstr "" "Perbaikan versi flatpak tidak dapat membuka berkas .mobi, .azw, dan .azw3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:272 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:277 msgid "Improved Wiktionary lookup, now with links and example sentences" msgstr "" "Pengembangan pencarian Wikitionary, sekarang dengan tautan dan contoh kalimat" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:273 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:278 msgid "Improved popover footnote extraction and formatting" msgstr "Perbaikan ekstraksi dan pemformatan popover catatan kaki" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:279 msgid "Added option to export annotations to BibTeX" msgstr "Penambahan opsi untuk mengekspor anotasi ke BibTeX" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:282 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:287 msgid "Fixed table of contents navigation not working with some books" msgstr "Perbaikan navigasi daftar isi yang tidak bekerja pada beberapa buku" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:283 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:288 msgid "Fixed not being able to zoom images with Kindle books" msgstr "Perbaikan tidak dapat memperbesar gambar pada buku Kindle" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:284 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:289 msgid "Fixed not being able to open books with .epub3 filename extension" msgstr "Perbaikan tidak dapat membuka buku dengan ekstensi berkas .epub3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:290 msgid "Fixed temporary directory not being cleaned after closing" msgstr "Perbaikan direktori temporari tidak dibersihkan setelah ditutup" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:293 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:298 msgid "Fixed F9 shortcut not working" msgstr "Perbaikan jalan pintas F9 tidak bekerja" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:294 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:329 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:299 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:334 msgid "Updated translations" msgstr "Pembaruan terjemahan" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:302 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:307 msgid "External resources and JavaScript are now blocked by default" msgstr "Resource luar dan JavaScript sekarang diblok secara default" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:303 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:308 msgid "Basic text-to-speech support" msgstr "Dukungan text-to-speech awal" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:304 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:309 msgid "Export annotations to HTML, plain text, or JSON" msgstr "Ekspor anotasi ke HTML, teks biasa, atau JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:310 msgid "Support for viewing .mobi, .azw, and .azw3 files" msgstr "Dukungan membuka berkas .mobi, .azw, dan .azw3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:313 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 msgid "New alternative sidebar UI" msgstr "Alternatif sidebar UI baru" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:314 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 msgid "Lookup words in Wikipedia and offline dictionaries" msgstr "Cari kata di Wikipedia dan kamus luring" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:315 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 msgid "Translate passages with Google Translate" msgstr "Terjemahkan kalimat dengan Google Terjemahan" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:321 msgid "Configure default action when words are selected" msgstr "Konfigurasi aksi default saat kata dipilih" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:317 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:322 msgid "Experimental popup footnote support" msgstr "Percobaan dukungan popup catatan kaki" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:323 msgid "Ability to find within only the current chapter" msgstr "Kemampuan untuk mencari hanya di bab saat ini" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:324 msgid "Fixed CPU spikes when left open" msgstr "Perbaikan CPU spikes ketika dibiarkan terbuka" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:325 msgid "Fixed highlights not rendering at the correct positions" msgstr "Perbaikan sorotan tidak terender pada posisi yang benar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:328 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:333 msgid "Fixed crashing when opening files" msgstr "Perbaikan crash saat membuka berkas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:337 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:342 msgid "Customize page margins and brightness" msgstr "Kustomisasi margin halaman dan kecerahan" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:338 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:343 msgid "Tweak the theme colors, or add your own custom themes" msgstr "Ubah warna tema, atau tambahkan tema kustom sendiri" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:339 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:344 msgid "Ability to zoom and copy images" msgstr "Kemampuan untuk memperbesar dan menyalin gambar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:345 msgid "Option to auto-hide cursor" msgstr "Opsi untuk menyembunyikan kursor otomatis" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:341 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:346 msgid "See reading time left by hovering over the reading progress slider" msgstr "Melihat sisa waktu baca dengan hover pada slider progres baca" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:349 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:354 msgid "Fixed some books not rendering sometimes" msgstr "Perbaikan beberapa buku terkadang tidak terender" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:350 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:355 msgid "Fixed images being too wide in some cases" msgstr "Perbaikan gambar terlalu lebar pada beberapa kasus" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:359 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 msgid "Option to switch between left and full justification" msgstr "Opsi untuk beralih antara rata kiri dan rata kanan-kiri" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:360 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:365 msgid "New layout option: single-column paginated view" msgstr "Opsi tata letak baru: pemirsa kolom tunggal dengan pagina" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:362 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:367 msgid "Fixed:" msgstr "Perbaikan:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:369 msgid "" "Generated locations are now stored in the cache directory rather than " "localStorage" msgstr "" "Lokasi yang dibuat kini disimpan di direktori cache alih-alih di localStorage" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:372 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:377 msgid "Allow font size adjustment when using publisher fonts" msgstr "Izinkan pengaturan ukuran fonta ketika menggunakan fonta penerbit" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:373 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:378 msgid "" "Fixed reading progress slider not appearing after localStorage quota is " "exceeded" msgstr "" "Perbaikan bar progres baca tidak muncul setelah melampaui kuota localStorage" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:381 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:386 msgid "Touchpad gestures and ability to scroll through pages" msgstr "Gestur touchpad dan kemampuan untuk gulir ke halaman" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:382 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 msgid "Fullscreen mode" msgstr "Mode layar penuh" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:383 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:388 msgid "Option to hide reading progress bar" msgstr "Opsi untuk menyembunyikan bar progres baca" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 msgid "Option to disable dictionary" msgstr "Opsi untuk menonaktifkan kamus" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:385 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 msgid "Option to use publisher font" msgstr "Opsi untuk menggunakan fonta penerbit" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:394 msgid "Restoring reading progress is now smooth and jank-free" msgstr "Pengembalian progres baca kini halus" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:395 msgid "Fixed custom styles not applying in some cases" msgstr "Perbaikan gaya kustom tidak terterapkan pada beberapa kasus" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:396 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 msgid "Fixed invalid AppData file" msgstr "Perbaikan berkas AppData tidak valid" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:406 msgid "Initial release" msgstr "Rilis awal" diff --git a/po/ie.po b/po/ie.po index f637336e..2155377e 100644 --- a/po/ie.po +++ b/po/ie.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.johnfactotum.Foliate\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-24 11:04+0800\n" +"POT-Creation-Date: 2021-03-24 14:29+0800\n" "PO-Revision-Date: 2020-07-06 13:17+0800\n" "Last-Translator: OIS \n" "Language-Team: \n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.3\n" -#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:739 +#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:740 #: src/main.js:209 src/window.js:1023 src/schemes.js:100 #: data/com.github.johnfactotum.Foliate.appdata.xml.in:6 msgid "Foliate" @@ -202,7 +202,7 @@ msgid "" "indicate that the annotations do not belong to this book." msgstr "" -#: src/export.js:234 src/library.js:455 src/main.js:161 src/opds.js:229 +#: src/export.js:234 src/library.js:456 src/main.js:161 src/opds.js:229 #: src/opds.js:376 src/opds.js:1174 src/utils.js:772 src/window.js:593 #: src/ui/bookEditDialog.ui:10 src/ui/catalogWindow.ui:10 #: src/ui/exportWindow.ui:38 src/ui/importWindow.ui:10 @@ -222,94 +222,94 @@ msgstr "Errore" msgid "Could not import annotations." msgstr "Ne successat importar anotationes." -#: src/library.js:98 src/window.js:672 src/ui/bookBoxMenu.ui:13 +#: src/library.js:99 src/window.js:672 src/ui/bookBoxMenu.ui:13 #: src/ui/mainMenu.ui:612 msgid "About This Book" msgstr "Pri ti-ci libre" -#: src/library.js:132 +#: src/library.js:133 msgid "Choose File" msgstr "Selecter un file" -#: src/library.js:265 src/library.js:283 +#: src/library.js:266 src/library.js:284 msgid "Load more" msgstr "Cargar plu" -#: src/library.js:427 +#: src/library.js:428 msgid "File location unkown" msgstr "Localisation del file es ínconosset" -#: src/library.js:428 +#: src/library.js:429 msgid "Choose the location of this file to open it." msgstr "Selecte li localisation de ti-ci file por aperter it." -#: src/library.js:448 +#: src/library.js:449 #, javascript-format msgid "Are you sure you want to remove this book?" msgid_plural "Are you sure you want to remove the %d selected books?" msgstr[0] "Esque vu vole remover ti-ci libre?" msgstr[1] "Esque vu vole remover li %d selectet libres?" -#: src/library.js:450 +#: src/library.js:451 msgid "Reading progress, annotations, and bookmarks will be permanently lost." msgstr "" "Li progresse de letion, anotationes e marca-págines va esser perdit " "irrevocabilmen." -#: src/library.js:456 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 +#: src/library.js:457 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 #: src/ui/bookBoxMenu.ui:44 src/ui/bookmarkRow.ui:44 #: src/ui/libraryWindow.ui:581 msgid "Remove" msgstr "Remover" -#: src/library.js:578 +#: src/library.js:579 #, javascript-format msgid "%d selected" msgid_plural "%d selected" msgstr[0] "%d selectet" msgstr[1] "%d selectet" -#: src/library.js:697 +#: src/library.js:698 msgid "Failed to add book" msgid_plural "Failed to add books" msgstr[0] "Ne successat adjunter un libre" msgstr[1] "Ne successat adjunter libres" -#: src/library.js:699 +#: src/library.js:700 msgid "Could not add the following file:" msgid_plural "Could not add the following files:" msgstr[0] "Ne successat adjunter li sequent file:" msgstr[1] "Ne successat adjunter li sequent files:" -#: src/library.js:771 +#: src/library.js:772 msgid "All" msgstr "Omni" -#: src/library.js:774 src/ui/catalogWindow.ui:39 +#: src/library.js:775 src/ui/catalogWindow.ui:39 msgid "Title" msgstr "Titul" -#: src/library.js:775 src/schemes.js:257 +#: src/library.js:776 src/schemes.js:257 msgid "Author" msgstr "Autor" -#: src/library.js:776 src/properties.js:359 src/ui/propertyBox.ui:16 +#: src/library.js:777 src/properties.js:359 src/ui/propertyBox.ui:16 msgid "Tags" msgstr "Tags" -#: src/library.js:777 src/ui/propertiesBox.ui:65 +#: src/library.js:778 src/ui/propertiesBox.ui:65 msgid "Description" msgstr "Descrition" -#: src/library.js:778 src/properties.js:418 src/schemes.js:407 +#: src/library.js:779 src/properties.js:418 src/schemes.js:407 msgid "Publisher" msgstr "Publicator" -#: src/library.js:779 src/properties.js:438 src/ui/ttsDialog.ui:284 +#: src/library.js:780 src/properties.js:438 src/ui/ttsDialog.ui:284 msgid "Language" msgstr "Lingue" -#: src/library.js:816 +#: src/library.js:817 msgid "Add Files" msgstr "Adjunter files" @@ -856,7 +856,7 @@ msgid "Select some text to add annotations." msgstr "Selecte alcun textu por adjunter anotation." #: src/ui/contentsStack.ui:124 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:166 msgid "Annotations" msgstr "Anotationes" @@ -1168,7 +1168,7 @@ msgid "Full Justification" msgstr "Alineament de subtitules" #: src/ui/mainMenu.ui:518 src/ui/menuBar.ui:148 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:358 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:363 msgid "Auto-hyphenation" msgstr "Separation síllabic" @@ -3158,764 +3158,768 @@ msgid "John Factotum" msgstr "John Factotum" #: data/com.github.johnfactotum.Foliate.appdata.xml.in:49 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:64 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:123 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:269 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:291 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:300 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:311 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:326 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:335 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:370 +msgid "Fixed automatic layout" +msgstr "" + +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:128 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:296 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:331 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:375 msgid "Changes:" msgstr "Modificationes:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:51 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 msgid "Added support for opening HTML files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:52 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 msgid "Consistent inner and outer margins" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:53 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 msgid "The automatic layout no longer supports 4 columns" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:59 msgid "Fixed long words overflowing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:55 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:60 msgid "Fixed custom themes not saved across sessions" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:61 msgid "Fixed shortcuts for key pads" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:62 msgid "Fixed opening non-UTF-8 zipped FB2 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:63 msgid "Fixed books not opening on GNOME 40" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:66 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:71 msgid "Improved support for touch screens" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:67 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:72 msgid "OPDS credentials can now be remembered" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:68 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:73 msgid "Various fixes for GNOME 3.38" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:74 msgid "Fixed Wiktionary internal links" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:70 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:75 msgid "Added Basque, Korean, and Norwegian translations" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:76 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 msgid "Fixed unable to open some EPUB files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 msgid "Fixed unable to open Mobipocket files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:88 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 #, fuzzy msgid "Improved metadata display" msgstr "Lansante li redactor VI Improvat" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:89 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 #, fuzzy msgid "Improved FictionBook rendering" msgstr "Presentation" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:90 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 msgid "Improved UI for acquiring books from OPDS" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:96 msgid "Fixed unique identifier extraction for EPUB files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:92 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:97 #, fuzzy msgid "Fixed missing window icon" msgstr "Dimen_sion de icone (px):" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:98 msgid "Fixed TTS environment variables not set when using Flatpak" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:99 msgid "Fixed eSpeak NG voice not selected when testing TTS configuration" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:100 msgid "" "Fixed wrong “__ibooks_internal_theme” attribute when “Invert” is enabled" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:101 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 msgid "OPDS catalogs:" msgstr "Catalogs OPDS:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:103 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 msgid "Catalogs are now opened in the main library window" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:104 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:109 #, fuzzy msgid "View current location" msgstr "Actual localisation" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:105 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 msgid "Go to catalog start page" msgstr "Ear al inicial págine del catalog" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:111 msgid "Reload catalog" msgstr "Recargar li catalog" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:107 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 #, fuzzy msgid "Add current feed to catalogs" msgstr "Adjunter ti-ci feed a catalogs" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 #, fuzzy msgid "HTTP authentication support" msgstr "Autentication HTTP" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 msgid "Other changes:" msgstr "Altri modificationes:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 msgid "" "Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:118 msgid "Fixed newlines being ignored when copying text" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:114 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:119 msgid "“Turn page on tap” is now disabled in non-paginated layouts" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:120 msgid "Opening a book from the library view now closes the library window" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:116 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:121 msgid "Language and publication dates in metadata are now parsed and formatted" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:122 #, fuzzy msgid "Export annotations from the library view" msgstr "Exportar anotationes..." -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:125 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:130 msgid "Fixed blurry book covers on HiDPI" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:126 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:131 msgid "Fixed OPDS links to Standard Ebooks and Project Gutenberg" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:127 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:132 #, fuzzy msgid "Fixed wrong view icon on startup" msgstr " -v, --version\tmonstra li numeró del version\n" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:133 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:138 msgid "Library:" msgstr "Biblioteca:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:135 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:140 msgid "A library view showing recent books and reading progress" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:136 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 #, fuzzy msgid "Search books by metadata" msgstr "Metadata" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:137 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 #, fuzzy msgid "E-book discovery with OPDS" msgstr "Files de e-libres" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:139 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 msgid "New supported formats:" msgstr "Nov suportat formates:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 msgid "FictionBook (.fb2, .fb2.zip)" msgstr "FictionBook (.fb2, .fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:147 msgid "Comic book archive (.cbr, .cbz, .cbt, .cb7)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:143 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 msgid "Plain text (.txt)" msgstr "Simplic textu (.txt)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 #, fuzzy msgid "Unpacked EPUB files" msgstr "Ne es un document ePub" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 msgid "Layout:" msgstr "Arangeament:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 #, fuzzy msgid "Option to set maximum page width" msgstr "Max largore de págine" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 msgid "" "The \"Automatic\" layout will now show four columns when the page width is " "wide" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 msgid "Image viewer:" msgstr "Visor de images:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 msgid "" "Improved image viewer, with new shortcuts and the ability to rotate and " "invert images" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 msgid "" "Option to disable image viewer, or to open images on double, middle, or " "right click" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 msgid "Text-to-speech:" msgstr "Parlation:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 msgid "Improved text-to-speech configuration UI" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 msgid "Ability to set text-to-speech voice based on book language" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:168 #, fuzzy msgid "Import annotations from JSON" msgstr "Selecter un file JSON por importation" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 #, fuzzy msgid "Search in annotations" msgstr "Serchar anotationes" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:165 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 msgid "Annotations are now sorted in the same order as they appear in the book" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:167 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 msgid "Security:" msgstr "Securitá:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 msgid "" "\"Allow Unsafe Content\" now only enables JavaScript; external content will " "no longer be loaded" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 msgid "WebKit processes are now sandboxed" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 #, fuzzy msgid "Other featues and fixes:" msgstr "Correctiones:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 msgid "Improved support for vertical and right-to-left books" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 msgid "Support for StarDict dictionaries" msgstr "Supporte de dictionariums Stardict" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:176 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:181 msgid "Fixed current location not preserved when resizing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:182 msgid "Fixed auto-hiding header bar under some themes" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:178 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:183 msgid "Command-line options for showing version and adding books to library" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:184 #, fuzzy msgid "Option to clear or disable cache" msgstr "Vacuar li cache" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:185 msgid "" "When an HTML page contains invalid self-closing anchor tags, it is now " "parsed as XHTML" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:186 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:280 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:347 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:191 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:207 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:352 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:392 msgid "Fixes:" msgstr "Correctiones:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:188 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:193 #, fuzzy msgid "Fixed wrong version number" msgstr " -v, --version\tmonstra li numeró del version\n" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:189 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:194 msgid "" "Fixed dictionary, translation, and Wikipedia not working in the Snap package" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:195 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:356 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:379 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:361 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 msgid "New features:" msgstr "Nov caracteristicas:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:197 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 #, fuzzy msgid "New and improved icon" msgstr "Lansante li redactor VI Improvat" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:198 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:203 #, fuzzy msgid "Option to disable turn page on tap" msgstr "Depermisser" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:199 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 msgid "A menu on the welcome screen for opening recent files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:205 msgid "Restored shortcuts for showing ToC, annotations, and bookmarks" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:209 #, fuzzy msgid "Fixed application not translated" msgstr "Traductet de:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:210 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 msgid "Interface:" msgstr "Interfacie:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:212 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 msgid "A redesigned interface that works better for smaller screens" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:213 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 msgid "Improved fullscreen mode with an overlaid headerbar" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:214 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 msgid "" "The headerbar and the progress bar now auto-hide, for a distraction-free " "reading experience" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 msgid "" "Various location information, as well as a clock, can now be displayed in " "the footer" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:216 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 msgid "" "A new location popover (Ctrl + L) that shows reading time estimates and " "allows skipping to locations" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 msgid "" "E-reader style navigation: go to the previous or next page by tapping on the " "left or right part of the view; tap on the middle to toggle header bar and " "progress bar" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:223 msgid "Annotations, bookmarks, and find results now show chapter titles" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 msgid "When looking up words in dictionaries, the query can now be edited" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:225 msgid "New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 msgid "" "A new traditional menubar, which may be displayed depending on the desktop " "environment" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 #, fuzzy msgid "" "Option to use a traditional titlebar and menubar instead of a headerbar " "(experimental)" msgstr "Usar superposition (EXPERIMENTAL)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 msgid "Reading:" msgstr "Letion:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 #, fuzzy msgid "Continuous scrolling layout" msgstr "Rulament" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 msgid "" "Option to show decorative shadows that mimic the appearance of a real book" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:228 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:233 #, fuzzy msgid "Ability to zoom in and zoom out" msgstr "Diminuer li págine" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 msgid "Improved image viewer with \"save as\" option" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:230 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:235 msgid "Open copies of a book in new windows (Ctrl + N)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 msgid "Reload book (Ctrl + R)" msgstr "Recargar li libre (Ctrl+R)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 msgid "New built-in themes: Gray, Solarized, Gruvbox, Nord" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:239 msgid "Text selection:" msgstr "Selection de textu:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:241 msgid "Ability to select text across pages" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 #, fuzzy msgid "Find selected text in book" msgstr "Trovar in li libre" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:238 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 msgid "Speak selected text or from the selected locatio" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:240 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:245 msgid "Annotations:" msgstr "Anotationes:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:247 #, fuzzy msgid "Spellcheck notes" msgstr "Ortografie" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 #, fuzzy msgid "Export annotations to Markdown" msgstr "Exportar anotationes..." -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:244 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 #, fuzzy msgid "Options to use custom colors for highlights" msgstr "Usar colores personalisat" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:246 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 msgid "For publishers and developers:" msgstr "Por publicatores e developatores:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 msgid "" "Support for Apple Books theme attribute, which allows books to detect themes " "without JavaScript" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 #, fuzzy msgid "WebKit's developer tools can be enabled" msgstr "Instrumentarium de developator" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:256 #, fuzzy msgid "Breaking changes:" msgstr "Ruption de lineas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:258 msgid "The settings schemas has been reorganized" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 msgid "The format for custom themes has changed" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:255 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 msgid "Locations are now 1024 characters in size" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:257 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 msgid "Bug fixes:" msgstr "Correctiones:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:264 msgid "Fixed not restoring exact last location" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:265 msgid "Fixed navigation not working with scrolled layout" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:261 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:266 msgid "Fixed font size not changing when the book uses absolute-size keywords" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:267 msgid "Fixed text cut off at margin edge" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:263 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:268 msgid "Fixed unable to open books with \"#\" or \"?\" in the file name" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:271 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:276 msgid "" "Fixed Flatpak version not being able to open .mobi, .azw, and .azw3 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:272 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:277 msgid "Improved Wiktionary lookup, now with links and example sentences" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:273 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:278 msgid "Improved popover footnote extraction and formatting" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:279 msgid "Added option to export annotations to BibTeX" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:282 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:287 msgid "Fixed table of contents navigation not working with some books" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:283 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:288 msgid "Fixed not being able to zoom images with Kindle books" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:284 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:289 msgid "Fixed not being able to open books with .epub3 filename extension" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:290 msgid "Fixed temporary directory not being cleaned after closing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:293 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:298 msgid "Fixed F9 shortcut not working" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:294 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:329 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:299 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:334 msgid "Updated translations" msgstr "Actualisat traductiones" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:302 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:307 msgid "External resources and JavaScript are now blocked by default" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:303 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:308 #, fuzzy msgid "Basic text-to-speech support" msgstr "Comande de parlation" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:304 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:309 #, fuzzy msgid "Export annotations to HTML, plain text, or JSON" msgstr "Exportar anotationes..." -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:310 msgid "Support for viewing .mobi, .azw, and .azw3 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:313 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 msgid "New alternative sidebar UI" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:314 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 msgid "Lookup words in Wikipedia and offline dictionaries" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:315 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 #, fuzzy msgid "Translate passages with Google Translate" msgstr "Traductet med Google Translate" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:321 #, fuzzy msgid "Configure default action when words are selected" msgstr "Si multiplic paroles es selectet" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:317 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:322 msgid "Experimental popup footnote support" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:323 msgid "Ability to find within only the current chapter" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:324 msgid "Fixed CPU spikes when left open" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:325 msgid "Fixed highlights not rendering at the correct positions" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:328 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:333 #, fuzzy msgid "Fixed crashing when opening files" msgstr "Substituer li playlist per apertet files" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:337 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:342 msgid "Customize page margins and brightness" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:338 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:343 msgid "Tweak the theme colors, or add your own custom themes" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:339 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:344 #, fuzzy msgid "Ability to zoom and copy images" msgstr "Diminuer li págine" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:345 #, fuzzy msgid "Option to auto-hide cursor" msgstr "Auto-celar li apuntator" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:341 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:346 msgid "See reading time left by hovering over the reading progress slider" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:349 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:354 msgid "Fixed some books not rendering sometimes" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:350 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:355 msgid "Fixed images being too wide in some cases" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:359 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 msgid "Option to switch between left and full justification" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:360 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:365 msgid "New layout option: single-column paginated view" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:362 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:367 msgid "Fixed:" msgstr "Correctet:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:369 msgid "" "Generated locations are now stored in the cache directory rather than " "localStorage" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:372 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:377 msgid "Allow font size adjustment when using publisher fonts" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:373 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:378 msgid "" "Fixed reading progress slider not appearing after localStorage quota is " "exceeded" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:381 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:386 msgid "Touchpad gestures and ability to scroll through pages" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:382 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 msgid "Fullscreen mode" msgstr "Mode plen-ecran" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:383 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:388 msgid "Option to hide reading progress bar" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 #, fuzzy msgid "Option to disable dictionary" msgstr "Depermisser" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:385 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 #, fuzzy msgid "Option to use publisher font" msgstr "Usar li fonde del publicator" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:394 msgid "Restoring reading progress is now smooth and jank-free" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:395 msgid "Fixed custom styles not applying in some cases" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:396 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 #, fuzzy msgid "Fixed invalid AppData file" msgstr "Li nómine de file es ínvalid" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:406 msgid "Initial release" msgstr "Inicial publication" diff --git a/po/it.po b/po/it.po index a337745f..fb84f543 100644 --- a/po/it.po +++ b/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.johnfactotum.Foliate\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-24 11:04+0800\n" +"POT-Creation-Date: 2021-03-24 14:29+0800\n" "PO-Revision-Date: 2021-03-12 11:50+0100\n" "Last-Translator: Gianluca Boiano \n" "Language-Team: Italian\n" @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.4.1\n" -#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:739 +#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:740 #: src/main.js:209 src/window.js:1023 src/schemes.js:100 #: data/com.github.johnfactotum.Foliate.appdata.xml.in:6 msgid "Foliate" @@ -205,7 +205,7 @@ msgstr "" "L'identificatore del file importato non corrisponde con quello del libro. " "Ciò potrebbe indicare che le annotazioni non sono associate a questo libro." -#: src/export.js:234 src/library.js:455 src/main.js:161 src/opds.js:229 +#: src/export.js:234 src/library.js:456 src/main.js:161 src/opds.js:229 #: src/opds.js:376 src/opds.js:1174 src/utils.js:772 src/window.js:593 #: src/ui/bookEditDialog.ui:10 src/ui/catalogWindow.ui:10 #: src/ui/exportWindow.ui:38 src/ui/importWindow.ui:10 @@ -225,94 +225,94 @@ msgstr "Errore" msgid "Could not import annotations." msgstr "Impossibile importare le annotazioni." -#: src/library.js:98 src/window.js:672 src/ui/bookBoxMenu.ui:13 +#: src/library.js:99 src/window.js:672 src/ui/bookBoxMenu.ui:13 #: src/ui/mainMenu.ui:612 msgid "About This Book" msgstr "Informazioni su questo libro" -#: src/library.js:132 +#: src/library.js:133 msgid "Choose File" msgstr "Scegli File" -#: src/library.js:265 src/library.js:283 +#: src/library.js:266 src/library.js:284 msgid "Load more" msgstr "Carica altro" -#: src/library.js:427 +#: src/library.js:428 msgid "File location unkown" msgstr "Percorso file sconosciuto" -#: src/library.js:428 +#: src/library.js:429 msgid "Choose the location of this file to open it." msgstr "Scegli la posizione di questo file per aprirlo." -#: src/library.js:448 +#: src/library.js:449 #, javascript-format msgid "Are you sure you want to remove this book?" msgid_plural "Are you sure you want to remove the %d selected books?" msgstr[0] "Sei sicuro di voler eliminare questo libro?" msgstr[1] "Sei sicuro di voler eliminare i %d libri selezionati?" -#: src/library.js:450 +#: src/library.js:451 msgid "Reading progress, annotations, and bookmarks will be permanently lost." msgstr "" "Progesso di lettura, annotazioni e segnalibri verranno persi in modo " "permanente." -#: src/library.js:456 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 +#: src/library.js:457 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 #: src/ui/bookBoxMenu.ui:44 src/ui/bookmarkRow.ui:44 #: src/ui/libraryWindow.ui:581 msgid "Remove" msgstr "Rimuovi" -#: src/library.js:578 +#: src/library.js:579 #, javascript-format msgid "%d selected" msgid_plural "%d selected" msgstr[0] "%d selezionato" msgstr[1] "%d selezionati" -#: src/library.js:697 +#: src/library.js:698 msgid "Failed to add book" msgid_plural "Failed to add books" msgstr[0] "Aggiunta del libro fallita" msgstr[1] "Aggiunta dei libri fallita" -#: src/library.js:699 +#: src/library.js:700 msgid "Could not add the following file:" msgid_plural "Could not add the following files:" msgstr[0] "Impossibile aggiungere il seguente file:" msgstr[1] "Impossibile aggiungere i seguenti file:" -#: src/library.js:771 +#: src/library.js:772 msgid "All" msgstr "Tutto" -#: src/library.js:774 src/ui/catalogWindow.ui:39 +#: src/library.js:775 src/ui/catalogWindow.ui:39 msgid "Title" msgstr "Titolo" -#: src/library.js:775 src/schemes.js:257 +#: src/library.js:776 src/schemes.js:257 msgid "Author" msgstr "Autore" -#: src/library.js:776 src/properties.js:359 src/ui/propertyBox.ui:16 +#: src/library.js:777 src/properties.js:359 src/ui/propertyBox.ui:16 msgid "Tags" msgstr "Etichette" -#: src/library.js:777 src/ui/propertiesBox.ui:65 +#: src/library.js:778 src/ui/propertiesBox.ui:65 msgid "Description" msgstr "Descrizione" -#: src/library.js:778 src/properties.js:418 src/schemes.js:407 +#: src/library.js:779 src/properties.js:418 src/schemes.js:407 msgid "Publisher" msgstr "Editore" -#: src/library.js:779 src/properties.js:438 src/ui/ttsDialog.ui:284 +#: src/library.js:780 src/properties.js:438 src/ui/ttsDialog.ui:284 msgid "Language" msgstr "Lingua" -#: src/library.js:816 +#: src/library.js:817 msgid "Add Files" msgstr "Aggiungi File" @@ -859,7 +859,7 @@ msgid "Select some text to add annotations." msgstr "Seleziona del testo per aggiungere annotazioni." #: src/ui/contentsStack.ui:124 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:166 msgid "Annotations" msgstr "Annotazioni" @@ -1172,7 +1172,7 @@ msgid "Full Justification" msgstr "Giustificato" #: src/ui/mainMenu.ui:518 src/ui/menuBar.ui:148 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:358 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:363 msgid "Auto-hyphenation" msgstr "Auto-sillabazione" @@ -3057,247 +3057,251 @@ msgid "John Factotum" msgstr "John Factotum" #: data/com.github.johnfactotum.Foliate.appdata.xml.in:49 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:64 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:123 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:269 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:291 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:300 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:311 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:326 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:335 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:370 +msgid "Fixed automatic layout" +msgstr "" + +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:128 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:296 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:331 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:375 msgid "Changes:" msgstr "Novità:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:51 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 msgid "Added support for opening HTML files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:52 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 msgid "Consistent inner and outer margins" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:53 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 msgid "The automatic layout no longer supports 4 columns" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:59 msgid "Fixed long words overflowing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:55 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:60 #, fuzzy msgid "Fixed custom themes not saved across sessions" msgstr "Risolti gli stili personalizzati che non si applicavano in alcuni casi" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:61 #, fuzzy msgid "Fixed shortcuts for key pads" msgstr "Risolto il problema con la scorciatoia F9 che non funzionava" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:62 msgid "Fixed opening non-UTF-8 zipped FB2 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:63 #, fuzzy msgid "Fixed books not opening on GNOME 40" msgstr "" "Risolto il problema con alcuni libri che a volte non venivano visualizzati" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:66 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:71 msgid "Improved support for touch screens" msgstr "Supporto migliorato per schermi touch" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:67 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:72 msgid "OPDS credentials can now be remembered" msgstr "Le credenziali OPDS ora possono essere memorizzate" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:68 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:73 msgid "Various fixes for GNOME 3.38" msgstr "Varie correzioni per GNOME 3.38" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:74 msgid "Fixed Wiktionary internal links" msgstr "Link interni di Wiktionary corretti" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:70 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:75 msgid "Added Basque, Korean, and Norwegian translations" msgstr "Aggiunte traduzioni in Basco, Coreano e Norvegese" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:76 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 msgid "Fixed unable to open some EPUB files" msgstr "Risolto il problema con l'impossibilità di aprire alcuni file EPUB" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 msgid "Fixed unable to open Mobipocket files" msgstr "Risolto il problema con l'impossibilità di aprire i file Mobipocket" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:88 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 msgid "Improved metadata display" msgstr "Visualizzazione dei metadati migliorata" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:89 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 msgid "Improved FictionBook rendering" msgstr "Visualizzazione FictionBook migliorata" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:90 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 msgid "Improved UI for acquiring books from OPDS" msgstr "UI migliorata per l'acquisizione di libri da OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:96 msgid "Fixed unique identifier extraction for EPUB files" msgstr "" "Risolto il problema con l'estrazione dell'identificatore univoco per i file " "EPUB" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:92 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:97 msgid "Fixed missing window icon" msgstr "Risolto il problema con l'icona della finestra mancante" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:98 msgid "Fixed TTS environment variables not set when using Flatpak" msgstr "" "Risolto il problema con le variabili di ambiente TTS non impostate con " "Flatpak" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:99 msgid "Fixed eSpeak NG voice not selected when testing TTS configuration" msgstr "" "Risolto il problema con la voce eSpeak NG non selezionata durante il test " "della configurazione TTS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:100 msgid "" "Fixed wrong “__ibooks_internal_theme” attribute when “Invert” is enabled" msgstr "" "Risolto il problema con l'attributo \"__ibooks_internal_theme\" errato " "quando \"Inverti\" è abilitato" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:101 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 msgid "OPDS catalogs:" msgstr "Cataloghi OPDS:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:103 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 msgid "Catalogs are now opened in the main library window" msgstr "I cataloghi sono ora aperti nella finestra principale della libreria" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:104 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:109 msgid "View current location" msgstr "Mostra posizione corrente" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:105 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 msgid "Go to catalog start page" msgstr "Vai alla pagina iniziale del catalogo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:111 msgid "Reload catalog" msgstr "Aggiorna catalogo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:107 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 msgid "Add current feed to catalogs" msgstr "Aggiungi feed corrente ai cataloghi" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 msgid "HTTP authentication support" msgstr "Supporto autenticazione HTTP" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 msgid "Other changes:" msgstr "Altre novità:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 msgid "" "Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files" msgstr "" "Risolto il problema con l'estrazione dell'identificatore univoco per i file " "FictionBook (.fb2, .fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:118 msgid "Fixed newlines being ignored when copying text" msgstr "" "Risolto il problema con le nuove righe ignorate durante la copia del testo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:114 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:119 msgid "“Turn page on tap” is now disabled in non-paginated layouts" msgstr "\"Volta pagina al tocco\" è ora disabilitato nei layout non impaginati" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:120 msgid "Opening a book from the library view now closes the library window" msgstr "" "L'apertura di un libro dalla visualizzazione della libreria ora chiude la " "finestra della libreria" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:116 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:121 msgid "Language and publication dates in metadata are now parsed and formatted" msgstr "" "La lingua e le date di pubblicazione nei metadati vengono ora analizzate e " "formattate" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:122 msgid "Export annotations from the library view" msgstr "Esporta annotazioni dalla vista libreria" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:125 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:130 msgid "Fixed blurry book covers on HiDPI" msgstr "Risolto il problema con le copertine dei libri sfocate su HiDPI" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:126 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:131 msgid "Fixed OPDS links to Standard Ebooks and Project Gutenberg" msgstr "Risolti i link OPDS agli Standard Ebooks e al Project Gutenberg" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:127 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:132 msgid "Fixed wrong view icon on startup" msgstr "Risolto il problema con l'icona di visualizzazione errata all'avvio" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:133 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:138 msgid "Library:" msgstr "Libreria:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:135 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:140 msgid "A library view showing recent books and reading progress" msgstr "" "Una vista della libreria che mostra i libri recenti e il progresso della " "lettura" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:136 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 msgid "Search books by metadata" msgstr "Cerca libri in base ai metadati" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:137 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 msgid "E-book discovery with OPDS" msgstr "Esplora E-book con OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:139 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 msgid "New supported formats:" msgstr "Nuovi formati supportati:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 msgid "FictionBook (.fb2, .fb2.zip)" msgstr "FictionBook (.fb2, .fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:147 msgid "Comic book archive (.cbr, .cbz, .cbt, .cb7)" msgstr "Archivio Comic book (.cbr, .cbz, .cbt, .cb7)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:143 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 msgid "Plain text (.txt)" msgstr "Testo Semplice (.txt)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 msgid "Unpacked EPUB files" msgstr "File EPUB decompresso" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 msgid "Layout:" msgstr "Impaginazione:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 msgid "Option to set maximum page width" msgstr "Opzione per impostare la larghezza massima di pagina" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 msgid "" "The \"Automatic\" layout will now show four columns when the page width is " "wide" @@ -3305,11 +3309,11 @@ msgstr "" "Il layout \"Automatico\" ora mostrerà quattro colonne quando la larghezza " "della pagina è ampia" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 msgid "Image viewer:" msgstr "Visualizzatore immagini:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 msgid "" "Improved image viewer, with new shortcuts and the ability to rotate and " "invert images" @@ -3317,7 +3321,7 @@ msgstr "" "Visualizzatore di immagini migliorato, con nuove scorciatoie e la " "possibilità di ruotare e invertire le immagini" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 msgid "" "Option to disable image viewer, or to open images on double, middle, or " "right click" @@ -3325,38 +3329,38 @@ msgstr "" "Opzione per disabilitare il visualizzatore di immagini o per aprire le " "immagini con doppio click, tasto centrale o destro" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 msgid "Text-to-speech:" msgstr "Sintesi vocale:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 msgid "Improved text-to-speech configuration UI" msgstr "UI di configurazione sintesi vocale migliorata" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 msgid "Ability to set text-to-speech voice based on book language" msgstr "" "Possibilità di impostare la sintesi vocale in base alla lingua del libro" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:168 msgid "Import annotations from JSON" msgstr "Importa annotazioni da JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 msgid "Search in annotations" msgstr "Cerca nelle annotazioni" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:165 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 msgid "Annotations are now sorted in the same order as they appear in the book" msgstr "" "Le annotazioni sono ora ordinate nello stesso ordine in cui appaiono nel " "libro" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:167 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 msgid "Security:" msgstr "Sicurezza:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 msgid "" "\"Allow Unsafe Content\" now only enables JavaScript; external content will " "no longer be loaded" @@ -3364,45 +3368,45 @@ msgstr "" "\"Mostra Contenuto Insicuro\" ora attiva solo JavaScript; il contenuto " "esterno non sarà caricato" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 msgid "WebKit processes are now sandboxed" msgstr "I processi WebKit sono ora in modalità sandbox" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 msgid "Other featues and fixes:" msgstr "Altre caratteristiche e correzioni:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 msgid "Improved support for vertical and right-to-left books" msgstr "Supporto migliorato per libri verticali e da destra a sinistra" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 msgid "Support for StarDict dictionaries" msgstr "Supporto per dizionari StarDict" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:176 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:181 msgid "Fixed current location not preserved when resizing" msgstr "" "Risolto il problema con la posizione corrente non mantenuta durante il " "ridimensionamento" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:182 msgid "Fixed auto-hiding header bar under some themes" msgstr "" "Risolto il problema con la barra superiore che si auto-nascondeva con alcuni " "temi" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:178 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:183 msgid "Command-line options for showing version and adding books to library" msgstr "" "Opzioni della riga di comando per mostrare versione e aggiungere libri alla " "libreria" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:184 msgid "Option to clear or disable cache" msgstr "Opzione per pulire o disabilitare la cache" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:185 msgid "" "When an HTML page contains invalid self-closing anchor tags, it is now " "parsed as XHTML" @@ -3410,65 +3414,65 @@ msgstr "" "Quando una pagina HTML contiene tag anchor non validi, ora viene analizzata " "come XHTML" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:186 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:280 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:347 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:191 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:207 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:352 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:392 msgid "Fixes:" msgstr "Correzioni:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:188 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:193 msgid "Fixed wrong version number" msgstr "Corretto il numero di versione errato" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:189 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:194 msgid "" "Fixed dictionary, translation, and Wikipedia not working in the Snap package" msgstr "" "Risolto il problema con dizionario, traduzione e Wikipedia che non " "funzionavano nel pacchetto Snap" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:195 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:356 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:379 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:361 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 msgid "New features:" msgstr "Nuove caratteristiche:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:197 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 msgid "New and improved icon" msgstr "Icona nuova e migliorata" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:198 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:203 msgid "Option to disable turn page on tap" msgstr "Opzione per disabilitare volta pagina al tocco" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:199 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 msgid "A menu on the welcome screen for opening recent files" msgstr "Un menu nella schermata di benvenuto per aprire i file recenti" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:205 msgid "Restored shortcuts for showing ToC, annotations, and bookmarks" msgstr "Scorciatoie ripristinate per mostrare ToC, annotazioni e segnalibri" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:209 msgid "Fixed application not translated" msgstr "Risolto un problema con le traduzioni" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:210 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 msgid "Interface:" msgstr "Interfaccia:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:212 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 msgid "A redesigned interface that works better for smaller screens" msgstr "Interfaccia ridisegnata più funzionale con schermi piccoli" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:213 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 msgid "Improved fullscreen mode with an overlaid headerbar" msgstr "" "Modalità a schermo intero migliorata con una barra superiore sovrapposta" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:214 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 msgid "" "The headerbar and the progress bar now auto-hide, for a distraction-free " "reading experience" @@ -3476,7 +3480,7 @@ msgstr "" "La barra superiore e la barra di progresso ora si nascondono " "automaticamente, per un'esperienza di lettura senza distrazioni" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 msgid "" "Various location information, as well as a clock, can now be displayed in " "the footer" @@ -3484,7 +3488,7 @@ msgstr "" "Varie informazioni sulla posizione, così come un orologio, possono ora " "essere visualizzate nel piè di pagina" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:216 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 msgid "" "A new location popover (Ctrl + L) that shows reading time estimates and " "allows skipping to locations" @@ -3492,7 +3496,7 @@ msgstr "" "Un nuovo popover di posizione (Ctrl + L) che mostra le stime del tempo di " "lettura e consente di saltare alle posizioni" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 msgid "" "E-reader style navigation: go to the previous or next page by tapping on the " "left or right part of the view; tap on the middle to toggle header bar and " @@ -3502,24 +3506,24 @@ msgstr "" "toccando la parte sinistra o destra della vista; tocca al centro per " "attivare la barra principale e la barra di progresso" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:223 msgid "Annotations, bookmarks, and find results now show chapter titles" msgstr "" "Annotazioni, segnalibri e risultati della ricerca ora mostrano i titoli dei " "capitoli" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 msgid "When looking up words in dictionaries, the query can now be edited" msgstr "" "Quando si cercano parole nei dizionari, è ora possibile modificare la query" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:225 msgid "New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)" msgstr "" "Nuova scorciatoia per la visualizzazione dei metadati (Ctrl + I) e delle " "preferenze (Ctrl +,)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 msgid "" "A new traditional menubar, which may be displayed depending on the desktop " "environment" @@ -3527,7 +3531,7 @@ msgstr "" "Una nuova barra dei menu tradizionale, che può essere visualizzata a seconda " "dell'ambiente desktop" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 msgid "" "Option to use a traditional titlebar and menubar instead of a headerbar " "(experimental)" @@ -3535,78 +3539,78 @@ msgstr "" "Opzione per usare la barra del titolo classica e quella di menu " "(sperimentale)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 msgid "Reading:" msgstr "Lettura:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 msgid "Continuous scrolling layout" msgstr "Scorrimento continuo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 msgid "" "Option to show decorative shadows that mimic the appearance of a real book" msgstr "" "Possibilità di mostrare ombre decorative che imitano l'aspetto di un vero " "libro" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:228 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:233 msgid "Ability to zoom in and zoom out" msgstr "Possibilità di ingrandire e rimpicciolire" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 msgid "Improved image viewer with \"save as\" option" msgstr "Visualizzatore di immagini migliorato con opzione \"salva con nome\"" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:230 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:235 msgid "Open copies of a book in new windows (Ctrl + N)" msgstr "Apri copie di un libro in nuove finestre (Ctrl + N)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 msgid "Reload book (Ctrl + R)" msgstr "Ricarica libro (Ctrl + Rs)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 msgid "New built-in themes: Gray, Solarized, Gruvbox, Nord" msgstr "Nuovi temi incorporati: Grigio, Solarized, Gruvbox, Nord" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:239 msgid "Text selection:" msgstr "Selezione testo:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:241 msgid "Ability to select text across pages" msgstr "Possibilità di selezionare il testo tra le pagine" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 msgid "Find selected text in book" msgstr "Trova testo selezionato nel libro" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:238 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 msgid "Speak selected text or from the selected locatio" msgstr "Pronuncia il testo selezionato o dalla posizione selezionata" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:240 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:245 msgid "Annotations:" msgstr "Annotazioni:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:247 msgid "Spellcheck notes" msgstr "Note per il controllo ortografico" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 msgid "Export annotations to Markdown" msgstr "Esporta annotazioni in Markdown" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:244 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 msgid "Options to use custom colors for highlights" msgstr "Opzioni per utilizzare colori personalizzati per le evidenziazioni" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:246 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 msgid "For publishers and developers:" msgstr "Per editori e sviluppatori:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 msgid "" "Support for Apple Books theme attribute, which allows books to detect themes " "without JavaScript" @@ -3614,210 +3618,210 @@ msgstr "" "Supporto per l'attributo del tema di Apple Books, che consente ai libri di " "rilevare i temi senza JavaScript" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 msgid "WebKit's developer tools can be enabled" msgstr "Gli strumenti per sviluppatori possono essere abilitati" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:256 msgid "Breaking changes:" msgstr "Novità importanti:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:258 msgid "The settings schemas has been reorganized" msgstr "Gli schemi delle impostazioni sono stati riorganizzati" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 msgid "The format for custom themes has changed" msgstr "Il formato per i temi personalizzati è cambiato" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:255 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 msgid "Locations are now 1024 characters in size" msgstr "Le posizioni ora hanno una dimensione di 1024 caratteri" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:257 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 msgid "Bug fixes:" msgstr "Correzioni:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:264 msgid "Fixed not restoring exact last location" msgstr "" "Risolto il problema con il mancato ripristino dell'ultima posizione esatta" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:265 msgid "Fixed navigation not working with scrolled layout" msgstr "" "Risolto il problema con la navigazione che non funzionava con il layout a " "scorrimento" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:261 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:266 msgid "Fixed font size not changing when the book uses absolute-size keywords" msgstr "" "Risolto il problema con la dimensione del carattere che non cambiava quando " "il libro utilizza parole chiave di dimensione assoluta" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:267 msgid "Fixed text cut off at margin edge" msgstr "Risolto il problema con il testo tagliato sul bordo del margine" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:263 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:268 msgid "Fixed unable to open books with \"#\" or \"?\" in the file name" msgstr "" "Risolto il problema con l'impossibilità di aprire libri con \"#\" o \"?\" " "nel nome del file" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:271 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:276 msgid "" "Fixed Flatpak version not being able to open .mobi, .azw, and .azw3 files" msgstr "" "Risolto il problema con la versione di Flatpak che non era in grado di " "aprire file .mobi, .azw e .azw3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:272 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:277 msgid "Improved Wiktionary lookup, now with links and example sentences" msgstr "" "Ricerca in Wikizionario migliorata, ora con collegamenti e frasi di esempio" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:273 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:278 msgid "Improved popover footnote extraction and formatting" msgstr "Estrazione e formattazione delle note a piè di pagina migliorate" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:279 msgid "Added option to export annotations to BibTeX" msgstr "Aggiunta l'opzione per esportare le annotazioni in BibTeX" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:282 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:287 msgid "Fixed table of contents navigation not working with some books" msgstr "" "Risolto il problema con la navigazione del sommario non funzionante con " "alcuni libri" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:283 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:288 msgid "Fixed not being able to zoom images with Kindle books" msgstr "" "Risolto il problema con l'impossibilità di ingrandire le immagini con i " "libri Kindle" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:284 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:289 msgid "Fixed not being able to open books with .epub3 filename extension" msgstr "" "Risolto il problema per cui non era possibile aprire libri con estensione ." "epub3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:290 msgid "Fixed temporary directory not being cleaned after closing" msgstr "" "Risolto il problema con la directory temporanea che non veniva pulita dopo " "la chiusura" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:293 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:298 msgid "Fixed F9 shortcut not working" msgstr "Risolto il problema con la scorciatoia F9 che non funzionava" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:294 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:329 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:299 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:334 msgid "Updated translations" msgstr "Traduzioni aggiornate" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:302 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:307 msgid "External resources and JavaScript are now blocked by default" msgstr "" "Le risorse esterne e JavaScript sono ora bloccati per impostazione " "predefinita" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:303 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:308 msgid "Basic text-to-speech support" msgstr "Supporto di base alla sintesi vocale" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:304 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:309 msgid "Export annotations to HTML, plain text, or JSON" msgstr "Esporta Annotazioni in HTML, testo semplice, o JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:310 msgid "Support for viewing .mobi, .azw, and .azw3 files" msgstr "Supporto per la visualizzazione di file .mobi, .azw e .azw3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:313 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 msgid "New alternative sidebar UI" msgstr "Nuova UI alternativa della barra laterale" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:314 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 msgid "Lookup words in Wikipedia and offline dictionaries" msgstr "Cerca le parole in Wikipedia e nei dizionari offline" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:315 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 msgid "Translate passages with Google Translate" msgstr "Traduci passaggio con Google Translate" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:321 msgid "Configure default action when words are selected" msgstr "Configura azione predefinita sulla selezione di parole" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:317 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:322 msgid "Experimental popup footnote support" msgstr "Supporto sperimentale per le note a piè di pagina" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:323 msgid "Ability to find within only the current chapter" msgstr "Possibilità di trovare solo all'interno del capitolo corrente" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:324 msgid "Fixed CPU spikes when left open" msgstr "Risolto utilizzo intensivo casuale della CPU" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:325 msgid "Fixed highlights not rendering at the correct positions" msgstr "" "Risolto il problema con le evidenziazioni che non venivano visualizzate " "nelle posizioni corrette" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:328 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:333 msgid "Fixed crashing when opening files" msgstr "Risolto il problema con l'arresto anomalo durante l'apertura dei file" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:337 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:342 msgid "Customize page margins and brightness" msgstr "Personalizza i margini e la luminosità della pagina" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:338 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:343 msgid "Tweak the theme colors, or add your own custom themes" msgstr "Modifica i colori del tema o aggiungi i tuoi temi personalizzati" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:339 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:344 msgid "Ability to zoom and copy images" msgstr "Possibilità di ingrandire e copiare le immagini" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:345 msgid "Option to auto-hide cursor" msgstr "Opzione per auto-nascondere il cursore" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:341 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:346 msgid "See reading time left by hovering over the reading progress slider" msgstr "" "Visualizza il tempo di lettura rimanente passando con il mouse sul cursore " "di avanzamento della lettura" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:349 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:354 msgid "Fixed some books not rendering sometimes" msgstr "" "Risolto il problema con alcuni libri che a volte non venivano visualizzati" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:350 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:355 msgid "Fixed images being too wide in some cases" msgstr "Risolto il problema con le immagini troppo grandi in alcuni casi" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:359 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 msgid "Option to switch between left and full justification" msgstr "Opzione per passare dal giustificato a sinistra a globale" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:360 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:365 msgid "New layout option: single-column paginated view" msgstr "Nuova opzione di layout: vista impaginata a colonna singola" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:362 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:367 msgid "Fixed:" msgstr "Risolto:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:369 msgid "" "Generated locations are now stored in the cache directory rather than " "localStorage" @@ -3825,13 +3829,13 @@ msgstr "" "Le posizioni generate vengono ora archiviate nella directory della cache " "anziché in localStorage" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:372 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:377 msgid "Allow font size adjustment when using publisher fonts" msgstr "" "Consenti la regolazione della dimensione del carattere quando si utilizzano " "i caratteri dell'editore" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:373 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:378 msgid "" "Fixed reading progress slider not appearing after localStorage quota is " "exceeded" @@ -3839,40 +3843,40 @@ msgstr "" "Risolto il problema con il cursore di avanzamento della lettura che non " "veniva visualizzato dopo il superamento della quota di localStorage" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:381 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:386 msgid "Touchpad gestures and ability to scroll through pages" msgstr "Gesti del touchpad e possibilità di scorrere le pagine" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:382 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 msgid "Fullscreen mode" msgstr "Modalità schermo intero" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:383 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:388 msgid "Option to hide reading progress bar" msgstr "Opzione per nascondere la barra progresso di lettura" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 msgid "Option to disable dictionary" msgstr "Opzione per disabilitare il dizionario" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:385 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 msgid "Option to use publisher font" msgstr "Opzione per usare il carattere dell'editore" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:394 msgid "Restoring reading progress is now smooth and jank-free" msgstr "" "Il ripristino dei progressi di lettura ora è fluido e privo di fallimenti" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:395 msgid "Fixed custom styles not applying in some cases" msgstr "Risolti gli stili personalizzati che non si applicavano in alcuni casi" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:396 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 msgid "Fixed invalid AppData file" msgstr "Risolto file AppData non valido" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:406 msgid "Initial release" msgstr "Rilascio iniziale" diff --git a/po/nb.po b/po/nb.po index 96485789..3bcd49b8 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.johnfactotum.Foliate\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-24 11:04+0800\n" +"POT-Creation-Date: 2021-03-24 14:29+0800\n" "PO-Revision-Date: 2020-08-29 19:59+0200\n" "Last-Translator: Kay Siver Bø <63042612+tupubozu@users.noreply.github.com>\n" "Language-Team: \n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.4.1\n" -#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:739 +#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:740 #: src/main.js:209 src/window.js:1023 src/schemes.js:100 #: data/com.github.johnfactotum.Foliate.appdata.xml.in:6 msgid "Foliate" @@ -204,7 +204,7 @@ msgstr "" "Indentifikatoren til den importerte fila stemmer ikke med boka sin. Dette " "kan bety at kommentarene ikke tilhører denne boka." -#: src/export.js:234 src/library.js:455 src/main.js:161 src/opds.js:229 +#: src/export.js:234 src/library.js:456 src/main.js:161 src/opds.js:229 #: src/opds.js:376 src/opds.js:1174 src/utils.js:772 src/window.js:593 #: src/ui/bookEditDialog.ui:10 src/ui/catalogWindow.ui:10 #: src/ui/exportWindow.ui:38 src/ui/importWindow.ui:10 @@ -224,92 +224,92 @@ msgstr "Feil" msgid "Could not import annotations." msgstr "Kunne ikke importere kommentarer." -#: src/library.js:98 src/window.js:672 src/ui/bookBoxMenu.ui:13 +#: src/library.js:99 src/window.js:672 src/ui/bookBoxMenu.ui:13 #: src/ui/mainMenu.ui:612 msgid "About This Book" msgstr "Om denne boka" -#: src/library.js:132 +#: src/library.js:133 msgid "Choose File" msgstr "Velg fil" -#: src/library.js:265 src/library.js:283 +#: src/library.js:266 src/library.js:284 msgid "Load more" msgstr "Last inn mer" -#: src/library.js:427 +#: src/library.js:428 msgid "File location unkown" msgstr "Filplassering ukjent" -#: src/library.js:428 +#: src/library.js:429 msgid "Choose the location of this file to open it." msgstr "Velg plasseringen til denne fila for å åpne den." -#: src/library.js:448 +#: src/library.js:449 #, javascript-format msgid "Are you sure you want to remove this book?" msgid_plural "Are you sure you want to remove the %d selected books?" msgstr[0] "Er du sikker på at du vil fjerne denne boka?" msgstr[1] "Er du sikker på at du vil fjerne de %d markerte bøkene?" -#: src/library.js:450 +#: src/library.js:451 msgid "Reading progress, annotations, and bookmarks will be permanently lost." msgstr "Lese-fremdrift, kommentarer og bokmerker vil bli tapt for alltid." -#: src/library.js:456 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 +#: src/library.js:457 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 #: src/ui/bookBoxMenu.ui:44 src/ui/bookmarkRow.ui:44 #: src/ui/libraryWindow.ui:581 msgid "Remove" msgstr "Fjern" -#: src/library.js:578 +#: src/library.js:579 #, javascript-format msgid "%d selected" msgid_plural "%d selected" msgstr[0] "%d valgt" msgstr[1] "%d valgt" -#: src/library.js:697 +#: src/library.js:698 msgid "Failed to add book" msgid_plural "Failed to add books" msgstr[0] "Kunne ikke legge til bok" msgstr[1] "kunne ikke legge til bøkene" -#: src/library.js:699 +#: src/library.js:700 msgid "Could not add the following file:" msgid_plural "Could not add the following files:" msgstr[0] "Kunne ikke legge til følgende fil:" msgstr[1] "Kunne ikke legge til følgende filer:" -#: src/library.js:771 +#: src/library.js:772 msgid "All" msgstr "Alle" -#: src/library.js:774 src/ui/catalogWindow.ui:39 +#: src/library.js:775 src/ui/catalogWindow.ui:39 msgid "Title" msgstr "Tittel" -#: src/library.js:775 src/schemes.js:257 +#: src/library.js:776 src/schemes.js:257 msgid "Author" msgstr "Forfatter" -#: src/library.js:776 src/properties.js:359 src/ui/propertyBox.ui:16 +#: src/library.js:777 src/properties.js:359 src/ui/propertyBox.ui:16 msgid "Tags" msgstr "Markører" -#: src/library.js:777 src/ui/propertiesBox.ui:65 +#: src/library.js:778 src/ui/propertiesBox.ui:65 msgid "Description" msgstr "Beskrivelse" -#: src/library.js:778 src/properties.js:418 src/schemes.js:407 +#: src/library.js:779 src/properties.js:418 src/schemes.js:407 msgid "Publisher" msgstr "Utgiver" -#: src/library.js:779 src/properties.js:438 src/ui/ttsDialog.ui:284 +#: src/library.js:780 src/properties.js:438 src/ui/ttsDialog.ui:284 msgid "Language" msgstr "Språk" -#: src/library.js:816 +#: src/library.js:817 msgid "Add Files" msgstr "Legg til filer" @@ -852,7 +852,7 @@ msgid "Select some text to add annotations." msgstr "Velg noe tekst for å legge til kommentarer." #: src/ui/contentsStack.ui:124 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:166 msgid "Annotations" msgstr "Kommentarer" @@ -1165,7 +1165,7 @@ msgid "Full Justification" msgstr "" #: src/ui/mainMenu.ui:518 src/ui/menuBar.ui:148 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:358 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:363 msgid "Auto-hyphenation" msgstr "Auto-orddeling" @@ -3050,232 +3050,236 @@ msgid "John Factotum" msgstr "John Factotum" #: data/com.github.johnfactotum.Foliate.appdata.xml.in:49 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:64 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:123 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:269 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:291 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:300 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:311 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:326 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:335 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:370 +msgid "Fixed automatic layout" +msgstr "" + +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:128 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:296 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:331 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:375 msgid "Changes:" msgstr "Endringer:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:51 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 msgid "Added support for opening HTML files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:52 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 msgid "Consistent inner and outer margins" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:53 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 msgid "The automatic layout no longer supports 4 columns" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:59 msgid "Fixed long words overflowing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:55 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:60 #, fuzzy msgid "Fixed custom themes not saved across sessions" msgstr "Fikset tilfeller av for brede bilder" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:61 #, fuzzy msgid "Fixed shortcuts for key pads" msgstr "Fikset F9-snarvei" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:62 msgid "Fixed opening non-UTF-8 zipped FB2 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:63 #, fuzzy msgid "Fixed books not opening on GNOME 40" msgstr "Fikset noen boker som ikke renderet av og til" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:66 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:71 #, fuzzy msgid "Improved support for touch screens" msgstr "Forbedret støtte for vertikale og høyre-til-venstre bøker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:67 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:72 msgid "OPDS credentials can now be remembered" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:68 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:73 msgid "Various fixes for GNOME 3.38" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:74 msgid "Fixed Wiktionary internal links" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:70 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:75 msgid "Added Basque, Korean, and Norwegian translations" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:76 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 msgid "Fixed unable to open some EPUB files" msgstr "Fikset åpningsproblem for noen EPUB-filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 msgid "Fixed unable to open Mobipocket files" msgstr "Fikset åpningsproblem for Mobipocket-filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:88 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 msgid "Improved metadata display" msgstr "Forbedret metadata fremvisning" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:89 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 msgid "Improved FictionBook rendering" msgstr "Forbedret FictionBook rendering" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:90 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 msgid "Improved UI for acquiring books from OPDS" msgstr "Forbedret UI for annskaffelse av bøker fra OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:96 msgid "Fixed unique identifier extraction for EPUB files" msgstr "Fikset unik indentifikator uthenting for EPUB-filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:92 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:97 msgid "Fixed missing window icon" msgstr "Fikset manglende vidusikon" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:98 msgid "Fixed TTS environment variables not set when using Flatpak" msgstr "Fikset TTS-miljøvariabler ikke satt ved bruk av Flatpak" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:99 msgid "Fixed eSpeak NG voice not selected when testing TTS configuration" msgstr "Fikset eSpeak NG stemme ikke valgt når TTS konfigurasjontestes" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:100 msgid "" "Fixed wrong “__ibooks_internal_theme” attribute when “Invert” is enabled" msgstr "" "Fikset feil: “__ibooks_internal_theme” attribute when “Invert” is enabled" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:101 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 msgid "OPDS catalogs:" msgstr "OPDS kataloger:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:103 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 msgid "Catalogs are now opened in the main library window" msgstr "Kataloger er nå åpnet i hovedbiblioteksvinduet" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:104 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:109 msgid "View current location" msgstr "Vis nåværende posisjon" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:105 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 msgid "Go to catalog start page" msgstr "Gå til katalogstartside" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:111 msgid "Reload catalog" msgstr "Last inn katalog på nytt" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:107 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 msgid "Add current feed to catalogs" msgstr "Legg til nåverende nyhetsstrøm i kataloger" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 msgid "HTTP authentication support" msgstr "HTTP autentiseringsstøtte" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 msgid "Other changes:" msgstr "Andre endringer:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 msgid "" "Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files" msgstr "" "Fikset unik identifikator uthenting for FictionBook (.fb2, .fb2.zip) filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:118 msgid "Fixed newlines being ignored when copying text" msgstr "Fikset nylinjeringnorering ved tekstkopiering" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:114 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:119 msgid "“Turn page on tap” is now disabled in non-paginated layouts" msgstr "“Bla side ved berøring” er nå deaktivert i ikke-sidede oppsett" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:120 msgid "Opening a book from the library view now closes the library window" msgstr "Å åpne ei bok fra biblioteksvisninen stenger nå biblioteksvinduet" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:116 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:121 msgid "Language and publication dates in metadata are now parsed and formatted" msgstr "Språk og publikasjonsdoatoer i metadata er no parset og formatert" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:122 msgid "Export annotations from the library view" msgstr "Eksporter kommentarer fra biblioteksvisningen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:125 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:130 msgid "Fixed blurry book covers on HiDPI" msgstr "Fikset uklare bokomslag på HiDPI" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:126 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:131 msgid "Fixed OPDS links to Standard Ebooks and Project Gutenberg" msgstr "Fikset OPDS-linker til Standard Ebooks og Project Gutenberg" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:127 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:132 msgid "Fixed wrong view icon on startup" msgstr "Fikset feil visningsikon på oppstart" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:133 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:138 msgid "Library:" msgstr "Bibliotek:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:135 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:140 msgid "A library view showing recent books and reading progress" msgstr "Biblioteksvisning som viser nylige bøker og lese-fermgang" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:136 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 msgid "Search books by metadata" msgstr "Søk etter bøker med metadata" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:137 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 msgid "E-book discovery with OPDS" msgstr "E-bok oppdagelse med OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:139 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 msgid "New supported formats:" msgstr "Nye støttede formater:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 msgid "FictionBook (.fb2, .fb2.zip)" msgstr "FictionBook (.fb2, .fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:147 msgid "Comic book archive (.cbr, .cbz, .cbt, .cb7)" msgstr "Comic book archive (.cbr, .cbz, .cbt, .cb7)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:143 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 msgid "Plain text (.txt)" msgstr "Ren tekst (.txt)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 msgid "Unpacked EPUB files" msgstr "Upakkede EPUB-filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 msgid "Layout:" msgstr "Oppsett:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 msgid "Option to set maximum page width" msgstr "Valg om å sette maksimal sidebredde" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 msgid "" "The \"Automatic\" layout will now show four columns when the page width is " "wide" @@ -3283,11 +3287,11 @@ msgstr "" "Det \"automatiske\" oppsettet vil nå vise fire kolonner når sidebredden er " "bred" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 msgid "Image viewer:" msgstr "Bildeviser:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 msgid "" "Improved image viewer, with new shortcuts and the ability to rotate and " "invert images" @@ -3295,7 +3299,7 @@ msgstr "" "Forbedret bildeviser, med nye snarveier og evne til å rotere og invertere " "bilder" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 msgid "" "Option to disable image viewer, or to open images on double, middle, or " "right click" @@ -3303,35 +3307,35 @@ msgstr "" "Valg om å deaktivere bildeviser, eller å åpne ved dobbel-, middel- eller " "høyreklikk" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 msgid "Text-to-speech:" msgstr "Tekst-til-Tale:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 msgid "Improved text-to-speech configuration UI" msgstr "Forbedret Tekst-til-Tale konfigurasjons-UI" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 msgid "Ability to set text-to-speech voice based on book language" msgstr "Evne til å sette Tekst-til-tale stemme basert på bokspråket" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:168 msgid "Import annotations from JSON" msgstr "Importere kommentarer fra JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 msgid "Search in annotations" msgstr "Kommentarsøk" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:165 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 msgid "Annotations are now sorted in the same order as they appear in the book" msgstr "Kommentarer er nå sorter i samme rekkeføge som de opptrer i boka" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:167 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 msgid "Security:" msgstr "Sikkerhet:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 msgid "" "\"Allow Unsafe Content\" now only enables JavaScript; external content will " "no longer be loaded" @@ -3339,39 +3343,39 @@ msgstr "" "\"Tillat utrygt innhold\" tillater kun JavaScript; eksternt innhold vil ikke " "lenger bli lastet" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 msgid "WebKit processes are now sandboxed" msgstr "WebKit prossser er nå i sandkasse" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 msgid "Other featues and fixes:" msgstr "Andre programfunksjoner og fikser:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 msgid "Improved support for vertical and right-to-left books" msgstr "Forbedret støtte for vertikale og høyre-til-venstre bøker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 msgid "Support for StarDict dictionaries" msgstr "Støtte for StarDict ordbøker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:176 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:181 msgid "Fixed current location not preserved when resizing" msgstr "Fikset nåværende posisjon ikke ivaretatt ved omskalering" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:182 msgid "Fixed auto-hiding header bar under some themes" msgstr "Fikset auto-gjem toppmeny under noen tema" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:178 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:183 msgid "Command-line options for showing version and adding books to library" msgstr "Kommando-linje valg for visning av versjon og bokimport til bibliotek" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:184 msgid "Option to clear or disable cache" msgstr "Valg om å tømme eller deaktivere mellomlager" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:185 msgid "" "When an HTML page contains invalid self-closing anchor tags, it is now " "parsed as XHTML" @@ -3379,62 +3383,62 @@ msgstr "" "Når en HTML-side inneholder ugyldige selv-stengende anker-markører blirden " "nå tilket som XHTML" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:186 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:280 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:347 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:191 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:207 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:352 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:392 msgid "Fixes:" msgstr "Fikser:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:188 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:193 msgid "Fixed wrong version number" msgstr "Fikset feil versjonsnummer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:189 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:194 msgid "" "Fixed dictionary, translation, and Wikipedia not working in the Snap package" msgstr "Fixset ordbok, oversetting og Wikipedia feil i Snap-pakka" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:195 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:356 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:379 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:361 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 msgid "New features:" msgstr "Nye programfunksjoner:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:197 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 msgid "New and improved icon" msgstr "Nytt og forbedret ikon" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:198 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:203 msgid "Option to disable turn page on tap" msgstr "Valg om å deaktivere \"bla side ved berøring\"" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:199 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 msgid "A menu on the welcome screen for opening recent files" msgstr "En meny på velkomsskjermen for åpning av nylige filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:205 msgid "Restored shortcuts for showing ToC, annotations, and bookmarks" msgstr "Gjenopprettet snarveier for visning av ToC, kommentarer og bokmerker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:209 msgid "Fixed application not translated" msgstr "Fikset applikasjon ikke oversatt" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:210 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 msgid "Interface:" msgstr "Grensesnitt:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:212 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 msgid "A redesigned interface that works better for smaller screens" msgstr "Et redesignet grensesnitt som fungerer bedre for mindre skjermer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:213 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 msgid "Improved fullscreen mode with an overlaid headerbar" msgstr "Forbedret fullskjermsmodus med toppmeny lagt over" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:214 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 msgid "" "The headerbar and the progress bar now auto-hide, for a distraction-free " "reading experience" @@ -3442,7 +3446,7 @@ msgstr "" "Toppmenyen og fremgangsviseren auto-gjemmer seg, for en distraksjonsfri " "leseopplevelse" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 msgid "" "Various location information, as well as a clock, can now be displayed in " "the footer" @@ -3450,7 +3454,7 @@ msgstr "" "Diverse posisjonsinformasjon, i tillegg til en klokke kan nå bli vist " "bunnmenyen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:216 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 msgid "" "A new location popover (Ctrl + L) that shows reading time estimates and " "allows skipping to locations" @@ -3458,7 +3462,7 @@ msgstr "" "En ny posisjons-popover (Ctrl + L) som viser lesetidsestimar og tillater " "hopp til lokasjoner" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 msgid "" "E-reader style navigation: go to the previous or next page by tapping on the " "left or right part of the view; tap on the middle to toggle header bar and " @@ -3468,27 +3472,27 @@ msgstr "" "venstreeller høyre side av visningen; tapp på midten for å veksle toppmeny " "og fremgangsviser" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:223 msgid "Annotations, bookmarks, and find results now show chapter titles" msgstr "Kommentarer, bokmerker og søkeresultater viser nå kapitteltitler" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 msgid "When looking up words in dictionaries, the query can now be edited" msgstr "Ved oppslag i ordbøker, kan søket nå endres" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:225 msgid "New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)" msgstr "" "Ny snarvei for visning av metadata (Ctrl + I) og instillinger (Ctrl + ,)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 msgid "" "A new traditional menubar, which may be displayed depending on the desktop " "environment" msgstr "" "En ny tradisjonell menybar, som kan bli vist avhengig av skrivebordmiljøet" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 msgid "" "Option to use a traditional titlebar and menubar instead of a headerbar " "(experimental)" @@ -3496,77 +3500,77 @@ msgstr "" "Valg om å bruke en tradisjonell tittelbar og menybar istedet for en toppmeny " "(eksperimental)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 msgid "Reading:" msgstr "Lesing:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 msgid "Continuous scrolling layout" msgstr "Kontinuerlig rullende oppsett" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 msgid "" "Option to show decorative shadows that mimic the appearance of a real book" msgstr "" "Valg om å vise decorative skygger som etterligner utseende til ei ekte bok" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:228 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:233 msgid "Ability to zoom in and zoom out" msgstr "Evne til å zoome inn og ut" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 msgid "Improved image viewer with \"save as\" option" msgstr "Forbedret bildeviser med \"Lagre som\" valg" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:230 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:235 msgid "Open copies of a book in new windows (Ctrl + N)" msgstr "Åpne bokkopier i nye vindu (Ctrl + N)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 msgid "Reload book (Ctrl + R)" msgstr "Last bok inn på nytt (Ctrl + R)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 msgid "New built-in themes: Gray, Solarized, Gruvbox, Nord" msgstr "Nye innebyggde tema: Grå, Solarisert, Gruvbox, Nord" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:239 msgid "Text selection:" msgstr "Tekstutvalg:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:241 msgid "Ability to select text across pages" msgstr "Evne til å velge teks på tvers av sider" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 msgid "Find selected text in book" msgstr "Finne valgt text i bok" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:238 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 msgid "Speak selected text or from the selected locatio" msgstr "Opplesing av valgt tekst frå den valgte posisjonen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:240 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:245 msgid "Annotations:" msgstr "Kommentarer:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:247 msgid "Spellcheck notes" msgstr "Stavekontroller notat" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 msgid "Export annotations to Markdown" msgstr "Eksporter kommentarer til Markdown" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:244 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 msgid "Options to use custom colors for highlights" msgstr "Valgfrihet til å bruke egendefinerte farger til fremheving" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:246 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 msgid "For publishers and developers:" msgstr "For utgivere og utviklere:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 msgid "" "Support for Apple Books theme attribute, which allows books to detect themes " "without JavaScript" @@ -3574,241 +3578,241 @@ msgstr "" "Støtte for Apple Books tema-attributt, som tillater temadeteksjon uten " "JavaSkript" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 msgid "WebKit's developer tools can be enabled" msgstr "WebKit sine utviklerverktøy kan bli slått på" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:256 msgid "Breaking changes:" msgstr "Brytende forandringer:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:258 msgid "The settings schemas has been reorganized" msgstr "Innstillingssjemaene har blitt omorganisert" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 msgid "The format for custom themes has changed" msgstr "Formatet for temaer har blitt endret" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:255 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 msgid "Locations are now 1024 characters in size" msgstr "Posisjoner er nå 1024 tegn lange" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:257 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 msgid "Bug fixes:" msgstr "Bug-fikser:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:264 msgid "Fixed not restoring exact last location" msgstr "Fikset gjenoppretter ikke til eksakt siste posisjon" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:265 msgid "Fixed navigation not working with scrolled layout" msgstr "Fikset navigasjon fungerer ikke med rullende oppsett" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:261 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:266 msgid "Fixed font size not changing when the book uses absolute-size keywords" msgstr "" "Fikset skriftstørrelse forandrer seg ikke når boka bruker absolutt-størrelse-" "nøkkelord" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:267 msgid "Fixed text cut off at margin edge" msgstr "Fikset tekst \"cut-off\" ved marg" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:263 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:268 msgid "Fixed unable to open books with \"#\" or \"?\" in the file name" msgstr "Fikset klarer ikke åpne bøker med \"#\" eller \"?\" i filnavnet" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:271 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:276 msgid "" "Fixed Flatpak version not being able to open .mobi, .azw, and .azw3 files" msgstr "Fikset Flatpak-utgaven som ikke åpner .mobi, .azw, og .azw3 filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:272 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:277 msgid "Improved Wiktionary lookup, now with links and example sentences" msgstr "Forbedret Wikitionary oppslag, nå med liker og eksempelsetninger" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:273 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:278 msgid "Improved popover footnote extraction and formatting" msgstr "Forbedret popover fotnote uthenting og formatering" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:279 msgid "Added option to export annotations to BibTeX" msgstr "La til mulighet for kommentareksport til BibTex" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:282 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:287 msgid "Fixed table of contents navigation not working with some books" msgstr "Fikset innholsfortegnelsenavigasjons i noen bøker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:283 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:288 msgid "Fixed not being able to zoom images with Kindle books" msgstr "Fikset bildezoom i Kindle-bøker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:284 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:289 msgid "Fixed not being able to open books with .epub3 filename extension" msgstr "Fikset filåpning for .epub3-filetternavn" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:290 msgid "Fixed temporary directory not being cleaned after closing" msgstr "Fikset rengjøring av midlertidige filer etter stenging" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:293 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:298 msgid "Fixed F9 shortcut not working" msgstr "Fikset F9-snarvei" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:294 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:329 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:299 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:334 msgid "Updated translations" msgstr "Oppdaterte oversettelser" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:302 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:307 msgid "External resources and JavaScript are now blocked by default" msgstr "Ekstene resurser og JavaScript er nå blokker som standard" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:303 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:308 msgid "Basic text-to-speech support" msgstr "Grunnleggende Tekst-til-Tale støtte" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:304 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:309 msgid "Export annotations to HTML, plain text, or JSON" msgstr "Kommentareksport til HTML, ren tekst eller JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:310 msgid "Support for viewing .mobi, .azw, and .azw3 files" msgstr "Visningstøtte for .mobi, .azw, og .azw3 filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:313 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 msgid "New alternative sidebar UI" msgstr "Ny alternativ sidebar UI" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:314 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 msgid "Lookup words in Wikipedia and offline dictionaries" msgstr "Oppslag av ord i Wikipedia og lokale ordbøker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:315 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 msgid "Translate passages with Google Translate" msgstr "Utdragsoversetting med Google Translate" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:321 msgid "Configure default action when words are selected" msgstr "Konfigurerbar standardhandling ved ordvalg" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:317 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:322 msgid "Experimental popup footnote support" msgstr "Eksperimentell popup fotnote støtte" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:323 msgid "Ability to find within only the current chapter" msgstr "Evne til søk begrenset til nåværende kapittel" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:324 msgid "Fixed CPU spikes when left open" msgstr "Fikset CPU spikere når programmet kjører" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:325 msgid "Fixed highlights not rendering at the correct positions" msgstr "Fikset visningproblem ved fremheving" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:328 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:333 msgid "Fixed crashing when opening files" msgstr "Fikset programstopp ved filåpning" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:337 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:342 msgid "Customize page margins and brightness" msgstr "Tilpass sidemarger og lysstyrke" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:338 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:343 msgid "Tweak the theme colors, or add your own custom themes" msgstr "Juster temafarger, eller legg til dine egne tema" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:339 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:344 msgid "Ability to zoom and copy images" msgstr "Evne til å zoome og kopiere bilder" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:345 msgid "Option to auto-hide cursor" msgstr "Mulighet til auto-gjem musepeker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:341 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:346 msgid "See reading time left by hovering over the reading progress slider" msgstr "Se gjenstående tid ved å holde musepeker over lesefremgangsviseren" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:349 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:354 msgid "Fixed some books not rendering sometimes" msgstr "Fikset noen boker som ikke renderet av og til" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:350 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:355 msgid "Fixed images being too wide in some cases" msgstr "Fikset tilfeller av for brede bilder" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:359 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 msgid "Option to switch between left and full justification" msgstr "Valg mellom venste- eller blokkjustert(?) tekst" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:360 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:365 msgid "New layout option: single-column paginated view" msgstr "Nytt oppsettsvalg: enkelt-kolonne sidet visning" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:362 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:367 msgid "Fixed:" msgstr "Fikset:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:369 #, fuzzy msgid "" "Generated locations are now stored in the cache directory rather than " "localStorage" msgstr "Kommentarer er nå sorter i samme rekkeføge som de opptrer i boka" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:372 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:377 msgid "Allow font size adjustment when using publisher fonts" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:373 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:378 msgid "" "Fixed reading progress slider not appearing after localStorage quota is " "exceeded" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:381 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:386 msgid "Touchpad gestures and ability to scroll through pages" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:382 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 #, fuzzy msgid "Fullscreen mode" msgstr "Fullskjerm" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:383 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:388 #, fuzzy msgid "Option to hide reading progress bar" msgstr "Valg om å deaktivere \"bla side ved berøring\"" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 #, fuzzy msgid "Option to disable dictionary" msgstr "Valg om å deaktivere \"bla side ved berøring\"" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:385 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 #, fuzzy msgid "Option to use publisher font" msgstr "Bruk utgiverskrifttype" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:394 msgid "Restoring reading progress is now smooth and jank-free" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:395 #, fuzzy msgid "Fixed custom styles not applying in some cases" msgstr "Fikset tilfeller av for brede bilder" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:396 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 msgid "Fixed invalid AppData file" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:406 msgid "Initial release" msgstr "" diff --git a/po/nl.po b/po/nl.po index 81581a9b..f0ed3598 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.johnfactotum.Foliate\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-24 11:04+0800\n" +"POT-Creation-Date: 2021-03-24 14:29+0800\n" "PO-Revision-Date: 2021-02-07 12:42+0100\n" "Last-Translator: Heimen Stoffels \n" "Language-Team: Dutch \n" @@ -18,7 +18,7 @@ msgstr "" "X-Generator: Poedit 2.4.2\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:739 +#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:740 #: src/main.js:209 src/window.js:1023 src/schemes.js:100 #: data/com.github.johnfactotum.Foliate.appdata.xml.in:6 msgid "Foliate" @@ -204,7 +204,7 @@ msgstr "" "De identificatie van het geïmporteerde bestand komt niet overeen met die van " "het boek. Dit kan er op wijzen dat de aantekeningen niet bij dit boek horen." -#: src/export.js:234 src/library.js:455 src/main.js:161 src/opds.js:229 +#: src/export.js:234 src/library.js:456 src/main.js:161 src/opds.js:229 #: src/opds.js:376 src/opds.js:1174 src/utils.js:772 src/window.js:593 #: src/ui/bookEditDialog.ui:10 src/ui/catalogWindow.ui:10 #: src/ui/exportWindow.ui:38 src/ui/importWindow.ui:10 @@ -224,93 +224,93 @@ msgstr "Fout" msgid "Could not import annotations." msgstr "De aantekeningen kunnen niet worden geïmporteerd." -#: src/library.js:98 src/window.js:672 src/ui/bookBoxMenu.ui:13 +#: src/library.js:99 src/window.js:672 src/ui/bookBoxMenu.ui:13 #: src/ui/mainMenu.ui:612 msgid "About This Book" msgstr "Over dit boek" -#: src/library.js:132 +#: src/library.js:133 msgid "Choose File" msgstr "Bestand kiezen" -#: src/library.js:265 src/library.js:283 +#: src/library.js:266 src/library.js:284 msgid "Load more" msgstr "Meer laden" -#: src/library.js:427 +#: src/library.js:428 msgid "File location unkown" msgstr "Onbekende bestandslocatie" -#: src/library.js:428 +#: src/library.js:429 msgid "Choose the location of this file to open it." msgstr "Geef de locatie op van het te openen bestand." -#: src/library.js:448 +#: src/library.js:449 #, javascript-format msgid "Are you sure you want to remove this book?" msgid_plural "Are you sure you want to remove the %d selected books?" msgstr[0] "Weet je zeker dat je dit boek wilt verwijderen?" msgstr[1] "Weet je zeker dat je de %d geselecteerde boeken wilt verwijderen?" -#: src/library.js:450 +#: src/library.js:451 msgid "Reading progress, annotations, and bookmarks will be permanently lost." msgstr "" "De leesvoortgang, aantekeningen en bladwijzers worden permanent gewist." -#: src/library.js:456 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 +#: src/library.js:457 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 #: src/ui/bookBoxMenu.ui:44 src/ui/bookmarkRow.ui:44 #: src/ui/libraryWindow.ui:581 msgid "Remove" msgstr "Verwijderen" -#: src/library.js:578 +#: src/library.js:579 #, javascript-format msgid "%d selected" msgid_plural "%d selected" msgstr[0] "%d geselecteerd" msgstr[1] "%d geselecteerd" -#: src/library.js:697 +#: src/library.js:698 msgid "Failed to add book" msgid_plural "Failed to add books" msgstr[0] "Kan boek niet toevoegen" msgstr[1] "Kan boeken niet toevoegen" -#: src/library.js:699 +#: src/library.js:700 msgid "Could not add the following file:" msgid_plural "Could not add the following files:" msgstr[0] "Kan het volgende bestand niet toevoegen:" msgstr[1] "Kan de volgende bestanden niet toevoegen:" -#: src/library.js:771 +#: src/library.js:772 msgid "All" msgstr "Alle" -#: src/library.js:774 src/ui/catalogWindow.ui:39 +#: src/library.js:775 src/ui/catalogWindow.ui:39 msgid "Title" msgstr "Titel" -#: src/library.js:775 src/schemes.js:257 +#: src/library.js:776 src/schemes.js:257 msgid "Author" msgstr "Auteur" -#: src/library.js:776 src/properties.js:359 src/ui/propertyBox.ui:16 +#: src/library.js:777 src/properties.js:359 src/ui/propertyBox.ui:16 msgid "Tags" msgstr "Labels" -#: src/library.js:777 src/ui/propertiesBox.ui:65 +#: src/library.js:778 src/ui/propertiesBox.ui:65 msgid "Description" msgstr "Beschrijving" -#: src/library.js:778 src/properties.js:418 src/schemes.js:407 +#: src/library.js:779 src/properties.js:418 src/schemes.js:407 msgid "Publisher" msgstr "Uitgever" -#: src/library.js:779 src/properties.js:438 src/ui/ttsDialog.ui:284 +#: src/library.js:780 src/properties.js:438 src/ui/ttsDialog.ui:284 msgid "Language" msgstr "Taal" -#: src/library.js:816 +#: src/library.js:817 msgid "Add Files" msgstr "Bestanden toevoegen" @@ -853,7 +853,7 @@ msgid "Select some text to add annotations." msgstr "Maak aantekeningen door tekst te markeren." #: src/ui/contentsStack.ui:124 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:166 msgid "Annotations" msgstr "Aantekeningen" @@ -1168,7 +1168,7 @@ msgid "Full Justification" msgstr "Volledige breedte" #: src/ui/mainMenu.ui:518 src/ui/menuBar.ui:148 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:358 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:363 msgid "Auto-hyphenation" msgstr "Automatische woordafbreking" @@ -3056,242 +3056,246 @@ msgid "John Factotum" msgstr "John Factotum" #: data/com.github.johnfactotum.Foliate.appdata.xml.in:49 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:64 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:123 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:269 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:291 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:300 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:311 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:326 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:335 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:370 +msgid "Fixed automatic layout" +msgstr "" + +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:128 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:296 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:331 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:375 msgid "Changes:" msgstr "Wijzigingen:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:51 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 msgid "Added support for opening HTML files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:52 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 msgid "Consistent inner and outer margins" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:53 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 msgid "The automatic layout no longer supports 4 columns" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:59 msgid "Fixed long words overflowing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:55 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:60 #, fuzzy msgid "Fixed custom themes not saved across sessions" msgstr "Aangepaste stijlen worden nu altijd toegepast" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:61 #, fuzzy msgid "Fixed shortcuts for key pads" msgstr "Probleem opgelost met de sneltoets F9" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:62 msgid "Fixed opening non-UTF-8 zipped FB2 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:63 #, fuzzy msgid "Fixed books not opening on GNOME 40" msgstr "Boeken worden nu altijd goed weergegeven" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:66 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:71 msgid "Improved support for touch screens" msgstr "Verbeterde ondersteuning voor touchscreens" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:67 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:72 msgid "OPDS credentials can now be remembered" msgstr "OPDS-inloggegevens worden voortaan onthouden" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:68 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:73 msgid "Various fixes for GNOME 3.38" msgstr "Verschillende foutoplossingen voor GNOME 3.38" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:74 msgid "Fixed Wiktionary internal links" msgstr "Wiktionary-links gerepareerd" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:70 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:75 msgid "Added Basque, Korean, and Norwegian translations" msgstr "Baskische, Koreaanse en Noorse vertalingen toegevoegd" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:76 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 msgid "Fixed unable to open some EPUB files" msgstr "Probleem opgelost met het openen van epub-bestanden" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 msgid "Fixed unable to open Mobipocket files" msgstr "Probleem opgelost met het openen van Mobipocket-bestanden" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:88 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 msgid "Improved metadata display" msgstr "Verbeterde weergave van metagegevens" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:89 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 msgid "Improved FictionBook rendering" msgstr "Verbeterde FictionBook-rendering" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:90 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 msgid "Improved UI for acquiring books from OPDS" msgstr "Verbeterd uiterlijk bij het ophalen van boeken van OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:96 msgid "Fixed unique identifier extraction for EPUB files" msgstr "Unieke identificatie-extrahering van EPUB-bestanden gerepareerd" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:92 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:97 msgid "Fixed missing window icon" msgstr "Opgelost: ontbrekend vensterpictogram" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:98 msgid "Fixed TTS environment variables not set when using Flatpak" msgstr "" "Opgelost: TTS-omgevingsvariabelen werden niet ingesteld bij gebruik van " "Flatpak" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:99 msgid "Fixed eSpeak NG voice not selected when testing TTS configuration" msgstr "" "Opgelost: eSpeak NG-stem werd niet geselecteerd tijdens het testen van de " "TTS-instellingen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:100 msgid "" "Fixed wrong “__ibooks_internal_theme” attribute when “Invert” is enabled" msgstr "" "Opgelost: verkeerd '__ibooks_internal_theme'-attribuut als 'Omkeren' is " "ingeschakeld" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:101 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 msgid "OPDS catalogs:" msgstr "OPDS-catalogi:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:103 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 msgid "Catalogs are now opened in the main library window" msgstr "Catalogi worden voortaan geopend in het hoofdvenster" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:104 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:109 msgid "View current location" msgstr "Huidige locatie tonen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:105 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 msgid "Go to catalog start page" msgstr "Ga naar catalogusindex" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:111 msgid "Reload catalog" msgstr "Catalogus herladen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:107 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 msgid "Add current feed to catalogs" msgstr "Feed toevoegen aan catalogi" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 msgid "HTTP authentication support" msgstr "HTTP-authenticatie-ondersteuning" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 msgid "Other changes:" msgstr "Andere aanpassingen:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 msgid "" "Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files" msgstr "" "Unieke identificatie-extrahering van FictionBook (.fb2, .fb2.zip)-bestanden " "gerepareerd" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:118 msgid "Fixed newlines being ignored when copying text" msgstr "Regeleindes worden niet meer genegeerd tijdens het kopiëren van tekst" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:114 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:119 msgid "“Turn page on tap” is now disabled in non-paginated layouts" msgstr "" "'Pagina omslaan door drukken' is voortaan uitgeschakeld in niet-gepagineerde " "indelingen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:120 msgid "Opening a book from the library view now closes the library window" msgstr "" "Het openen van een boek in het bibliotheekvenster sluit voortaan dat venster" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:116 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:121 msgid "Language and publication dates in metadata are now parsed and formatted" msgstr "" "Taal en publicatiedata in metagegevens worden voortaan verwerkt en voorzien " "van opmaak" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:122 msgid "Export annotations from the library view" msgstr "Aantekeningen exporteren in het bibliotheekvenster" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:125 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:130 msgid "Fixed blurry book covers on HiDPI" msgstr "Opgelost: vage boekomslagen op HiDPI" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:126 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:131 msgid "Fixed OPDS links to Standard Ebooks and Project Gutenberg" msgstr "Opgelost: ODPS-links naar Standard Ebooks en Project Gutenberg" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:127 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:132 msgid "Fixed wrong view icon on startup" msgstr "Onjuist versienummer gerepareerd" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:133 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:138 msgid "Library:" msgstr "Bibliotheek:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:135 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:140 msgid "A library view showing recent books and reading progress" msgstr "Een bibliotheekweergave die recente boeken en leesvoortgang toont" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:136 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 msgid "Search books by metadata" msgstr "Boeken zoeken op metagegevens" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:137 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 msgid "E-book discovery with OPDS" msgstr "E-boekverkenning met OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:139 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 msgid "New supported formats:" msgstr "Nieuwe ondersteunde formaten:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 msgid "FictionBook (.fb2, .fb2.zip)" msgstr "FictionBook (.fb2, .fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:147 msgid "Comic book archive (.cbr, .cbz, .cbt, .cb7)" msgstr "Stripboekarchief (.cbr, .cbz, .cbt, .cb7)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:143 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 msgid "Plain text (.txt)" msgstr "Platte tekst (.txt)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 msgid "Unpacked EPUB files" msgstr "Onuitgepakte epub-bestanden" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 msgid "Layout:" msgstr "Indeling:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 msgid "Option to set maximum page width" msgstr "Optie om de maximale paginabreedte in te stellen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 msgid "" "The \"Automatic\" layout will now show four columns when the page width is " "wide" @@ -3299,11 +3303,11 @@ msgstr "" "De 'Automatische' indeling toont voortaan vier kolommen als je pagina erg " "breed is" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 msgid "Image viewer:" msgstr "Afbeeldingsweergave:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 msgid "" "Improved image viewer, with new shortcuts and the ability to rotate and " "invert images" @@ -3311,7 +3315,7 @@ msgstr "" "Verbeterde afbeeldingsweergave, met nieuwe sneltoetsen en de mogelijkheid " "afbeeldingen te draaien en de kleuren om te keren" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 msgid "" "Option to disable image viewer, or to open images on double, middle, or " "right click" @@ -3319,37 +3323,37 @@ msgstr "" "Optie om de afbeeldingsweergave uit te schakelen, of afbeeldingen te openen " "met linker-, middel- of rechtermuisklik" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 msgid "Text-to-speech:" msgstr "Tekst-naar-spraak:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 msgid "Improved text-to-speech configuration UI" msgstr "Verbeterde tekst-naar-spraakinstellingen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 msgid "Ability to set text-to-speech voice based on book language" msgstr "" "Mogelijkheid om de stem van tekst-naar-spraak in te stellen op basis van de " "boektaal" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:168 msgid "Import annotations from JSON" msgstr "Aantekeningen importeren uit JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 msgid "Search in annotations" msgstr "Aantekeningen doorzoeken" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:165 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 msgid "Annotations are now sorted in the same order as they appear in the book" msgstr "Gegenereerde locaties worden nu gesorteerd in de boekvolgorde" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:167 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 msgid "Security:" msgstr "Beveiliging:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 msgid "" "\"Allow Unsafe Content\" now only enables JavaScript; external content will " "no longer be loaded" @@ -3357,42 +3361,42 @@ msgstr "" "'Onveilige inhoud toestaan' schakelt voortaan alleen JavaScript in - externe " "inhoud wordt niet meer geladen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 msgid "WebKit processes are now sandboxed" msgstr "WebKit-processen draaien voortaan in een sandbox" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 msgid "Other featues and fixes:" msgstr "Andere functies en foutoplossingen:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 msgid "Improved support for vertical and right-to-left books" msgstr "Verbeterde ondersteuning voor verticale en van-rechts-naar-linksboeken" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 msgid "Support for StarDict dictionaries" msgstr "Ondersteuning voor StarDict-woordenboeken" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:176 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:181 msgid "Fixed current location not preserved when resizing" msgstr "" "Opgelost: huidige positie werd niet behouden na aanpassen vensterafmetingen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:182 msgid "Fixed auto-hiding header bar under some themes" msgstr "" "Opgelost: de kopbalk wordt voortaan altijd verborgen bij sommige thema's" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:178 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:183 msgid "Command-line options for showing version and adding books to library" msgstr "" "Opdrachtregelopties voor het tonen van de versie en het toevoegen van boeken" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:184 msgid "Option to clear or disable cache" msgstr "Optie om het woordenboek uit te schakelen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:185 msgid "" "When an HTML page contains invalid self-closing anchor tags, it is now " "parsed as XHTML" @@ -3400,67 +3404,67 @@ msgstr "" "Als een html-pagina ongeldige, zelfsluitende anchor-tags bevat, wordt deze " "voortaan behandeld als xhtml" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:186 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:280 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:347 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:191 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:207 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:352 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:392 msgid "Fixes:" msgstr "Opgeloste fouten:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:188 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:193 msgid "Fixed wrong version number" msgstr "Onjuist versienummer gerepareerd" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:189 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:194 msgid "" "Fixed dictionary, translation, and Wikipedia not working in the Snap package" msgstr "Woordenboek, vertaling en Wikipedia gerepareerd in Snap-pakket" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:195 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:356 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:379 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:361 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 msgid "New features:" msgstr "Nieuwe mogelijkheden:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:197 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 msgid "New and improved icon" msgstr "Nieuw, verbeterd pictogram" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:198 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:203 msgid "Option to disable turn page on tap" msgstr "Optie om pagina omslaan door drukken uit te schakelen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:199 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 msgid "A menu on the welcome screen for opening recent files" msgstr "" "Menu toegevoegd op het welkomstscherm voor het openen van recente bestanden" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:205 msgid "Restored shortcuts for showing ToC, annotations, and bookmarks" msgstr "" "Sneltoetsen hersteld voor het tonen van de inhoudsopgave, aantekeningen en " "bladwijzers" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:209 msgid "Fixed application not translated" msgstr "Vertaalprobleem opgelost" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:210 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 msgid "Interface:" msgstr "Uiterlijk:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:212 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 msgid "A redesigned interface that works better for smaller screens" msgstr "" "Het uiterlijk is opnieuw ontworpen om Foliate beter te laten werken op " "kleinere schermen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:213 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 msgid "Improved fullscreen mode with an overlaid headerbar" msgstr "Verbeterde beeldvullende modus met kopbalk" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:214 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 msgid "" "The headerbar and the progress bar now auto-hide, for a distraction-free " "reading experience" @@ -3468,13 +3472,13 @@ msgstr "" "De kop- en voortgangsbalk verbergen voortaan automatisch zodat je ongestoord " "kunt lezen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 msgid "" "Various location information, as well as a clock, can now be displayed in " "the footer" msgstr "Locatie-informatie en klok toegevoegd aan de statusbalk" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:216 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 msgid "" "A new location popover (Ctrl + L) that shows reading time estimates and " "allows skipping to locations" @@ -3482,7 +3486,7 @@ msgstr "" "Locatiemenu (Ctrl + L) toegevoegd waar je de geschatte leestijd kunt zien en " "naar andere bladzijden kunt gaan" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 msgid "" "E-reader style navigation: go to the previous or next page by tapping on the " "left or right part of the view; tap on the middle to toggle header bar and " @@ -3492,29 +3496,29 @@ msgstr "" "te drukken op de linker- of rechterkant van het boek - druk in het midden om " "de kop- en voortgangsbalk te tonen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:223 msgid "Annotations, bookmarks, and find results now show chapter titles" msgstr "" "Aantekeningen, bladwijzers en zoekresultaten zijn nu voorzien van " "hoofdstuktitels" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 msgid "When looking up words in dictionaries, the query can now be edited" msgstr "Woordenboekzoekopdrachten kunnen voortaan worden bewerkt" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:225 msgid "New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)" msgstr "" "Sneltoetsen toegevoegd voor het tonen van metagegevens (Ctrl + I) en " "voorkeuren (Ctrl + ,)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 msgid "" "A new traditional menubar, which may be displayed depending on the desktop " "environment" msgstr "Traditionele menubalk toegevoegd voor niet-GTK-werkomgevingen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 msgid "" "Option to use a traditional titlebar and menubar instead of a headerbar " "(experimental)" @@ -3522,76 +3526,76 @@ msgstr "" "Optie toegevoegd om een traditionele titel- en menubalk te gebruiken " "(experimenteel)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 msgid "Reading:" msgstr "Lezen:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 msgid "Continuous scrolling layout" msgstr "Oneindig scrollen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 msgid "" "Option to show decorative shadows that mimic the appearance of a real book" msgstr "Optie om schaduwen te tonen zodat het meer lijkt op een papieren boek" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:228 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:233 msgid "Ability to zoom in and zoom out" msgstr "Mogelijkheid om in en uit te zoomen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 msgid "Improved image viewer with \"save as\" option" msgstr "Verbeterde afbeeldingsweergave met 'Opslaan als'-optie" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:230 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:235 msgid "Open copies of a book in new windows (Ctrl + N)" msgstr "Kopieën openen in nieuwe vensters (Ctrl + N)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 msgid "Reload book (Ctrl + R)" msgstr "Boek opnieuw inlezen (Ctrl +R)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 msgid "New built-in themes: Gray, Solarized, Gruvbox, Nord" msgstr "Nieuwe thema's: grijs, gesolariseerd, Gruvbox en Nord" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:239 msgid "Text selection:" msgstr "Tekstselectie:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:241 msgid "Ability to select text across pages" msgstr "Mogelijkheid om tekst te selecteren op meerdere pagina's" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 msgid "Find selected text in book" msgstr "Geselecteerde tekst zoeken in boek" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:238 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 msgid "Speak selected text or from the selected locatio" msgstr "Geselecteerde tekst voorlezen, of voorlezen vanaf gekozen locatie" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:240 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:245 msgid "Annotations:" msgstr "Aantekeningen:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:247 msgid "Spellcheck notes" msgstr "Spellingscontrole-aantekeningen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 msgid "Export annotations to Markdown" msgstr "Aantekeningen exporteren naar Markdown" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:244 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 msgid "Options to use custom colors for highlights" msgstr "Optie om markeringen met aangepaste kleuren te gebruiken" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:246 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 msgid "For publishers and developers:" msgstr "Voor uitgevers en ontwikkelaars:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 msgid "" "Support for Apple Books theme attribute, which allows books to detect themes " "without JavaScript" @@ -3599,204 +3603,204 @@ msgstr "" "Ondersteuning voor Apple Books-thema's, zodat boeken thema's kunnen " "detecteren zonder gebruik van JavaScript" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 msgid "WebKit's developer tools can be enabled" msgstr "WebKit's ontwikkelaarshulpmiddelen kunnen voortaan worden gebruikt" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:256 msgid "Breaking changes:" msgstr "Grootschalige aanpassingen:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:258 msgid "The settings schemas has been reorganized" msgstr "De instellingsschema's zijn geherorganiseerd" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 msgid "The format for custom themes has changed" msgstr "De opmaak van aangepaste thema's is gewijzigd" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:255 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 msgid "Locations are now 1024 characters in size" msgstr "Locaties zijn nu 1024 tekens lang" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:257 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 msgid "Bug fixes:" msgstr "Opgeloste fouten:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:264 msgid "Fixed not restoring exact last location" msgstr "Niet herstellen van recentste locatie opgelost" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:265 msgid "Fixed navigation not working with scrolled layout" msgstr "Probleem opgelost met navigatie in scrollindeling" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:261 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:266 msgid "Fixed font size not changing when the book uses absolute-size keywords" msgstr "" "Probleem opgelost met lettertypegrootte als het boek trefwoorden met vaste " "groottes gebruikt" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:267 msgid "Fixed text cut off at margin edge" msgstr "Probleem opgelost met tekst op de schermranden" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:263 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:268 msgid "Fixed unable to open books with \"#\" or \"?\" in the file name" msgstr "" "Probleem opgelost met het openen van boeken met '#' of '?' in de bestandsnaam" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:271 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:276 msgid "" "Fixed Flatpak version not being able to open .mobi, .azw, and .azw3 files" msgstr "" "Probleem opgelost met het openen van .mobi-, .azw- en .azw3-bestanden in de " "Flatpak-versie" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:272 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:277 msgid "Improved Wiktionary lookup, now with links and example sentences" msgstr "Zoeken op Wiktionary verbeterd met links en voorbeeldzinnen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:273 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:278 msgid "Improved popover footnote extraction and formatting" msgstr "Verbeterde menu's voor voetnoten en opmaak" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:279 msgid "Added option to export annotations to BibTeX" msgstr "Optie toegevoegd om aantekeningen te exporteren naar BibTeX" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:282 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:287 msgid "Fixed table of contents navigation not working with some books" msgstr "Probleem opgelost met niet-verschijnende inhoudsopgaven" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:283 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:288 msgid "Fixed not being able to zoom images with Kindle books" msgstr "Probleem opgelost met in-/uitzoomen van afbeeldingen in Kindle-boeken" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:284 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:289 msgid "Fixed not being able to open books with .epub3 filename extension" msgstr "Probleem opgelost met het openen van .epub3-boeken" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:290 msgid "Fixed temporary directory not being cleaned after closing" msgstr "" "Probleem opgelost met het opschonen van de tijdelijke map na het afsluiten " "van de app" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:293 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:298 msgid "Fixed F9 shortcut not working" msgstr "Probleem opgelost met de sneltoets F9" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:294 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:329 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:299 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:334 msgid "Updated translations" msgstr "Bijgewerkte vertalingen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:302 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:307 msgid "External resources and JavaScript are now blocked by default" msgstr "Externe bronnen en JavaScript worden nu standaard geblokkeerd" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:303 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:308 msgid "Basic text-to-speech support" msgstr "Basisondersteuning voor tekst-naar-spraak" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:304 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:309 msgid "Export annotations to HTML, plain text, or JSON" msgstr "Exporteer aantekeningen naar HTML, platte tekst of JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:310 msgid "Support for viewing .mobi, .azw, and .azw3 files" msgstr "Ondersteuning voor .mobi-, .azw- en .azw3-bestanden" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:313 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 msgid "New alternative sidebar UI" msgstr "Nieuwe, alternatieve indeling met zijbalk" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:314 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 msgid "Lookup words in Wikipedia and offline dictionaries" msgstr "Zoek woorden op op Wikipedia en in offline woordenboeken" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:315 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 msgid "Translate passages with Google Translate" msgstr "Vertaal gedeelten met Google Translate" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:321 msgid "Configure default action when words are selected" msgstr "Stel een standaardactie in bij woordselectie" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:317 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:322 msgid "Experimental popup footnote support" msgstr "Experimenteel uitklapvenster voor voetnoten" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:323 msgid "Ability to find within only the current chapter" msgstr "Mogelijkheid om alleen het huidige hoofdstuk te doorzoeken" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:324 msgid "Fixed CPU spikes when left open" msgstr "Probleem opgelost met hoog CPU-verbruik bij draaien op achtergrond" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:325 msgid "Fixed highlights not rendering at the correct positions" msgstr "Probleem opgelost met markeringen op de verkeerde locaties" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:328 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:333 msgid "Fixed crashing when opening files" msgstr "Probleem opgelost met crash bij openen van bestanden" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:337 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:342 msgid "Customize page margins and brightness" msgstr "Pas de paginamarges en helderheid aan" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:338 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:343 msgid "Tweak the theme colors, or add your own custom themes" msgstr "Pas de themakleuren aar of voeg je eigen thema's toe" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:339 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:344 msgid "Ability to zoom and copy images" msgstr "Zoom in/uit op afbeeldingen en kopieer ze" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:345 msgid "Option to auto-hide cursor" msgstr "Optie om de cursor automatisch te verbergen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:341 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:346 msgid "See reading time left by hovering over the reading progress slider" msgstr "" "Bekijk de leestijd door de cursor boven de leesvoortgangsbalk te houden" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:349 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:354 msgid "Fixed some books not rendering sometimes" msgstr "Boeken worden nu altijd goed weergegeven" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:350 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:355 msgid "Fixed images being too wide in some cases" msgstr "Afbeeldingen zijn nooit meer té breed" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:359 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 msgid "Option to switch between left and full justification" msgstr "Optie om te schakelen tussen één of twee pagina's" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:360 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:365 msgid "New layout option: single-column paginated view" msgstr "Nieuwe indelingsoptie: alles tonen in één kolom" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:362 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:367 msgid "Fixed:" msgstr "Opgelost:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:369 msgid "" "Generated locations are now stored in the cache directory rather than " "localStorage" msgstr "" "Gegenereerde locaties worden nu opgeslagen in de cachemap i.p.v. localStorage" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:372 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:377 msgid "Allow font size adjustment when using publisher fonts" msgstr "De lettergrootte van uitgeverslettertypes kan nu worden aangepast" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:373 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:378 msgid "" "Fixed reading progress slider not appearing after localStorage quota is " "exceeded" @@ -3804,40 +3808,40 @@ msgstr "" "De leesvoortgangsbalk wordt nu ook getoond als het localStorage-quotum is " "overschreden" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:381 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:386 msgid "Touchpad gestures and ability to scroll through pages" msgstr "Touchpad-gebaren en de mogelijkheid om door pagina's te scrollen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:382 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 msgid "Fullscreen mode" msgstr "Beeldvullende modus" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:383 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:388 msgid "Option to hide reading progress bar" msgstr "Optie om de leesvoortgang te verbergen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 msgid "Option to disable dictionary" msgstr "Optie om het woordenboek uit te schakelen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:385 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 msgid "Option to use publisher font" msgstr "Optie om het lettertype van de uitgever te gebruiken" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:394 msgid "Restoring reading progress is now smooth and jank-free" msgstr "" "Herstellen van de leesvoortgang verloopt nu vloeiend (geen gestotter meer)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:395 msgid "Fixed custom styles not applying in some cases" msgstr "Aangepaste stijlen worden nu altijd toegepast" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:396 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 msgid "Fixed invalid AppData file" msgstr "Ongeldig AppData-bestand gerepareerd" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:406 msgid "Initial release" msgstr "Initiële uitgave" diff --git a/po/nn.po b/po/nn.po index 9b7af28a..8cfc94d1 100644 --- a/po/nn.po +++ b/po/nn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.johnfactotum.Foliate\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-24 11:04+0800\n" +"POT-Creation-Date: 2021-03-24 14:29+0800\n" "PO-Revision-Date: 2020-08-29 19:57+0200\n" "Last-Translator: Kay Siver Bø <63042612+tupubozu@users.noreply.github.com>\n" "Language-Team: \n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.4.1\n" -#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:739 +#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:740 #: src/main.js:209 src/window.js:1023 src/schemes.js:100 #: data/com.github.johnfactotum.Foliate.appdata.xml.in:6 msgid "Foliate" @@ -204,7 +204,7 @@ msgstr "" "Indentifikatoren til den importerte fila stemmer ikkje med boka si. Dette " "kan bety at kommentarane ikkje tilhøyrer denne boka." -#: src/export.js:234 src/library.js:455 src/main.js:161 src/opds.js:229 +#: src/export.js:234 src/library.js:456 src/main.js:161 src/opds.js:229 #: src/opds.js:376 src/opds.js:1174 src/utils.js:772 src/window.js:593 #: src/ui/bookEditDialog.ui:10 src/ui/catalogWindow.ui:10 #: src/ui/exportWindow.ui:38 src/ui/importWindow.ui:10 @@ -224,92 +224,92 @@ msgstr "Feil" msgid "Could not import annotations." msgstr "Klarte ikkje importere kommentarar." -#: src/library.js:98 src/window.js:672 src/ui/bookBoxMenu.ui:13 +#: src/library.js:99 src/window.js:672 src/ui/bookBoxMenu.ui:13 #: src/ui/mainMenu.ui:612 msgid "About This Book" msgstr "Om denne boka" -#: src/library.js:132 +#: src/library.js:133 msgid "Choose File" msgstr "Vel fil" -#: src/library.js:265 src/library.js:283 +#: src/library.js:266 src/library.js:284 msgid "Load more" msgstr "Last inn meir" -#: src/library.js:427 +#: src/library.js:428 msgid "File location unkown" msgstr "Filplassering ukjent" -#: src/library.js:428 +#: src/library.js:429 msgid "Choose the location of this file to open it." msgstr "Vel plasseringa til denne fila for å opne den." -#: src/library.js:448 +#: src/library.js:449 #, javascript-format msgid "Are you sure you want to remove this book?" msgid_plural "Are you sure you want to remove the %d selected books?" msgstr[0] "Er du sikker på at du vil fjerne denne boka?" msgstr[1] "Er du sikker på at du vil fjerne dei %d markerte bøkene?" -#: src/library.js:450 +#: src/library.js:451 msgid "Reading progress, annotations, and bookmarks will be permanently lost." msgstr "Lese-framdrift, kommentarar og bokmerkjer vil bli tapt for alltid." -#: src/library.js:456 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 +#: src/library.js:457 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 #: src/ui/bookBoxMenu.ui:44 src/ui/bookmarkRow.ui:44 #: src/ui/libraryWindow.ui:581 msgid "Remove" msgstr "Fjern" -#: src/library.js:578 +#: src/library.js:579 #, javascript-format msgid "%d selected" msgid_plural "%d selected" msgstr[0] "%d valgt" msgstr[1] "%d valgt" -#: src/library.js:697 +#: src/library.js:698 msgid "Failed to add book" msgid_plural "Failed to add books" msgstr[0] "Kunne ikkje leggje til bok" msgstr[1] "kunne ikkje leggje til bøkene" -#: src/library.js:699 +#: src/library.js:700 msgid "Could not add the following file:" msgid_plural "Could not add the following files:" msgstr[0] "Kunne ikkje leggje til følgende fil:" msgstr[1] "Kunne ikkje leggje til følgende filer:" -#: src/library.js:771 +#: src/library.js:772 msgid "All" msgstr "Alle" -#: src/library.js:774 src/ui/catalogWindow.ui:39 +#: src/library.js:775 src/ui/catalogWindow.ui:39 msgid "Title" msgstr "Tittel" -#: src/library.js:775 src/schemes.js:257 +#: src/library.js:776 src/schemes.js:257 msgid "Author" msgstr "Forfattar" -#: src/library.js:776 src/properties.js:359 src/ui/propertyBox.ui:16 +#: src/library.js:777 src/properties.js:359 src/ui/propertyBox.ui:16 msgid "Tags" msgstr "Markører" -#: src/library.js:777 src/ui/propertiesBox.ui:65 +#: src/library.js:778 src/ui/propertiesBox.ui:65 msgid "Description" msgstr "Skildring" -#: src/library.js:778 src/properties.js:418 src/schemes.js:407 +#: src/library.js:779 src/properties.js:418 src/schemes.js:407 msgid "Publisher" msgstr "Utgivar" -#: src/library.js:779 src/properties.js:438 src/ui/ttsDialog.ui:284 +#: src/library.js:780 src/properties.js:438 src/ui/ttsDialog.ui:284 msgid "Language" msgstr "Språk" -#: src/library.js:816 +#: src/library.js:817 msgid "Add Files" msgstr "Legg til filer" @@ -852,7 +852,7 @@ msgid "Select some text to add annotations." msgstr "Vel noko tekst for å leggje til kommentarar." #: src/ui/contentsStack.ui:124 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:166 msgid "Annotations" msgstr "Kommentarar" @@ -1164,7 +1164,7 @@ msgid "Full Justification" msgstr "Blokkjustert" #: src/ui/mainMenu.ui:518 src/ui/menuBar.ui:148 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:358 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:363 msgid "Auto-hyphenation" msgstr "Auto-orddeling" @@ -3049,232 +3049,236 @@ msgid "John Factotum" msgstr "John Factotum" #: data/com.github.johnfactotum.Foliate.appdata.xml.in:49 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:64 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:123 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:269 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:291 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:300 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:311 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:326 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:335 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:370 +msgid "Fixed automatic layout" +msgstr "" + +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:128 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:296 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:331 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:375 msgid "Changes:" msgstr "Endringar:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:51 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 msgid "Added support for opening HTML files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:52 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 msgid "Consistent inner and outer margins" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:53 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 msgid "The automatic layout no longer supports 4 columns" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:59 msgid "Fixed long words overflowing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:55 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:60 #, fuzzy msgid "Fixed custom themes not saved across sessions" msgstr "Fiksa tilfeller av for breie bileter" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:61 #, fuzzy msgid "Fixed shortcuts for key pads" msgstr "Fiksa F9-snarveg" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:62 msgid "Fixed opening non-UTF-8 zipped FB2 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:63 #, fuzzy msgid "Fixed books not opening on GNOME 40" msgstr "Fiksa nokre bøker som ikkje rendera av og til" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:66 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:71 #, fuzzy msgid "Improved support for touch screens" msgstr "Betra støtte for vertikale og høgre-til-venstre bøker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:67 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:72 msgid "OPDS credentials can now be remembered" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:68 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:73 msgid "Various fixes for GNOME 3.38" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:74 msgid "Fixed Wiktionary internal links" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:70 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:75 msgid "Added Basque, Korean, and Norwegian translations" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:76 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 msgid "Fixed unable to open some EPUB files" msgstr "Fiksa opningsproblem for nokon EPUB-filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 msgid "Fixed unable to open Mobipocket files" msgstr "Fiksa opningsproblem for Mobipocket-filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:88 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 msgid "Improved metadata display" msgstr "Betra metadata framsynsing" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:89 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 msgid "Improved FictionBook rendering" msgstr "Betra FictionBook rendering" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:90 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 msgid "Improved UI for acquiring books from OPDS" msgstr "Betra UI for henting av bøker frå OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:96 msgid "Fixed unique identifier extraction for EPUB files" msgstr "Fiksa unik indentifikator uthenting for EPUB-filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:92 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:97 msgid "Fixed missing window icon" msgstr "Fiksa manglende vindaugeikon" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:98 msgid "Fixed TTS environment variables not set when using Flatpak" msgstr "Fiksa TTS-miljøvariablar ikkje sett ved bruk av Flatpak" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:99 msgid "Fixed eSpeak NG voice not selected when testing TTS configuration" msgstr "Fiksa eSpeak NG stemme ikkje valgt når TTS konfigurasjontestast" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:100 msgid "" "Fixed wrong “__ibooks_internal_theme” attribute when “Invert” is enabled" msgstr "" "Fiksa feil: “__ibooks_internal_theme” attribute when “Invert” is enabled" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:101 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 msgid "OPDS catalogs:" msgstr "OPDS katalogar:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:103 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 msgid "Catalogs are now opened in the main library window" msgstr "Katalogar er nå opnet i hovedbiblioteksvinduet" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:104 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:109 msgid "View current location" msgstr "Vis noverande posisjon" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:105 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 msgid "Go to catalog start page" msgstr "Gå til katalogstartside" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:111 msgid "Reload catalog" msgstr "Last inn katalog på nytt" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:107 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 msgid "Add current feed to catalogs" msgstr "Legg til noverande nyheitsstraum i katalogar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 msgid "HTTP authentication support" msgstr "HTTP autentiseringsstøtte" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 msgid "Other changes:" msgstr "Andre endringar:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 msgid "" "Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files" msgstr "" "Fiksa unik identifikator uthenting for FictionBook (.fb2, .fb2.zip) filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:118 msgid "Fixed newlines being ignored when copying text" msgstr "Fiksa nylinjeringnorering ved tekstkopiering" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:114 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:119 msgid "“Turn page on tap” is now disabled in non-paginated layouts" msgstr "“Bla side ved rørsle” er nå deaktivert i ikkje-sida oppsett" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:120 msgid "Opening a book from the library view now closes the library window" msgstr "Å opne ei bok frå biblioteksvisninen stenger nå biblioteksvinduet" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:116 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:121 msgid "Language and publication dates in metadata are now parsed and formatted" msgstr "Språk og publikasjonsdoatoer i metadata er no parsa og formatert" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:122 msgid "Export annotations from the library view" msgstr "Eksporter kommentarar frå bibliotekssyninga" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:125 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:130 msgid "Fixed blurry book covers on HiDPI" msgstr "Fiksa uklare bokomslag på HiDPI" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:126 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:131 msgid "Fixed OPDS links to Standard Ebooks and Project Gutenberg" msgstr "Fiksa OPDS-linker til Standard Ebooks og Project Gutenberg" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:127 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:132 msgid "Fixed wrong view icon on startup" msgstr "Fiksa feil visningsikon under oppstart" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:133 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:138 msgid "Library:" msgstr "Bibliotek:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:135 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:140 msgid "A library view showing recent books and reading progress" msgstr "Bibliotekssyning som viser nylege bøker og lese-fermgang" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:136 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 msgid "Search books by metadata" msgstr "Søk etter bøker med metadata" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:137 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 msgid "E-book discovery with OPDS" msgstr "E-bok oppdaging med OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:139 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 msgid "New supported formats:" msgstr "Nye støtta formater:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 msgid "FictionBook (.fb2, .fb2.zip)" msgstr "FictionBook (.fb2, .fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:147 msgid "Comic book archive (.cbr, .cbz, .cbt, .cb7)" msgstr "Comic book archive (.cbr, .cbz, .cbt, .cb7)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:143 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 msgid "Plain text (.txt)" msgstr "Rein tekst (.txt)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 msgid "Unpacked EPUB files" msgstr "Upakka EPUB-filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 msgid "Layout:" msgstr "Oppsett:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 msgid "Option to set maximum page width" msgstr "Val om å settje maksimal sidebreidd" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 msgid "" "The \"Automatic\" layout will now show four columns when the page width is " "wide" @@ -3282,11 +3286,11 @@ msgstr "" "Det \"automatiske\" oppsettet vil no vise fire kolonner når sidebreidden er " "brei" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 msgid "Image viewer:" msgstr "Bileteframsynar:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 msgid "" "Improved image viewer, with new shortcuts and the ability to rotate and " "invert images" @@ -3294,7 +3298,7 @@ msgstr "" "Betra bileteframsynar, med nye snarvegar og evne til å rotere og invertere " "bilete" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 msgid "" "Option to disable image viewer, or to open images on double, middle, or " "right click" @@ -3302,35 +3306,35 @@ msgstr "" "Val om å deaktivere bileteframsynar, eller opning ved dobbel-, middel- eller " "høgreklikk" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 msgid "Text-to-speech:" msgstr "Tekst-til-Tale:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 msgid "Improved text-to-speech configuration UI" msgstr "Betra Tekst-til-Tale konfigurasjons-UI" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 msgid "Ability to set text-to-speech voice based on book language" msgstr "Evne til å velje Tekst-til-tale stemme basert på bokspråket" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:168 msgid "Import annotations from JSON" msgstr "Importer kommentarar frå JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 msgid "Search in annotations" msgstr "Kommentarsøk" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:165 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 msgid "Annotations are now sorted in the same order as they appear in the book" msgstr "Kommentarar er no sortert i samme rekkeføge som dei opptrer i boka" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:167 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 msgid "Security:" msgstr "Tryggleik:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 msgid "" "\"Allow Unsafe Content\" now only enables JavaScript; external content will " "no longer be loaded" @@ -3338,39 +3342,39 @@ msgstr "" "\"Tillat utrygt innhald\" tillet kun JavaScript; eksternt innhald vil ikkje " "lenger bli lasta" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 msgid "WebKit processes are now sandboxed" msgstr "WebKit prossser er nå i sandkasse" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 msgid "Other featues and fixes:" msgstr "Andre programfunksjoner og fikser:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 msgid "Improved support for vertical and right-to-left books" msgstr "Betra støtte for vertikale og høgre-til-venstre bøker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 msgid "Support for StarDict dictionaries" msgstr "Støtte for StarDict ordbøker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:176 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:181 msgid "Fixed current location not preserved when resizing" msgstr "Fiksa noverande posisjon ikkje ivaretatt ved omskalering" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:182 msgid "Fixed auto-hiding header bar under some themes" msgstr "Fiksa auto-gjem toppmeny under nokon tema" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:178 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:183 msgid "Command-line options for showing version and adding books to library" msgstr "Kommando-linje valg for visning av versjon og bokimport til bibliotek" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:184 msgid "Option to clear or disable cache" msgstr "Val om å tømme eller deaktivere mellomlager" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:185 msgid "" "When an HTML page contains invalid self-closing anchor tags, it is now " "parsed as XHTML" @@ -3378,62 +3382,62 @@ msgstr "" "Når ein HTML-side inneheld ugyldige selv-stengande anker-markører blirden nå " "tolka som XHTML" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:186 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:280 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:347 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:191 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:207 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:352 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:392 msgid "Fixes:" msgstr "Fiksar:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:188 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:193 msgid "Fixed wrong version number" msgstr "Fiksa feil versjonsnummer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:189 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:194 msgid "" "Fixed dictionary, translation, and Wikipedia not working in the Snap package" msgstr "Fixset ordbok, omsetting og Wikipedia feil i Snap-pakka" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:195 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:356 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:379 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:361 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 msgid "New features:" msgstr "Nye programfunksjoner:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:197 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 msgid "New and improved icon" msgstr "Nytt og forbetra ikon" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:198 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:203 msgid "Option to disable turn page on tap" msgstr "Val om å deaktivere \"bla side ved rørsle\"" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:199 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 msgid "A menu on the welcome screen for opening recent files" msgstr "Ein meny på velkomsskjermen for opning av nylege filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:205 msgid "Restored shortcuts for showing ToC, annotations, and bookmarks" msgstr "Gjenoppretta snarvegar for visning av ToC, kommentarar og bokmerkjer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:209 msgid "Fixed application not translated" msgstr "Fiksa applikasjon ikkje omsett" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:210 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 msgid "Interface:" msgstr "Grensesnitt:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:212 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 msgid "A redesigned interface that works better for smaller screens" msgstr "Eit redesignet grensesnitt som fungerer betre for mindre skjermar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:213 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 msgid "Improved fullscreen mode with an overlaid headerbar" msgstr "Betra fullskjermsmodus med toppmeny lagt over" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:214 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 msgid "" "The headerbar and the progress bar now auto-hide, for a distraction-free " "reading experience" @@ -3441,7 +3445,7 @@ msgstr "" "Toppmenyen og framgangsviseren auto-gjemmer seg, for ein distraksjonsfri " "leseoppleving" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 msgid "" "Various location information, as well as a clock, can now be displayed in " "the footer" @@ -3449,7 +3453,7 @@ msgstr "" "Diverse posisjonsinformasjon, i tillegg til ei klokke, kan nå bli vist " "botnmenyen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:216 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 msgid "" "A new location popover (Ctrl + L) that shows reading time estimates and " "allows skipping to locations" @@ -3457,7 +3461,7 @@ msgstr "" "Ein ny posisjons-popover (Ctrl + L) som viser lesetidsestimat og tillet hopp " "til lokasjoner" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 msgid "" "E-reader style navigation: go to the previous or next page by tapping on the " "left or right part of the view; tap on the middle to toggle header bar and " @@ -3467,27 +3471,27 @@ msgstr "" "venstreeller høgre side av visningen; tapp på midten for å veksle toppmeny " "og fremgangsviser" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:223 msgid "Annotations, bookmarks, and find results now show chapter titles" msgstr "Kommentarar, bokmerkjer og søkjeresultat viser nå kapitteltitler" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 msgid "When looking up words in dictionaries, the query can now be edited" msgstr "Ved oppslag i ordbøker, kan søkjet nå endrast" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:225 msgid "New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)" msgstr "" "Ny snarveg for visning av metadata (Ctrl + I) og instillingar (Ctrl + ,)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 msgid "" "A new traditional menubar, which may be displayed depending on the desktop " "environment" msgstr "" "Ein ny tradisjonell menybar, som kan bli syna avhengig av skrivebordmiljøet" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 msgid "" "Option to use a traditional titlebar and menubar instead of a headerbar " "(experimental)" @@ -3495,77 +3499,77 @@ msgstr "" "Val om å nytte ein tradisjonell tittelbar og menybar i staden for ein " "toppmeny (eksperimental)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 msgid "Reading:" msgstr "Lesing:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 msgid "Continuous scrolling layout" msgstr "Kontinuerleg rullende oppsett" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 msgid "" "Option to show decorative shadows that mimic the appearance of a real book" msgstr "" "Val om å vise dekorative skugger som etterliknar utsjånaden til ei ekte bok" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:228 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:233 msgid "Ability to zoom in and zoom out" msgstr "Evne til å zoome inn og ut" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 msgid "Improved image viewer with \"save as\" option" msgstr "Betra bileteframsynar med \"Lagra som\" val" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:230 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:235 msgid "Open copies of a book in new windows (Ctrl + N)" msgstr "Opne bokkopier i nye vindu (Ctrl + N)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 msgid "Reload book (Ctrl + R)" msgstr "Last bok inn på nytt (Ctrl + R)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 msgid "New built-in themes: Gray, Solarized, Gruvbox, Nord" msgstr "Nye innebyggde tema: Grå, Solarisert, Gruvbox, Nord" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:239 msgid "Text selection:" msgstr "Tekstutvalg:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:241 msgid "Ability to select text across pages" msgstr "Evne til å velge tekst på tvers av sider" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 msgid "Find selected text in book" msgstr "Finne valgt tekst i bok" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:238 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 msgid "Speak selected text or from the selected locatio" msgstr "Opplesing av valgt tekst frå den valde posisjonen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:240 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:245 msgid "Annotations:" msgstr "Kommentarar:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:247 msgid "Spellcheck notes" msgstr "Stavekontroller notat" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 msgid "Export annotations to Markdown" msgstr "Eksporter kommentarar til Markdown" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:244 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 msgid "Options to use custom colors for highlights" msgstr "Valfridom til å nytte eigendefinerte fargar til framheving" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:246 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 msgid "For publishers and developers:" msgstr "For utgivarar og utviklarar:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 msgid "" "Support for Apple Books theme attribute, which allows books to detect themes " "without JavaScript" @@ -3573,241 +3577,241 @@ msgstr "" "Støtte for Apple Books tema-attributt, som tillet temadeteksjon utan " "JavaSkript" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 msgid "WebKit's developer tools can be enabled" msgstr "WebKit sine utviklerverktøy kan bli slått på" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:256 msgid "Breaking changes:" msgstr "Brytende endringar:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:258 msgid "The settings schemas has been reorganized" msgstr "Innstillingssjema har blitt omorganisert" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 msgid "The format for custom themes has changed" msgstr "Formatet for tema har blitt endra" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:255 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 msgid "Locations are now 1024 characters in size" msgstr "Posisjoner er nå 1024 teikn lange" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:257 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 msgid "Bug fixes:" msgstr "Bug-fikser:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:264 msgid "Fixed not restoring exact last location" msgstr "Fiksa: gjenoppretter ikkje til eksakt siste posisjon" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:265 msgid "Fixed navigation not working with scrolled layout" msgstr "Fiksa: navigasjon fungerer ikkje med rullande oppsett" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:261 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:266 msgid "Fixed font size not changing when the book uses absolute-size keywords" msgstr "" "Fiksa: skriftstorleik endrar seg ikkje når boka bruker absolutt-storleik-" "nøkkelord" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:267 msgid "Fixed text cut off at margin edge" msgstr "Fiksa: tekst \"cut-off\" ved marg" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:263 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:268 msgid "Fixed unable to open books with \"#\" or \"?\" in the file name" msgstr "Fiksa: klarer ikkje opne bøker med \"#\" eller \"?\" i filnavnet" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:271 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:276 msgid "" "Fixed Flatpak version not being able to open .mobi, .azw, and .azw3 files" msgstr "Fiksa Flatpak-utgaven som ikkje opner .mobi, .azw, og .azw3 filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:272 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:277 msgid "Improved Wiktionary lookup, now with links and example sentences" msgstr "Betra Wiktionary oppslag, nå med lenkjer og dømesetninger" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:273 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:278 msgid "Improved popover footnote extraction and formatting" msgstr "Betra popover fotnote uthenting og formatering" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:279 msgid "Added option to export annotations to BibTeX" msgstr "La til muligdom for kommentareksport til BibTex" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:282 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:287 msgid "Fixed table of contents navigation not working with some books" msgstr "Fiksa innhaldslistenavigasjon i nokre bøker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:283 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:288 msgid "Fixed not being able to zoom images with Kindle books" msgstr "Fiksa biletezoom i Kindle-bøker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:284 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:289 msgid "Fixed not being able to open books with .epub3 filename extension" msgstr "Fiksa filopning for .epub3-filetternavn" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:290 msgid "Fixed temporary directory not being cleaned after closing" msgstr "Fiksa reingjering av midlertidige filer etter stenging" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:293 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:298 msgid "Fixed F9 shortcut not working" msgstr "Fiksa F9-snarveg" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:294 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:329 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:299 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:334 msgid "Updated translations" msgstr "Oppdaterte omsettjingar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:302 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:307 msgid "External resources and JavaScript are now blocked by default" msgstr "Ekstene resursar og JavaScript er nå blokkert som standard" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:303 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:308 msgid "Basic text-to-speech support" msgstr "Grunnleggjende Tekst-til-Tale støtte" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:304 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:309 msgid "Export annotations to HTML, plain text, or JSON" msgstr "Kommentareksport til HTML, rein tekst eller JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:310 msgid "Support for viewing .mobi, .azw, and .azw3 files" msgstr "Visningstøtte for .mobi, .azw, og .azw3 filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:313 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 msgid "New alternative sidebar UI" msgstr "Ny alternativ sidebar UI" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:314 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 msgid "Lookup words in Wikipedia and offline dictionaries" msgstr "Oppslag av ord på Wikipedia og i lokale ordbøker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:315 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 msgid "Translate passages with Google Translate" msgstr "Utdragsomsettjing med Google Translate" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:321 msgid "Configure default action when words are selected" msgstr "Konfigurerbar standardhandling ved ordvalg" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:317 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:322 msgid "Experimental popup footnote support" msgstr "Eksperimentell popup-fotnote støtte" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:323 msgid "Ability to find within only the current chapter" msgstr "Evne til søk avgrensa til noverande kapittel" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:324 msgid "Fixed CPU spikes when left open" msgstr "Fiksa CPU spikarar når programmet køyrer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:325 msgid "Fixed highlights not rendering at the correct positions" msgstr "Fiksa visningproblem ved framheving" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:328 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:333 msgid "Fixed crashing when opening files" msgstr "Fiksa programstopp ved filopning" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:337 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:342 msgid "Customize page margins and brightness" msgstr "Tilpass sidemargar og lysstyrke" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:338 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:343 msgid "Tweak the theme colors, or add your own custom themes" msgstr "Juster temafarger, eller legg til dine eigne tema" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:339 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:344 msgid "Ability to zoom and copy images" msgstr "Evne til å zoome og kopiere bileter" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:345 msgid "Option to auto-hide cursor" msgstr "Moglegdom til auto-gøym musepeikar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:341 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:346 msgid "See reading time left by hovering over the reading progress slider" msgstr "Sjå gjenstående tid ved å halde musepeikar over leseframgangsvisaren" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:349 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:354 msgid "Fixed some books not rendering sometimes" msgstr "Fiksa nokre bøker som ikkje rendera av og til" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:350 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:355 msgid "Fixed images being too wide in some cases" msgstr "Fiksa tilfeller av for breie bileter" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:359 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 msgid "Option to switch between left and full justification" msgstr "Val mellom venste- eller blokkjustert(?) tekst" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:360 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:365 msgid "New layout option: single-column paginated view" msgstr "Nytt oppsettsval: enkelt-kolonne sida visning" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:362 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:367 msgid "Fixed:" msgstr "Fiksa:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:369 #, fuzzy msgid "" "Generated locations are now stored in the cache directory rather than " "localStorage" msgstr "Kommentarar er no sortert i samme rekkeføge som dei opptrer i boka" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:372 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:377 msgid "Allow font size adjustment when using publisher fonts" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:373 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:378 msgid "" "Fixed reading progress slider not appearing after localStorage quota is " "exceeded" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:381 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:386 msgid "Touchpad gestures and ability to scroll through pages" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:382 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 #, fuzzy msgid "Fullscreen mode" msgstr "Fullskjerm" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:383 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:388 #, fuzzy msgid "Option to hide reading progress bar" msgstr "Val om å deaktivere \"bla side ved rørsle\"" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 #, fuzzy msgid "Option to disable dictionary" msgstr "Val om å deaktivere \"bla side ved rørsle\"" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:385 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 #, fuzzy msgid "Option to use publisher font" msgstr "Bruk utgivarskrifttype" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:394 msgid "Restoring reading progress is now smooth and jank-free" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:395 #, fuzzy msgid "Fixed custom styles not applying in some cases" msgstr "Fiksa tilfeller av for breie bileter" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:396 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 msgid "Fixed invalid AppData file" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:406 msgid "Initial release" msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index b018b9ae..290ba1b8 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.johnfactotum.Foliate\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-24 11:04+0800\n" +"POT-Creation-Date: 2021-03-24 14:29+0800\n" "PO-Revision-Date: 2021-03-20 12:31-0300\n" "Last-Translator: Fúlvio Alves \n" "Language-Team: Fábio Nogueira ; Marcelo dos Santos " @@ -21,7 +21,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Poedit 2.4.1\n" -#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:739 +#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:740 #: src/main.js:209 src/window.js:1023 src/schemes.js:100 #: data/com.github.johnfactotum.Foliate.appdata.xml.in:6 msgid "Foliate" @@ -207,7 +207,7 @@ msgstr "" "O identificador do arquivo importado não corresponde ao livro. Isso pode " "indicar que as anotações não pertencem a este livro." -#: src/export.js:234 src/library.js:455 src/main.js:161 src/opds.js:229 +#: src/export.js:234 src/library.js:456 src/main.js:161 src/opds.js:229 #: src/opds.js:376 src/opds.js:1174 src/utils.js:772 src/window.js:593 #: src/ui/bookEditDialog.ui:10 src/ui/catalogWindow.ui:10 #: src/ui/exportWindow.ui:38 src/ui/importWindow.ui:10 @@ -227,94 +227,94 @@ msgstr "Erro" msgid "Could not import annotations." msgstr "Não foi possível importar anotações." -#: src/library.js:98 src/window.js:672 src/ui/bookBoxMenu.ui:13 +#: src/library.js:99 src/window.js:672 src/ui/bookBoxMenu.ui:13 #: src/ui/mainMenu.ui:612 msgid "About This Book" msgstr "Sobre este livro" -#: src/library.js:132 +#: src/library.js:133 msgid "Choose File" msgstr "Escolher Arquivo" -#: src/library.js:265 src/library.js:283 +#: src/library.js:266 src/library.js:284 msgid "Load more" msgstr "Carregar mais" -#: src/library.js:427 +#: src/library.js:428 msgid "File location unkown" msgstr "Local do arquivo desconhecido" -#: src/library.js:428 +#: src/library.js:429 msgid "Choose the location of this file to open it." msgstr "Escolha o local deste arquivo para abri-lo." -#: src/library.js:448 +#: src/library.js:449 #, javascript-format msgid "Are you sure you want to remove this book?" msgid_plural "Are you sure you want to remove the %d selected books?" msgstr[0] "Tem certeza de que deseja remover este livro?" msgstr[1] "Tem certeza de que deseja remover os %d livros selecionados?" -#: src/library.js:450 +#: src/library.js:451 msgid "Reading progress, annotations, and bookmarks will be permanently lost." msgstr "" "O progresso de leitura, anotações e marcadores serão perdidos " "permanentemente." -#: src/library.js:456 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 +#: src/library.js:457 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 #: src/ui/bookBoxMenu.ui:44 src/ui/bookmarkRow.ui:44 #: src/ui/libraryWindow.ui:581 msgid "Remove" msgstr "Remover" -#: src/library.js:578 +#: src/library.js:579 #, javascript-format msgid "%d selected" msgid_plural "%d selected" msgstr[0] "%d selecionado" msgstr[1] "%d selecionados" -#: src/library.js:697 +#: src/library.js:698 msgid "Failed to add book" msgid_plural "Failed to add books" msgstr[0] "Falha ao adicionar livro" msgstr[1] "Falha ao adicionar livros" -#: src/library.js:699 +#: src/library.js:700 msgid "Could not add the following file:" msgid_plural "Could not add the following files:" msgstr[0] "Não foi possível adicionar o seguinte arquivo:" msgstr[1] "Não foi possível adicionar os seguintes arquivos:" -#: src/library.js:771 +#: src/library.js:772 msgid "All" msgstr "Tudo" -#: src/library.js:774 src/ui/catalogWindow.ui:39 +#: src/library.js:775 src/ui/catalogWindow.ui:39 msgid "Title" msgstr "Título" -#: src/library.js:775 src/schemes.js:257 +#: src/library.js:776 src/schemes.js:257 msgid "Author" msgstr "Autor" -#: src/library.js:776 src/properties.js:359 src/ui/propertyBox.ui:16 +#: src/library.js:777 src/properties.js:359 src/ui/propertyBox.ui:16 msgid "Tags" msgstr "Etiquetas" -#: src/library.js:777 src/ui/propertiesBox.ui:65 +#: src/library.js:778 src/ui/propertiesBox.ui:65 msgid "Description" msgstr "Descrição" -#: src/library.js:778 src/properties.js:418 src/schemes.js:407 +#: src/library.js:779 src/properties.js:418 src/schemes.js:407 msgid "Publisher" msgstr "Editora" -#: src/library.js:779 src/properties.js:438 src/ui/ttsDialog.ui:284 +#: src/library.js:780 src/properties.js:438 src/ui/ttsDialog.ui:284 msgid "Language" msgstr "Idioma" -#: src/library.js:816 +#: src/library.js:817 msgid "Add Files" msgstr "Adicionar Arquivos" @@ -861,7 +861,7 @@ msgid "Select some text to add annotations." msgstr "Selecione algum texto para adicionar anotações." #: src/ui/contentsStack.ui:124 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:166 msgid "Annotations" msgstr "Anotações" @@ -1174,7 +1174,7 @@ msgid "Full Justification" msgstr "Justificação Completa" #: src/ui/mainMenu.ui:518 src/ui/menuBar.ui:148 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:358 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:363 msgid "Auto-hyphenation" msgstr "Auto-hifenização" @@ -3060,240 +3060,244 @@ msgid "John Factotum" msgstr "John Factotum" #: data/com.github.johnfactotum.Foliate.appdata.xml.in:49 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:64 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:123 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:269 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:291 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:300 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:311 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:326 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:335 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:370 +msgid "Fixed automatic layout" +msgstr "" + +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:128 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:296 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:331 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:375 msgid "Changes:" msgstr "Alterações:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:51 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 msgid "Added support for opening HTML files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:52 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 msgid "Consistent inner and outer margins" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:53 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 msgid "The automatic layout no longer supports 4 columns" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:59 msgid "Fixed long words overflowing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:55 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:60 #, fuzzy msgid "Fixed custom themes not saved across sessions" msgstr "Corrigidos estilos personalizados que não se aplicavam em alguns casos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:61 #, fuzzy msgid "Fixed shortcuts for key pads" msgstr "Corrigido o atalho F9 que não funcionava" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:62 msgid "Fixed opening non-UTF-8 zipped FB2 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:63 #, fuzzy msgid "Fixed books not opening on GNOME 40" msgstr "Corrigidos alguns livros que às vezes não renderizavam" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:66 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:71 msgid "Improved support for touch screens" msgstr "Suporte aprimorado para telas sensíveis ao toque" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:67 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:72 msgid "OPDS credentials can now be remembered" msgstr "As credenciais OPDS agora podem ser lembradas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:68 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:73 msgid "Various fixes for GNOME 3.38" msgstr "Várias correções para o GNOME 3.38" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:74 msgid "Fixed Wiktionary internal links" msgstr "Corrigidos links internos do Wikcionário" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:70 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:75 msgid "Added Basque, Korean, and Norwegian translations" msgstr "Adicionadas traduções para basco, coreano e norueguês" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:76 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 msgid "Fixed unable to open some EPUB files" msgstr "Corrigida a impossibilidade de abrir alguns arquivos EPUB" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 msgid "Fixed unable to open Mobipocket files" msgstr "Corrigida a impossibilidade de abrir arquivos Mobipocket" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:88 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 msgid "Improved metadata display" msgstr "Exibição de metadados aprimorada" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:89 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 msgid "Improved FictionBook rendering" msgstr "Renderização de FictionBook aprimorada" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:90 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 msgid "Improved UI for acquiring books from OPDS" msgstr "Interface aprimorada para obter livros do OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:96 msgid "Fixed unique identifier extraction for EPUB files" msgstr "Corrigida extração de identificador único para arquivos EPUB" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:92 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:97 msgid "Fixed missing window icon" msgstr "Corrigido ícone de janela ausente" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:98 msgid "Fixed TTS environment variables not set when using Flatpak" msgstr "Corrigidas variáveis de ambiente TTS não definidas ao usar Flatpak" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:99 msgid "Fixed eSpeak NG voice not selected when testing TTS configuration" msgstr "" "Corrigida voz do eSpeak NG que não era selecionada ao testar a configuração " "TTS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:100 msgid "" "Fixed wrong “__ibooks_internal_theme” attribute when “Invert” is enabled" msgstr "" "Corrigido o atributo errado “__ibooks_internal_theme” quando “Inverter” está " "ativado" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:101 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 msgid "OPDS catalogs:" msgstr "Catálogos OPDS:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:103 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 msgid "Catalogs are now opened in the main library window" msgstr "Os catálogos agora são abertos na janela principal da biblioteca" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:104 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:109 msgid "View current location" msgstr "Ver localização atual" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:105 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 msgid "Go to catalog start page" msgstr "Ir para a página inicial do catálogo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:111 msgid "Reload catalog" msgstr "Recarregar catálogo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:107 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 msgid "Add current feed to catalogs" msgstr "Adicionar feed atual aos catálogos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 msgid "HTTP authentication support" msgstr "Suporte a autenticação HTTP" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 msgid "Other changes:" msgstr "Outras alterações:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 msgid "" "Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files" msgstr "" "Corrigida extração de identificador único para arquivos FictionBook (.fb2, ." "fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:118 msgid "Fixed newlines being ignored when copying text" msgstr "Corrigido problema em que novas linhas são ignoradas ao copiar texto" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:114 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:119 msgid "“Turn page on tap” is now disabled in non-paginated layouts" msgstr "“Virar página ao tocar” agora é desativado em layouts não paginados" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:120 msgid "Opening a book from the library view now closes the library window" msgstr "" "Abrir um livro a partir da visualização da biblioteca agora fecha a janela " "da biblioteca" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:116 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:121 msgid "Language and publication dates in metadata are now parsed and formatted" msgstr "" "Idioma de datas de publicação nos metadados agora são analisadas e formatadas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:122 msgid "Export annotations from the library view" msgstr "Exportar anotações da visualização da biblioteca" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:125 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:130 msgid "Fixed blurry book covers on HiDPI" msgstr "Corrigidas capas de livros embaçadas ao usar HiDPI" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:126 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:131 msgid "Fixed OPDS links to Standard Ebooks and Project Gutenberg" msgstr "Corrigidos links para Standard Ebooks e Project Gutenberg" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:127 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:132 msgid "Fixed wrong view icon on startup" msgstr "Corrigido ícone de visualização incorreto ao inicializar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:133 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:138 msgid "Library:" msgstr "Biblioteca:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:135 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:140 msgid "A library view showing recent books and reading progress" msgstr "" "Uma exibição de biblioteca mostrando os livros recentes e o progresso de " "leitura" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:136 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 msgid "Search books by metadata" msgstr "Pesquisar livros por metadados" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:137 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 msgid "E-book discovery with OPDS" msgstr "Descobrir e-books com OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:139 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 msgid "New supported formats:" msgstr "Novos formatos suportados:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 msgid "FictionBook (.fb2, .fb2.zip)" msgstr "FictionBook (.fb2, .fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:147 msgid "Comic book archive (.cbr, .cbz, .cbt, .cb7)" msgstr "Arquivo de quadrinhos (.cbr, .cbz, .cbt, .cb7)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:143 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 msgid "Plain text (.txt)" msgstr "Texto sem formatação (.txt)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 msgid "Unpacked EPUB files" msgstr "Arquivos EPUB descompactados" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 msgid "Layout:" msgstr "Layout:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 msgid "Option to set maximum page width" msgstr "Opção para definir a largura máxima da página" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 msgid "" "The \"Automatic\" layout will now show four columns when the page width is " "wide" @@ -3301,11 +3305,11 @@ msgstr "" "O layout \"Automático\" agora exibirá quatro colunas quando a largura da " "página estiver grande" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 msgid "Image viewer:" msgstr "Visualizador de imagens:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 msgid "" "Improved image viewer, with new shortcuts and the ability to rotate and " "invert images" @@ -3313,7 +3317,7 @@ msgstr "" "Visualizador de imagens aprimorado, com novos atalhos e capacidade de girar " "e inverter imagens" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 msgid "" "Option to disable image viewer, or to open images on double, middle, or " "right click" @@ -3321,38 +3325,38 @@ msgstr "" "Opção para desativar o visualizador de imagens ou para abrir imagens com " "clique duplo, clique do meio ou com o botão direito" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 msgid "Text-to-speech:" msgstr "Texto-para-voz:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 msgid "Improved text-to-speech configuration UI" msgstr "" "Interface de usuário aprimorada para configurar conversão de texto-para-voz" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 msgid "Ability to set text-to-speech voice based on book language" msgstr "" "Capacidade de definir a voz de texto-para-voz com base no idioma do livro" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:168 msgid "Import annotations from JSON" msgstr "Importar anotações do JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 msgid "Search in annotations" msgstr "Pesquisar nas anotações" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:165 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 msgid "Annotations are now sorted in the same order as they appear in the book" msgstr "" "As anotações agora são classificadas na mesma ordem em que aparecem no livro" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:167 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 msgid "Security:" msgstr "Segurança:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 msgid "" "\"Allow Unsafe Content\" now only enables JavaScript; external content will " "no longer be loaded" @@ -3360,43 +3364,43 @@ msgstr "" "\"Permitir conteúdo não seguro\" agora ativa apenas o JavaScript; o conteúdo " "externo não será mais carregado" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 msgid "WebKit processes are now sandboxed" msgstr "Os processos WebKit agora estão na área restrita" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 msgid "Other featues and fixes:" msgstr "Outros destaques e correções:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 msgid "Improved support for vertical and right-to-left books" msgstr "" "Suporte aprimorado para livros com escrita vertical e da direita-para-" "esquerda" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 msgid "Support for StarDict dictionaries" msgstr "Suporte para dicionários StarDict" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:176 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:181 msgid "Fixed current location not preserved when resizing" msgstr "Corrigido o local atual que não era preservado ao redimensionar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:182 msgid "Fixed auto-hiding header bar under some themes" msgstr "Corrigida barra de cabeçalho auto-ocultável em alguns temas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:178 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:183 msgid "Command-line options for showing version and adding books to library" msgstr "" "Opções de linha de comando para mostrar a versão e adicionar livros à " "biblioteca" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:184 msgid "Option to clear or disable cache" msgstr "Opção para limpar ou desativar a cache" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:185 msgid "" "When an HTML page contains invalid self-closing anchor tags, it is now " "parsed as XHTML" @@ -3404,64 +3408,64 @@ msgstr "" "Quando uma página HTML contém tags inválidas de âncora de fechamento " "automático, agora será analisada como XHTML" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:186 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:280 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:347 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:191 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:207 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:352 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:392 msgid "Fixes:" msgstr "Correções:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:188 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:193 msgid "Fixed wrong version number" msgstr "Corrigido número incorreto da versão" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:189 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:194 msgid "" "Fixed dictionary, translation, and Wikipedia not working in the Snap package" msgstr "" "Corrigido dicionário, tradução e a Wikipédia, que não funcionam no pacote " "Snap" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:195 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:356 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:379 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:361 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 msgid "New features:" msgstr "Novos recursos:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:197 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 msgid "New and improved icon" msgstr "Ícone novo e aprimorado" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:198 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:203 msgid "Option to disable turn page on tap" msgstr "Opção para desativar a alternação de página ao tocar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:199 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 msgid "A menu on the welcome screen for opening recent files" msgstr "Um menu na tela de boas-vindas para abrir arquivos recentes" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:205 msgid "Restored shortcuts for showing ToC, annotations, and bookmarks" msgstr "Usa a barra lateral para exibir o índice, anotações e marcadores" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:209 msgid "Fixed application not translated" msgstr "Corrigida aplicação não traduzida" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:210 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 msgid "Interface:" msgstr "Interface:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:212 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 msgid "A redesigned interface that works better for smaller screens" msgstr "Uma interface redesenhada que funciona melhor em telas menores" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:213 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 msgid "Improved fullscreen mode with an overlaid headerbar" msgstr "Modo de tela cheia aprimorado com uma barra de cabeçalho sobreposta" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:214 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 msgid "" "The headerbar and the progress bar now auto-hide, for a distraction-free " "reading experience" @@ -3469,7 +3473,7 @@ msgstr "" "As barras de cabeçalho e de progresso agora são ocultadas automaticamente, " "para uma experiência de leitura sem distrações" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 msgid "" "Various location information, as well as a clock, can now be displayed in " "the footer" @@ -3477,7 +3481,7 @@ msgstr "" "Várias informações de localização, bem como um relógio, agora podem ser " "exibidas no rodapé" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:216 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 msgid "" "A new location popover (Ctrl + L) that shows reading time estimates and " "allows skipping to locations" @@ -3485,7 +3489,7 @@ msgstr "" "Uma nova janela suspensa (Ctrl + L) que mostra estimativas de tempo de " "leitura e permite pular para determinado local" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 msgid "" "E-reader style navigation: go to the previous or next page by tapping on the " "left or right part of the view; tap on the middle to toggle header bar and " @@ -3495,22 +3499,22 @@ msgstr "" "na parte esquerda ou direita da visualização; toque no meio para alternar " "entre as barras de cabeçalho e a de progresso" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:223 msgid "Annotations, bookmarks, and find results now show chapter titles" msgstr "" "As anotações, favoritos e os resultados encontrados agora mostram os títulos " "de capítulos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 msgid "When looking up words in dictionaries, the query can now be edited" msgstr "Ao procurar palavras em dicionários, a consulta agora pode ser editada" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:225 msgid "New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)" msgstr "" "Novo atalho para visualizar metadados (Ctrl + I) e preferências (Ctrl + ,)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 msgid "" "A new traditional menubar, which may be displayed depending on the desktop " "environment" @@ -3518,7 +3522,7 @@ msgstr "" "Uma nova barra de menus tradicional, que pode ser exibida dependendo do " "ambiente desktop" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 msgid "" "Option to use a traditional titlebar and menubar instead of a headerbar " "(experimental)" @@ -3526,78 +3530,78 @@ msgstr "" "Opção para usar uma barra de título e de menus tradicionais em vez de uma " "barra de cabeçalho (experimental)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 msgid "Reading:" msgstr "Leitura:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 msgid "Continuous scrolling layout" msgstr "Layout de rolagem contínua" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 msgid "" "Option to show decorative shadows that mimic the appearance of a real book" msgstr "" "Opção para mostrar sombras decorativas que imitam a aparência de um livro " "real" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:228 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:233 msgid "Ability to zoom in and zoom out" msgstr "Capacidade de ampliar e diminuir o zoom" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 msgid "Improved image viewer with \"save as\" option" msgstr "Visualizador de imagens aprimorado com a opção \"Salvar como\"" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:230 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:235 msgid "Open copies of a book in new windows (Ctrl + N)" msgstr "Abrir cópias de um livro em novas janelas (Ctrl + N)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 msgid "Reload book (Ctrl + R)" msgstr "Recarregar livro (Ctrl + R)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 msgid "New built-in themes: Gray, Solarized, Gruvbox, Nord" msgstr "Novos temas incorporados: Cinza, Solarizado, Gruvbox, Nord" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:239 msgid "Text selection:" msgstr "Seleção de texto:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:241 msgid "Ability to select text across pages" msgstr "Capacidade de selecionar texto nas páginas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 msgid "Find selected text in book" msgstr "Encontrar texto selecionado no livro" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:238 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 msgid "Speak selected text or from the selected locatio" msgstr "Falar o texto selecionado ou a partir do local selecionado" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:240 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:245 msgid "Annotations:" msgstr "Anotações:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:247 msgid "Spellcheck notes" msgstr "Notas de verificação ortográfica" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 msgid "Export annotations to Markdown" msgstr "Exportar anotações para Markdown" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:244 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 msgid "Options to use custom colors for highlights" msgstr "Opções para usar cores personalizadas para realces" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:246 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 msgid "For publishers and developers:" msgstr "Para editores e desenvolvedores:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 msgid "" "Support for Apple Books theme attribute, which allows books to detect themes " "without JavaScript" @@ -3605,193 +3609,193 @@ msgstr "" "Suporte ao atributo de tema Apple Books, que permite que os livros detectem " "temas sem JavaScript" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 msgid "WebKit's developer tools can be enabled" msgstr "As ferramentas de desenvolvedor WebKit podem ser ativadas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:256 msgid "Breaking changes:" msgstr "Alterações recentes:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:258 msgid "The settings schemas has been reorganized" msgstr "Os esquemas de configurações foram reorganizados" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 msgid "The format for custom themes has changed" msgstr "O formato para temas personalizados foi alterado" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:255 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 msgid "Locations are now 1024 characters in size" msgstr "Os locais agora possuem 1024 caracteres de tamamho" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:257 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 msgid "Bug fixes:" msgstr "Correções de bugs:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:264 msgid "Fixed not restoring exact last location" msgstr "Corrigida a não restauração do último local exati" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:265 msgid "Fixed navigation not working with scrolled layout" msgstr "Corrigida a navegação que não funcionava no layout de rolagem" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:261 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:266 msgid "Fixed font size not changing when the book uses absolute-size keywords" msgstr "" "Corrigido o tamanho da fonte que não muda quando o livro usa palavras-chave " "de tamanho absoluto" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:267 msgid "Fixed text cut off at margin edge" msgstr "Corrigido texto cortado nas margens" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:263 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:268 msgid "Fixed unable to open books with \"#\" or \"?\" in the file name" msgstr "" "Corrigida a incapacidade de abrir livros com \"#\" ou \"?\" no nome do " "arquivo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:271 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:276 msgid "" "Fixed Flatpak version not being able to open .mobi, .azw, and .azw3 files" msgstr "" "Corrigida a versão do Flatpak que não abria arquivos .mobi, .azw e .azw3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:272 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:277 msgid "Improved Wiktionary lookup, now with links and example sentences" msgstr "" "Melhorada a pesquisa no Wiktionary, agora com links e setenças de exemplo" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:273 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:278 msgid "Improved popover footnote extraction and formatting" msgstr "Melhorada a formatação e extração de nota de rodapé do popover" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:279 msgid "Added option to export annotations to BibTeX" msgstr "Adicionada opção de exportação de anotações para o BibTex" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:282 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:287 msgid "Fixed table of contents navigation not working with some books" msgstr "Corrigida a navegação do sumário que não funcionava em alguns livros" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:283 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:288 msgid "Fixed not being able to zoom images with Kindle books" msgstr "Corrigida a impossibilidade de ampliar imagens em livros Kindle" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:284 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:289 msgid "Fixed not being able to open books with .epub3 filename extension" msgstr "Corrigida a impossibilidade de abrir livros com a extensão .epub3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:290 msgid "Fixed temporary directory not being cleaned after closing" msgstr "Corrigido diretório temporário que não era limpo após o fechamento" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:293 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:298 msgid "Fixed F9 shortcut not working" msgstr "Corrigido o atalho F9 que não funcionava" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:294 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:329 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:299 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:334 msgid "Updated translations" msgstr "Traduções atualizadas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:302 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:307 msgid "External resources and JavaScript are now blocked by default" msgstr "Recursos externos e o JavaScript estão agora bloqueados por padrão" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:303 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:308 msgid "Basic text-to-speech support" msgstr "Suporte básico para texto-para-voz" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:304 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:309 msgid "Export annotations to HTML, plain text, or JSON" msgstr "Exportar anotações para HTML, texto simples ou JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:310 msgid "Support for viewing .mobi, .azw, and .azw3 files" msgstr "Suporte para visualização de arquivos .mobi, .azw e .azw3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:313 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 msgid "New alternative sidebar UI" msgstr "Nova interface da barra lateral alternativa" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:314 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 msgid "Lookup words in Wikipedia and offline dictionaries" msgstr "Pesquise palavras na Wikipédia e dicionários offline" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:315 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 msgid "Translate passages with Google Translate" msgstr "Traduzir trechos com o Google Tradutor" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:321 msgid "Configure default action when words are selected" msgstr "Configura a ação padrão quando palavras são selecionadas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:317 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:322 msgid "Experimental popup footnote support" msgstr "Suporte experimental a nota de rodapé em popup" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:323 msgid "Ability to find within only the current chapter" msgstr "Capacidade de encontrar apenas no capítulo atual" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:324 msgid "Fixed CPU spikes when left open" msgstr "Corrigido picos da CPU quando deixado aberto" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:325 msgid "Fixed highlights not rendering at the correct positions" msgstr "Corrigidos destaques não renderizados nas posições corretas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:328 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:333 msgid "Fixed crashing when opening files" msgstr "Corrigida a falha ao abrir arquivos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:337 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:342 msgid "Customize page margins and brightness" msgstr "Customiza margens de página e brilho" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:338 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:343 msgid "Tweak the theme colors, or add your own custom themes" msgstr "Ajuste as cores do tema ou adicione seus próprios temas personalizados" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:339 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:344 msgid "Ability to zoom and copy images" msgstr "Capacidade de ampliar e copiar imagens" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:345 msgid "Option to auto-hide cursor" msgstr "Opção de cursor automaticamente oculto" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:341 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:346 msgid "See reading time left by hovering over the reading progress slider" msgstr "" "Veja o tempo restante de leitura passando o cursor sobre o progresso da " "leitura" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:349 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:354 msgid "Fixed some books not rendering sometimes" msgstr "Corrigidos alguns livros que às vezes não renderizavam" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:350 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:355 msgid "Fixed images being too wide in some cases" msgstr "Corrigidas imagens grandes em alguns casos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:359 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 msgid "Option to switch between left and full justification" msgstr "Opção para alternar entre justificação à esquerda e completa" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:360 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:365 msgid "New layout option: single-column paginated view" msgstr "Nova opção de layout: visualização paginada de coluna única" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:362 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:367 msgid "Fixed:" msgstr "Corrigido:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:369 msgid "" "Generated locations are now stored in the cache directory rather than " "localStorage" @@ -3799,11 +3803,11 @@ msgstr "" "Localizações geradas agora são armazenadas no diretório cache ao invés do " "localStorage" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:372 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:377 msgid "Allow font size adjustment when using publisher fonts" msgstr "Permitir o ajuste do tamanho da fonte ao usar fontes da editora" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:373 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:378 msgid "" "Fixed reading progress slider not appearing after localStorage quota is " "exceeded" @@ -3811,39 +3815,39 @@ msgstr "" "Corrigido o controle deslizante de leitura que não aparece depois que a cota " "localStorage é excedida" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:381 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:386 msgid "Touchpad gestures and ability to scroll through pages" msgstr "Gestos do touchpad e capacidade de percorrer as páginas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:382 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 msgid "Fullscreen mode" msgstr "Modo tela cheia" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:383 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:388 msgid "Option to hide reading progress bar" msgstr "Opção de ocultar a barra de progresso" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 msgid "Option to disable dictionary" msgstr "Opção de desabilitar o dicionário" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:385 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 msgid "Option to use publisher font" msgstr "Opção de utilizar a fonte da editora" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:394 msgid "Restoring reading progress is now smooth and jank-free" msgstr "Restaurar o progresso da leitura agora é suave e sem travamento" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:395 msgid "Fixed custom styles not applying in some cases" msgstr "Corrigidos estilos personalizados que não se aplicavam em alguns casos" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:396 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 msgid "Fixed invalid AppData file" msgstr "Corrigido o arquivo AppData inválido" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:406 msgid "Initial release" msgstr "Lançamento inicial" diff --git a/po/ru.po b/po/ru.po index 659fa4bb..f67fba5e 100644 --- a/po/ru.po +++ b/po/ru.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.johnfactotum.Foliate\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-24 11:04+0800\n" +"POT-Creation-Date: 2021-03-24 14:29+0800\n" "PO-Revision-Date: \n" "Last-Translator: zluka \n" "Language-Team: \n" @@ -21,7 +21,7 @@ msgstr "" "%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "X-Generator: Poedit 2.3\n" -#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:739 +#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:740 #: src/main.js:209 src/window.js:1023 src/schemes.js:100 #: data/com.github.johnfactotum.Foliate.appdata.xml.in:6 msgid "Foliate" @@ -209,7 +209,7 @@ msgstr "" "Идентификатор импортированного файла не совпадает с идентификатором книги. " "Это может указывать на то, что аннотации не относятся к этой книге." -#: src/export.js:234 src/library.js:455 src/main.js:161 src/opds.js:229 +#: src/export.js:234 src/library.js:456 src/main.js:161 src/opds.js:229 #: src/opds.js:376 src/opds.js:1174 src/utils.js:772 src/window.js:593 #: src/ui/bookEditDialog.ui:10 src/ui/catalogWindow.ui:10 #: src/ui/exportWindow.ui:38 src/ui/importWindow.ui:10 @@ -229,28 +229,28 @@ msgstr "Ошибка" msgid "Could not import annotations." msgstr "Не удается импортировать примечания." -#: src/library.js:98 src/window.js:672 src/ui/bookBoxMenu.ui:13 +#: src/library.js:99 src/window.js:672 src/ui/bookBoxMenu.ui:13 #: src/ui/mainMenu.ui:612 msgid "About This Book" msgstr "Об этой книге" -#: src/library.js:132 +#: src/library.js:133 msgid "Choose File" msgstr "Выберите файл" -#: src/library.js:265 src/library.js:283 +#: src/library.js:266 src/library.js:284 msgid "Load more" msgstr "Загрузить ещё" -#: src/library.js:427 +#: src/library.js:428 msgid "File location unkown" msgstr "Расположение файла неизвестно" -#: src/library.js:428 +#: src/library.js:429 msgid "Choose the location of this file to open it." msgstr "Выберите расположение этого файла для открытия." -#: src/library.js:448 +#: src/library.js:449 #, javascript-format msgid "Are you sure you want to remove this book?" msgid_plural "Are you sure you want to remove the %d selected books?" @@ -258,19 +258,19 @@ msgstr[0] "Вы уверены что хотите удалить %d книгу? msgstr[1] "Вы уверены что хотите удалить %d книги?" msgstr[2] "Вы уверены что хотите удалить %d книг?" -#: src/library.js:450 +#: src/library.js:451 msgid "Reading progress, annotations, and bookmarks will be permanently lost." msgstr "" "Прогресс прочтения глав, примечания и закладки будут удалены без возможности " "восстановления." -#: src/library.js:456 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 +#: src/library.js:457 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 #: src/ui/bookBoxMenu.ui:44 src/ui/bookmarkRow.ui:44 #: src/ui/libraryWindow.ui:581 msgid "Remove" msgstr "Удалить" -#: src/library.js:578 +#: src/library.js:579 #, javascript-format msgid "%d selected" msgid_plural "%d selected" @@ -278,49 +278,49 @@ msgstr[0] "%d выбрана" msgstr[1] "%d выбраны" msgstr[2] "%d выбрано" -#: src/library.js:697 +#: src/library.js:698 msgid "Failed to add book" msgid_plural "Failed to add books" msgstr[0] "Не удалось добавить %d книгу" msgstr[1] "Не удалось добавить %d книги" msgstr[2] "Не удалось добавить %d книг" -#: src/library.js:699 +#: src/library.js:700 msgid "Could not add the following file:" msgid_plural "Could not add the following files:" msgstr[0] "Не удалось добавить %d файл:" msgstr[1] "Не удалось добавить %d файла:" msgstr[2] "Не удалось добавить %d файлов:" -#: src/library.js:771 +#: src/library.js:772 msgid "All" msgstr "Все" -#: src/library.js:774 src/ui/catalogWindow.ui:39 +#: src/library.js:775 src/ui/catalogWindow.ui:39 msgid "Title" msgstr "Заголовок" -#: src/library.js:775 src/schemes.js:257 +#: src/library.js:776 src/schemes.js:257 msgid "Author" msgstr "Автор" -#: src/library.js:776 src/properties.js:359 src/ui/propertyBox.ui:16 +#: src/library.js:777 src/properties.js:359 src/ui/propertyBox.ui:16 msgid "Tags" msgstr "Тэги" -#: src/library.js:777 src/ui/propertiesBox.ui:65 +#: src/library.js:778 src/ui/propertiesBox.ui:65 msgid "Description" msgstr "Описание" -#: src/library.js:778 src/properties.js:418 src/schemes.js:407 +#: src/library.js:779 src/properties.js:418 src/schemes.js:407 msgid "Publisher" msgstr "Издатель" -#: src/library.js:779 src/properties.js:438 src/ui/ttsDialog.ui:284 +#: src/library.js:780 src/properties.js:438 src/ui/ttsDialog.ui:284 msgid "Language" msgstr "Язык" -#: src/library.js:816 +#: src/library.js:817 msgid "Add Files" msgstr "Добавить файлы" @@ -872,7 +872,7 @@ msgid "Select some text to add annotations." msgstr "Выделите текст, чтобы добавить примечание." #: src/ui/contentsStack.ui:124 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:166 msgid "Annotations" msgstr "Примечания" @@ -1186,7 +1186,7 @@ msgid "Full Justification" msgstr "Выравнивание по ширине" #: src/ui/mainMenu.ui:518 src/ui/menuBar.ui:148 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:358 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:363 msgid "Auto-hyphenation" msgstr "Автоперенос" @@ -3110,242 +3110,246 @@ msgid "John Factotum" msgstr "Джон Фактотум" #: data/com.github.johnfactotum.Foliate.appdata.xml.in:49 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:64 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:123 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:269 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:291 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:300 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:311 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:326 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:335 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:370 +msgid "Fixed automatic layout" +msgstr "" + +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:128 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:296 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:331 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:375 msgid "Changes:" msgstr "Изменения:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:51 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 msgid "Added support for opening HTML files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:52 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 msgid "Consistent inner and outer margins" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:53 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 msgid "The automatic layout no longer supports 4 columns" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:59 msgid "Fixed long words overflowing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:55 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:60 #, fuzzy msgid "Fixed custom themes not saved across sessions" msgstr "Исправлена возможность добавлять свои стили" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:61 #, fuzzy msgid "Fixed shortcuts for key pads" msgstr "Исправлена неработающая клавиша F9" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:62 msgid "Fixed opening non-UTF-8 zipped FB2 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:63 #, fuzzy msgid "Fixed books not opening on GNOME 40" msgstr "Исправлен рендеринг некоторых книг" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:66 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:71 #, fuzzy msgid "Improved support for touch screens" msgstr "Улучшена поддержка вертикальных книг и книг справа-налево" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:67 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:72 msgid "OPDS credentials can now be remembered" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:68 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:73 msgid "Various fixes for GNOME 3.38" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:74 msgid "Fixed Wiktionary internal links" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:70 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:75 msgid "Added Basque, Korean, and Norwegian translations" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:76 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 #, fuzzy msgid "Fixed unable to open some EPUB files" msgstr "" "Исправлена невозможность открытия книг у которых имя содержит \"#\" или \"?\"" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 #, fuzzy msgid "Fixed unable to open Mobipocket files" msgstr "" "Исправлена невозможность открытия книг у которых имя содержит \"#\" или \"?\"" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:88 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 msgid "Improved metadata display" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:89 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 msgid "Improved FictionBook rendering" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:90 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 msgid "Improved UI for acquiring books from OPDS" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:96 #, fuzzy msgid "Fixed unique identifier extraction for EPUB files" msgstr "" "Исправлен уникальный идентификатор для файлов FictionBook (.fb2, .fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:92 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:97 msgid "Fixed missing window icon" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:98 msgid "Fixed TTS environment variables not set when using Flatpak" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:99 msgid "Fixed eSpeak NG voice not selected when testing TTS configuration" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:100 msgid "" "Fixed wrong “__ibooks_internal_theme” attribute when “Invert” is enabled" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:101 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 msgid "OPDS catalogs:" msgstr "Каталоги OPDS:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:103 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 msgid "Catalogs are now opened in the main library window" msgstr "Теперь каталоги открываются в основном окне библиотеки" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:104 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:109 msgid "View current location" msgstr "Показать текущее расположение" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:105 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 msgid "Go to catalog start page" msgstr "Перейти к начальному каталогу" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:111 msgid "Reload catalog" msgstr "Перезагрузить каталог" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:107 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 msgid "Add current feed to catalogs" msgstr "Добавить текущий канал к каталогам" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 msgid "HTTP authentication support" msgstr "Поддержка аутентификации HTTP" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 msgid "Other changes:" msgstr "Прочие изменения:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 msgid "" "Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files" msgstr "" "Исправлен уникальный идентификатор для файлов FictionBook (.fb2, .fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:118 msgid "Fixed newlines being ignored when copying text" msgstr "" "Исправлена ошибка при которой игнорировались переносы строки при копировании " "текста" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:114 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:119 msgid "“Turn page on tap” is now disabled in non-paginated layouts" msgstr "" "Опция \"Перелистывать страницы по нажатию\" теперь отключена для неразрывных " "представлений" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:120 msgid "Opening a book from the library view now closes the library window" msgstr "Открытие книги из библиотеки теперь закрывает окно библиотеки" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:116 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:121 msgid "Language and publication dates in metadata are now parsed and formatted" msgstr "Язык и дата публикации теперь парсятся и форматируются" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:122 msgid "Export annotations from the library view" msgstr "Экспортировать примечания из библиотеки" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:125 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:130 msgid "Fixed blurry book covers on HiDPI" msgstr "Исправлены размытые обложки книг на HiDPI" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:126 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:131 msgid "Fixed OPDS links to Standard Ebooks and Project Gutenberg" msgstr "" "Исправлены ссылки OPDS на стандартные электронные книги и Проект Гутенберга" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:127 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:132 msgid "Fixed wrong view icon on startup" msgstr "Исправлена неправильная иконка при запуске" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:133 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:138 msgid "Library:" msgstr "Библиотека:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:135 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:140 msgid "A library view showing recent books and reading progress" msgstr "Вид библиотеки, показывающее последние книги и прогресс чтения" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:136 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 msgid "Search books by metadata" msgstr "Поиск книг по их метаданным" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:137 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 msgid "E-book discovery with OPDS" msgstr "Электронная книга с OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:139 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 msgid "New supported formats:" msgstr "Новые поддерживаемые форматы:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 msgid "FictionBook (.fb2, .fb2.zip)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:147 msgid "Comic book archive (.cbr, .cbz, .cbt, .cb7)" msgstr "Архив comic book (.cbr, .cbz, .cbt, .cb7)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:143 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 msgid "Plain text (.txt)" msgstr "Текст (.txt)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 msgid "Unpacked EPUB files" msgstr "Распакованные файлы EPUB" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 msgid "Layout:" msgstr "Расположение:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 msgid "Option to set maximum page width" msgstr "Параметр для изменения максимальной ширины страницы" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 msgid "" "The \"Automatic\" layout will now show four columns when the page width is " "wide" @@ -3353,11 +3357,11 @@ msgstr "" "\"Автоматическое\" расположение теперь будет отображать четыре столбца при " "широкой ширине страницы" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 msgid "Image viewer:" msgstr "Просмоторщик изображений:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 msgid "" "Improved image viewer, with new shortcuts and the ability to rotate and " "invert images" @@ -3365,7 +3369,7 @@ msgstr "" "Улучшенный просмотрщик изображений с новыми сочетаниями клавиш и " "возможностью поворачивать и инвертировать изображения" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 msgid "" "Option to disable image viewer, or to open images on double, middle, or " "right click" @@ -3373,37 +3377,37 @@ msgstr "" "Возможность для отключения просмотрщика изображений или открытия изображения " "по двойному, среднему или правому щелчку" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 msgid "Text-to-speech:" msgstr "Озвучка текста:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 msgid "Improved text-to-speech configuration UI" msgstr "Улучшенный пользовательский интерфейс для настройки озвучки текста" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 msgid "Ability to set text-to-speech voice based on book language" msgstr "" "Возможность установить голос для озвучки текста основываясь на языке книги" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:168 msgid "Import annotations from JSON" msgstr "Импортировать примечания из JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 msgid "Search in annotations" msgstr "Поиск по примечания" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:165 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 msgid "Annotations are now sorted in the same order as they appear in the book" msgstr "" "Примечания теперь отсортированы в том же порядке что появляются в книге" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:167 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 msgid "Security:" msgstr "Безопасность:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 msgid "" "\"Allow Unsafe Content\" now only enables JavaScript; external content will " "no longer be loaded" @@ -3411,44 +3415,44 @@ msgstr "" "\"Разрешить небезопасный контент\" теперь только включает JavaScript; " "внешние данные не будут загруженны" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 msgid "WebKit processes are now sandboxed" msgstr "Процессы WebKit теперь изолированны в песочнице" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 msgid "Other featues and fixes:" msgstr "Другие улучшения и исправления:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 msgid "Improved support for vertical and right-to-left books" msgstr "Улучшена поддержка вертикальных книг и книг справа-налево" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 msgid "Support for StarDict dictionaries" msgstr "Поддержка словарей StarDict" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:176 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:181 msgid "Fixed current location not preserved when resizing" msgstr "" "Исправлена ошибка с не сохранением текущего местоположения при изменении " "размера" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:182 msgid "Fixed auto-hiding header bar under some themes" msgstr "" "Исправлено автоматическое скрытие панели заголовка под некоторыми темами" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:178 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:183 msgid "Command-line options for showing version and adding books to library" msgstr "" "Параметры командной строки для отображения версии и добавления книг в " "библиотеку" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:184 msgid "Option to clear or disable cache" msgstr "Параметр для очистки или выключения кеширования" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:185 msgid "" "When an HTML page contains invalid self-closing anchor tags, it is now " "parsed as XHTML" @@ -3456,63 +3460,63 @@ msgstr "" "Когда HTML-страница содержит недопустимые самозакрывающиеся теги привязки, " "теперь анализируется как XHTML" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:186 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:280 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:347 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:191 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:207 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:352 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:392 msgid "Fixes:" msgstr "Исправления:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:188 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:193 msgid "Fixed wrong version number" msgstr "Исправлен неправильный номер версии" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:189 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:194 msgid "" "Fixed dictionary, translation, and Wikipedia not working in the Snap package" msgstr "" "Исправлена ошибка: словарь, перевод и Википедия не работали в Snap пакете" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:195 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:356 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:379 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:361 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 msgid "New features:" msgstr "Новые функции:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:197 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 msgid "New and improved icon" msgstr "Новая улучшенная иконка" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:198 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:203 msgid "Option to disable turn page on tap" msgstr "Возможность отключить перелистывание по нажатию" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:199 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 msgid "A menu on the welcome screen for opening recent files" msgstr "Меню для открытия недавних файлов на экране приветствия" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:205 msgid "Restored shortcuts for showing ToC, annotations, and bookmarks" msgstr "Восстановлены ярлыки для отображения примечаний, закладок" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:209 msgid "Fixed application not translated" msgstr "Исправления перевода" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:210 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 msgid "Interface:" msgstr "Интерфейс:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:212 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 msgid "A redesigned interface that works better for smaller screens" msgstr "Редизайн интерфейса для лучшей работы на маленьких экранах" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:213 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 msgid "Improved fullscreen mode with an overlaid headerbar" msgstr "Улучшен полноэкранный режим" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:214 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 msgid "" "The headerbar and the progress bar now auto-hide, for a distraction-free " "reading experience" @@ -3520,7 +3524,7 @@ msgstr "" "Заголовок и полоска прогресса автоматически скрываются что не отвлекать от " "чтения" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 msgid "" "Various location information, as well as a clock, can now be displayed in " "the footer" @@ -3528,7 +3532,7 @@ msgstr "" "Различная дополнительная информация, например часы, может отображаться в " "футере" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:216 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 msgid "" "A new location popover (Ctrl + L) that shows reading time estimates and " "allows skipping to locations" @@ -3536,7 +3540,7 @@ msgstr "" "Новая всплывашка (Ctrl + L) которая показывает ожидаемое время прочтения и " "позволяет перемещаться между расположениями" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 msgid "" "E-reader style navigation: go to the previous or next page by tapping on the " "left or right part of the view; tap on the middle to toggle header bar and " @@ -3546,22 +3550,22 @@ msgstr "" "страницу нажмите на левую или правую часть экрана; нажатие на центральную " "часть переключает отображение заголовка и полоски прогресса" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:223 msgid "Annotations, bookmarks, and find results now show chapter titles" msgstr "" "Примечания, закладки и результаты поиска теперь отображают название главы" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 msgid "When looking up words in dictionaries, the query can now be edited" msgstr "При поиске слова в словаре запрос может быть отредактирован" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:225 msgid "New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)" msgstr "" "Новые горячие клавиши для показа метаинформации (Ctrl + I) и настроек (Ctrl " "+ ,)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 msgid "" "A new traditional menubar, which may be displayed depending on the desktop " "environment" @@ -3569,82 +3573,82 @@ msgstr "" "Новая дополнительная панель меню, которая может отображаться в зависимости " "от окружения рабочего стола" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 msgid "" "Option to use a traditional titlebar and menubar instead of a headerbar " "(experimental)" msgstr "Возможность использования традиционного заголовка и меню вместо шапки" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 msgid "Reading:" msgstr "Чтение:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 msgid "Continuous scrolling layout" msgstr "Непрерывный вид отображения" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 msgid "" "Option to show decorative shadows that mimic the appearance of a real book" msgstr "Декоративные тени для схожести с реальной книгой" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:228 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:233 msgid "Ability to zoom in and zoom out" msgstr "Возможность менять масштаб" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 msgid "Improved image viewer with \"save as\" option" msgstr "Улучшено отображение картинок с возможностью сохранения" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:230 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:235 msgid "Open copies of a book in new windows (Ctrl + N)" msgstr "Открыть копию книги в новом окне (Ctrl + N)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 msgid "Reload book (Ctrl + R)" msgstr "Перезагрузить книгу (Ctrl + R)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 msgid "New built-in themes: Gray, Solarized, Gruvbox, Nord" msgstr "Новые встроенные темы: Серая, Solarized, Gruvbox, Северная" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:239 msgid "Text selection:" msgstr "Выделение текста:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:241 msgid "Ability to select text across pages" msgstr "Возможность выделять текст между страницами" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 msgid "Find selected text in book" msgstr "Поиск по книге" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:238 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 msgid "Speak selected text or from the selected locatio" msgstr "Произнести выделенный текст или текст из выделенного расположения" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:240 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:245 msgid "Annotations:" msgstr "Примечания:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:247 msgid "Spellcheck notes" msgstr "Проверка орфографии в заметках" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 msgid "Export annotations to Markdown" msgstr "Экспортировать примечания в Markdown" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:244 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 msgid "Options to use custom colors for highlights" msgstr "Возможность использовать свои цвета для выделения" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:246 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 msgid "For publishers and developers:" msgstr "Для издателей и разработчиков:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 msgid "" "Support for Apple Books theme attribute, which allows books to detect themes " "without JavaScript" @@ -3652,188 +3656,188 @@ msgstr "" "Поддержка атрибута тем Apple Books, что позволяет книгам распознавать темы " "без JavaScript" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 msgid "WebKit's developer tools can be enabled" msgstr "Стали доступны средства разработчика WebKit" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:256 msgid "Breaking changes:" msgstr "Ломающие изменения:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:258 msgid "The settings schemas has been reorganized" msgstr "Реорганизована схема настроек" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 msgid "The format for custom themes has changed" msgstr "Формат пользовательских тем был изменён" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:255 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 msgid "Locations are now 1024 characters in size" msgstr "Расположения теперь имеют размер 1024 символов" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:257 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 msgid "Bug fixes:" msgstr "Исправления ошибок:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:264 msgid "Fixed not restoring exact last location" msgstr "Исправлено неправильное восстановление последней позиции" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:265 msgid "Fixed navigation not working with scrolled layout" msgstr "Исправлена навигация не работавшая в виде с прокруткой" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:261 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:266 msgid "Fixed font size not changing when the book uses absolute-size keywords" msgstr "" "Исправлено масштабирование шрифта в книгах использующих абсолютные размеры" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:267 msgid "Fixed text cut off at margin edge" msgstr "Исправлена обрезка текста на границе отступа" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:263 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:268 msgid "Fixed unable to open books with \"#\" or \"?\" in the file name" msgstr "" "Исправлена невозможность открытия книг у которых имя содержит \"#\" или \"?\"" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:271 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:276 msgid "" "Fixed Flatpak version not being able to open .mobi, .azw, and .azw3 files" msgstr "Flatpack версия не может открыть .mobi, .azw, и .azw3 файлы" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:272 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:277 msgid "Improved Wiktionary lookup, now with links and example sentences" msgstr "Улучшенный вики-поиск, теперь со ссылками и примерами" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:273 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:278 msgid "Improved popover footnote extraction and formatting" msgstr "Улучшенное форматирование и извлечение сносок" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:279 msgid "Added option to export annotations to BibTeX" msgstr "Добавлена опция для экспорта примечаний в BibTeX" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:282 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:287 msgid "Fixed table of contents navigation not working with some books" msgstr "Исправлена навигация по оглавлению не работавшая в некоторых книгах" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:283 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:288 msgid "Fixed not being able to zoom images with Kindle books" msgstr "Исправлено масштабирование картинок в Kindle книгах" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:284 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:289 msgid "Fixed not being able to open books with .epub3 filename extension" msgstr "Исправлена невозможность открытия книг с расширением .epub3" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:290 msgid "Fixed temporary directory not being cleaned after closing" msgstr "Исправлена очистка временной директории после закрытия" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:293 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:298 msgid "Fixed F9 shortcut not working" msgstr "Исправлена неработающая клавиша F9" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:294 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:329 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:299 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:334 msgid "Updated translations" msgstr "Обновлены переводы" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:302 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:307 msgid "External resources and JavaScript are now blocked by default" msgstr "Внешние ресурсы и Javascript теперь заблокированы по умолчанию" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:303 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:308 msgid "Basic text-to-speech support" msgstr "Базовая поддержка озвучки текста" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:304 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:309 msgid "Export annotations to HTML, plain text, or JSON" msgstr "Экспорт примечаний в HTML, текстовый формат или JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:310 msgid "Support for viewing .mobi, .azw, and .azw3 files" msgstr "Поддержка .mobi, .azw, и .azw3 форматов" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:313 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 msgid "New alternative sidebar UI" msgstr "Новый альтернативный интерфейс боковой панели" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:314 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 msgid "Lookup words in Wikipedia and offline dictionaries" msgstr "Ищите слова в Википедии и оффлайн-словарях" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:315 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 msgid "Translate passages with Google Translate" msgstr "Переводите предложения с Google Translate" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:321 msgid "Configure default action when words are selected" msgstr "Настроить действие по умолчанию когда выбрано несколько слов" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:317 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:322 msgid "Experimental popup footnote support" msgstr "Экспериментальная поддержка всплывающих сносок" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:323 msgid "Ability to find within only the current chapter" msgstr "Возможность искать только в текущей главе" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:324 msgid "Fixed CPU spikes when left open" msgstr "Исправлено потребление CPU" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:325 msgid "Fixed highlights not rendering at the correct positions" msgstr "Исправлен рендеринг выделений" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:328 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:333 msgid "Fixed crashing when opening files" msgstr "Исправлено падение при открытии файлов" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:337 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:342 msgid "Customize page margins and brightness" msgstr "Изменены отступы и яркость страницы" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:338 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:343 msgid "Tweak the theme colors, or add your own custom themes" msgstr "Настройте цветовую тему, или создайте свою собственную" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:339 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:344 msgid "Ability to zoom and copy images" msgstr "Возможность увеличивать и копировать изображения" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:345 msgid "Option to auto-hide cursor" msgstr "Возможность скрывать курсор" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:341 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:346 msgid "See reading time left by hovering over the reading progress slider" msgstr "" "Показать оставшееся время чтения при наведении курсора на строку прогресса" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:349 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:354 msgid "Fixed some books not rendering sometimes" msgstr "Исправлен рендеринг некоторых книг" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:350 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:355 msgid "Fixed images being too wide in some cases" msgstr "Исправлены слишком широкие изорбражения" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:359 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 msgid "Option to switch between left and full justification" msgstr "Возможность выравнивания слева или по ширине" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:360 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:365 msgid "New layout option: single-column paginated view" msgstr "Новый способ отображения: возможность просмотра по одной странице" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:362 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:367 msgid "Fixed:" msgstr "Исправления:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:369 msgid "" "Generated locations are now stored in the cache directory rather than " "localStorage" @@ -3841,49 +3845,49 @@ msgstr "" "Сгенерированные местоположения теперь хранятся в кеше директории а не в " "localStorage" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:372 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:377 msgid "Allow font size adjustment when using publisher fonts" msgstr "Возможность менять размер шрифта издателя" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:373 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:378 msgid "" "Fixed reading progress slider not appearing after localStorage quota is " "exceeded" msgstr "Исправлено исчезновение строки прогресса при переполнении localStorage" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:381 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:386 msgid "Touchpad gestures and ability to scroll through pages" msgstr "Жесты тачпада и возможность скроллить постранично" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:382 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 msgid "Fullscreen mode" msgstr "На весь экран" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:383 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:388 msgid "Option to hide reading progress bar" msgstr "Возможность скрыть ползунок навигации" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 msgid "Option to disable dictionary" msgstr "Возможность отключить словарь" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:385 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 msgid "Option to use publisher font" msgstr "Возможность использовать шрифт издателя" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:394 msgid "Restoring reading progress is now smooth and jank-free" msgstr "Переход к месту, где вы остановились в прошлый раз, стал более плавным" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:395 msgid "Fixed custom styles not applying in some cases" msgstr "Исправлена возможность добавлять свои стили" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:396 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 msgid "Fixed invalid AppData file" msgstr "Исправлен некорректный файл AppData" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:406 msgid "Initial release" msgstr "Начальный релиз" diff --git a/po/sv.po b/po/sv.po index 6fe99fce..0fc8f1e4 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.johnfactotum.Foliate\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-24 11:04+0800\n" +"POT-Creation-Date: 2021-03-24 14:29+0800\n" "PO-Revision-Date: 2020-12-09 22:25+0100\n" "Last-Translator: Jonatan Nyberg \n" "Language-Team: \n" @@ -18,7 +18,7 @@ msgstr "" "X-Generator: Poedit 2.4.2\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:739 +#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:740 #: src/main.js:209 src/window.js:1023 src/schemes.js:100 #: data/com.github.johnfactotum.Foliate.appdata.xml.in:6 msgid "Foliate" @@ -204,7 +204,7 @@ msgstr "" "Identifieraren för den importerade filen stämmer inte överens med bokens. " "Detta kan indikera att kommerntarerna inte tillhör den här boken." -#: src/export.js:234 src/library.js:455 src/main.js:161 src/opds.js:229 +#: src/export.js:234 src/library.js:456 src/main.js:161 src/opds.js:229 #: src/opds.js:376 src/opds.js:1174 src/utils.js:772 src/window.js:593 #: src/ui/bookEditDialog.ui:10 src/ui/catalogWindow.ui:10 #: src/ui/exportWindow.ui:38 src/ui/importWindow.ui:10 @@ -224,92 +224,92 @@ msgstr "Fel" msgid "Could not import annotations." msgstr "Det gick inte att importera anteckningar." -#: src/library.js:98 src/window.js:672 src/ui/bookBoxMenu.ui:13 +#: src/library.js:99 src/window.js:672 src/ui/bookBoxMenu.ui:13 #: src/ui/mainMenu.ui:612 msgid "About This Book" msgstr "Om denna bok" -#: src/library.js:132 +#: src/library.js:133 msgid "Choose File" msgstr "Välj fil" -#: src/library.js:265 src/library.js:283 +#: src/library.js:266 src/library.js:284 msgid "Load more" msgstr "Läs in mer" -#: src/library.js:427 +#: src/library.js:428 msgid "File location unkown" msgstr "Filplats okänd" -#: src/library.js:428 +#: src/library.js:429 msgid "Choose the location of this file to open it." msgstr "Välj platsen för den här filen för att öppna den." -#: src/library.js:448 +#: src/library.js:449 #, javascript-format msgid "Are you sure you want to remove this book?" msgid_plural "Are you sure you want to remove the %d selected books?" msgstr[0] "Är du säker på att du vill ta bort den här boken?" msgstr[1] "Är du säker på att du vill ta bort de %d valda böckerna?" -#: src/library.js:450 +#: src/library.js:451 msgid "Reading progress, annotations, and bookmarks will be permanently lost." msgstr "Läsframsteg, anteckningar och bokmärken kommer att förloras permanent." -#: src/library.js:456 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 +#: src/library.js:457 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 #: src/ui/bookBoxMenu.ui:44 src/ui/bookmarkRow.ui:44 #: src/ui/libraryWindow.ui:581 msgid "Remove" msgstr "Ta bort" -#: src/library.js:578 +#: src/library.js:579 #, javascript-format msgid "%d selected" msgid_plural "%d selected" msgstr[0] "%d vald" msgstr[1] "%d valda" -#: src/library.js:697 +#: src/library.js:698 msgid "Failed to add book" msgid_plural "Failed to add books" msgstr[0] "Det gick inte att lägga till bok" msgstr[1] "Det gick inte att lägga till böcker" -#: src/library.js:699 +#: src/library.js:700 msgid "Could not add the following file:" msgid_plural "Could not add the following files:" msgstr[0] "Det gick inte att lägga till följande fil:" msgstr[1] "Det gick inte att lägga till följande filer:" -#: src/library.js:771 +#: src/library.js:772 msgid "All" msgstr "Alla" -#: src/library.js:774 src/ui/catalogWindow.ui:39 +#: src/library.js:775 src/ui/catalogWindow.ui:39 msgid "Title" msgstr "Titel" -#: src/library.js:775 src/schemes.js:257 +#: src/library.js:776 src/schemes.js:257 msgid "Author" msgstr "Författare" -#: src/library.js:776 src/properties.js:359 src/ui/propertyBox.ui:16 +#: src/library.js:777 src/properties.js:359 src/ui/propertyBox.ui:16 msgid "Tags" msgstr "Taggar" -#: src/library.js:777 src/ui/propertiesBox.ui:65 +#: src/library.js:778 src/ui/propertiesBox.ui:65 msgid "Description" msgstr "Beskrivning" -#: src/library.js:778 src/properties.js:418 src/schemes.js:407 +#: src/library.js:779 src/properties.js:418 src/schemes.js:407 msgid "Publisher" msgstr "Förlag" -#: src/library.js:779 src/properties.js:438 src/ui/ttsDialog.ui:284 +#: src/library.js:780 src/properties.js:438 src/ui/ttsDialog.ui:284 msgid "Language" msgstr "Språk" -#: src/library.js:816 +#: src/library.js:817 msgid "Add Files" msgstr "Lägga till filer" @@ -852,7 +852,7 @@ msgid "Select some text to add annotations." msgstr "Välj lite text för att lägga till anteckningar." #: src/ui/contentsStack.ui:124 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:166 msgid "Annotations" msgstr "Anteckningar" @@ -1166,7 +1166,7 @@ msgid "Full Justification" msgstr "Fullständig justering" #: src/ui/mainMenu.ui:518 src/ui/menuBar.ui:148 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:358 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:363 msgid "Auto-hyphenation" msgstr "Automatisk avstavning" @@ -3050,245 +3050,249 @@ msgid "John Factotum" msgstr "John Factotum" #: data/com.github.johnfactotum.Foliate.appdata.xml.in:49 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:64 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:123 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:269 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:291 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:300 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:311 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:326 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:335 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:370 +msgid "Fixed automatic layout" +msgstr "" + +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:128 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:296 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:331 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:375 msgid "Changes:" msgstr "Ändringar:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:51 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 msgid "Added support for opening HTML files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:52 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 msgid "Consistent inner and outer margins" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:53 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 msgid "The automatic layout no longer supports 4 columns" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:59 msgid "Fixed long words overflowing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:55 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:60 #, fuzzy msgid "Fixed custom themes not saved across sessions" msgstr "Åtgärdat att anpassade stilar inte tillämpas i vissa fall" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:61 #, fuzzy msgid "Fixed shortcuts for key pads" msgstr "Åtgärdat att F9-kortkommandot inte fungerar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:62 msgid "Fixed opening non-UTF-8 zipped FB2 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:63 #, fuzzy msgid "Fixed books not opening on GNOME 40" msgstr "Åtgärdat att vissa böcker inte återges ibland" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:66 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:71 #, fuzzy msgid "Improved support for touch screens" msgstr "Förbättrat stöd för vertikala och höger till vänster böcker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:67 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:72 msgid "OPDS credentials can now be remembered" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:68 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:73 msgid "Various fixes for GNOME 3.38" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:74 msgid "Fixed Wiktionary internal links" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:70 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:75 msgid "Added Basque, Korean, and Norwegian translations" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:76 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 msgid "Fixed unable to open some EPUB files" msgstr "Åtgärdat att inte kunna öppna vissa EPUB-filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 msgid "Fixed unable to open Mobipocket files" msgstr "Åtgärdat att inte kunna öppna Mobipocket-filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:88 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 msgid "Improved metadata display" msgstr "Förbättrad visning av metadata" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:89 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 msgid "Improved FictionBook rendering" msgstr "Förbättrad rendering av FictionBook" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:90 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 msgid "Improved UI for acquiring books from OPDS" msgstr "Förbättrad användargränssnitt för att skaffa böcker från OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:96 msgid "Fixed unique identifier extraction for EPUB files" msgstr "Åtgärdat unika identifierarextraktion för EBUP-filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:92 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:97 msgid "Fixed missing window icon" msgstr "Åtgärdat saknad fönsterikon" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:98 msgid "Fixed TTS environment variables not set when using Flatpak" msgstr "" "Åtgärdat TTS-miljövariabler som inte ställs in vid användning av Flatpak" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:99 msgid "Fixed eSpeak NG voice not selected when testing TTS configuration" msgstr "" "Åtgärdat att eSpeak NG-röst inte är vald vid testning av TTS-konfiguration" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:100 msgid "" "Fixed wrong “__ibooks_internal_theme” attribute when “Invert” is enabled" msgstr "" "Åtgärdat fel \"__ibooks_internal_theme\" attribut när \"Invert\" är aktiverat" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:101 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 msgid "OPDS catalogs:" msgstr "OPDS-kataloger:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:103 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 msgid "Catalogs are now opened in the main library window" msgstr "Kataloger öppnas nu i huvudbibliotekets fönster" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:104 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:109 msgid "View current location" msgstr "Visa aktuell plats" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:105 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 msgid "Go to catalog start page" msgstr "Gå till katalogens startsida" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:111 msgid "Reload catalog" msgstr "Uppdatera katalogen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:107 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 msgid "Add current feed to catalogs" msgstr "Lägg till aktuellt flöde i katalogerna" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 msgid "HTTP authentication support" msgstr "HTTP-autentiseringsstöd" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 msgid "Other changes:" msgstr "Andra ändringar:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 msgid "" "Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files" msgstr "" "Åtgärdat unika identifierarextraktion för FictionBook (.fb2, .fb2.zip)-filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:118 msgid "Fixed newlines being ignored when copying text" msgstr "Åtgärdat att nya rader ignoreras vid kopiering av text" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:114 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:119 msgid "“Turn page on tap” is now disabled in non-paginated layouts" msgstr "\"Vänd sida vid tryck\" är nu inaktiverat i icke-sidnumrerade layouter" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:120 msgid "Opening a book from the library view now closes the library window" msgstr "Öppnande av en bok från biblioteksvyn stängs nu biblioteksfönstret" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:116 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:121 msgid "Language and publication dates in metadata are now parsed and formatted" msgstr "" "Språk och publiceringsdatum i metadata är nu analyserade och formaterade" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:122 msgid "Export annotations from the library view" msgstr "Exportera kommentarer från biblioteksvyn" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:125 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:130 msgid "Fixed blurry book covers on HiDPI" msgstr "Åtgärdat oskarpa bokomslag på HiDPI" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:126 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:131 msgid "Fixed OPDS links to Standard Ebooks and Project Gutenberg" msgstr "Åtgärdat OPDS-länkar till standardböcker och Project Gutenberg" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:127 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:132 msgid "Fixed wrong view icon on startup" msgstr "Åtdärdat felvyikon vid uppstart" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:133 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:138 msgid "Library:" msgstr "Bibliotek:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:135 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:140 msgid "A library view showing recent books and reading progress" msgstr "En biblioteksvy som visar senaste böcker och läsningens framsteg" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:136 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 msgid "Search books by metadata" msgstr "Sök i böcker efter metadata" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:137 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 msgid "E-book discovery with OPDS" msgstr "E-bokupptäckt med OPDS" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:139 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 msgid "New supported formats:" msgstr "Nya format som stöds:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 msgid "FictionBook (.fb2, .fb2.zip)" msgstr "FictionBook (.fb2, .fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:147 msgid "Comic book archive (.cbr, .cbz, .cbt, .cb7)" msgstr "Serietidningsarkiv (.cbr, .cbz, .cbt, .cb7)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:143 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 msgid "Plain text (.txt)" msgstr "Klartext (.txt)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 msgid "Unpacked EPUB files" msgstr "Uppackade EPUB-filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 msgid "Layout:" msgstr "Layout:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 msgid "Option to set maximum page width" msgstr "Alternativ för att ställa in maximal sidbredd" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 msgid "" "The \"Automatic\" layout will now show four columns when the page width is " "wide" msgstr "Layouten \"Automatisk\" visar nu fyra kolumner när sidbredden är bred" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 msgid "Image viewer:" msgstr "Bildvisare:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 msgid "" "Improved image viewer, with new shortcuts and the ability to rotate and " "invert images" @@ -3296,7 +3300,7 @@ msgstr "" "Förbättrad bildvisare, med nya kortkommandon och förmågan att rotera och " "invertera bilder" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 msgid "" "Option to disable image viewer, or to open images on double, middle, or " "right click" @@ -3304,35 +3308,35 @@ msgstr "" "Alternativ för att inaktivera bildvisaren eller att öppna bilder med " "dubbel-, mitten- eller högerklick" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 msgid "Text-to-speech:" msgstr "Text-till-tal:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 msgid "Improved text-to-speech configuration UI" msgstr "Förbättrat användargränssnitt för konfiguration av text till tal" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 msgid "Ability to set text-to-speech voice based on book language" msgstr "Möjlighet att ställa in text-till-tal-röst baserat på bokspråk" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:168 msgid "Import annotations from JSON" msgstr "Importera kommentarer från JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 msgid "Search in annotations" msgstr "Sök i kommentarer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:165 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 msgid "Annotations are now sorted in the same order as they appear in the book" msgstr "Kommentarer sorteras nu i samma ordning som de visas i boken" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:167 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 msgid "Security:" msgstr "Säkerhet:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 msgid "" "\"Allow Unsafe Content\" now only enables JavaScript; external content will " "no longer be loaded" @@ -3340,40 +3344,40 @@ msgstr "" "\"Tillåt osäkert innehåll\" aktiverar nu bara JavaScript; externt innehåll " "kommer inte längre att läsas in" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 msgid "WebKit processes are now sandboxed" msgstr "WebKit-processer är nu satta i sandlådaläge" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 msgid "Other featues and fixes:" msgstr "Andra funktioner och korrigeringar:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 msgid "Improved support for vertical and right-to-left books" msgstr "Förbättrat stöd för vertikala och höger till vänster böcker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 msgid "Support for StarDict dictionaries" msgstr "Stöd för StarDict-ordböcker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:176 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:181 msgid "Fixed current location not preserved when resizing" msgstr "Åtgärdade att aktuell plats inte bevaras vid storleksändring" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:182 msgid "Fixed auto-hiding header bar under some themes" msgstr "Åtgärdade automatisk döljande av rubrikfält under vissa teman" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:178 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:183 msgid "Command-line options for showing version and adding books to library" msgstr "" "Kommandoradsflaggor för att visa version och lägga till böcker i biblioteket" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:184 msgid "Option to clear or disable cache" msgstr "Alternativ för att rensa eller inaktivera cache" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:185 msgid "" "When an HTML page contains invalid self-closing anchor tags, it is now " "parsed as XHTML" @@ -3381,65 +3385,65 @@ msgstr "" "När en HTML-sida innehåller ogiltiga självstängande ankartaggar, har den nu " "analyserats som XHTML" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:186 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:280 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:347 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:191 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:207 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:352 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:392 msgid "Fixes:" msgstr "Åtgärder:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:188 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:193 msgid "Fixed wrong version number" msgstr "Åtgärdat felversionsnummer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:189 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:194 msgid "" "Fixed dictionary, translation, and Wikipedia not working in the Snap package" msgstr "" "Åtgärdade att ordbok, översättning och Wikipedia inte fungerar i Snap-paketet" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:195 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:356 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:379 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:361 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 msgid "New features:" msgstr "Nya funktioner:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:197 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 msgid "New and improved icon" msgstr "Ny och förbättrad ikon" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:198 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:203 msgid "Option to disable turn page on tap" msgstr "Alternativ att inaktivera vänd sida vid tryck" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:199 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 msgid "A menu on the welcome screen for opening recent files" msgstr "En meny på välkomstskärmen för att öppna nya filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:205 msgid "Restored shortcuts for showing ToC, annotations, and bookmarks" msgstr "" "Återställda kortkommandon för att visa innehållsföreteckning, kommentarer " "och bokmärken" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:209 msgid "Fixed application not translated" msgstr "Åtgärdat att applikationen inte översatts" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:210 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 msgid "Interface:" msgstr "Gränssnitt:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:212 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 msgid "A redesigned interface that works better for smaller screens" msgstr "Ett nytt gränssnitt som fungerar bättre för mindre skärmar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:213 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 msgid "Improved fullscreen mode with an overlaid headerbar" msgstr "Förbättrad helskärmsläge med en överlagrad rubrikrad" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:214 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 msgid "" "The headerbar and the progress bar now auto-hide, for a distraction-free " "reading experience" @@ -3447,13 +3451,13 @@ msgstr "" "Rubrikraden och förloppsindikatorn döljer sig nu automatiskt för en " "distraktionsfri läsupplevelse" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 msgid "" "Various location information, as well as a clock, can now be displayed in " "the footer" msgstr "Olika platsinformation samt en klocka kan nu visas i sidfoten" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:216 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 msgid "" "A new location popover (Ctrl + L) that shows reading time estimates and " "allows skipping to locations" @@ -3461,7 +3465,7 @@ msgstr "" "En ny flytande platsruta (Ctrl + L) som visar lästidsuppskattningar och gör " "det möjligt att hoppa till platser" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 msgid "" "E-reader style navigation: go to the previous or next page by tapping on the " "left or right part of the view; tap on the middle to toggle header bar and " @@ -3471,27 +3475,27 @@ msgstr "" "trycka på vänster eller höger del av vyn; tryck på mitten för att växla " "rubrikraden och förloppsindikatorn" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:223 msgid "Annotations, bookmarks, and find results now show chapter titles" msgstr "Kommentarer, bokmärken och hitta resultat visar nu kapiteltitlar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 msgid "When looking up words in dictionaries, the query can now be edited" msgstr "När du slår upp ord i ordböcker kan förfrågan nu redigeras" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:225 msgid "New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)" msgstr "" "Nytt kortkommando för visning av metadata (Ctrl + I) och inställningar (Ctrl " "+ ,)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 msgid "" "A new traditional menubar, which may be displayed depending on the desktop " "environment" msgstr "En ny traditionell menyrad, som kan visas beroende på skrivbordsmiljön" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 msgid "" "Option to use a traditional titlebar and menubar instead of a headerbar " "(experimental)" @@ -3499,77 +3503,77 @@ msgstr "" "Alternativ att använda en traditionell titelrad och menyrad istället för en " "rubrikrad (experimentell)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 msgid "Reading:" msgstr "Läser:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 msgid "Continuous scrolling layout" msgstr "Kontinuerlig rullningslayout" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 msgid "" "Option to show decorative shadows that mimic the appearance of a real book" msgstr "" "Alternativ att visa dekorativa skuggor som härmar utseendet på en riktig bok" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:228 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:233 msgid "Ability to zoom in and zoom out" msgstr "Möjlighet att zooma in och zooma ut" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 msgid "Improved image viewer with \"save as\" option" msgstr "Förbättrad bildvisare med alternativet \"spara som\"" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:230 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:235 msgid "Open copies of a book in new windows (Ctrl + N)" msgstr "Öppna kopior av en bok i nya fönster (Ctrl + N)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 msgid "Reload book (Ctrl + R)" msgstr "Läs om boken (Ctrl + R)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 msgid "New built-in themes: Gray, Solarized, Gruvbox, Nord" msgstr "Nya inbyggda teman: Grå, Solarized, Gruvbox, Nord" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:239 msgid "Text selection:" msgstr "Textmarkering:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:241 msgid "Ability to select text across pages" msgstr "Möjlighet att välja text mellan sidor" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 msgid "Find selected text in book" msgstr "Hitta vald text i book" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:238 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 msgid "Speak selected text or from the selected locatio" msgstr "Säg markerad text eller från den valda platsen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:240 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:245 msgid "Annotations:" msgstr "Kommentarer:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:247 msgid "Spellcheck notes" msgstr "Stavekontrollanteckningar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 msgid "Export annotations to Markdown" msgstr "Exportera kommentarer till Markdown" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:244 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 msgid "Options to use custom colors for highlights" msgstr "Alternativ för att använda anpassade färger för markeringar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:246 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 msgid "For publishers and developers:" msgstr "För utgivare och utvecklare:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 msgid "" "Support for Apple Books theme attribute, which allows books to detect themes " "without JavaScript" @@ -3577,201 +3581,201 @@ msgstr "" "Stöd för Apple Books-temaattribut, som gör det möjligt för böcker att " "upptäcka teman utan JavaScript" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 msgid "WebKit's developer tools can be enabled" msgstr "WebKits utvecklarverktyg kan aktiveras" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:256 msgid "Breaking changes:" msgstr "Stora förändringar:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:258 msgid "The settings schemas has been reorganized" msgstr "Inställningsschema har omorganiserats" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 msgid "The format for custom themes has changed" msgstr "Formatet för anpassade teman har ändrats" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:255 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 msgid "Locations are now 1024 characters in size" msgstr "Platserna är nu 1024 tecken i storlek" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:257 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 msgid "Bug fixes:" msgstr "Åtgärdade fel:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:264 msgid "Fixed not restoring exact last location" msgstr "Åtgärdat att exakt sista plats inte återställs" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:265 msgid "Fixed navigation not working with scrolled layout" msgstr "" "Åtgärdat att innehållsförteckningsnavigering inte fungerar med " "rullningslayout" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:261 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:266 msgid "Fixed font size not changing when the book uses absolute-size keywords" msgstr "" "Åtgärdat att teckenstorleken inte ändras när boken använder nyckelord i " "absolut storlek" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:267 msgid "Fixed text cut off at margin edge" msgstr "Åtgärdat att texten avskärs i marginalkanten" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:263 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:268 msgid "Fixed unable to open books with \"#\" or \"?\" in the file name" msgstr "Åtgärdat att inte kunna öppna böcker med \"#\" eller \"?\" i filnamnet" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:271 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:276 msgid "" "Fixed Flatpak version not being able to open .mobi, .azw, and .azw3 files" msgstr "" "Åtgärdat att Flatpak-versionen inte kan öppna .mobi-, .azw- och .azw3-filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:272 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:277 msgid "Improved Wiktionary lookup, now with links and example sentences" msgstr "Förbättrad Wiktionary-uppslagning, nu med länkar och exempelmeningar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:273 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:278 msgid "Improved popover footnote extraction and formatting" msgstr "Förbättrad fotnotsextraktion och -formatering i flytande ruta" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:279 msgid "Added option to export annotations to BibTeX" msgstr "Tillagt alternativ för att exportera kommentarer till BibTeX" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:282 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:287 msgid "Fixed table of contents navigation not working with some books" msgstr "" "Åtgärdat att innehållsförteckningsnavigering inte fungerar med vissa böcker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:283 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:288 msgid "Fixed not being able to zoom images with Kindle books" msgstr "Åtgärdat att inte kunna zooma bilder med Kindle-böcker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:284 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:289 msgid "Fixed not being able to open books with .epub3 filename extension" msgstr "Åtgärdat att inte kunna öppna böcker med .epub3-filnamnstillägg" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:290 msgid "Fixed temporary directory not being cleaned after closing" msgstr "Åtgärdat att tillfällig katalog inte rensas efter stängning" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:293 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:298 msgid "Fixed F9 shortcut not working" msgstr "Åtgärdat att F9-kortkommandot inte fungerar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:294 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:329 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:299 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:334 msgid "Updated translations" msgstr "Uppdaterade översättningar" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:302 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:307 msgid "External resources and JavaScript are now blocked by default" msgstr "Externa resurser och JavaScript blockeras nu som standard" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:303 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:308 msgid "Basic text-to-speech support" msgstr "Grundläggande text-till-tal-stöd" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:304 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:309 msgid "Export annotations to HTML, plain text, or JSON" msgstr "Exportera kommentarer till HTML, vanlig text eller JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:310 msgid "Support for viewing .mobi, .azw, and .azw3 files" msgstr "Stöd för visning av .mobi-, .azw- och .azw3-filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:313 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 msgid "New alternative sidebar UI" msgstr "Nytt alternativt sidofältsanvändargränssnitt" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:314 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 msgid "Lookup words in Wikipedia and offline dictionaries" msgstr "Slå upp ord i Wikipedia och frånkopplade ordböcker" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:315 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 msgid "Translate passages with Google Translate" msgstr "Översätt passager med Google Translate" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:321 msgid "Configure default action when words are selected" msgstr "Konfigurera standardåtgärd när ord är markerade" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:317 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:322 msgid "Experimental popup footnote support" msgstr "Experimentellt popup-fotnot stöd" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:323 msgid "Ability to find within only the current chapter" msgstr "Förmåga att hitta inom endast det aktuella kapitlet" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:324 msgid "Fixed CPU spikes when left open" msgstr "Åtgärdat CPU-toppar när lämnad öppen" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:325 msgid "Fixed highlights not rendering at the correct positions" msgstr "Åtgärdat att markeringar inte visas på rätt positioner" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:328 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:333 msgid "Fixed crashing when opening files" msgstr "Åtgärdat kraschar när man öppnar filer" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:337 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:342 msgid "Customize page margins and brightness" msgstr "Anpassa sidmarginaler och ljusstyrka" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:338 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:343 msgid "Tweak the theme colors, or add your own custom themes" msgstr "Justera temafärger, eller lägga till dina egna teman" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:339 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:344 msgid "Ability to zoom and copy images" msgstr "Möjlighet att zooma och kopiera bilder" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:345 msgid "Option to auto-hide cursor" msgstr "Alternativ att automatiskt dölja markören" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:341 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:346 msgid "See reading time left by hovering over the reading progress slider" msgstr "Se lästid kvar genom att sväva över reglaget för läsförlopp" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:349 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:354 msgid "Fixed some books not rendering sometimes" msgstr "Åtgärdat att vissa böcker inte återges ibland" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:350 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:355 msgid "Fixed images being too wide in some cases" msgstr "Åtgärdat att bilder är för breda i vissa fall" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:359 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 msgid "Option to switch between left and full justification" msgstr "Alternativ att växla mellan vänster och fullständig justering" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:360 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:365 msgid "New layout option: single-column paginated view" msgstr "Nytt layoutalternativ: siddelad vy med en kolumn" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:362 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:367 msgid "Fixed:" msgstr "Åtgärdat:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:369 msgid "" "Generated locations are now stored in the cache directory rather than " "localStorage" msgstr "Genererade platser lagras nu i cachekatalogen snarare än localStorage" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:372 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:377 msgid "Allow font size adjustment when using publisher fonts" msgstr "Tillåt justering av teckenstorlek när du använder förlagstypsnitt" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:373 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:378 msgid "" "Fixed reading progress slider not appearing after localStorage quota is " "exceeded" @@ -3779,39 +3783,39 @@ msgstr "" "Åtgärdat att läsförloppsreglaget inte visas efter att localStorage-kvot " "överskrids" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:381 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:386 msgid "Touchpad gestures and ability to scroll through pages" msgstr "Pekplattgester och förmåga att bläddra igenom sidor" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:382 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 msgid "Fullscreen mode" msgstr "Helskärmsläge" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:383 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:388 msgid "Option to hide reading progress bar" msgstr "Alternativ att dölja läsförloppsindikatorn" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 msgid "Option to disable dictionary" msgstr "Alternativ att inaktivera ordbok" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:385 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 msgid "Option to use publisher font" msgstr "Alternativ att använda förlagstypsnitt" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:394 msgid "Restoring reading progress is now smooth and jank-free" msgstr "Att återställa läsningsförlopp är nu smidigt och problemfritt" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:395 msgid "Fixed custom styles not applying in some cases" msgstr "Åtgärdat att anpassade stilar inte tillämpas i vissa fall" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:396 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 msgid "Fixed invalid AppData file" msgstr "Åtgärdat ogiltig AppData-fil" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:406 msgid "Initial release" msgstr "Första utgåvan" diff --git a/po/uk.po b/po/uk.po index 1f752dc3..9e8cd224 100644 --- a/po/uk.po +++ b/po/uk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-24 11:04+0800\n" +"POT-Creation-Date: 2021-03-24 14:29+0800\n" "PO-Revision-Date: 2020-07-08 15:09+0300\n" "Last-Translator: Anton Isachenko \n" "Language-Team: \n" @@ -20,7 +20,7 @@ msgstr "" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Poedit 2.3.1\n" -#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:739 +#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:740 #: src/main.js:209 src/window.js:1023 src/schemes.js:100 #: data/com.github.johnfactotum.Foliate.appdata.xml.in:6 msgid "Foliate" @@ -210,7 +210,7 @@ msgstr "" "Ідентифікатор імпортованого файлу не відповідає ідентифікатору книжки. Це " "може вказувати на те, що примітки не належать до цієї книги." -#: src/export.js:234 src/library.js:455 src/main.js:161 src/opds.js:229 +#: src/export.js:234 src/library.js:456 src/main.js:161 src/opds.js:229 #: src/opds.js:376 src/opds.js:1174 src/utils.js:772 src/window.js:593 #: src/ui/bookEditDialog.ui:10 src/ui/catalogWindow.ui:10 #: src/ui/exportWindow.ui:38 src/ui/importWindow.ui:10 @@ -230,28 +230,28 @@ msgstr "Помилка" msgid "Could not import annotations." msgstr "Не вдалося імпортувати примітки." -#: src/library.js:98 src/window.js:672 src/ui/bookBoxMenu.ui:13 +#: src/library.js:99 src/window.js:672 src/ui/bookBoxMenu.ui:13 #: src/ui/mainMenu.ui:612 msgid "About This Book" msgstr "Про цю книгу" -#: src/library.js:132 +#: src/library.js:133 msgid "Choose File" msgstr "Вибрати файл" -#: src/library.js:265 src/library.js:283 +#: src/library.js:266 src/library.js:284 msgid "Load more" msgstr "Завантажити ще" -#: src/library.js:427 +#: src/library.js:428 msgid "File location unkown" msgstr "Невідоме розташування файлу" -#: src/library.js:428 +#: src/library.js:429 msgid "Choose the location of this file to open it." msgstr "Виберіть розташування цього файлу, щоб відкрити його." -#: src/library.js:448 +#: src/library.js:449 #, javascript-format msgid "Are you sure you want to remove this book?" msgid_plural "Are you sure you want to remove the %d selected books?" @@ -260,17 +260,17 @@ msgstr[1] "Упевнені, що бажаєте вилучити вибрані msgstr[2] "Упевнені, що бажаєте вилучити вибраних %d книг?" msgstr[3] "Упевнені, що бажаєте вилучити вибрані %d книгу?" -#: src/library.js:450 +#: src/library.js:451 msgid "Reading progress, annotations, and bookmarks will be permanently lost." msgstr "Поступ читання, анотації, закладки буде втрачено безповоротно." -#: src/library.js:456 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 +#: src/library.js:457 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 #: src/ui/bookBoxMenu.ui:44 src/ui/bookmarkRow.ui:44 #: src/ui/libraryWindow.ui:581 msgid "Remove" msgstr "Вилучити" -#: src/library.js:578 +#: src/library.js:579 #, javascript-format msgid "%d selected" msgid_plural "%d selected" @@ -279,7 +279,7 @@ msgstr[1] "%d вибрано" msgstr[2] "%d вибрано" msgstr[3] "%d вибрано" -#: src/library.js:697 +#: src/library.js:698 msgid "Failed to add book" msgid_plural "Failed to add books" msgstr[0] "Не вдалося додати книгу" @@ -287,7 +287,7 @@ msgstr[1] "Не вдалося додати книги" msgstr[2] "Не вдалося додати книги" msgstr[3] "Не вдалося додати книги" -#: src/library.js:699 +#: src/library.js:700 msgid "Could not add the following file:" msgid_plural "Could not add the following files:" msgstr[0] "Неможливо додати наступний файл:" @@ -295,35 +295,35 @@ msgstr[1] "Неможливо додати наступні файли:" msgstr[2] "Неможливо додати наступні файли:" msgstr[3] "Неможливо додати такі файли:" -#: src/library.js:771 +#: src/library.js:772 msgid "All" msgstr "Все" -#: src/library.js:774 src/ui/catalogWindow.ui:39 +#: src/library.js:775 src/ui/catalogWindow.ui:39 msgid "Title" msgstr "Назва" -#: src/library.js:775 src/schemes.js:257 +#: src/library.js:776 src/schemes.js:257 msgid "Author" msgstr "Автор" -#: src/library.js:776 src/properties.js:359 src/ui/propertyBox.ui:16 +#: src/library.js:777 src/properties.js:359 src/ui/propertyBox.ui:16 msgid "Tags" msgstr "Мітки" -#: src/library.js:777 src/ui/propertiesBox.ui:65 +#: src/library.js:778 src/ui/propertiesBox.ui:65 msgid "Description" msgstr "Опис" -#: src/library.js:778 src/properties.js:418 src/schemes.js:407 +#: src/library.js:779 src/properties.js:418 src/schemes.js:407 msgid "Publisher" msgstr "Видавець" -#: src/library.js:779 src/properties.js:438 src/ui/ttsDialog.ui:284 +#: src/library.js:780 src/properties.js:438 src/ui/ttsDialog.ui:284 msgid "Language" msgstr "Мова" -#: src/library.js:816 +#: src/library.js:817 msgid "Add Files" msgstr "Додати файли" @@ -872,7 +872,7 @@ msgid "Select some text to add annotations." msgstr "Виберіть текст, щоб додати примітки." #: src/ui/contentsStack.ui:124 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:166 msgid "Annotations" msgstr "Примітки" @@ -1185,7 +1185,7 @@ msgid "Full Justification" msgstr "Повне вирівнювання" #: src/ui/mainMenu.ui:518 src/ui/menuBar.ui:148 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:358 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:363 msgid "Auto-hyphenation" msgstr "Автоматичне перенесення слів" @@ -3106,406 +3106,410 @@ msgid "John Factotum" msgstr "" #: data/com.github.johnfactotum.Foliate.appdata.xml.in:49 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:64 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:123 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:269 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:291 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:300 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:311 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:326 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:335 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:370 +msgid "Fixed automatic layout" +msgstr "" + +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:128 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:296 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:331 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:375 msgid "Changes:" msgstr "Зміни:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:51 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 msgid "Added support for opening HTML files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:52 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 msgid "Consistent inner and outer margins" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:53 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 msgid "The automatic layout no longer supports 4 columns" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:59 msgid "Fixed long words overflowing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:55 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:60 msgid "Fixed custom themes not saved across sessions" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:61 msgid "Fixed shortcuts for key pads" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:62 msgid "Fixed opening non-UTF-8 zipped FB2 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:63 msgid "Fixed books not opening on GNOME 40" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:66 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:71 msgid "Improved support for touch screens" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:67 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:72 msgid "OPDS credentials can now be remembered" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:68 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:73 msgid "Various fixes for GNOME 3.38" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:74 msgid "Fixed Wiktionary internal links" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:70 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:75 msgid "Added Basque, Korean, and Norwegian translations" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:76 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 msgid "Fixed unable to open some EPUB files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 msgid "Fixed unable to open Mobipocket files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:88 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 msgid "Improved metadata display" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:89 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 msgid "Improved FictionBook rendering" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:90 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 msgid "Improved UI for acquiring books from OPDS" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:96 msgid "Fixed unique identifier extraction for EPUB files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:92 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:97 msgid "Fixed missing window icon" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:98 msgid "Fixed TTS environment variables not set when using Flatpak" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:99 msgid "Fixed eSpeak NG voice not selected when testing TTS configuration" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:100 msgid "" "Fixed wrong “__ibooks_internal_theme” attribute when “Invert” is enabled" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:101 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 msgid "OPDS catalogs:" msgstr "Каталоги OPDS:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:103 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 msgid "Catalogs are now opened in the main library window" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:104 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:109 msgid "View current location" msgstr "Показати теперішнє розташування" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:105 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 #, fuzzy msgid "Go to catalog start page" msgstr "Перевернути сторінку" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:111 msgid "Reload catalog" msgstr "Оновити каталог" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:107 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 #, fuzzy msgid "Add current feed to catalogs" msgstr "Відкрити каталог" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 #, fuzzy msgid "HTTP authentication support" msgstr "Потрібна автентифікація" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 #, fuzzy msgid "Other changes:" msgstr "Зміни:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 msgid "" "Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:118 msgid "Fixed newlines being ignored when copying text" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:114 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:119 msgid "“Turn page on tap” is now disabled in non-paginated layouts" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:120 msgid "Opening a book from the library view now closes the library window" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:116 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:121 msgid "Language and publication dates in metadata are now parsed and formatted" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:122 #, fuzzy msgid "Export annotations from the library view" msgstr "Імпортувати анотації" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:125 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:130 msgid "Fixed blurry book covers on HiDPI" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:126 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:131 msgid "Fixed OPDS links to Standard Ebooks and Project Gutenberg" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:127 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:132 msgid "Fixed wrong view icon on startup" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:133 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:138 msgid "Library:" msgstr "Бібліотека:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:135 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:140 msgid "A library view showing recent books and reading progress" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:136 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 msgid "Search books by metadata" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:137 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 msgid "E-book discovery with OPDS" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:139 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 #, fuzzy msgid "New supported formats:" msgstr "Виберіть формат для експорту:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 msgid "FictionBook (.fb2, .fb2.zip)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:147 msgid "Comic book archive (.cbr, .cbz, .cbt, .cb7)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:143 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 #, fuzzy msgid "Plain text (.txt)" msgstr "Простий текст" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 msgid "Unpacked EPUB files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 msgid "Layout:" msgstr "Формат:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 #, fuzzy msgid "Option to set maximum page width" msgstr "Максимальна ширина сторінки" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 msgid "" "The \"Automatic\" layout will now show four columns when the page width is " "wide" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 #, fuzzy msgid "Image viewer:" msgstr "Інтерфейс" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 msgid "" "Improved image viewer, with new shortcuts and the ability to rotate and " "invert images" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 msgid "" "Option to disable image viewer, or to open images on double, middle, or " "right click" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 #, fuzzy msgid "Text-to-speech:" msgstr "Команда для синтезу мовлення" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 msgid "Improved text-to-speech configuration UI" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 msgid "Ability to set text-to-speech voice based on book language" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:168 msgid "Import annotations from JSON" msgstr "Імпортувати анотації з JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 msgid "Search in annotations" msgstr "Пошук в анотаціях" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:165 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 msgid "Annotations are now sorted in the same order as they appear in the book" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:167 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 msgid "Security:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 msgid "" "\"Allow Unsafe Content\" now only enables JavaScript; external content will " "no longer be loaded" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 msgid "WebKit processes are now sandboxed" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 msgid "Other featues and fixes:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 msgid "Improved support for vertical and right-to-left books" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 msgid "Support for StarDict dictionaries" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:176 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:181 msgid "Fixed current location not preserved when resizing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:182 msgid "Fixed auto-hiding header bar under some themes" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:178 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:183 msgid "Command-line options for showing version and adding books to library" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:184 #, fuzzy msgid "Option to clear or disable cache" msgstr "Перевертати сторінку торканням" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:185 msgid "" "When an HTML page contains invalid self-closing anchor tags, it is now " "parsed as XHTML" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:186 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:280 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:347 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:191 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:207 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:352 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:392 msgid "Fixes:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:188 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:193 msgid "Fixed wrong version number" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:189 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:194 msgid "" "Fixed dictionary, translation, and Wikipedia not working in the Snap package" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:195 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:356 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:379 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:361 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 msgid "New features:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:197 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 msgid "New and improved icon" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:198 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:203 #, fuzzy msgid "Option to disable turn page on tap" msgstr "Перевертати сторінку торканням" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:199 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 msgid "A menu on the welcome screen for opening recent files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:205 msgid "Restored shortcuts for showing ToC, annotations, and bookmarks" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:209 msgid "Fixed application not translated" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:210 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 #, fuzzy msgid "Interface:" msgstr "Інтерфейс" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:212 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 msgid "A redesigned interface that works better for smaller screens" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:213 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 msgid "Improved fullscreen mode with an overlaid headerbar" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:214 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 msgid "" "The headerbar and the progress bar now auto-hide, for a distraction-free " "reading experience" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 msgid "" "Various location information, as well as a clock, can now be displayed in " "the footer" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:216 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 msgid "" "A new location popover (Ctrl + L) that shows reading time estimates and " "allows skipping to locations" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 #, fuzzy msgid "" "E-reader style navigation: go to the previous or next page by tapping on the " @@ -3516,347 +3520,347 @@ msgstr "" "на ліву та праву частину сторінки; торкання на середину сторінку, щоб " "перемкнути заголовок та поступ" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:223 msgid "Annotations, bookmarks, and find results now show chapter titles" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 msgid "When looking up words in dictionaries, the query can now be edited" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:225 msgid "New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 msgid "" "A new traditional menubar, which may be displayed depending on the desktop " "environment" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 #, fuzzy msgid "" "Option to use a traditional titlebar and menubar instead of a headerbar " "(experimental)" msgstr "Якщо вказано, буде використано звичну смужку заголовку і панель меню" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 #, fuzzy msgid "Reading:" msgstr "Читання" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 msgid "Continuous scrolling layout" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 msgid "" "Option to show decorative shadows that mimic the appearance of a real book" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:228 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:233 msgid "Ability to zoom in and zoom out" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 msgid "Improved image viewer with \"save as\" option" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:230 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:235 msgid "Open copies of a book in new windows (Ctrl + N)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 msgid "Reload book (Ctrl + R)" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 msgid "New built-in themes: Gray, Solarized, Gruvbox, Nord" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:239 #, fuzzy msgid "Text selection:" msgstr "Команда для синтезу мовлення" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:241 msgid "Ability to select text across pages" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 #, fuzzy msgid "Find selected text in book" msgstr "Пошук в книзі" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:238 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 msgid "Speak selected text or from the selected locatio" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:240 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:245 msgid "Annotations:" msgstr "Анотації:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:247 msgid "Spellcheck notes" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 #, fuzzy msgid "Export annotations to Markdown" msgstr "Імпортувати анотації" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:244 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 msgid "Options to use custom colors for highlights" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:246 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 msgid "For publishers and developers:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 msgid "" "Support for Apple Books theme attribute, which allows books to detect themes " "without JavaScript" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 #, fuzzy msgid "WebKit's developer tools can be enabled" msgstr "Якщо вказано, вмикає розробницькі інструменти" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:256 msgid "Breaking changes:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:258 msgid "The settings schemas has been reorganized" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 msgid "The format for custom themes has changed" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:255 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 msgid "Locations are now 1024 characters in size" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:257 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 msgid "Bug fixes:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:264 msgid "Fixed not restoring exact last location" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:265 msgid "Fixed navigation not working with scrolled layout" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:261 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:266 msgid "Fixed font size not changing when the book uses absolute-size keywords" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:267 msgid "Fixed text cut off at margin edge" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:263 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:268 msgid "Fixed unable to open books with \"#\" or \"?\" in the file name" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:271 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:276 msgid "" "Fixed Flatpak version not being able to open .mobi, .azw, and .azw3 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:272 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:277 msgid "Improved Wiktionary lookup, now with links and example sentences" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:273 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:278 msgid "Improved popover footnote extraction and formatting" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:279 msgid "Added option to export annotations to BibTeX" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:282 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:287 msgid "Fixed table of contents navigation not working with some books" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:283 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:288 msgid "Fixed not being able to zoom images with Kindle books" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:284 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:289 msgid "Fixed not being able to open books with .epub3 filename extension" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:290 msgid "Fixed temporary directory not being cleaned after closing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:293 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:298 msgid "Fixed F9 shortcut not working" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:294 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:329 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:299 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:334 #, fuzzy msgid "Updated translations" msgstr "Цільова мова для перекладів" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:302 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:307 msgid "External resources and JavaScript are now blocked by default" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:303 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:308 #, fuzzy msgid "Basic text-to-speech support" msgstr "Команда для синтезу мовлення" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:304 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:309 #, fuzzy msgid "Export annotations to HTML, plain text, or JSON" msgstr "Імпортувати анотації" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:310 msgid "Support for viewing .mobi, .azw, and .azw3 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:313 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 msgid "New alternative sidebar UI" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:314 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 msgid "Lookup words in Wikipedia and offline dictionaries" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:315 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 #, fuzzy msgid "Translate passages with Google Translate" msgstr "Переклад через Google Translate" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:321 #, fuzzy msgid "Configure default action when words are selected" msgstr "Типова дія, коли вибираєте слово" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:317 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:322 msgid "Experimental popup footnote support" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:323 msgid "Ability to find within only the current chapter" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:324 msgid "Fixed CPU spikes when left open" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:325 msgid "Fixed highlights not rendering at the correct positions" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:328 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:333 msgid "Fixed crashing when opening files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:337 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:342 msgid "Customize page margins and brightness" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:338 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:343 msgid "Tweak the theme colors, or add your own custom themes" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:339 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:344 msgid "Ability to zoom and copy images" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:345 #, fuzzy msgid "Option to auto-hide cursor" msgstr "Автоматично ховати вказівник" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:341 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:346 msgid "See reading time left by hovering over the reading progress slider" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:349 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:354 msgid "Fixed some books not rendering sometimes" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:350 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:355 msgid "Fixed images being too wide in some cases" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:359 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 msgid "Option to switch between left and full justification" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:360 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:365 msgid "New layout option: single-column paginated view" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:362 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:367 msgid "Fixed:" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:369 msgid "" "Generated locations are now stored in the cache directory rather than " "localStorage" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:372 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:377 msgid "Allow font size adjustment when using publisher fonts" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:373 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:378 msgid "" "Fixed reading progress slider not appearing after localStorage quota is " "exceeded" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:381 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:386 msgid "Touchpad gestures and ability to scroll through pages" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:382 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 msgid "Fullscreen mode" msgstr "Повноекранний режим" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:383 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:388 #, fuzzy msgid "Option to hide reading progress bar" msgstr "Перевертати сторінку торканням" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 #, fuzzy msgid "Option to disable dictionary" msgstr "Перевертати сторінку торканням" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:385 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 #, fuzzy msgid "Option to use publisher font" msgstr "Вжити шрифт видавця" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:394 msgid "Restoring reading progress is now smooth and jank-free" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:395 msgid "Fixed custom styles not applying in some cases" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:396 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 msgid "Fixed invalid AppData file" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:406 msgid "Initial release" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 0d96a5ee..0eaa974b 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.johnfactotum.Foliate\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-24 11:04+0800\n" +"POT-Creation-Date: 2021-03-24 14:29+0800\n" "PO-Revision-Date: 2020-10-25 21:22+0800\n" "Last-Translator: Tranquilo Chan \n" "Language-Team: Chinese - China \n" @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0\n" "X-Generator: Gtranslator 3.36.0\n" -#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:739 +#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:740 #: src/main.js:209 src/window.js:1023 src/schemes.js:100 #: data/com.github.johnfactotum.Foliate.appdata.xml.in:6 msgid "Foliate" @@ -201,7 +201,7 @@ msgid "" "indicate that the annotations do not belong to this book." msgstr "导入文件的标识符与图书不符。可能是因为笔记不是这本书的。" -#: src/export.js:234 src/library.js:455 src/main.js:161 src/opds.js:229 +#: src/export.js:234 src/library.js:456 src/main.js:161 src/opds.js:229 #: src/opds.js:376 src/opds.js:1174 src/utils.js:772 src/window.js:593 #: src/ui/bookEditDialog.ui:10 src/ui/catalogWindow.ui:10 #: src/ui/exportWindow.ui:38 src/ui/importWindow.ui:10 @@ -221,88 +221,88 @@ msgstr "错误" msgid "Could not import annotations." msgstr "导入书签失败。" -#: src/library.js:98 src/window.js:672 src/ui/bookBoxMenu.ui:13 +#: src/library.js:99 src/window.js:672 src/ui/bookBoxMenu.ui:13 #: src/ui/mainMenu.ui:612 msgid "About This Book" msgstr "关于此书" -#: src/library.js:132 +#: src/library.js:133 msgid "Choose File" msgstr "选取文件" -#: src/library.js:265 src/library.js:283 +#: src/library.js:266 src/library.js:284 msgid "Load more" msgstr "加载更多" -#: src/library.js:427 +#: src/library.js:428 msgid "File location unkown" msgstr "未知的文件位置" -#: src/library.js:428 +#: src/library.js:429 msgid "Choose the location of this file to open it." msgstr "选择文件的位置以打开它。" -#: src/library.js:448 +#: src/library.js:449 #, javascript-format msgid "Are you sure you want to remove this book?" msgid_plural "Are you sure you want to remove the %d selected books?" msgstr[0] "你确定要删除这 %d 本书吗?" -#: src/library.js:450 +#: src/library.js:451 msgid "Reading progress, annotations, and bookmarks will be permanently lost." msgstr "阅读进度、笔记和书签都将永远丢失。" -#: src/library.js:456 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 +#: src/library.js:457 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 #: src/ui/bookBoxMenu.ui:44 src/ui/bookmarkRow.ui:44 #: src/ui/libraryWindow.ui:581 msgid "Remove" msgstr "删除" -#: src/library.js:578 +#: src/library.js:579 #, javascript-format msgid "%d selected" msgid_plural "%d selected" msgstr[0] "选中了 %d 项" -#: src/library.js:697 +#: src/library.js:698 msgid "Failed to add book" msgid_plural "Failed to add books" msgstr[0] "无法添加图书" -#: src/library.js:699 +#: src/library.js:700 msgid "Could not add the following file:" msgid_plural "Could not add the following files:" msgstr[0] "无法添加以下文件:" -#: src/library.js:771 +#: src/library.js:772 msgid "All" msgstr "全部" -#: src/library.js:774 src/ui/catalogWindow.ui:39 +#: src/library.js:775 src/ui/catalogWindow.ui:39 msgid "Title" msgstr "标题" -#: src/library.js:775 src/schemes.js:257 +#: src/library.js:776 src/schemes.js:257 msgid "Author" msgstr "作者" -#: src/library.js:776 src/properties.js:359 src/ui/propertyBox.ui:16 +#: src/library.js:777 src/properties.js:359 src/ui/propertyBox.ui:16 msgid "Tags" msgstr "标签" -#: src/library.js:777 src/ui/propertiesBox.ui:65 +#: src/library.js:778 src/ui/propertiesBox.ui:65 msgid "Description" msgstr "描述" -#: src/library.js:778 src/properties.js:418 src/schemes.js:407 +#: src/library.js:779 src/properties.js:418 src/schemes.js:407 msgid "Publisher" msgstr "出版社" -#: src/library.js:779 src/properties.js:438 src/ui/ttsDialog.ui:284 +#: src/library.js:780 src/properties.js:438 src/ui/ttsDialog.ui:284 msgid "Language" msgstr "语言" -#: src/library.js:816 +#: src/library.js:817 msgid "Add Files" msgstr "添加文件" @@ -845,7 +845,7 @@ msgid "Select some text to add annotations." msgstr "选中文本以添加笔记。" #: src/ui/contentsStack.ui:124 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:166 msgid "Annotations" msgstr "笔记" @@ -1155,7 +1155,7 @@ msgid "Full Justification" msgstr "左右对齐" #: src/ui/mainMenu.ui:518 src/ui/menuBar.ui:148 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:358 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:363 msgid "Auto-hyphenation" msgstr "自动断词" @@ -3040,397 +3040,401 @@ msgid "John Factotum" msgstr "John Factotum" #: data/com.github.johnfactotum.Foliate.appdata.xml.in:49 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:64 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:123 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:269 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:291 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:300 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:311 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:326 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:335 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:370 +msgid "Fixed automatic layout" +msgstr "" + +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:128 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:296 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:331 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:375 msgid "Changes:" msgstr "改进:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:51 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 msgid "Added support for opening HTML files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:52 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 msgid "Consistent inner and outer margins" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:53 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 msgid "The automatic layout no longer supports 4 columns" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:59 msgid "Fixed long words overflowing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:55 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:60 #, fuzzy msgid "Fixed custom themes not saved across sessions" msgstr "修复了偶尔不能应用自定义颜色的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:61 #, fuzzy msgid "Fixed shortcuts for key pads" msgstr "修复了快捷键 F9 没用的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:62 msgid "Fixed opening non-UTF-8 zipped FB2 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:63 #, fuzzy msgid "Fixed books not opening on GNOME 40" msgstr "修复了部分图书无法渲染的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:66 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:71 #, fuzzy msgid "Improved support for touch screens" msgstr "改进的对竖排及从左到右的书本的支持" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:67 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:72 msgid "OPDS credentials can now be remembered" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:68 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:73 msgid "Various fixes for GNOME 3.38" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:74 msgid "Fixed Wiktionary internal links" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:70 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:75 msgid "Added Basque, Korean, and Norwegian translations" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:76 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 msgid "Fixed unable to open some EPUB files" msgstr "修复了无法打开部分 EPUB 文件的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 msgid "Fixed unable to open Mobipocket files" msgstr "修复了无法打开 Mobi 文件的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:88 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 msgid "Improved metadata display" msgstr "改进的元数据展示" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:89 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 msgid "Improved FictionBook rendering" msgstr "改进的 FB 格式的渲染" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:90 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 msgid "Improved UI for acquiring books from OPDS" msgstr "改进的用于 OPDS 下载图书的UI" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:96 msgid "Fixed unique identifier extraction for EPUB files" msgstr "修复了 EPUB 格式唯一标识符提取的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:92 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:97 msgid "Fixed missing window icon" msgstr "修复了错误的窗口图标" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:98 msgid "Fixed TTS environment variables not set when using Flatpak" msgstr "修复了 Flatpak 下文字转语音的环境变量未设置的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:99 msgid "Fixed eSpeak NG voice not selected when testing TTS configuration" msgstr "修复了测试文字转语音时, eSpeak NG 声音文件不被选中的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:100 msgid "" "Fixed wrong “__ibooks_internal_theme” attribute when “Invert” is enabled" msgstr "修复了“反转色“开启时 “__ibooks_internal_theme” 属性错误的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:101 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 msgid "OPDS catalogs:" msgstr "OPDS 图书列表:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:103 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 msgid "Catalogs are now opened in the main library window" msgstr "图书列表现在在书库主窗口打开" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:104 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:109 msgid "View current location" msgstr "查看当前位置" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:105 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 msgid "Go to catalog start page" msgstr "转到图书列表开始" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:111 msgid "Reload catalog" msgstr "刷新图书列表" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:107 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 msgid "Add current feed to catalogs" msgstr "添加图书源到列表" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 msgid "HTTP authentication support" msgstr "支持 HTTP 认证" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 msgid "Other changes:" msgstr "其它改进:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 msgid "" "Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files" msgstr "修复了FB格式(.fb2, .fb2.zip)标识符提取的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:118 msgid "Fixed newlines being ignored when copying text" msgstr "修复了复制文本时忽略换行符的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:114 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:119 msgid "“Turn page on tap” is now disabled in non-paginated layouts" msgstr "“点击翻页”现在在非分页布局下禁用" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:120 msgid "Opening a book from the library view now closes the library window" msgstr "从书库视图打开图书现在会关闭书库窗口" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:116 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:121 msgid "Language and publication dates in metadata are now parsed and formatted" msgstr "元数据中的语言和出版日期现在将被解析和格式化" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:122 msgid "Export annotations from the library view" msgstr "从书库视图导出笔记" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:125 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:130 msgid "Fixed blurry book covers on HiDPI" msgstr "修复了 HiDPI 上书本模糊的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:126 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:131 msgid "Fixed OPDS links to Standard Ebooks and Project Gutenberg" msgstr "修复了 Standard Ebooks 和古腾堡计划的 OPDS 链接" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:127 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:132 msgid "Fixed wrong view icon on startup" msgstr "修复了启动时错误的视图图标" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:133 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:138 msgid "Library:" msgstr "书库:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:135 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:140 msgid "A library view showing recent books and reading progress" msgstr "书库视图展示最近的图书及阅读进度" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:136 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 msgid "Search books by metadata" msgstr "用元数据搜索图书" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:137 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 msgid "E-book discovery with OPDS" msgstr "用 OPDS 发现电子书" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:139 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 msgid "New supported formats:" msgstr "新增支持格式:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 msgid "FictionBook (.fb2, .fb2.zip)" msgstr "FB格式 (.fb2, .fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:147 msgid "Comic book archive (.cbr, .cbz, .cbt, .cb7)" msgstr "漫画 (.cbr, .cbz, .cbt, .cb7)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:143 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 msgid "Plain text (.txt)" msgstr "纯文本 (.txt)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 msgid "Unpacked EPUB files" msgstr "已解压的 EPUB 文件" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 msgid "Layout:" msgstr "布局:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 msgid "Option to set maximum page width" msgstr "支持设置页面最大宽度" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 msgid "" "The \"Automatic\" layout will now show four columns when the page width is " "wide" msgstr "页面宽度为宽时,\"自动\"布局将显示四栏" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 msgid "Image viewer:" msgstr "图像查看器:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 msgid "" "Improved image viewer, with new shortcuts and the ability to rotate and " "invert images" msgstr "改进的图片查看器,支持快捷键旋转图片和反转颜色" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 msgid "" "Option to disable image viewer, or to open images on double, middle, or " "right click" msgstr "支持禁用图片查看器,支持使用鼠标双击、中键或右键来打开图片" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 msgid "Text-to-speech:" msgstr "文字转语音:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 msgid "Improved text-to-speech configuration UI" msgstr "改进的文字转语音设置界面" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 msgid "Ability to set text-to-speech voice based on book language" msgstr "支持基于图书语言设置文字转语音使用的声音" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:168 msgid "Import annotations from JSON" msgstr "从 JSON 导入书签" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 msgid "Search in annotations" msgstr "笔记中搜索" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:165 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 msgid "Annotations are now sorted in the same order as they appear in the book" msgstr "笔记现在以它们在书中出现的顺序存储" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:167 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 msgid "Security:" msgstr "安全:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 msgid "" "\"Allow Unsafe Content\" now only enables JavaScript; external content will " "no longer be loaded" msgstr "“允许不安全内容”现在只允许 JavaScipt,外部内容将不再会被加载" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 msgid "WebKit processes are now sandboxed" msgstr "WebKit 进程现在已沙盒化" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 msgid "Other featues and fixes:" msgstr "其它功能和修复:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 msgid "Improved support for vertical and right-to-left books" msgstr "改进的对竖排及从左到右的书本的支持" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 msgid "Support for StarDict dictionaries" msgstr "支持将星际译王作为词典" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:176 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:181 msgid "Fixed current location not preserved when resizing" msgstr "修复了当前位置在调整窗口大小时不被保存的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:182 msgid "Fixed auto-hiding header bar under some themes" msgstr "修复了某些主题下标题栏自动隐藏的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:178 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:183 msgid "Command-line options for showing version and adding books to library" msgstr "新增显示版本和向书库添加图书的命令行选项" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:184 msgid "Option to clear or disable cache" msgstr "支持清除和禁用缓存" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:185 msgid "" "When an HTML page contains invalid self-closing anchor tags, it is now " "parsed as XHTML" msgstr "当一个 HTML 页面包含无效的自关闭锚标记时,它现在被解析为 XHTML" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:186 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:280 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:347 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:191 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:207 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:352 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:392 msgid "Fixes:" msgstr "修复:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:188 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:193 msgid "Fixed wrong version number" msgstr "修正了错误的版本号" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:189 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:194 msgid "" "Fixed dictionary, translation, and Wikipedia not working in the Snap package" msgstr "修复了 snap 包中词典、翻译和维基百科不能使用的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:195 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:356 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:379 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:361 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 msgid "New features:" msgstr "新功能:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:197 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 msgid "New and improved icon" msgstr "改进的新图标" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:198 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:203 msgid "Option to disable turn page on tap" msgstr "支持禁用“点击翻页”" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:199 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 msgid "A menu on the welcome screen for opening recent files" msgstr "欢迎屏幕添加打开最近文件的菜单" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:205 msgid "Restored shortcuts for showing ToC, annotations, and bookmarks" msgstr "还原了用于显示目录、笔记和书签的快捷方式" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:209 msgid "Fixed application not translated" msgstr "修复了程序未被翻译的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:210 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 msgid "Interface:" msgstr "界面:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:212 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 msgid "A redesigned interface that works better for smaller screens" msgstr "重新设计了界面,以适配较小的屏幕" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:213 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 msgid "Improved fullscreen mode with an overlaid headerbar" msgstr "改进了全屏模式,加入了悬浮标题栏" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:214 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 msgid "" "The headerbar and the progress bar now auto-hide, for a distraction-free " "reading experience" msgstr "自动隐藏标题栏和进度条,以免打扰阅读" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 msgid "" "Various location information, as well as a clock, can now be displayed in " "the footer" msgstr "底栏可显示更多的位置信息和时钟" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:216 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 msgid "" "A new location popover (Ctrl + L) that shows reading time estimates and " "allows skipping to locations" msgstr "新的弹窗(Ctrl + L)显示预计阅读时间,可以跳转到书中位置" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 msgid "" "E-reader style navigation: go to the previous or next page by tapping on the " "left or right part of the view; tap on the middle to toggle header bar and " @@ -3439,332 +3443,332 @@ msgstr "" "电子阅读器风格的导航:点击页面左侧向上翻页,点击页面右侧向下翻页;点击页面中" "间显示标题栏和进度栏" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:223 msgid "Annotations, bookmarks, and find results now show chapter titles" msgstr "笔记、书签和搜索结果现在显示章节标题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 msgid "When looking up words in dictionaries, the query can now be edited" msgstr "查词典时,现在可以编辑查询内容" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:225 msgid "New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)" msgstr "新的快捷键:查看元数据(Ctrl + I)、查看偏好(Ctrl + ,)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 msgid "" "A new traditional menubar, which may be displayed depending on the desktop " "environment" msgstr "新的旧式菜单栏,依桌面环境而显示" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 msgid "" "Option to use a traditional titlebar and menubar instead of a headerbar " "(experimental)" msgstr "支持使用旧的标题栏和菜单栏(实验性)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 msgid "Reading:" msgstr "阅读:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 msgid "Continuous scrolling layout" msgstr "连续滑动功能" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 msgid "" "Option to show decorative shadows that mimic the appearance of a real book" msgstr "支持界面模仿纸质书" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:228 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:233 msgid "Ability to zoom in and zoom out" msgstr "可放大/缩小" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 msgid "Improved image viewer with \"save as\" option" msgstr "改进了在\"另存为\"时使用的图片查看器" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:230 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:235 msgid "Open copies of a book in new windows (Ctrl + N)" msgstr "在新窗口中打开副本 (Ctrl + N)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 msgid "Reload book (Ctrl + R)" msgstr "刷新图书 (Ctrl + R)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 msgid "New built-in themes: Gray, Solarized, Gruvbox, Nord" msgstr "新的预置主题:灰色,日光,Gruvbox 和深蓝色" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:239 msgid "Text selection:" msgstr "文本选择:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:241 msgid "Ability to select text across pages" msgstr "能够跨页选择文本" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 msgid "Find selected text in book" msgstr "在书中搜索选定文本" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:238 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 msgid "Speak selected text or from the selected locatio" msgstr "朗读选定文本" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:240 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:245 msgid "Annotations:" msgstr "笔记:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:247 msgid "Spellcheck notes" msgstr "拼写检查记录" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 msgid "Export annotations to Markdown" msgstr "以 Markdown 格式导出笔记" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:244 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 msgid "Options to use custom colors for highlights" msgstr "支持以自定义颜色高亮" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:246 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 msgid "For publishers and developers:" msgstr "对于出版社和开发者:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 msgid "" "Support for Apple Books theme attribute, which allows books to detect themes " "without JavaScript" msgstr "支持 Apple Books 的主题标签,即可以不使用 JavaScript 检测主题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 msgid "WebKit's developer tools can be enabled" msgstr "WebKit 开发者工具可用" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:256 msgid "Breaking changes:" msgstr "重大改进:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:258 msgid "The settings schemas has been reorganized" msgstr "重构了设置的 schemas" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 msgid "The format for custom themes has changed" msgstr "改变了自定义主题的格式" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:255 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 msgid "Locations are now 1024 characters in size" msgstr "位置现在最大支持1024位数字" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:257 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 msgid "Bug fixes:" msgstr "修复的 bug:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:264 msgid "Fixed not restoring exact last location" msgstr "修复了不能完全恢复上次阅读位置" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:265 msgid "Fixed navigation not working with scrolled layout" msgstr "修复了导航在滚动模式下无法工作" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:261 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:266 msgid "Fixed font size not changing when the book uses absolute-size keywords" msgstr "修复了图书使用绝对字体大小时不能调节字体大小" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:267 msgid "Fixed text cut off at margin edge" msgstr "修复了文本在缩进边缘丢失" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:263 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:268 msgid "Fixed unable to open books with \"#\" or \"?\" in the file name" msgstr "修复了无法打开文件名中含 \"#\" 或 \"?\"的图书" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:271 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:276 msgid "" "Fixed Flatpak version not being able to open .mobi, .azw, and .azw3 files" msgstr "修复了 Flatpak 版不能打开 mobi、azw 和 azw3 文件的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:272 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:277 msgid "Improved Wiktionary lookup, now with links and example sentences" msgstr "改进的维基词典搜索,现在带有链接和例句" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:273 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:278 msgid "Improved popover footnote extraction and formatting" msgstr "改进的脚笔记压和格式弹窗" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:279 msgid "Added option to export annotations to BibTeX" msgstr "支持导出笔记为 BibTeX" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:282 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:287 msgid "Fixed table of contents navigation not working with some books" msgstr "修复了目录导航在部分书中无法使用的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:283 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:288 msgid "Fixed not being able to zoom images with Kindle books" msgstr "修复了无法缩放 Kindle 电子书中的图片的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:284 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:289 msgid "Fixed not being able to open books with .epub3 filename extension" msgstr "修复了无法打开 .epub3 文件的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:290 msgid "Fixed temporary directory not being cleaned after closing" msgstr "修复了关闭时临时目录未清空的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:293 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:298 msgid "Fixed F9 shortcut not working" msgstr "修复了快捷键 F9 没用的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:294 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:329 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:299 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:334 msgid "Updated translations" msgstr "更新了翻译" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:302 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:307 msgid "External resources and JavaScript are now blocked by default" msgstr "外部内容和 JavaScript 现在默认禁用" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:303 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:308 msgid "Basic text-to-speech support" msgstr "基本的文字转语音支持" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:304 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:309 msgid "Export annotations to HTML, plain text, or JSON" msgstr "导出笔记到 HTML、纯文本或JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:310 msgid "Support for viewing .mobi, .azw, and .azw3 files" msgstr "支持查看mobi、azw和azw3文件" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:313 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 msgid "New alternative sidebar UI" msgstr "新的侧边栏" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:314 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 msgid "Lookup words in Wikipedia and offline dictionaries" msgstr "在维基词典和本地词典中搜索" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:315 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 msgid "Translate passages with Google Translate" msgstr "用 Google Translate 来翻译页面" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:321 msgid "Configure default action when words are selected" msgstr "配置选中单词时的默认操作" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:317 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:322 msgid "Experimental popup footnote support" msgstr "支持实验性的脚注弹窗" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:323 msgid "Ability to find within only the current chapter" msgstr "支持只在本章内搜索" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:324 msgid "Fixed CPU spikes when left open" msgstr "修复了打开时占用CPU的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:325 msgid "Fixed highlights not rendering at the correct positions" msgstr "修复了高亮不在正确的地方显示的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:328 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:333 msgid "Fixed crashing when opening files" msgstr "修复了打开文件时崩溃的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:337 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:342 msgid "Customize page margins and brightness" msgstr "自定义页面缩进和亮度" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:338 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:343 msgid "Tweak the theme colors, or add your own custom themes" msgstr "改变主题颜色或添加自定义主题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:339 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:344 msgid "Ability to zoom and copy images" msgstr "支持缩放和复制图片" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:345 msgid "Option to auto-hide cursor" msgstr "支持鼠标自动隐藏" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:341 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:346 msgid "See reading time left by hovering over the reading progress slider" msgstr "支持在阅读进度栏上悬停以查看" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:349 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:354 msgid "Fixed some books not rendering sometimes" msgstr "修复了部分图书无法渲染的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:350 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:355 msgid "Fixed images being too wide in some cases" msgstr "修复了图片有时太宽的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:359 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 msgid "Option to switch between left and full justification" msgstr "支持切换左对齐与两端对齐" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:360 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:365 msgid "New layout option: single-column paginated view" msgstr "新的布局选项:单栏分页视图" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:362 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:367 msgid "Fixed:" msgstr "修复了:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:369 msgid "" "Generated locations are now stored in the cache directory rather than " "localStorage" msgstr "生成的“位置”现在存储在缓存目录中" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:372 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:377 msgid "Allow font size adjustment when using publisher fonts" msgstr "使用出版社字体时,允许调整字体大小" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:373 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:378 msgid "" "Fixed reading progress slider not appearing after localStorage quota is " "exceeded" msgstr "修复阅读进度条在超出存储份额后无法显示的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:381 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:386 msgid "Touchpad gestures and ability to scroll through pages" msgstr "触控板手势与页间滚动" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:382 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 msgid "Fullscreen mode" msgstr "全屏模式" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:383 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:388 msgid "Option to hide reading progress bar" msgstr "支持隐藏阅读进度条" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 msgid "Option to disable dictionary" msgstr "支持禁用词典" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:385 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 msgid "Option to use publisher font" msgstr "支持使用出版社字体" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:394 msgid "Restoring reading progress is now smooth and jank-free" msgstr "现在恢复阅读进度变得顺畅,且不产生垃圾" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:395 msgid "Fixed custom styles not applying in some cases" msgstr "修复了偶尔不能应用自定义颜色的问题" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:396 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 msgid "Fixed invalid AppData file" msgstr "修正了错误的 AppData 文件" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:406 msgid "Initial release" msgstr "首次发布" diff --git a/po/zh_TW.po b/po/zh_TW.po index ba60315a..d30293d8 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.johnfactotum.Foliate\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-24 11:04+0800\n" +"POT-Creation-Date: 2021-03-24 14:29+0800\n" "PO-Revision-Date: 2020-07-06 13:16+0800\n" "Last-Translator: Blanc Chan\n" "Language-Team: none\n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 2.3\n" -#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:739 +#: data/com.github.johnfactotum.Foliate.desktop.in:3 src/library.js:740 #: src/main.js:209 src/window.js:1023 src/schemes.js:100 #: data/com.github.johnfactotum.Foliate.appdata.xml.in:6 msgid "Foliate" @@ -200,7 +200,7 @@ msgid "" "indicate that the annotations do not belong to this book." msgstr "匯入檔案識別碼與書籍識別碼不符。這可能表示這些註解不屬於此書籍。" -#: src/export.js:234 src/library.js:455 src/main.js:161 src/opds.js:229 +#: src/export.js:234 src/library.js:456 src/main.js:161 src/opds.js:229 #: src/opds.js:376 src/opds.js:1174 src/utils.js:772 src/window.js:593 #: src/ui/bookEditDialog.ui:10 src/ui/catalogWindow.ui:10 #: src/ui/exportWindow.ui:38 src/ui/importWindow.ui:10 @@ -220,88 +220,88 @@ msgstr "錯誤" msgid "Could not import annotations." msgstr "無法匯入註解。" -#: src/library.js:98 src/window.js:672 src/ui/bookBoxMenu.ui:13 +#: src/library.js:99 src/window.js:672 src/ui/bookBoxMenu.ui:13 #: src/ui/mainMenu.ui:612 msgid "About This Book" msgstr "關於這本書" -#: src/library.js:132 +#: src/library.js:133 msgid "Choose File" msgstr "選擇檔案" -#: src/library.js:265 src/library.js:283 +#: src/library.js:266 src/library.js:284 msgid "Load more" msgstr "載入更多" -#: src/library.js:427 +#: src/library.js:428 msgid "File location unkown" msgstr "檔案位址不明" -#: src/library.js:428 +#: src/library.js:429 msgid "Choose the location of this file to open it." msgstr "選擇檔案位址以開啟此檔案。" -#: src/library.js:448 +#: src/library.js:449 #, javascript-format msgid "Are you sure you want to remove this book?" msgid_plural "Are you sure you want to remove the %d selected books?" msgstr[0] "確定要移除選取的 %d 本書?" -#: src/library.js:450 +#: src/library.js:451 msgid "Reading progress, annotations, and bookmarks will be permanently lost." msgstr "閱讀進度、註解與書籤會被永久刪除。" -#: src/library.js:456 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 +#: src/library.js:457 src/ui/annotationBox.ui:63 src/ui/annotationRow.ui:53 #: src/ui/bookBoxMenu.ui:44 src/ui/bookmarkRow.ui:44 #: src/ui/libraryWindow.ui:581 msgid "Remove" msgstr "移除" -#: src/library.js:578 +#: src/library.js:579 #, javascript-format msgid "%d selected" msgid_plural "%d selected" msgstr[0] "選取了 %d 個項目" -#: src/library.js:697 +#: src/library.js:698 msgid "Failed to add book" msgid_plural "Failed to add books" msgstr[0] "無法新增書籍" -#: src/library.js:699 +#: src/library.js:700 msgid "Could not add the following file:" msgid_plural "Could not add the following files:" msgstr[0] "無法新增以下書籍:" -#: src/library.js:771 +#: src/library.js:772 msgid "All" msgstr "全部" -#: src/library.js:774 src/ui/catalogWindow.ui:39 +#: src/library.js:775 src/ui/catalogWindow.ui:39 msgid "Title" msgstr "標題" -#: src/library.js:775 src/schemes.js:257 +#: src/library.js:776 src/schemes.js:257 msgid "Author" msgstr "作者" -#: src/library.js:776 src/properties.js:359 src/ui/propertyBox.ui:16 +#: src/library.js:777 src/properties.js:359 src/ui/propertyBox.ui:16 msgid "Tags" msgstr "標籤" -#: src/library.js:777 src/ui/propertiesBox.ui:65 +#: src/library.js:778 src/ui/propertiesBox.ui:65 msgid "Description" msgstr "描述" -#: src/library.js:778 src/properties.js:418 src/schemes.js:407 +#: src/library.js:779 src/properties.js:418 src/schemes.js:407 msgid "Publisher" msgstr "出版社" -#: src/library.js:779 src/properties.js:438 src/ui/ttsDialog.ui:284 +#: src/library.js:780 src/properties.js:438 src/ui/ttsDialog.ui:284 msgid "Language" msgstr "語言" -#: src/library.js:816 +#: src/library.js:817 msgid "Add Files" msgstr "新增檔案" @@ -844,7 +844,7 @@ msgid "Select some text to add annotations." msgstr "選取一些文字以新增註解。" #: src/ui/contentsStack.ui:124 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:166 msgid "Annotations" msgstr "註解" @@ -1154,7 +1154,7 @@ msgid "Full Justification" msgstr "左右對齊" #: src/ui/mainMenu.ui:518 src/ui/menuBar.ui:148 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:358 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:363 msgid "Auto-hyphenation" msgstr "自動斷字" @@ -3037,398 +3037,402 @@ msgid "John Factotum" msgstr "John Factotum" #: data/com.github.johnfactotum.Foliate.appdata.xml.in:49 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:64 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:123 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:269 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:291 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:300 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:311 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:326 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:335 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:370 +msgid "Fixed automatic layout" +msgstr "" + +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:128 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:296 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:331 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:375 msgid "Changes:" msgstr "改變:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:51 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 msgid "Added support for opening HTML files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:52 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 msgid "Consistent inner and outer margins" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:53 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 msgid "The automatic layout no longer supports 4 columns" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:54 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:59 msgid "Fixed long words overflowing" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:55 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:60 #, fuzzy msgid "Fixed custom themes not saved across sessions" msgstr "修復了有時無法套用自訂顏色的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:56 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:61 #, fuzzy msgid "Fixed shortcuts for key pads" msgstr "修復了鍵盤捷徑鍵 F9 無法使用的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:57 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:62 msgid "Fixed opening non-UTF-8 zipped FB2 files" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:58 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:63 #, fuzzy msgid "Fixed books not opening on GNOME 40" msgstr "修復了部分書籍無法渲染的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:66 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:71 #, fuzzy msgid "Improved support for touch screens" msgstr "改善直排和右到左書籍的支援" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:67 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:72 msgid "OPDS credentials can now be remembered" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:68 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:73 msgid "Various fixes for GNOME 3.38" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:69 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:74 msgid "Fixed Wiktionary internal links" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:70 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:75 msgid "Added Basque, Korean, and Norwegian translations" msgstr "" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:76 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 #, fuzzy msgid "Fixed unable to open some EPUB files" msgstr "修正無法開啟 Mobipocket 檔案的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:81 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:86 msgid "Fixed unable to open Mobipocket files" msgstr "修正無法開啟 Mobipocket 檔案的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:88 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 msgid "Improved metadata display" msgstr "改進書籍屬性顯示" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:89 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 msgid "Improved FictionBook rendering" msgstr "改進 FictionBook 檔案顯示" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:90 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 msgid "Improved UI for acquiring books from OPDS" msgstr "改進從 OPDS 取得書籍的介面" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:91 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:96 msgid "Fixed unique identifier extraction for EPUB files" msgstr "修正了讀取 EPUB 獨特識別碼的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:92 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:97 msgid "Fixed missing window icon" msgstr "修正無視窗圖標的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:93 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:98 msgid "Fixed TTS environment variables not set when using Flatpak" msgstr "修正使用 Flatpak 時未設定文字轉語音環境變數的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:94 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:99 msgid "Fixed eSpeak NG voice not selected when testing TTS configuration" msgstr "修正測試文字轉語音設定時不會自動選擇 eSpeak NG 聲音的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:95 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:100 msgid "" "Fixed wrong “__ibooks_internal_theme” attribute when “Invert” is enabled" msgstr "修正反轉顏色時「__ibooks_internal_theme」屬性錯誤" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:101 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 msgid "OPDS catalogs:" msgstr "OPDS 目錄:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:103 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 msgid "Catalogs are now opened in the main library window" msgstr "目錄現在在主書庫視窗中開啟" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:104 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:109 msgid "View current location" msgstr "檢視目前位置" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:105 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 msgid "Go to catalog start page" msgstr "前往起始頁" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:106 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:111 msgid "Reload catalog" msgstr "重新載入目錄" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:107 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 msgid "Add current feed to catalogs" msgstr "新增目前書源到目錄" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:108 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 msgid "HTTP authentication support" msgstr "支援 HTTP 身份驗證" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:110 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 msgid "Other changes:" msgstr "其他改變:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:112 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 msgid "" "Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files" msgstr "修正了 FictionBook (.fb2, .fb2.zip) 讀取獨特識別碼的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:113 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:118 msgid "Fixed newlines being ignored when copying text" msgstr "修正了複製文字時忽略換行字元的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:114 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:119 msgid "“Turn page on tap” is now disabled in non-paginated layouts" msgstr "捲動模式下將停用「點擊翻頁」" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:115 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:120 msgid "Opening a book from the library view now closes the library window" msgstr "從書庫檢視開啟書籍時,會關閉書庫視窗" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:116 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:121 msgid "Language and publication dates in metadata are now parsed and formatted" msgstr "解析與格式化書籍資料中的語言與出版日期" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:117 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:122 msgid "Export annotations from the library view" msgstr "從書庫檢視匯出註解" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:125 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:130 msgid "Fixed blurry book covers on HiDPI" msgstr "修正 HiDPI 上書籍封面模糊的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:126 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:131 msgid "Fixed OPDS links to Standard Ebooks and Project Gutenberg" msgstr "修正 Standard Ebooks 與古騰堡計劃的 OPDS 連結" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:127 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:132 msgid "Fixed wrong view icon on startup" msgstr "修正啟動時錯誤的檢視圖標" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:133 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:138 msgid "Library:" msgstr "書庫:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:135 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:140 msgid "A library view showing recent books and reading progress" msgstr "書庫檢視顯示最近閱讀的書籍和進度" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:136 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 msgid "Search books by metadata" msgstr "以不同屬性欄位搜尋書籍" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:137 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 msgid "E-book discovery with OPDS" msgstr "利用 OPDS 發掘書籍" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:139 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 msgid "New supported formats:" msgstr "新格式支援:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:141 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 msgid "FictionBook (.fb2, .fb2.zip)" msgstr "FictionBook 格式 (.fb2, .fb2.zip)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:142 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:147 msgid "Comic book archive (.cbr, .cbz, .cbt, .cb7)" msgstr "漫畫壓縮檔 (.cbr, .cbz, .cbt, .cb7)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:143 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 msgid "Plain text (.txt)" msgstr "純文字 (.txt)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:144 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 msgid "Unpacked EPUB files" msgstr "解壓縮的 EPUB 檔案" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:146 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 msgid "Layout:" msgstr "版面:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:148 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 msgid "Option to set maximum page width" msgstr "設定最大頁寬" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:149 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 msgid "" "The \"Automatic\" layout will now show four columns when the page width is " "wide" msgstr "頁面夠寬時,「自動」版面將顯示四欄文字" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:151 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 msgid "Image viewer:" msgstr "影像檢視器:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:153 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 msgid "" "Improved image viewer, with new shortcuts and the ability to rotate and " "invert images" msgstr "影像檢視器新增了新的捷徑鍵和旋轉、反轉顏色功能" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:154 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 msgid "" "Option to disable image viewer, or to open images on double, middle, or " "right click" msgstr "可停用影縣檢視器,或設定以雙擊、單擊、中鍵、右鍵開啟" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:156 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:161 msgid "Text-to-speech:" msgstr "文字轉語音:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:158 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 msgid "Improved text-to-speech configuration UI" msgstr "改善了文字轉語音設定的介面" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:159 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 msgid "Ability to set text-to-speech voice based on book language" msgstr "可基於書籍語言設定文字轉語音聲音" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:163 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:168 msgid "Import annotations from JSON" msgstr "從 JSON 匯入註解" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:164 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 msgid "Search in annotations" msgstr "搜尋註解" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:165 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 msgid "Annotations are now sorted in the same order as they appear in the book" msgstr "註解依照書中順序排序" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:167 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 msgid "Security:" msgstr "安全性:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:169 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 msgid "" "\"Allow Unsafe Content\" now only enables JavaScript; external content will " "no longer be loaded" msgstr "「允許不安全的內容」只會啟用 JavaScript,不會載入外部資源" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:170 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 msgid "WebKit processes are now sandboxed" msgstr "WebKit 程序現在會在沙盒中運行" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:172 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 msgid "Other featues and fixes:" msgstr "其他功能與修復的問題:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:174 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 msgid "Improved support for vertical and right-to-left books" msgstr "改善直排和右到左書籍的支援" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:175 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 msgid "Support for StarDict dictionaries" msgstr "支援星際譯王字典" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:176 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:181 msgid "Fixed current location not preserved when resizing" msgstr "修復了調整大小時沒有保持位置的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:177 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:182 msgid "Fixed auto-hiding header bar under some themes" msgstr "修復自動隱藏標題列在某些佈景主題下的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:178 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:183 msgid "Command-line options for showing version and adding books to library" msgstr "顯示版本和新增書籍的命令列選項" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:179 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:184 msgid "Option to clear or disable cache" msgstr "支援停用快取" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:180 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:185 msgid "" "When an HTML page contains invalid self-closing anchor tags, it is now " "parsed as XHTML" msgstr "當 HTML 頁面含有無效自關閉錨點標籤時,現在會被當作 XHTML 解析" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:186 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:280 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:347 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:191 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:207 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:352 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:392 msgid "Fixes:" msgstr "修復:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:188 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:193 msgid "Fixed wrong version number" msgstr "修正了錯誤的版本號" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:189 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:194 msgid "" "Fixed dictionary, translation, and Wikipedia not working in the Snap package" msgstr "修復了 Snap 包中字典、翻譯和維基百科無法使用的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:195 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:356 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:379 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:361 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 msgid "New features:" msgstr "新功能:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:197 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:202 msgid "New and improved icon" msgstr "改進的新圖標" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:198 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:203 msgid "Option to disable turn page on tap" msgstr "支援停用「點擊翻頁」" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:199 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 msgid "A menu on the welcome screen for opening recent files" msgstr "歡迎畫面新增開啟最近檔案選單" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:200 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:205 msgid "Restored shortcuts for showing ToC, annotations, and bookmarks" msgstr "還原了用於顯示目錄、註解和書籤的捷徑鍵" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:204 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:209 msgid "Fixed application not translated" msgstr "修復了程式未被翻譯的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:210 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 msgid "Interface:" msgstr "介面:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:212 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 msgid "A redesigned interface that works better for smaller screens" msgstr "全新設計的介面,可適用較小的螢幕" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:213 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 msgid "Improved fullscreen mode with an overlaid headerbar" msgstr "改進全螢幕模式,加入懸浮標題列" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:214 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 msgid "" "The headerbar and the progress bar now auto-hide, for a distraction-free " "reading experience" msgstr "自動隱藏標題列和進度列,以免打擾閱讀" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:215 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 msgid "" "Various location information, as well as a clock, can now be displayed in " "the footer" msgstr "頁尾可顯示多種位置訊息和時鐘" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:216 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 msgid "" "A new location popover (Ctrl + L) that shows reading time estimates and " "allows skipping to locations" msgstr "新的彈出選單 (Ctrl + L) 顯示預計閱讀時間,與跳轉到書中位置" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:217 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 msgid "" "E-reader style navigation: go to the previous or next page by tapping on the " "left or right part of the view; tap on the middle to toggle header bar and " @@ -3437,332 +3441,332 @@ msgstr "" "電子閱讀器風格的導航:點擊頁面左側前往上一頁,點擊頁面右側前往下一頁;點擊頁" "面中間顯示標題列和進度列" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:218 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:223 msgid "Annotations, bookmarks, and find results now show chapter titles" msgstr "註解、書籤和搜尋結果標示章節標題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:219 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 msgid "When looking up words in dictionaries, the query can now be edited" msgstr "查詢字典時,可編輯查詢內容" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:220 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:225 msgid "New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)" msgstr "新的鍵盤捷徑鍵:檢視書籍資訊 (Ctrl + I)、偏好設定(Ctrl + ,)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:221 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 msgid "" "A new traditional menubar, which may be displayed depending on the desktop " "environment" msgstr "新的傳統選單列,依桌面環境而顯示" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:222 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 msgid "" "Option to use a traditional titlebar and menubar instead of a headerbar " "(experimental)" msgstr "支援使用傳統標題列和選單列(實驗性)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:224 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 msgid "Reading:" msgstr "閱讀:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:226 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 msgid "Continuous scrolling layout" msgstr "連續捲動版面" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:227 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 msgid "" "Option to show decorative shadows that mimic the appearance of a real book" msgstr "支援介面模仿紙質書" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:228 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:233 msgid "Ability to zoom in and zoom out" msgstr "可放大/縮小" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:229 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 msgid "Improved image viewer with \"save as\" option" msgstr "改進了影像檢視器,可將影像另存新檔" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:230 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:235 msgid "Open copies of a book in new windows (Ctrl + N)" msgstr "在新視窗中開啟副本 (Ctrl + N)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:231 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 msgid "Reload book (Ctrl + R)" msgstr "重新載入書籍 (Ctrl + R)" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:232 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 msgid "New built-in themes: Gray, Solarized, Gruvbox, Nord" msgstr "新的預設主題:灰色、Solarized、Gruvbox、Nord" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:234 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:239 msgid "Text selection:" msgstr "選取文字:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:236 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:241 msgid "Ability to select text across pages" msgstr "能夠跨頁選取文字" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:237 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 msgid "Find selected text in book" msgstr "在書中搜尋選取的文字" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:238 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 msgid "Speak selected text or from the selected locatio" msgstr "朗讀選取的文字" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:240 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:245 msgid "Annotations:" msgstr "註解:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:242 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:247 msgid "Spellcheck notes" msgstr "檢查註解拼寫" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:243 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 msgid "Export annotations to Markdown" msgstr "以 Markdown 格式匯出註解" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:244 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 msgid "Options to use custom colors for highlights" msgstr "支援以自訂顏色標示" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:246 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 msgid "For publishers and developers:" msgstr "出版商和開發者功能:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:248 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 msgid "" "Support for Apple Books theme attribute, which allows books to detect themes " "without JavaScript" msgstr "支援 Apple Books 的主題屬性,可以不使用 JavaScript 偵測主題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:249 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 msgid "WebKit's developer tools can be enabled" msgstr "可啟用 WebKit 開發者工具" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:251 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:256 msgid "Breaking changes:" msgstr "不相容改變:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:253 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:258 msgid "The settings schemas has been reorganized" msgstr "重構了設定的 schema" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:254 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 msgid "The format for custom themes has changed" msgstr "改變了自訂主題的格式" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:255 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 msgid "Locations are now 1024 characters in size" msgstr "位置大小改為 1024 個字元" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:257 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 msgid "Bug fixes:" msgstr "修復的問題:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:259 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:264 msgid "Fixed not restoring exact last location" msgstr "修復了無法準確恢復上次閱讀位置" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:260 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:265 msgid "Fixed navigation not working with scrolled layout" msgstr "修復了目錄在捲動版面下無法使用" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:261 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:266 msgid "Fixed font size not changing when the book uses absolute-size keywords" msgstr "修復了書籍使用絕對字體大小時無法調整字體大小" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:262 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:267 msgid "Fixed text cut off at margin edge" msgstr "修復了文字在邊界被截斷" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:263 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:268 msgid "Fixed unable to open books with \"#\" or \"?\" in the file name" msgstr "修復了無法開啟檔案名稱中有「#」或「?」的書籍" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:271 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:276 msgid "" "Fixed Flatpak version not being able to open .mobi, .azw, and .azw3 files" msgstr "修復了 Flatpak 無法開啟 mobi、azw 和 azw3 檔案" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:272 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:277 msgid "Improved Wiktionary lookup, now with links and example sentences" msgstr "改進了維基詞典搜尋,可顯示連結和例句" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:273 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:278 msgid "Improved popover footnote extraction and formatting" msgstr "改進了腳註預覽擷取和格式" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:274 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:279 msgid "Added option to export annotations to BibTeX" msgstr "支援匯出註解為 BibTeX" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:282 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:287 msgid "Fixed table of contents navigation not working with some books" msgstr "修復了目錄在部分書中無法使用的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:283 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:288 msgid "Fixed not being able to zoom images with Kindle books" msgstr "修復了無法縮放 Kindle 電子書中的影像的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:284 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:289 msgid "Fixed not being able to open books with .epub3 filename extension" msgstr "修復了無法開啟 .epub3 檔案的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:285 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:290 msgid "Fixed temporary directory not being cleaned after closing" msgstr "修復了關閉時臨時目錄未刪除的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:293 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:298 msgid "Fixed F9 shortcut not working" msgstr "修復了鍵盤捷徑鍵 F9 無法使用的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:294 -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:329 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:299 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:334 msgid "Updated translations" msgstr "更新了翻譯" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:302 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:307 msgid "External resources and JavaScript are now blocked by default" msgstr "外部資源和 JavaScript 現在預設停用" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:303 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:308 msgid "Basic text-to-speech support" msgstr "基本的文字轉語音支援" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:304 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:309 msgid "Export annotations to HTML, plain text, or JSON" msgstr "匯出註解到 HTML、純文字或 JSON" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:305 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:310 msgid "Support for viewing .mobi, .azw, and .azw3 files" msgstr "支援檢視 mobi、azw 和 azw3 檔案" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:313 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 msgid "New alternative sidebar UI" msgstr "新的側邊欄 UI" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:314 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 msgid "Lookup words in Wikipedia and offline dictionaries" msgstr "在維基詞典和本地詞典中搜尋" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:315 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 msgid "Translate passages with Google Translate" msgstr "用 Google Translate 來翻譯頁面" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:316 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:321 msgid "Configure default action when words are selected" msgstr "設定選取單字時的預設動作" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:317 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:322 msgid "Experimental popup footnote support" msgstr "支援實驗性的腳註彈出選單" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:318 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:323 msgid "Ability to find within only the current chapter" msgstr "支援只在目前章節內搜尋" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:319 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:324 msgid "Fixed CPU spikes when left open" msgstr "修復了開啟時吃CPU的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:320 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:325 msgid "Fixed highlights not rendering at the correct positions" msgstr "修復了標示不在正確的地方顯示的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:328 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:333 msgid "Fixed crashing when opening files" msgstr "修復了開啟檔案時崩潰的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:337 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:342 msgid "Customize page margins and brightness" msgstr "自訂頁面邊界和亮度" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:338 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:343 msgid "Tweak the theme colors, or add your own custom themes" msgstr "改變主題顏色或添加自訂主題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:339 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:344 msgid "Ability to zoom and copy images" msgstr "支援縮放和復製影像" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:340 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:345 msgid "Option to auto-hide cursor" msgstr "支援自動隱藏游標" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:341 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:346 msgid "See reading time left by hovering over the reading progress slider" msgstr "在閱讀進度列上懸停以查看估計閱讀時間" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:349 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:354 msgid "Fixed some books not rendering sometimes" msgstr "修復了部分書籍無法渲染的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:350 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:355 msgid "Fixed images being too wide in some cases" msgstr "修復了影像有時太寬的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:359 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 msgid "Option to switch between left and full justification" msgstr "支援切換左對齊與兩端對齊" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:360 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:365 msgid "New layout option: single-column paginated view" msgstr "新的版面選項:單欄" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:362 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:367 msgid "Fixed:" msgstr "修復了:" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:364 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:369 msgid "" "Generated locations are now stored in the cache directory rather than " "localStorage" msgstr "產生的位置現在不使用 localStorage,而是儲存在快取目錄中" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:372 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:377 msgid "Allow font size adjustment when using publisher fonts" msgstr "使用出版社字體時,允許調整字體大小" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:373 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:378 msgid "" "Fixed reading progress slider not appearing after localStorage quota is " "exceeded" msgstr "修復閱讀進度滑桿在 localStorage 空間配額用滿後無法顯示的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:381 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:386 msgid "Touchpad gestures and ability to scroll through pages" msgstr "觸控板手勢與捲動翻頁" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:382 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:387 msgid "Fullscreen mode" msgstr "全螢幕模式" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:383 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:388 msgid "Option to hide reading progress bar" msgstr "支援隱藏閱讀進度列" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:384 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 msgid "Option to disable dictionary" msgstr "支援停字典" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:385 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 msgid "Option to use publisher font" msgstr "支援使用出版社字體" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:389 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:394 msgid "Restoring reading progress is now smooth and jank-free" msgstr "現在恢復閱讀進度變得順暢,且畫面不會閃爍" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:390 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:395 msgid "Fixed custom styles not applying in some cases" msgstr "修復了有時無法套用自訂顏色的問題" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:396 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 msgid "Fixed invalid AppData file" msgstr "修正了錯誤的 AppData 檔案" -#: data/com.github.johnfactotum.Foliate.appdata.xml.in:401 +#: data/com.github.johnfactotum.Foliate.appdata.xml.in:406 msgid "Initial release" msgstr "首次發布"