diff --git a/CHANGELOG.md b/CHANGELOG.md index a1d76814..2a8824e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,57 @@ # novelWriter Changelog +## Version 2.1 RC 1 [2023-08-31] + +### Release Notes + +This is a release candidate of the next release version, and is intended for testing purposes. +Please be careful when using this version on live writing projects, and make sure you take frequent +backups. + +Please check the changelog for an overview of changes. The full release notes will be added to the +final release. + +### Detailed Changelog + +**Bugfixes** + +* Fixed an issue where closing modal dialogs would close their parent. Issue #1494. PR #1496. +* The log output no longer prints an error message if the project does not have anything in its + custom dictionary. PR #1495. + +**Usability** + +* novelWriter will no longer try to restore full screen mode if full screen was activated when it + was last closed. This never worked right anyway. PR #1498. +* There are several usability updates for the Build Settings tool. Please check the PR for details. + Some key changes are that the build dialogs are now children of the main GUI, so they can be + moved freely from each other. The Selection page has been given a new look that should hopefully + make it easier to understand, and the side bar for the tool has been redesigned. A few labels + have also been changed to be easier to understand. Issue #1497. PR #1499. +* The alert and message boxes have been reimplemented with the full feature set of the Qt message + box dialog instead of using the quick access functions with limited functionality. PR #1501. +* A project's spell check dictionary can now be set directly from the Tools menu. Issue #1260. + PR #1508. +* The document details dialog box now shows a document's creation and update date if that has been + set. Issue #1423. PR #1510. +* Moving the mouse wheel on any area within the border of the text editor or viewer will now scroll + the document. Issue #1425. PR #1511. + +**Code Improvements** + +* A new shared data instance now owns the Gui Theme, the Project class and holds a link to the main + Gui instance as well. This new class also handles message and alert boxes. The project instance + is now destroyed and recreated between each project close/open cycle. This should guard better + from project to project data leakage. PRs #1502 and #1504. +* The spell checker instance has been moved to the new shared data instance where it is destroyed + and recreated together with the project instance. This blocks against bleed-through of the user's + custom dictionary. PR #1508. +* Text hash (SHA1) and creation and update time stemps are now added to the document file's meta + data section. The hash is used to detect file changes outside of novelWriter while documents are + open. The old checker has been deleted. Issue #1423. PR #1509. + +---- + ## Version 2.1 Beta 1 [2023-07-30] ### Release Notes diff --git a/docs/source/int_source.rst b/docs/source/int_source.rst index 13838d82..42009995 100644 --- a/docs/source/int_source.rst +++ b/docs/source/int_source.rst @@ -136,12 +136,12 @@ the ``assets`` folder of the source. This file can be built from setup script by Building the Documentation ========================== -A local copy of this documentation can be generated as HTML. This requires the following Python +A local copy of this documentation can be generated as HTML. This requires installing some Python packages from PyPi: .. code-block:: bash - pip install furo sphinx + pip install -r docs/source/requirements.txt The documentation can then be built from the root folder in the source code by running: diff --git a/docs/source/int_started.rst b/docs/source/int_started.rst index dab20afd..002fdcae 100644 --- a/docs/source/int_started.rst +++ b/docs/source/int_started.rst @@ -186,7 +186,7 @@ command will not work in the command line window. Screenshot of the Python installer on Windows. -When Python is installed, you should be able to run Python commands from the COmmand Prompt or +When Python is installed, you should be able to run Python commands from the Command Prompt or from PowerShell. You can verify this by running: .. code-block:: bash diff --git a/docs/source/usage_format.rst b/docs/source/usage_format.rst index 9f3f73b4..63a860c9 100644 --- a/docs/source/usage_format.rst +++ b/docs/source/usage_format.rst @@ -109,7 +109,7 @@ background, depending on the selected theme. Text Emphasis ============= -A minimal set of text emphasis styles are supported. +A minimal set of text emphasis styles are supported for text paragraphs. ``_text_`` The text is rendered as emphasised text (italicised). @@ -120,7 +120,7 @@ A minimal set of text emphasis styles are supported. ``~~text~~`` Strikethrough text. -In markdown guides it is often recommended to differentiate between strong importance and emphasis +In Markdown guides it is often recommended to differentiate between strong importance and emphasis by using ``**`` for strong and ``_`` for emphasis, although Markdown generally also supports ``__`` for strong and ``*`` for emphasis. However, since the differentiation makes the highlighting and conversion significantly simpler and faster, in novelWriter this is a rule, not just a @@ -132,11 +132,20 @@ In addition, the following rules apply: itself. That is, ``**text**`` is valid, ``**text **`` is not. 2. More generally, the delimiters must be on the outer edge of words. That is, ``some **text in bold** here`` is valid, ``some** text in bold** here`` is not. -3. If using both ``**`` and ``_`` to wrap the same text, the underscore must be the inner wrapper. - This is due to the underscore also being a valid word character, so if they are on the outside, - they violate rule 2. +3. If using both ``**`` and ``_`` to wrap the same text, the underscore must be the *inner* + wrapper. This is due to the underscore also being a valid word character, so if they are on the + outside, they violate rule 2. 4. Text emphasis does not span past line breaks. If you need to add emphasis to multiple lines or paragraphs, you must apply it to each of them in turn. +5. Text emphasis can only be used in plain paragraphs. Comments, titles, and meta data tags don't + allow for formatting, and any formatting markup will be renderred as-is. + +.. tip:: + + novelWriter supports standard escape syntax for the emphasis markup characters in case the + editor misunderstands your intended usage of them. That is, ``\*``, ``\_`` and ``\~`` will + generate a plain ``*``, ``_`` and ``~``, respectively, without interpreting them as part of the + markup. .. _a_fmt_comm: diff --git a/docs/source/usage_interface.rst b/docs/source/usage_interface.rst index 2fd5991f..1b560743 100644 --- a/docs/source/usage_interface.rst +++ b/docs/source/usage_interface.rst @@ -204,6 +204,12 @@ match the word being replaced. The regular expression search is somewhat dependant on which version of Qt your system has. If you have Qt 5.13 or higher, there is better support for unicode symbols in the search. +.. seealso:: + + For more information on the capabilities of the Regular Expression option, see the Qt + documentation for the `QRegularExpression `_ + class. + .. _a_ui_edit_auto: diff --git a/i18n/nw_base.ts b/i18n/nw_base.ts index c85e832c..a3df9f28 100644 --- a/i18n/nw_base.ts +++ b/i18n/nw_base.ts @@ -1,75 +1,283 @@ + + Builds + + + Document Filters + + + + + Novel Documents + + + + + Project Notes + + + + + Inactive Documents + + + + + Headings + + + + + Title Headings + + + + + Chapter Headings + + + + + Unnumbered Headings + + + + + Scene Headings + + + + + Section Headings + + + + + Hide Scene Headings + + + + + Hide Section Headings + + + + + Text Content + + + + + Include Synopsis + + + + + Include Comments + + + + + Include Keywords + + + + + Include Body Text + + + + + Insert Content + + + + + Add Titles for Notes + + + + + Text Format + + + + + Language + + + + + Font Family + + + + + Font Size + + + + + Line Height + + + + + Text Options + + + + + Justify Text Margins + + + + + Replace Unicode Characters + + + + + Replace Tabs with Spaces + + + + + Page Layout + + + + + Unit + + + + + Page Size + + + + + Page Width + + + + + Page Height + + + + + Top Margin + + + + + Bottom Margin + + + + + Left Margin + + + + + Right Margin + + + + + Open Document (.odt) + + + + + Add Highlight Colours + + + + + HTML (.html) + + + + + Add CSS Styles + + + Common - + in the future - + just now - + a minute ago - + {0} minutes ago - + an hour ago - + {0} hours ago - + a day ago - + {0} days ago - + a week ago - + {0} weeks ago - + a month ago - + {0} months ago - + a year ago - + {0} years ago @@ -77,264 +285,345 @@ Constant - - - + + + None - + Novel - - + + Plot - - + + Characters - - + + Locations - - + + Timeline - - + + Objects - - + + Entities - - + + + Custom - + Archive - + Trash - - + + Novel Document - - + + Project Note - + Root Folder - + Folder - + Novel Title Page - + Novel Chapter - + Novel Scene - + Novel Section - + Tag - + Point of View - - + + Focus - + Title - + Level - + Document - + Line - + Chars - + Words - + Pars - + POV - + Synopsis - - - Straight single quotation mark - - - - - Straight double quotation mark - - - - - Left single quotation mark - - - - - Right single quotation mark - - - - - Single low-9 quotation mark - - - - - Single high-reversed-9 quotation mark - - - - - Left double quotation mark - - - Right double quotation mark + Open Document (.odt) - Double low-9 quotation mark + Flat Open Document (.fodt) - Double high-reversed-9 quotation mark + novelWriter HTML (.html) - Double low-reversed-9 quotation mark + novelWriter Markup (.txt) + + + + + Standard Markdown (.md) - Single left-pointing angle quotation mark + Extended Markdown (.md) - Single right-pointing angle quotation mark + JSON + novelWriter HTML (.json) + JSON + novelWriter Markup (.json) + + + + + Millimetres + + + + + Centimetres + + + + + Inches + + + + + A4 + + + + + A5 + + + + + A6 + + + + + US Legal + + + + + US Letter + + + + + Straight single quotation mark + + + + + Straight double quotation mark + + + + + Left single quotation mark + + + + + Right single quotation mark + + + + + Single low-9 quotation mark + + + + + Single high-reversed-9 quotation mark + + + + + Left double quotation mark + + + + + Right double quotation mark + + + + + Double low-9 quotation mark + + + + + Double high-reversed-9 quotation mark + + + + + Double low-reversed-9 quotation mark + + + + + Single left-pointing angle quotation mark + + + + + Single right-pointing angle quotation mark + + + + Double left-pointing angle quotation mark - + Double right-pointing angle quotation mark - + Left corner bracket - + Right corner bracket - + Left white corner bracket - + Right white corner bracket @@ -342,447 +631,129 @@ GuiAbout - - + + About novelWriter - + About - + Release - + Credits - + Licence - + Website: {0} - + novelWriter is a markdown-like text editor designed for organising and writing novels. It is written in Python 3 with a Qt5 GUI, using PyQt5. - + novelWriter is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + novelWriter is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - + See the Licence tab for the full licence text, or visit the GNU website at {0} for more details. - GuiBuildNovel + GuiBuildSettings - - Build Novel Project + + Manuscript Build Settings - - Title Formats for Novel Files + + Options - - Formatting Codes: + + Selection - - {0} for the title as set in the document + + Headings - - {0} for chapter number (1, 2, 3) + + Content - - {0} for chapter number as a word (one, two) + + Format - - {0} for chapter number in upper case Roman + + Output - - {0} for chapter number in lower case Roman - - - - - {0} for scene number within chapter - - - - - {0} for scene number within novel - - - - - Leave blank to skip this heading, or set to a static text, like for instance '{0}', to make a separator. The separator will be centred automatically and only appear between sections of the same type. - - - - - Not Set - - - - - Title - - - - - Chapter - - - - - Unnumbered - - - - - Scene - - - - - Section - - - - - Language - - - - - Hide scene - - - - - Hide section - - - - - Font Options - - - - - Font family - - - - - Font size - - - - - Line height - - - - - Justify text - - - - - Disable styling - - - - - Styling Options - - - - - Include Options - - - - - Include synopsis - - - - - Include comments - - - - - Include keywords - - - - - Include body text - - - - - Root Filter Options - - - - - File Filter Options - - - - - Include novel files - - - - - Include note files - - - - - Include inactive files - - - - - Export Options - - - - - Replace tabs with spaces - - - - - Replace Unicode in HTML - - - - - Build Preview - - - - - Print - - - - - Print Preview - - - - - Print to PDF - - - - - Save As - - - - - Open Document (.odt) - - - - - Flat Open Document (.fodt) - - - - - novelWriter HTML (.htm) - - - - - novelWriter Markdown (.nwd) - - - - - Standard Markdown (.md) - - - - - GitHub Markdown (.md) - - - - - JSON + novelWriter HTML (.json) - - - - - JSON + novelWriter Markdown (.json) - - - - - Close - - - - - Failed to generate preview. The result is too big. - - - - - There were problems when building the project: - - - - - Open Document - - - - - Flat Open Document - - - - - Plain HTML - - - - - novelWriter Markdown - - - - - Standard Markdown - - - - - GitHub Markdown - - - - - JSON + novelWriter HTML - - - - - JSON + novelWriter Markdown - - - - - PDF - - - - - Save Document As - - - - - {0} file successfully written to: - - - - - Failed to write {0} file. {1} - - - - - GuiBuildNovelDocView - - - This area will show the content of the document to be exported or printed. Press the "Build Preview" button to generate content. - - - - - Unknown - - - - - Build Time: + + Name GuiDocEditFooter - + Status - + Line: {0} ({1}) - + Words: {0} ({1}) - + Document size is {0} bytes - + Words: {0} selected - + Character count: {0} @@ -790,22 +761,22 @@ GuiDocEditHeader - + Edit document label - + Search document - + Toggle Focus Mode - + Close the document @@ -813,58 +784,58 @@ GuiDocEditSearch - - + + Search - + Replace - + Case Sensitive - + Whole Words Only - + RegEx Mode - + Loop Search - + Search Next File - + Preserve Case - + Close Search - + Find in current document - + Find and replace in current document @@ -872,117 +843,122 @@ GuiDocEditor - + The document you are trying to open is too big. The document size is {0} MB. The maximum size allowed is {1} MB. - + Opened Document: {0} - + The text you are trying to add is too big. The text size is {0} MB. The maximum size allowed is {1} MB. - - File Changed on Disk - - - - + This document has been changed outside of novelWriter while it was open. Overwrite the file on disk? - + Could not save document. - + Saved Document: {0} - + Spell checking requires the package PyEnchant. It does not appear to be installed. - + Spell check complete - - File Location + + Document Details - - The currently open file is saved in: + + Created: {0} - + + Updated: {0} + + + + + File Location: {0} + + + + The document has grown too big and you cannot add more text to it. The maximum size of a single novelWriter document is {0} MB. - + Follow Tag - + Cut - + Copy - + Paste - + Select All - + Select Word - + Select Paragraph - + Spelling Suggestion(s) - + No Suggestions - + Add Word to Dictionary - + Please select some text before calling replace quotes. @@ -990,22 +966,22 @@ GuiDocMerge - + Merge Documents - + Documents to Merge - + Drag and drop items to change the order, or uncheck to exclude. - + Move merged items to Trash @@ -1013,52 +989,52 @@ GuiDocSplit - + Split Document - + Document Headers - + Select the maximum level to split into files. - + Split on Header Level 1 (Title) - + Split up to Header Level 2 (Chapter) - + Split up to Header Level 3 (Scene) - + Split up to Header Level 4 (Section) - + Split into a new folder - + Create document hierarchy - + Move split document to Trash @@ -1066,42 +1042,42 @@ GuiDocViewFooter - + Show/hide the references panel - + Activate to freeze the content of the references panel when changing document - + Show comments - + Show synopsis comments - + References - + Sticky - + Comments - + Synopsis @@ -1109,22 +1085,22 @@ GuiDocViewHeader - + Go backward - + Go forward - + Reload the document - + Close the document @@ -1132,27 +1108,27 @@ GuiDocViewer - + An error occurred while generating the preview. - + Copy - + Select All - + Select Word - + Select Paragraph @@ -1160,12 +1136,12 @@ GuiEditLabel - + Item Label - + Label @@ -1173,37 +1149,37 @@ GuiItemDetails - + Label - + Status - + Class - + Usage - + Characters - + Words - + Paragraphs @@ -1239,173 +1215,123 @@ GuiMain - + You are running an untested development version of novelWriter. Please be careful when working on a live project and make sure you take regular backups. - + novelWriter is ready ... - + Cannot create a new project when another project is open. - + A project already exists in that location. Please choose another folder. - - Close Project - - - - + Close the current project? - - + + Changes are saved automatically. - - Backup Project - - - - + Backup the current project? - - The project was locked by the computer '{0}' ({1} {2}), last active on {3}. - - - - - Project Locked - - - - + The project is already open by another instance of novelWriter, and is therefore locked. Override lock and continue anyway? - + Note: If the program or the computer previously crashed, the lock can safely be overridden. However, overriding it is not recommended if the project is open in another instance of novelWriter. Doing so may corrupt the project. - + + The project was locked by the computer '{0}' ({1} {2}), last active on {3}. + + + + The project index is outdated or broken. Rebuilding index. - + Text files ({0}) - + Markdown files ({0}) - + novelWriter files ({0}) - + All files ({0}) - + Import File - + Could not read file. The file must be an existing text file. - + Please open a document to import the text file into. - - Import Document - - - - + Importing the file will overwrite the current content of the document. Do you want to proceed? - + Indexing completed in {0} ms - + The project index has been successfully rebuilt. - + Some changes will not be applied until novelWriter has been restarted. - - Information - - - - - Warning - - - - - Error - - - - - This is a bug! - - - - - Internal Error - - - - - Exit - - - - + Do you want to exit novelWriter? - + Could not find the reference for tag '{0}'. It either doesn't exist, or the index is out of date. The index can be updated from the Tools menu, or by pressing {1}. @@ -1413,492 +1339,492 @@ GuiMainMenu - + &Project - + New Project - + Open Project - + Save Project - + Close Project - + Project Settings - + Project Details - + Rename Item - + Delete Item - + Empty Trash - + Exit - + &Document - + Open Document - + Save Document - + Close Document - + View Document - + Close Document View - + Show File Details - + Import Text from File - + &Edit - + Undo - + Redo - + Cut - + Copy - + Paste - + Select All - + Select Paragraph - + &View - + Go to Project Tree - + Go to Document Editor - + Go to Document Viewer - + Go to Outline - + Navigate Backward - + Navigate Forward - + Focus Mode - + Full Screen Mode - + &Insert - + Dashes - + Short Dash - + Long Dash - + Horizontal Bar - + Figure Dash - + Quote Marks - + Left Single Quote - + Right Single Quote - + Left Double Quote - + Right Double Quote - + Alternative Apostrophe - + General Punctuation - + Ellipsis - + Prime - + Double Prime - + White Spaces - + Non-Breaking Space - + Thin Space - + Thin Non-Breaking Space - + Other Symbols - + List Bullet - + Hyphen Bullet - + Flower Mark - + Per Mille - + Degree Symbol - + Minus Sign - + Times Sign - + Division Sign - + Tags and References - + Special Comments - + Synopsis Comment - + Page Break and Space - + Page Break - + Vertical Space (Single) - + Vertical Space (Multi) - + Placeholder Text - + &Format - + Emphasis - + Strong Emphasis - + Strikethrough - + Wrap Double Quotes - + Wrap Single Quotes - + Header 1 (Partition) - + Header 2 (Chapter) - + Header 3 (Scene) - + Header 4 (Section) - + Novel Title - + Unnumbered Chapter - + Align Left - + Align Centre - + Align Right - + Indent Left - + Indent Right - + Toggle Comment - + Remove Block Format - + Convert Single Quotes - + Convert Double Quotes - + Remove In-Paragraph Breaks - + &Search - + Find - + Replace @@ -1908,102 +1834,112 @@ - + Find Previous - + Replace Next - + &Tools - + Check Spelling - + + Spell Check Language + + + + + Default + + + + Re-Run Spell Check - + Project Word List - + Rebuild Index - + Backup Project - - Build Novel Project + + Build Manuscript - + Writing Statistics - + Preferences - + &Help - + About novelWriter - + About Qt5 - + User Manual (Online) - + User Manual (PDF) - + Report an Issue (GitHub) - + Ask a Question (GitHub) - + The novelWriter Website - + Check for New Release @@ -2011,97 +1947,204 @@ GuiMainStatus - - + + None - + Editor - + Project - + Session Time - + Words: {0} ({1}) - + Project word count (session change) - + Novel word count (session change) + + GuiManuscript + + + Build Manuscript + + + + + Add New Build + + + + + Delete Selected Build + + + + + Edit Selected Build + + + + + Builds + + + + + Preview + + + + + Print + + + + + Build + + + + + Close + + + + + + My Manuscript + + + + + GuiManuscriptBuild + + + Build Manuscript + + + + + Output Format + + + + + Table of Contents + + + + + Path + + + + + File Name + + + + + Reset file name to default + + + + + &Build + + + + + Select Folder + + + + + Output folder does not exist. + + + + + The file already exists. Do you want to overwrite it? + + + GuiNovelToolBar - + Outline of {0} - + Novel Root - + Refresh - + Last Column - + Hidden - + Point of View Character - + Focus Character - + Novel Plot - - + + Column Size - + More Options - + Maximum column size in % @@ -2109,7 +2152,7 @@ GuiNovelTree - + No meta data @@ -2117,65 +2160,65 @@ GuiOutlineDetails - - - - + + + + Title - + Chapter - + Scene - + Section - + Document - + Status - + Characters - + Words - + Paragraphs - + Synopsis - + Title Details - + Reference Tags @@ -2183,7 +2226,7 @@ GuiOutlineHeaderMenu - + Select Columns @@ -2191,12 +2234,12 @@ GuiOutlineToolBar - + Outline of - + Refresh @@ -2204,42 +2247,42 @@ GuiPreferences - + Preferences - + General - + Projects - + Documents - + Editor - + Highlighting - + Automation - + Quotes @@ -2247,103 +2290,103 @@ GuiPreferencesAutomation - + Automatic Features - + Auto-select word under cursor - + Apply formatting to word under cursor if no selection is made. - + Auto-replace text as you type - + Allow the editor to replace symbols as you type. - + Replace as You Type - + Auto-replace single quotes - - + + Try to guess which is an opening or a closing quote. - + Auto-replace double quotes - + Auto-replace dashes - + Double and triple hyphens become short and long dashes. - + Auto-replace dots - + Three consecutive dots become ellipsis. - + Automatic Padding - + Insert non-breaking space before - + Automatically add space before any of these symbols. - + Insert non-breaking space after - + Automatically add space after any of these symbols. - + Use thin space instead - + Inserts a thin space instead of a regular space. @@ -2351,93 +2394,93 @@ GuiPreferencesDocuments - + Text Style - + Font family - - - - + + + + Applies to both document editor and viewer. - + Font size - + pt - + Text Flow - + Maximum text width in "Normal Mode" - + Set to 0 to disable this feature. - - - - + + + + px - + Maximum text width in "Focus Mode" - + The maximum width cannot be disabled. - + Hide document footer in "Focus Mode" - + Hide the information bar in the document editor. - + Justify the text margins - + Minimum text margin - + Tab width - + The width of a tab key press in the editor and viewer. @@ -2445,117 +2488,112 @@ GuiPreferencesEditor - + Spell Checking - + None - - Not installed - - - - + Spell check language - + Available languages are determined by your system. - + Big document limit - + Full spell checking is disabled above this limit. - + kB - + Word Count - + Word count interval - + seconds - + Include project notes in status bar word count - + Writing Guides - + Show tabs and spaces - + Show line endings - + Scroll Behaviour - + Scroll past end of the document - + Set to 0 to disable this feature. - + lines - + Typewriter style scrolling when you type - + Keeps the cursor at a fixed vertical position. - + Minimum position for Typewriter scrolling - + Percentage of the editor height from the top. @@ -2563,95 +2601,95 @@ GuiPreferencesGeneral - + Look and Feel - + Main GUI language - - - + + + Requires restart to take effect. - + Main GUI theme - + General colour theme and icons. - + Editor theme - + Colour theme for the editor and viewer. - + Font family - + Font size - + pt - + GUI Settings - + Emphasise partition and chapter labels - + Makes them stand out in the project tree. - + Show full path in document header - + Add the parent folder names to the header. - + Hide vertical scroll bars in main windows - - + + Scrolling available with mouse wheel and keys only. - + Hide horizontal scroll bars in main windows @@ -2659,109 +2697,109 @@ GuiPreferencesProjects - + Automatic Save - + Save document interval - + How often the document is automatically saved. - - + + seconds - + Save project interval - + How often the project is automatically saved. - + Project Backup - + Browse - + Backup storage location - - + + Path: {0} - + Run backup when the project is closed - + Can be overridden for individual projects in Project Settings. - + Ask before running backup - + If off, backups will run in the background. - + Session Timer - + Pause the session timer when not writing - + Also pauses when the application window does not have focus. - + Editor inactive time before pausing timer - + User activity includes typing and changing the content. - + minutes - + Backup Directory @@ -2769,47 +2807,47 @@ GuiPreferencesQuotes - + Quotation Style - + Single quote open style - + The symbol to use for a leading single quote. - + Single quote close style - + The symbol to use for a trailing single quote. - + Double quote open style - + The symbol to use for a leading double quote. - + Double quote close style - + The symbol to use for a trailing double quote. @@ -2817,59 +2855,59 @@ GuiPreferencesSyntax - + Quotes & Dialogue - + Highlight text wrapped in quotes - - - + + + Applies to the document editor only. - + Allow open-ended single quotes - + Highlight single-quoted line with no closing quote. - + Allow open-ended double quotes - + Highlight double-quoted line with no closing quote. - + Text Emphasis - + Add highlight colour to emphasised text - + Text Errors - + Highlight multiple or trailing spaces @@ -2877,17 +2915,17 @@ GuiProjectDetails - + Project Details - + Overview - + Contents @@ -2895,72 +2933,72 @@ GuiProjectDetailsContents - + Table of Contents - + Title - + Words - + Pages - + Page - + Progress - + Typical word count for a 5 by 8 inch book page with 11 pt font is 350. - + Start counting page numbers from this page. - + Assume a new chapter or partition always start on an odd numbered page. - + Words per page - + Count pages from - + Clear double pages - + END - + Untitled @@ -2968,42 +3006,42 @@ GuiProjectDetailsMain - + Words - + Chapters - + Scenes - + Revisions - + Editing Time - + Path - + Project: {0} - + By {0} @@ -3011,54 +3049,54 @@ GuiProjectEditMain - + Project Settings - + Project name - + Should be set only once. - + Novel title - - + + Change whenever you want! - + Author(s) - + Default - + Spell check language - - + + Overrides main preferences. - + No backup on close @@ -3066,27 +3104,27 @@ GuiProjectEditReplace - + Text Replace List for Preview and Export - + Keyword - + Replace With - + Select item to edit - + Save @@ -3094,67 +3132,67 @@ GuiProjectEditStatus - + Novel File Status Levels - + Note File Importance Levels - + Label - + Usage - + Select item to edit - + Colour - + Save - + Select Colour - + New Item - + Cannot delete a status item that is in use. - + Not in use - + Used once - + Used by {0} items @@ -3162,63 +3200,58 @@ GuiProjectLoad - - + + Open Project - + Working Title - + Words - + Last Opened - + Recently Opened Projects - + Path - + New - + Remove - + novelWriter Project File ({0}) - + All files ({0}) - - Remove Entry - - - - + Remove '{0}' from the recent projects list? The project files will not be deleted. @@ -3226,27 +3259,27 @@ GuiProjectSettings - + Project Settings - + Settings - + Status - + Importance - + Auto-Replace @@ -3254,52 +3287,52 @@ GuiProjectToolBar - + Project Content - + Quick Links - + Move Up - + Move Down - + Add Item - + Expand All - + Collapse All - + Undo Move - + Empty Trash - + More Options @@ -3307,204 +3340,216 @@ GuiProjectTree - + Active - + Inactive - + Did not find anywhere to add the file or folder! - + Cannot add new files or folders to the Trash folder. - + New Note - + New Chapter - + New Scene - + New Document - + New Folder - + There is currently no Trash folder in this project. - + The Trash folder is already empty. - - - Empty Trash - - - - + Permanently delete {0} file(s) from Trash? - - - Delete - - - - + Move '{0}' to Trash? - + Root folders can only be deleted when they are empty. - + Permanently delete '{0}'? - + + Empty Trash + + + + Open Document - + View Document - + Rename - + Toggle Active - + Set Status to ... - + Set Importance to ... - + Transform - - - - + + + + Convert to {0} - + Merge Child Items into Self - + Merge Child Items into New - + Merge Documents in Folder - + Split Document by Headers - + Expand All - + Collapse All - + + Duplicate from Here + + + + + Duplicate Document + + + + Delete Permanently - + Move to Trash - - Convert Folder - - - - + Do you want to convert the folder to a {0}? This action cannot be reversed. - + No documents selected for merging. - + Merged - - + + Could not write document content. - - + + Do you want to duplicate this document? + + + + + Do you want to duplicate this item and all child items? + + + + + Could not duplicate all items. + + + + There is nowhere to add item with name '{0}'. @@ -3512,67 +3557,67 @@ GuiSideBar - + Project - + Project Tree View - + Novel - + Novel Tree View - + Outline - + Novel Outline View - + Build - - Build Novel Project + + Build Manuscript - + Details - + Project Details - + Stats - + Writing Statistics - + Settings @@ -3580,33 +3625,33 @@ GuiUpdates - + Check for Updates - + Current Release - - + + novelWriter {0} released on {1} - + Latest Release - + Checking ... - + Download: {0} @@ -3614,18 +3659,18 @@ GuiWordList - - + + Project Word List - + Cannot add a blank word. - + The word '{0}' is already in the word list. @@ -3633,334 +3678,299 @@ GuiWritingStats - + Writing Statistics - + Session Start - + Length - + Idle - + Words - + Histogram - + Sum Totals - + Total Time: - + Idle Time: - + Filtered Time: - + Novel Word Count: - + Notes Word Count: - + Total Word Count: - + Filters - + Count novel files - + Count note files - + Hide zero word count - + Hide negative word count - + Group entries by day - + Show idle time - + Word count cap for the histogram - + Save As - + JSON Data File (.json) - + CSV Data File (.csv) - + JSON Data File - + CSV Data File - + Save Data As - + {0} file successfully written to: - + Failed to write {0} file. - - - Failed to read session log file. - - NWProject - + Could not delete document file. - + Could not open project with path: {0} - + Unknown - + Project file does not appear to be a novelWriterXML file. - + Unknown or unsupported novelWriter project file format. The project cannot be opened by this version of novelWriter. The file was saved with novelWriter version {0}. - + Failed to parse project xml. - - File Version - - - - + The file format of your project is about to be updated. If you proceed, older versions of novelWriter will no longer be able to open this project. Continue? - - Version Conflict - - - - + This project was saved by a newer version of novelWriter, version {0}. This is version {1}. If you continue to open the project, some attributes and settings may not be preserved, but the overall project should be fine. Continue opening the project? - - Opened Project: {0} - - - - - There is no project open. - - - - - Failed to save project. - - - - - Saved Project: {0} - - - - - Backing up project ... - - - - - Cannot backup project because no valid backup path is set. Please set a valid backup location in Preferences. - - - - - Cannot backup project because no project name is set. Please set a Project Name in Project Settings. - - - - - Could not create backup folder. - - - - - Backup from {0} - - - - - Backup archive file written to: {0} - - - - - Could not write backup archive. - - - - - Project backed up to '{0}' - - - - - - New - - - - - Note - - - - - Draft - - - - - Finished - - - - - Minor - - - - - Major - - - - - Main - - - - - Found {0} orphaned file(s) in project folder. - - - - + Recovered - - [{0}] {1} + + Found {0} orphaned file(s) in the project. {1} file(s) were recovered. - - Recovered File {0} + + Opened Project: {0} - - One or more orphaned files could not be added back into the project. Make sure at least a Novel root folder exists. + + There is no project open. + + + + + Failed to save project. + + + + + Saved Project: {0} + + + + + Backing up project ... + + + + + Cannot backup project because no project name is set. Please set a Project Name in Project Settings. + + + + + Could not create backup folder. + + + + + Created a backup of your project of size {0}B. + + + + + Path: {0} + + + + + Could not write backup archive. + + + + + Project backed up to '{0}' + + + + + + New + + + + + Note + + + + + Draft + + + + + Finished + + + + + Minor + + + + + Major + + + + + Main NovelSelector - + All Novel Folders @@ -3968,42 +3978,42 @@ ProjWizardCustomPage - + Custom Project Options - + Select which additional elements to populate the project with. You can skip making chapters and add only scenes by setting the number of chapters to 0. - + Add a folder for plot notes - + Add a folder for character notes - + Add a folder for location notes - + Add example notes to the above - + Add chapters to the novel folder - + Add scenes to each chapter @@ -4011,82 +4021,82 @@ ProjWizardFinalPage - + Summary - + Project Name: {0} - + Project Path: {0} - + Fill the project with a minimal set of items - + Fill the project with example files - + Add a folder for plot notes - + Add a folder for character notes - + Add a folder for location notes - + Add example notes to the above - + Add {0} chapters to the novel folder - + Add {0} scenes to each chapter - + Add {0} scenes - + You have selected the following: - + Press '{0}' to create the new project. - + Done - + Finish @@ -4094,33 +4104,33 @@ ProjWizardFolderPage - - + + Select Project Folder - + Select a location to store the project. A new project folder will be created in the selected location. - + Required - + Project Path - + Error: A project folder cannot be created using this path. - + Error: The selected path already exists. @@ -4128,43 +4138,43 @@ ProjWizardIntroPage - + Create New Project - + Provide at least a project name. The project name should not be changed beyond this point as it is used for generating file names for for instance backups. The other fields are optional and can be changed at any time in Project Settings. - + Side image by {0}, {1} - + Required - - + + Optional - + Project Name - + Novel Title - + Author(s) @@ -4172,27 +4182,27 @@ ProjWizardPopulatePage - + Populate Project - + Choose how to pre-fill the project. Either with a minimal set of starter items, an example project explaining and showing many of the features, or show further custom options on the next page. - + Fill the project with a minimal set of items - + Fill the project with example files - + Show detailed options for filling the project @@ -4200,73 +4210,73 @@ ProjectBuilder - + New Project - + New Chapter - + New Scene - + Title Page - + By - + Summary of the chapter. - + Summary of the scene. - + Chapter {0} - - + + Scene {0} - + Main Plot - + Protagonist - + Main Location - + Failed to create a new example project. - + Failed to create a new example project. Could not find the necessary files. They seem to be missing from this installation. @@ -4462,19 +4472,182 @@ Tokenizer - + Synopsis - + Document '{0}' is too big ({1} MB). Skipping. - + ERROR + + _FilterTab + + + Included in manuscript + + + + + Excluded from manuscript + + + + + Always included + + + + + Always excluded + + + + + Reset to default + + + + + Mark selection as + + + + + Select Root Folders + + + + + _FormatTab + + + Not Set + + + + + _GuiAlert + + + Information + + + + + Warning + + + + + Error + + + + + Question + + + + + _HeadingsTab + + + + Hide + + + + + + Editing: {0} + + + + + + None + + + + + Title + + + + + Chapter Number + + + + + Chapter Number (Word) + + + + + Chapter Number (Upper Case Roman) + + + + + Chapter Number (Lower Case Roman) + + + + + Scene Number (In Chapter) + + + + + Scene Number (Absolute) + + + + + Insert + + + + + Apply + + + + + _PreviewWidget + + + Press the "Build Preview" button to generate ... + + + + + Processing ... + + + + + Done + + + + + Unknown + + + + + Built + + + diff --git a/i18n/nw_de_DE.ts b/i18n/nw_de_DE.ts index e9bee716..0620c168 100644 --- a/i18n/nw_de_DE.ts +++ b/i18n/nw_de_DE.ts @@ -1,75 +1,283 @@ + + Builds + + + Document Filters + + + + + Novel Documents + + + + + Project Notes + + + + + Inactive Documents + + + + + Headings + + + + + Title Headings + + + + + Chapter Headings + + + + + Unnumbered Headings + + + + + Scene Headings + + + + + Section Headings + + + + + Hide Scene Headings + + + + + Hide Section Headings + + + + + Text Content + + + + + Include Synopsis + + + + + Include Comments + + + + + Include Keywords + + + + + Include Body Text + + + + + Insert Content + + + + + Add Titles for Notes + + + + + Text Format + + + + + Language + Sprache + + + + Font Family + + + + + Font Size + + + + + Line Height + + + + + Text Options + + + + + Justify Text Margins + + + + + Replace Unicode Characters + + + + + Replace Tabs with Spaces + + + + + Page Layout + + + + + Unit + + + + + Page Size + + + + + Page Width + + + + + Page Height + + + + + Top Margin + + + + + Bottom Margin + + + + + Left Margin + + + + + Right Margin + + + + + Open Document (.odt) + Open Document (.odt) + + + + Add Highlight Colours + + + + + HTML (.html) + + + + + Add CSS Styles + + + Common - + in the future in der Zukunft - + just now gerade eben - + a minute ago vor einer Minute - + {0} minutes ago {0} Minuten her - + an hour ago eine Stunde her - + {0} hours ago {0} Stunden her - + a day ago einen Tag her - + {0} days ago {0} Tage her - + a week ago eine Woche her - + {0} weeks ago {0} Wochen her - + a month ago einen Monat her - + {0} months ago {0} Monate her - + a year ago ein Jahr her - + {0} years ago {0} Jahre her @@ -77,264 +285,345 @@ Constant - - - + + + None Ohne - + Novel Roman - - + + Plot Handlungen - - + + Characters Charaktere - - + + Locations Schauplätze - - + + Timeline Zeitleiste - - + + Objects Objekte - - + + Entities Organisationen - - + + + Custom Benutzerdefiniert - + Archive Archiv - + Trash Papierkorb - - + + Novel Document Romandokument - - + + Project Note Projektnotiz - + Root Folder Hauptordner - + Folder Ordner - + Novel Title Page Romantitel - + Novel Chapter Kapitel - + Novel Scene Roman Szene - + Novel Section Romanabschnitt - + Tag Schlagwort - + Point of View Perspektive - - + + Focus Mittelpunkt - + Title Titel - + Level Ebene - + Document Dokument - + Line Zeile - + Chars Zeichen - + Words Wörter - + Pars Absätze - + POV Perspektive - + Synopsis Zusammenfassung - + + Open Document (.odt) + Open Document (.odt) + + + + Flat Open Document (.fodt) + Flat Open Document (.fodt) + + + + novelWriter HTML (.html) + + + + + novelWriter Markup (.txt) + + + + + Standard Markdown (.md) + Standard-Markdown (.md) + + + + Extended Markdown (.md) + + + + + JSON + novelWriter HTML (.json) + JSON + NovelWriter-HTML (.json) + + + + JSON + novelWriter Markup (.json) + + + + + Millimetres + + + + + Centimetres + + + + + Inches + + + + + A4 + + + + + A5 + + + + + A6 + + + + + US Legal + + + + + US Letter + + + + Straight single quotation mark Einfaches gerades Anführungszeichen - + Straight double quotation mark Doppeltes gerades Anführungszeichen - + Left single quotation mark Einfaches Anführungszeichen 6 oben - + Right single quotation mark Einfaches Anführungszeichen 9 oben - + Single low-9 quotation mark Einfaches Anführungszeichen 9 unten - + Single high-reversed-9 quotation mark Einfaches Anführungszeichen gespiegelte 9 oben - + Left double quotation mark Doppeltes Anführungszeichen 6 oben - + Right double quotation mark Doppeltes Anführungszeichen 9 oben - + Double low-9 quotation mark Doppeltes Anführungszeichen 9 unten - + Double high-reversed-9 quotation mark Doppeltes Anführungszeichen gespiegelte 9 oben - + Double low-reversed-9 quotation mark Doppeltes Anführungszeichen gespiegelte 9 unten - + Single left-pointing angle quotation mark Einfaches Guillemet linkszeigend - + Single right-pointing angle quotation mark Einfaches Guillemet rechtszeigend - + Double left-pointing angle quotation mark Doppeltes Guillemet linkszeigend - + Double right-pointing angle quotation mark Doppeltes Guillemet rechtszeigend - + Left corner bracket Linke Eckklammer - + Right corner bracket Rechte Eckklammer - + Left white corner bracket Linke weiße Eckklammer - + Right white corner bracket Rechte weiße Eckklammer @@ -342,447 +631,129 @@ GuiAbout - - + + About novelWriter Über novelWriter - + About Über - + Release Version - + Credits Mitwirkende - + Licence Lizenz - + Website: {0} Website: {0} - + novelWriter is a markdown-like text editor designed for organising and writing novels. It is written in Python 3 with a Qt5 GUI, using PyQt5. novelWriter ist ein Markdown-Editor für das Organisieren und Schreiben von Romanen. Entwickelt in Python 3 mit einer Qt5-Benutzeroberfläche (PyQt5). - + novelWriter is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. novelWriter ist kostenlose und frei verfügbare Software. Unter den Bedingungen der GNU General Public Licence (herausgegeben von der Free Software Foundation; Version 3 oder jede neuere Version) können Sie novelWriter weiterverteilen und/oder modifizieren. - + novelWriter is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. novelWriter wird in der Hoffnung vertrieben, für den Anwender nützlich zu sein. Es besteht jedoch KEINERLEI GARANTIE, auch keine stillschweigende Garantie der VERKEHRSREIFE oder der EIGNUNG FÜR EINEN BESTIMMTEN ZWECK. - + See the Licence tab for the full licence text, or visit the GNU website at {0} for more details. Die vollständige Lizenz können Sie unter dem Registerreiter „Lizenz“ einsehen. Weitere Informationen finden Sie auf der GNU-Website ({0}). - GuiBuildNovel + GuiBuildSettings - - Build Novel Project - Romanprojekt zusammenbauen + + Manuscript Build Settings + - - Title Formats for Novel Files - Überschriftenformate + + Options + - - Formatting Codes: - Formatierungscodes: + + Selection + - - {0} for the title as set in the document - {0} Titel wie im Dokument + + Headings + - - {0} for chapter number (1, 2, 3) - {0} Kapitelnummer (1, 2, 3) + + Content + - - {0} for chapter number as a word (one, two) - {0} Kapitelnummer (eins, zwei, drei) + + Format + - - {0} for chapter number in upper case Roman - {0} Kapitelnummer in Römischen Ziffern (Majuskel) + + Output + - - {0} for chapter number in lower case Roman - {0} Kapitelnummer in Römischen Ziffern (Minuskel) - - - - {0} for scene number within chapter - {0} Szenenummer im Kapitel - - - - {0} for scene number within novel - {0} Szenenummer im Roman - - - - Leave blank to skip this heading, or set to a static text, like for instance '{0}', to make a separator. The separator will be centred automatically and only appear between sections of the same type. - Feld frei lassen, um diese Überschrift auszulassen. Falls Sie im Feld keine Variablen verwenden, z.B. nur „{0}“, so werden zwischen gleichartigen Abschnitten automatisch zentrierte Trenner eingefügt. - - - - Not Set - Nicht definiert - - - - Title - Titel - - - - Chapter - Kapitel - - - - Unnumbered - Nicht nummeriert - - - - Scene - Szene - - - - Section - Abschnitt - - - - Language - Sprache - - - - Hide scene - Szene verbergen - - - - Hide section - Abschnitt verbergen - - - - Font Options - Schrift - - - - Font family - Schriftart - - - - Font size - Schriftgröße - - - - Line height - Zeilenhöhe - - - - Justify text - Blocksatz - - - - Disable styling - Stile deaktivieren - - - - Styling Options - Stil - - - - Include Options - Mit einbeziehen - - - - Include synopsis - Zusammenfassung - - - - Include comments - Kommentare - - - - Include keywords - Stichwörter - - - - Include body text - Dokumententext - - - - Root Filter Options - Filtern - - - - File Filter Options - Filtern - - - - Include novel files - Romandokumente - - - - Include note files - Projektnotizen - - - - Include inactive files - Inaktive Dateien einbeziehen - - - - Export Options - Exportoptionen - - - - Replace tabs with spaces - Tabs durch Leerzeichen ersetzen - - - - Replace Unicode in HTML - Unicode in HTML ersetzen - - - - Build Preview - Vorschau erstellen - - - - Print - Drucken - - - - Print Preview - Druckvorschau - - - - Print to PDF - Als PDF drucken - - - - Save As - Speichern als - - - - Open Document (.odt) - Open Document (.odt) - - - - Flat Open Document (.fodt) - Flat Open Document (.fodt) - - - - novelWriter HTML (.htm) - novelWriter-HTML (.htm) - - - - novelWriter Markdown (.nwd) - novelWriter-Markdown (.nwd) - - - - Standard Markdown (.md) - Standard-Markdown (.md) - - - - GitHub Markdown (.md) - GitHub-Markdown (.md) - - - - JSON + novelWriter HTML (.json) - JSON + NovelWriter-HTML (.json) - - - - JSON + novelWriter Markdown (.json) - JSON + NovelWriter-Markdown (.json) - - - - Close - Schließen - - - - Failed to generate preview. The result is too big. - Vorschau konnte nicht erstellt werden - zu groß. - - - - There were problems when building the project: - Probleme beim Erstellen des Projekts: - - - - Open Document - Open Document - - - - Flat Open Document - Flat Open Document - - - - Plain HTML - Reines HTML - - - - novelWriter Markdown - novelWriter-Markdown - - - - Standard Markdown - Standard-Markdown - - - - GitHub Markdown - GitHub-Markdown - - - - JSON + novelWriter HTML - JSON + novelWriter-HTML - - - - JSON + novelWriter Markdown - JSON + novelWriter-Markdown - - - - PDF - PDF - - - - Save Document As - Datei speichern unter - - - - {0} file successfully written to: - {0} erfolgreich gespeichert unter: - - - - Failed to write {0} file. {1} - Fehler beim Speichern der {0}-Datei. {1} - - - - GuiBuildNovelDocView - - - This area will show the content of the document to be exported or printed. Press the "Build Preview" button to generate content. - Dieser Bereich dient der Export- und Druckvorschau. Klicke auf „Vorschau erstellen“, um den Inhalt anzuzeigen. - - - - Unknown - Unbekannt - - - - Build Time: - Vorschau erstellt am: + + Name + GuiDocEditFooter - + Status Status - + Line: {0} ({1}) Zeile: {0} ({1}) - + Words: {0} ({1}) Wörter: {0} ({1}) - + Document size is {0} bytes Dateigröße: {0} bytes - + Words: {0} selected Wörter: {0} markiert - + Character count: {0} Zeichenanzahl: {0} @@ -790,22 +761,22 @@ GuiDocEditHeader - + Edit document label Name des Dokuments ändern - + Search document Dokument durchsuchen - + Toggle Focus Mode Ablenkungsfrei ein/aus - + Close the document Dokument schließen @@ -813,58 +784,58 @@ GuiDocEditSearch - - + + Search Suchen - + Replace Ersetzen - + Case Sensitive Groß-/Kleinschreibung beachten - + Whole Words Only Nur ganze Wörter - + RegEx Mode RegEx-Modus - + Loop Search Suche am Anfang fortsetzen - + Search Next File Nächstes Dokument durchsuchen - + Preserve Case Groß-/Kleinschreibung beibehalten - + Close Search Suche schließen - + Find in current document Im geöffneten Dokument suchen - + Find and replace in current document Im geöffneten Dokument suchen und ersetzen @@ -872,117 +843,122 @@ GuiDocEditor - + The document you are trying to open is too big. The document size is {0} MB. The maximum size allowed is {1} MB. Das zu öffnende Dokument ist zu groß ({0} MB). Die maximal zulässige Größe ist {1} MB. - + Opened Document: {0} Dokument geöffnet: {0} - + The text you are trying to add is too big. The text size is {0} MB. The maximum size allowed is {1} MB. Zuviel Text. Die Größe Ihrer Datei ist {0} MB. Die maximal zulässige Größe ist {1} MB. - - File Changed on Disk - Datei auf der Festplatte geändert - - - + This document has been changed outside of novelWriter while it was open. Overwrite the file on disk? Dieses Dokument wurde außerhalb von novelWriter geändert, während es hier geöffnet war. Möchten Sie die externen Änderungen überschreiben? - + Could not save document. Dokument konnte nicht gespeichert werden. - + Saved Document: {0} Dokument gespeichert: {0} - + Spell checking requires the package PyEnchant. It does not appear to be installed. Die Rechtschreibprüfung erfordert das Paket PyEnchant. Es scheint nicht installiert zu sein. - + Spell check complete Rechtschreibprüfung abgeschlossen - - File Location - Dateispeicherort + + Document Details + - - The currently open file is saved in: - Das geöffnete Dokument ist hier gespeichert: + + Created: {0} + - + + Updated: {0} + + + + + File Location: {0} + + + + The document has grown too big and you cannot add more text to it. The maximum size of a single novelWriter document is {0} MB. Dokument ist zu groß - Sie können keinen Text mehr hinzufügen. Die maximale Größe für ein novelWriter-Dokument ist {0} MB. - + Follow Tag Schlagwort öffnen - + Cut Ausschneiden - + Copy Kopieren - + Paste Einfügen - + Select All Alles markieren - + Select Word Wort markieren - + Select Paragraph Absatz markieren - + Spelling Suggestion(s) Korrekturvorschläge - + No Suggestions Keine Vorschläge - + Add Word to Dictionary Zum Wörterbuch hinzufügen - + Please select some text before calling replace quotes. Bitte markieren Sie den Text, in dem die Anführungszeichen ersetzt werden sollen. @@ -990,22 +966,22 @@ GuiDocMerge - + Merge Documents Dokumente zusammenführen - + Documents to Merge Zusammenzuführende Dokumente - + Drag and drop items to change the order, or uncheck to exclude. Reihenfolge der Elemente mit Drag & Drop ändern oder abwählen, um Elemente auszuschließen. - + Move merged items to Trash Zusammengeführte Elemente in den Papierkorb verschieben @@ -1013,52 +989,52 @@ GuiDocSplit - + Split Document Dokument aufteilen - + Document Headers Überschriften im Dokument - + Select the maximum level to split into files. Wählen Sie die höchste Überschriften-Ebene aus, an der das Dokument geteilt werden soll. - + Split on Header Level 1 (Title) Teilen bei Ebene 1 (Teil) - + Split up to Header Level 2 (Chapter) Teilen bei Ebene 2 (Kapitel) - + Split up to Header Level 3 (Scene) Teilen bei Ebene 3 (Szene) - + Split up to Header Level 4 (Section) Teilen bei Ebene 4 (Abschnitt) - + Split into a new folder In einen neuen Ordner aufteilen - + Create document hierarchy Dokumenten-Hierarchie erstellen - + Move split document to Trash Geteiltes Dokument in den Papierkorb verschieben @@ -1066,42 +1042,42 @@ GuiDocViewFooter - + Show/hide the references panel Referenzen anzeigen/verbergen - + Activate to freeze the content of the references panel when changing document Diese Referenzen behalten, auch wenn ein anderes Dokument in der Ansicht geöffnet wird - + Show comments Kommentare anzeigen - + Show synopsis comments Zusammenfassung anzeigen - + References Verweise - + Sticky Anpinnen - + Comments Kommentare - + Synopsis Zusammenfassung @@ -1109,22 +1085,22 @@ GuiDocViewHeader - + Go backward Zurück - + Go forward Vor - + Reload the document Dokument neu laden - + Close the document Dokument schließen @@ -1132,27 +1108,27 @@ GuiDocViewer - + An error occurred while generating the preview. Fehler beim Erstellen der Vorschau. - + Copy Kopieren - + Select All Alles markieren - + Select Word Wort markieren - + Select Paragraph Absatz markieren @@ -1160,12 +1136,12 @@ GuiEditLabel - + Item Label Titel - + Label Name @@ -1173,37 +1149,37 @@ GuiItemDetails - + Label Name - + Status Status - + Class Gruppe - + Usage Kategorie - + Characters Zeichen - + Words Wörter - + Paragraphs Absätze @@ -1239,173 +1215,123 @@ GuiMain - + You are running an untested development version of novelWriter. Please be careful when working on a live project and make sure you take regular backups. Sie arbeiten mit einer nicht getesteten Entwicklungsversion von novelWriter. Bitte seien Sie vorsichtig mit wichtigen Projekten und erstellen Sie regelmäßig Backups. - + novelWriter is ready ... novelWriter ist bereit ... - + Cannot create a new project when another project is open. Solange ein Projekt geöffnet ist, kann kein neues Projekt erstellt werden. - + A project already exists in that location. Please choose another folder. In diesem Verzeichnis existiert bereits ein Projekt. Bitte wählen Sie ein anderes Verzeichnis aus. - - Close Project - Projekt schließen - - - + Close the current project? Geöffnetes Projekt schließen? - - + + Changes are saved automatically. Alle Änderungen werden automatisch gespeichert. - - Backup Project - Backup erstellen - - - + Backup the current project? Backup des geöffneten Projektes erstellen? - - The project was locked by the computer '{0}' ({1} {2}), last active on {3}. - Projekt gesperrt von Computer '{0}' ({1} {2}), letzte Aktivität war am {3}. - - - - Project Locked - Projekt gesperrt - - - + The project is already open by another instance of novelWriter, and is therefore locked. Override lock and continue anyway? Das Projekt ist bereits in einer anderen Instanz von novelWriter geöffnet und daher gesperrt. Sperre aufheben und fortfahren? - + Note: If the program or the computer previously crashed, the lock can safely be overridden. However, overriding it is not recommended if the project is open in another instance of novelWriter. Doing so may corrupt the project. Hinweis: Nach einem Computer- oder Programmabsturz können Sie die Sperre einfach überschreiben. Falls das Projekt bereits in einer anderen Instanz von novelWriter geöffnet ist, könnte ein Überschreiben der Sperre zu fehlerhaften Daten führen. - + + The project was locked by the computer '{0}' ({1} {2}), last active on {3}. + Projekt gesperrt von Computer '{0}' ({1} {2}), letzte Aktivität war am {3}. + + + The project index is outdated or broken. Rebuilding index. Der Index ist nicht aktuell oder defekt. Index wird aktualisiert. - + Text files ({0}) Textdateien ({0}) - + Markdown files ({0}) Markdown-Dateien ({0}) - + novelWriter files ({0}) novelWriter-Dateien ({0}) - + All files ({0}) Alle Dateien ({0}) - + Import File Textdatei importieren - + Could not read file. The file must be an existing text file. Datei konnte nicht gelesen werden. Bitte wählen Sie eine gültige Datei mit Text aus. - + Please open a document to import the text file into. Bitte öffnen Sie zuerst ein Dokument in novelWriter, in welches Sie den Text importieren möchten. - - Import Document - Dokument importieren - - - + Importing the file will overwrite the current content of the document. Do you want to proceed? Das Importieren einer Datei überschreibt den Inhalt des geöffneten Dokuments. Fortfahren? - + Indexing completed in {0} ms Index erstellt in {0} ms - + The project index has been successfully rebuilt. Index wurde erfolgreich aktualisiert. - + Some changes will not be applied until novelWriter has been restarted. Einige Änderungen können erst nach Neustart von novelWriter angewendet werden. - - Information - Information - - - - Warning - Warnung - - - - Error - Fehler - - - - This is a bug! - Dies ist ein Fehler! - - - - Internal Error - Interner Fehler - - - - Exit - Programm beenden - - - + Do you want to exit novelWriter? Möchten Sie novelWriter beenden? - + Could not find the reference for tag '{0}'. It either doesn't exist, or the index is out of date. The index can be updated from the Tools menu, or by pressing {1}. Der Verweis für das Schlagwort „{0}“ konnte nicht gefunden werden. Entweder es existiert nicht oder der Index ist veraltet. Aktualisieren Sie den Index über den Menüpunkt „Extras“ oder mit der Taste {1}. @@ -1413,492 +1339,492 @@ GuiMainMenu - + &Project &Projekt - + New Project Neues Projekt - + Open Project Projekt öffnen - + Save Project Projekt speichern - + Close Project Projekt schließen - + Project Settings Projekteinstellungen - + Project Details Projektinformationen - + Rename Item Element umbenennen - + Delete Item Element entfernen - + Empty Trash Papierkorb leeren - + Exit Programm beenden - + &Document &Dokument - + Open Document Dokument öffnen - + Save Document Dokument speichern - + Close Document Dokument schließen - + View Document In der Ansicht öffnen - + Close Document View Ansicht schließen - + Show File Details Dateiinformationen - + Import Text from File Textdatei importieren - + &Edit &Bearbeiten - + Undo Rückgängig - + Redo Wiederherstellen - + Cut Ausschneiden - + Copy Kopieren - + Paste Einfügen - + Select All Alles markieren - + Select Paragraph Absatz markieren - + &View &Ansicht - + Go to Project Tree Zur Projektstruktur wechseln - + Go to Document Editor Zum Editor wechseln - + Go to Document Viewer Zur Dokumenten-Ansicht wechseln - + Go to Outline Zur Gliederung wechseln - + Navigate Backward Ansicht zurück - + Navigate Forward Ansicht weiter - + Focus Mode Ablenkungsfrei - + Full Screen Mode Vollbild - + &Insert &Einfügen - + Dashes Querstriche - + Short Dash Gedankenstrich - + Long Dash Geviertstrich - + Horizontal Bar Anführungsstrich - + Figure Dash Trennstrich für Nummern - + Quote Marks Anführungszeichen - + Left Single Quote Einfaches Anführungszeichen links - + Right Single Quote Einfaches Anführungszeichen rechts - + Left Double Quote Doppeltes Anführungszeichen links - + Right Double Quote Doppeltes Anführungszeichen rechts - + Alternative Apostrophe Apostroph (alternativ) - + General Punctuation Allgemeine Zeichen - + Ellipsis Auslassungspunkte - + Prime Hochstrich - + Double Prime Doppelter Hochstrich - + White Spaces Leerzeichen - + Non-Breaking Space Geschützes Leerzeichen - + Thin Space Schmales Leerzeichen - + Thin Non-Breaking Space Schmales geschütztes Leerzeichen - + Other Symbols Andere Symbole - + List Bullet Aufzählung (Punkt) - + Hyphen Bullet Aufzählung (Bindestrich) - + Flower Mark Sternblume - + Per Mille Promille - + Degree Symbol Grad - + Minus Sign Minus - + Times Sign Multiplikation - + Division Sign Division - + Tags and References Schlagwörter und Verweise - + Special Comments Andere Kommentare - + Synopsis Comment Synopsis-Kommentar - + Page Break and Space Seitenumbrüche und Abstände - + Page Break Seitenumbruch - + Vertical Space (Single) Senkrechter Abstand (einfach) - + Vertical Space (Multi) Senkrechter Abstand (mehrfach) - + Placeholder Text Platzhaltertext - + &Format &Format - + Emphasis Kursiv - + Strong Emphasis Fett - + Strikethrough Durchgestrichen - + Wrap Double Quotes Doppelte Anführungszeichen - + Wrap Single Quotes Einfache Anführungszeichen - + Header 1 (Partition) Überschrift 1 (Teil) - + Header 2 (Chapter) Überschrift 2 (Kapitel) - + Header 3 (Scene) Überschrift 3 (Szene) - + Header 4 (Section) Überschrift 4 (Abschnitt) - + Novel Title Romantitel - + Unnumbered Chapter Unnummeriertes Kapitel - + Align Left Linksbündig - + Align Centre Zentriert - + Align Right Rechtsbündig - + Indent Left Einrückung links - + Indent Right Einrückung rechts - + Toggle Comment Kommentar an/aus - + Remove Block Format Absatzformatierung entfernen - + Convert Single Quotes Einfache Anführungszeichen umwandeln - + Convert Double Quotes Doppelte Anführungszeichen umwandeln - + Remove In-Paragraph Breaks Zeilenumbrüche in Absätzen entfernen - + &Search &Suche - + Find Suchen - + Replace Ersetzen @@ -1908,102 +1834,112 @@ Nächste Fundstelle - + Find Previous Vorherige Fundstelle - + Replace Next Nächste Fundstelle ersetzen - + &Tools E&xtras - + Check Spelling Rechtschreibprüfung - + + Spell Check Language + + + + + Default + Standard + + + Re-Run Spell Check Rechtschreibprüfung wiederholen - + Project Word List Projektwörterbuch - + Rebuild Index Index aktualisieren - + Backup Project Backup erstellen - - Build Novel Project - Romanprojekt zusammenbauen + + Build Manuscript + - + Writing Statistics Schreibstatistiken - + Preferences Einstellungen - + &Help &Hilfe - + About novelWriter Über novelWriter - + About Qt5 Über Qt5 - + User Manual (Online) Benutzerhandbuch (online) - + User Manual (PDF) Benutzerhandbuch (PDF) - + Report an Issue (GitHub) Fehler melden (GitHub) - + Ask a Question (GitHub) Frage stellen (GitHub) - + The novelWriter Website novelWriter-Website - + Check for New Release Auf neue Version überprüfen @@ -2011,97 +1947,204 @@ GuiMainStatus - - + + None Keine - + Editor Editor - + Project Projekt - + Session Time Session-Timer - + Words: {0} ({1}) Wörter: {0} ({1}) - + Project word count (session change) Wörter im Projekt (Wörter in der aktuellen Session) - + Novel word count (session change) Wörter im Roman (Wörter in der aktuellen Session) + + GuiManuscript + + + Build Manuscript + + + + + Add New Build + + + + + Delete Selected Build + + + + + Edit Selected Build + + + + + Builds + + + + + Preview + + + + + Print + Drucken + + + + Build + Bauen + + + + Close + Schließen + + + + + My Manuscript + + + + + GuiManuscriptBuild + + + Build Manuscript + + + + + Output Format + + + + + Table of Contents + Inhaltsverzeichnis + + + + Path + Pfad + + + + File Name + + + + + Reset file name to default + + + + + &Build + + + + + Select Folder + + + + + Output folder does not exist. + + + + + The file already exists. Do you want to overwrite it? + + + GuiNovelToolBar - + Outline of {0} Gliederung für {0} - + Novel Root Hauptordner für den Roman - + Refresh Aktualisieren - + Last Column Letzte Spalte - + Hidden Ausblenden - + Point of View Character Erzählperspektive - + Focus Character Figur im Mittelpunkt - + Novel Plot Romanhandlung - - + + Column Size Spaltenbreite - + More Options Weitere Optionen - + Maximum column size in % Maximale Spaltenbreite in % @@ -2109,7 +2152,7 @@ GuiNovelTree - + No meta data Keine Meta-Daten @@ -2117,65 +2160,65 @@ GuiOutlineDetails - - - - + + + + Title Titel - + Chapter Kapitel - + Scene Szene - + Section Abschnitt - + Document Dokument - + Status Status - + Characters Charaktere - + Words Wörter - + Paragraphs Absätze - + Synopsis Zusammenfassung - + Title Details Titeldetails - + Reference Tags Referenzen @@ -2183,7 +2226,7 @@ GuiOutlineHeaderMenu - + Select Columns Spalten anzeigen @@ -2191,12 +2234,12 @@ GuiOutlineToolBar - + Outline of Gliederung für - + Refresh Aktualisieren @@ -2204,42 +2247,42 @@ GuiPreferences - + Preferences Einstellungen - + General Allgemein - + Projects Projekte - + Documents Dokumente - + Editor Editor - + Highlighting Syntax - + Automation Automatisches - + Quotes Anführungszeichen @@ -2247,103 +2290,103 @@ GuiPreferencesAutomation - + Automatic Features Automatische Funktionen - + Auto-select word under cursor Wort mit Eingabezeiger gilt als „markiert“ - + Apply formatting to word under cursor if no selection is made. Wenn nichts markiert ist, werden Formatierung auf das Wort mit dem Eingabezeiger angewendet. - + Auto-replace text as you type Text automatisch ersetzen - + Allow the editor to replace symbols as you type. Während der Eingabe automatisch ersetzen. Siehe unten für Optionen. - + Replace as You Type Automatisch ersetzen - + Auto-replace single quotes Einfache Anführungszeichen - - + + Try to guess which is an opening or a closing quote. Öffnende und schließende Anführungszeichen werden automatisch erkannt. - + Auto-replace double quotes Doppelte Anführungszeichen - + Auto-replace dashes Querstriche ersetzen - + Double and triple hyphens become short and long dashes. Doppelte und dreifache Bindestriche werden zu Gedankenstrichen und Geviertstrichen umgewandelt. - + Auto-replace dots Drei Punkte ersetzen - + Three consecutive dots become ellipsis. Drei aufeinander folgende Punkte werden zu Auslassungspunkten umgewandelt. - + Automatic Padding Automatische Zwischenräume - + Insert non-breaking space before Geschütztes Leerzeichen einfügen vor - + Automatically add space before any of these symbols. Vor diesen Zeichen wird automatisch ein Leerzeichen eingefügt. - + Insert non-breaking space after Geschütztes Leerzeichen einfügen nach - + Automatically add space after any of these symbols. Nach diesen Zeichen wird automatisch ein Leerzeichen eingefügt. - + Use thin space instead Schmales Leerzeichen verwenden - + Inserts a thin space instead of a regular space. Schmales Leerzeichen anstelle eines normalen Leerzeichens verwenden. @@ -2351,93 +2394,93 @@ GuiPreferencesDocuments - + Text Style Schrift - + Font family Schriftart - - - - + + + + Applies to both document editor and viewer. Gilt für Editor und Ansicht. - + Font size Schriftgröße - + pt pt - + Text Flow Textfluss - + Maximum text width in "Normal Mode" Maximale Textbreite im normalen Modus - + Set to 0 to disable this feature. „0“ deaktiviert diese Funktion. - - - - + + + + px px - + Maximum text width in "Focus Mode" Maximale Textbreite im Modus „Ablenkungsfrei“ - + The maximum width cannot be disabled. Die maximale Breite kann nicht deaktiviert werden. - + Hide document footer in "Focus Mode" Fußzeile verbergen im Modus „Ablenkungsfrei“ - + Hide the information bar in the document editor. Weg damit. - + Justify the text margins Blocksatz - + Minimum text margin Mindestabstand nach außen - + Tab width Tabulator - + The width of a tab key press in the editor and viewer. Die Breite eines Tabulators im Editor und in der Ansicht. @@ -2445,117 +2488,112 @@ GuiPreferencesEditor - + Spell Checking Rechtschreibprüfung - + None Keine - - Not installed - Nicht installiert - - - + Spell check language Sprache der Rechtschreibprüfung - + Available languages are determined by your system. Verfügbare Sprachen werden vom Betriebssystem bereitgestellt. - + Big document limit Dokumentgröße limitieren - + Full spell checking is disabled above this limit. Für größere Dokumente ist die Rechtschreibprüfung deaktiviert. - + kB kB - + Word Count Wortzähler - + Word count interval Wortzähler aktualisieren alle - + seconds Sekunden - + Include project notes in status bar word count Statusleiste: Wörter in Notizen mitzählen - + Writing Guides Unsichtbare Zeichen - + Show tabs and spaces Tabs und Leerzeilen anzeigen - + Show line endings Zeilenende anzeigen - + Scroll Behaviour Scrollverhalten - + Scroll past end of the document Am Ende des Dokuments weiterscrollen - + Set to 0 to disable this feature. „0“ deaktiviert diese Funktion. - + lines Zeilen - + Typewriter style scrolling when you type Wie mit einer Schreibmaschine scrollen - + Keeps the cursor at a fixed vertical position. Der Eingabezeiger bleibt immer auf der gleichen Linie. - + Minimum position for Typewriter scrolling Mindesthöhe für den Schreibmaschinen-Effekt - + Percentage of the editor height from the top. In Prozent von oben. @@ -2563,95 +2601,95 @@ GuiPreferencesGeneral - + Look and Feel Benutzeroberfläche: Erscheinungsbild - + Main GUI language Sprache der Benutzeroberfläche - - - + + + Requires restart to take effect. Erfordert Neustart, um wirksam zu werden. - + Main GUI theme Theme der Benutzeroberfläche - + General colour theme and icons. Allgemeines Farbschema und Icons. - + Editor theme Syntaxhervorhebung - + Colour theme for the editor and viewer. Farbschema für Editor und Ansicht. - + Font family Schriftart - + Font size Schriftgröße - + pt pt - + GUI Settings Benutzeroberfläche: Einstellungen - + Emphasise partition and chapter labels Dokumente mit höherer Hierarchie optisch hervorheben - + Makes them stand out in the project tree. Bessere Sichtbarkeit in der Strukturansicht. - + Show full path in document header Vollständige Dokumentenhierarchie im Editor anzeigen - + Add the parent folder names to the header. Zeigt die übergeordneten Elemente an. - + Hide vertical scroll bars in main windows Senkrechte Scrollbalken verbergen - - + + Scrolling available with mouse wheel and keys only. Beschränkt das Scrollen auf Mausrad und Tastatur. - + Hide horizontal scroll bars in main windows Waagrechte Scrollbalken verbergen @@ -2659,109 +2697,109 @@ GuiPreferencesProjects - + Automatic Save Automatisch Speichern - + Save document interval Dokument automatisch speichern alle - + How often the document is automatically saved. Wie oft das geöffnete Dokument automatisch gespeichert wird. - - + + seconds Sekunden - + Save project interval Projekt automatisch speichern alle - + How often the project is automatically saved. Wie oft das gesamte Projekt automatisch gespeichert wird. - + Project Backup Backups - + Browse Auswählen - + Backup storage location Verzeichnis für Backups - - + + Path: {0} Pfad: {0} - + Run backup when the project is closed Backup erstellen, wenn ein Projekt geschlossen wird - + Can be overridden for individual projects in Project Settings. Kann auch für einzelne Projekte in den Projekteinstellungen festgelegt werden. - + Ask before running backup Jedes Mal nachfragen, bevor ein Backup erstellt wird - + If off, backups will run in the background. Falls nein: Backups werden automatisch im Hintergrund erstellt. - + Session Timer Session-Timer - + Pause the session timer when not writing Den Timer bei Inaktivität pausieren - + Also pauses when the application window does not have focus. Pausiert auch, wenn das Programmfenster nicht den Fokus hat. - + Editor inactive time before pausing timer Pausiert nach Inaktivität von - + User activity includes typing and changing the content. Dies berücksichtigt nur Änderungen im Texteditor. - + minutes Minuten - + Backup Directory Backup-Verzeichnis @@ -2769,47 +2807,47 @@ GuiPreferencesQuotes - + Quotation Style Bevorzugte Anführungszeichen - + Single quote open style Einfaches Anführungszeichen links - + The symbol to use for a leading single quote. Beginn von wörtlicher Rede mit einfachen Anführungszeichen. - + Single quote close style Einfaches Anführungszeichen rechts - + The symbol to use for a trailing single quote. Ende von wörtlicher Rede mit einfachen Anführungszeichen. - + Double quote open style Doppeltes Anführungszeichen links - + The symbol to use for a leading double quote. Beginn von wörtlicher Rede mit doppelten Anführungszeichen. - + Double quote close style Doppeltes Anführungszeichen rechts - + The symbol to use for a trailing double quote. Ende von wörtlicher Rede mit doppelten Anführungszeichen. @@ -2817,59 +2855,59 @@ GuiPreferencesSyntax - + Quotes & Dialogue Anführungszeichen - + Highlight text wrapped in quotes Text in Anführungszeichen hervorheben - - - + + + Applies to the document editor only. Gilt nur für den Editor. - + Allow open-ended single quotes Erlaube einfache Anführungszeichen ohne Schließung - + Highlight single-quoted line with no closing quote. Hebt Text in einfachen Anführungszeichen hervor, auch wenn kein schließendes Anführungszeichen gefunden wird. - + Allow open-ended double quotes Erlaube doppelte Anführungszeichen ohne Schließung - + Highlight double-quoted line with no closing quote. Hebt Text in doppelten Anführungszeichen hervor, auch wenn kein schließendes Anführungszeichen gefunden wird. - + Text Emphasis Schriftauszeichnung - + Add highlight colour to emphasised text Kursiven und fetten Text hervorheben - + Text Errors Fehler im Text - + Highlight multiple or trailing spaces Mehrere oder nachfolgende Leerzeichen hervorheben @@ -2877,17 +2915,17 @@ GuiProjectDetails - + Project Details Projektdetails - + Overview Übersicht - + Contents Inhalt @@ -2895,72 +2933,72 @@ GuiProjectDetailsContents - + Table of Contents Inhaltsverzeichnis - + Title Name - + Words Wörter - + Pages Seiten - + Page Seite - + Progress Fortschritt - + Typical word count for a 5 by 8 inch book page with 11 pt font is 350. Üblicherweise sind ca. 350 Wörter auf einer Buchseite (5 x 8 Zoll, 11 pt). - + Start counting page numbers from this page. Ab dieser Seite mit arabischen Ziffern beginnen zu zählen. - + Assume a new chapter or partition always start on an odd numbered page. Angenommen ein neues Kapitel oder neuer Teil beginnt immer auf einer ungeraden Seite. - + Words per page Wörter pro Seite - + Count pages from Seiten zählen ab - + Clear double pages Leere linke Seiten auslassen - + END ENDE - + Untitled Ohne Titel @@ -2968,42 +3006,42 @@ GuiProjectDetailsMain - + Words Wörter - + Chapters Kapitel - + Scenes Szenen - + Revisions Revisionen - + Editing Time Bearbeitungszeit - + Path Pfad - + Project: {0} Projekt: {0} - + By {0} Von {0} @@ -3011,54 +3049,54 @@ GuiProjectEditMain - + Project Settings Projekteinstellungen - + Project name Projektname - + Should be set only once. Sollte nicht geändert werden. - + Novel title Romantitel - - + + Change whenever you want! Jederzeit änderbar! - + Author(s) Autor(en) - + Default Standard - + Spell check language Rechtschreibprüfung - - + + Overrides main preferences. Überschreibt die Einstellungen. - + No backup on close Keine Backups beim Schließen @@ -3066,27 +3104,27 @@ GuiProjectEditReplace - + Text Replace List for Preview and Export Textersetzung für Dokumentenansicht und Export - + Keyword Stichwort - + Replace With Ersetzen durch - + Select item to edit Element zum Bearbeiten auswählen - + Save Speichern @@ -3094,67 +3132,67 @@ GuiProjectEditStatus - + Novel File Status Levels Romandokumente: Status - + Note File Importance Levels Notizen: Wichtigkeit - + Label Name - + Usage Vorkommen - + Select item to edit Element zum Bearbeiten auswählen - + Colour Farbe - + Save Speichern - + Select Colour Farbe wählen - + New Item Neuer Eintrag - + Cannot delete a status item that is in use. Element konnte nicht gelöscht werden, da es von Dokumenten genutzt wird. - + Not in use Nicht verwendet - + Used once Einmal verwendet - + Used by {0} items Verwendet von {0} Elementen @@ -3162,63 +3200,58 @@ GuiProjectLoad - - + + Open Project Projekt öffnen - + Working Title Arbeitstitel - + Words Wörter - + Last Opened Zuletzt geöffnet - + Recently Opened Projects Zuletzt geöffnete Projekte - + Path Pfad - + New &Neu - + Remove &Entfernen - + novelWriter Project File ({0}) novelWriter-Projektdatei ({0}) - + All files ({0}) Alle Dateien ({0}) - - Remove Entry - Eintrag entfernen - - - + Remove '{0}' from the recent projects list? The project files will not be deleted. „{0}“ von der Liste der zuletzt geöffneten Projekte entfernen? Ihre Daten werden nicht gelöscht. @@ -3226,27 +3259,27 @@ GuiProjectSettings - + Project Settings Projekteinstellungen - + Settings Einstellungen - + Status Status - + Importance Wichtigkeit - + Auto-Replace Ersetzen @@ -3254,52 +3287,52 @@ GuiProjectToolBar - + Project Content Projektinhalt - + Quick Links Schnellzugriff - + Move Up Nach oben - + Move Down Nach unten - + Add Item Element hinzufügen - + Expand All Alle ausklappen - + Collapse All Alle einklappen - + Undo Move Verschieben rückgängig machen - + Empty Trash Papierkorb leeren - + More Options Weitere Optionen @@ -3307,204 +3340,216 @@ GuiProjectTree - + Active Aktiv - + Inactive Inaktiv - + Did not find anywhere to add the file or folder! Konnte das Dokument oder den Ordner nirgends hinzufügen! - + Cannot add new files or folders to the Trash folder. Im Papierkorb kann kein neuer Ordner erstellt werden. - + New Note Neue Notiz - + New Chapter Neues Kapitel - + New Scene Neue Szene - + New Document Neues Dokument - + New Folder Neuer Ordner - + There is currently no Trash folder in this project. Derzeit gibt es keinen Papierkorb für dieses Projekt. - + The Trash folder is already empty. Papierkorb ist bereits leer. - - - Empty Trash - Papierkorb leeren - - - + Permanently delete {0} file(s) from Trash? {0} Element(e) endgültig löschen? - - - Delete - Löschen - - - + Move '{0}' to Trash? „{0}“ in den Papierkorb verschieben? - + Root folders can only be deleted when they are empty. Hauptordner können nur gelöscht werden, wenn sie leer sind. - + Permanently delete '{0}'? „{0}“ endgültig löschen? - + + Empty Trash + Papierkorb leeren + + + Open Document Dokument öffnen - + View Document Dokument anzeigen - + Rename Umbenennen - + Toggle Active Aktivieren/Deaktivieren - + Set Status to ... Status ändern zu ... - + Set Importance to ... Wichtigkeit ändern zu ... - + Transform Umwandeln - - - - + + + + Convert to {0} Umwandeln in {0} - + Merge Child Items into Self Unterelemente in dieses Dokument zusammenführen - + Merge Child Items into New Unterelemente in neues Dokument zusammenführen - + Merge Documents in Folder Dokumente im Ordner zusammenführen - + Split Document by Headers Dokument nach Überschriften aufteilen - + Expand All Alle ausklappen - + Collapse All Alle einklappen - + + Duplicate from Here + + + + + Duplicate Document + + + + Delete Permanently Endgültig löschen - + Move to Trash In den Papierkorb verschieben - - Convert Folder - Ordner umwandeln - - - + Do you want to convert the folder to a {0}? This action cannot be reversed. Möchten Sie den Ordner umwandeln zu {0}? Diese Aktion kann nicht rückgängig gemacht werden. - + No documents selected for merging. Keine Dokumente zum Zusammenführen ausgewählt. - + Merged Zusammengeführt - - + + Could not write document content. Inhalt des Dokuments konnte nicht geschrieben werden. - - + + Do you want to duplicate this document? + + + + + Do you want to duplicate this item and all child items? + + + + + Could not duplicate all items. + + + + There is nowhere to add item with name '{0}'. Konnte das Element mit dem Namen „{0}“ nirgends hinzufügen. @@ -3512,67 +3557,67 @@ GuiSideBar - + Project Projekt - + Project Tree View Projektstruktur - + Novel Roman - + Novel Tree View Romanstruktur - + Outline Gliederung - + Novel Outline View Gliederung - + Build Bauen - - Build Novel Project - Romanprojekt zusammenbauen + + Build Manuscript + - + Details Details - + Project Details Projektdetails - + Stats Stats - + Writing Statistics Schreibstatistiken - + Settings Einstellungen @@ -3580,33 +3625,33 @@ GuiUpdates - + Check for Updates Nach Updates suchen - + Current Release Installierte Version - - + + novelWriter {0} released on {1} novelWriter {0}, veröffentlicht am {1} - + Latest Release Neueste Version - + Checking ... Überprüfe ... - + Download: {0} Download: {0} @@ -3614,18 +3659,18 @@ GuiWordList - - + + Project Word List Projektwörterbuch - + Cannot add a blank word. Kann kein leeres Wort hinzufügen. - + The word '{0}' is already in the word list. „{0}“ ist bereits im Wörterbuch. @@ -3633,334 +3678,299 @@ GuiWritingStats - + Writing Statistics Statistiken - + Session Start Beginn - + Length Dauer - + Idle Inaktiv - + Words Wörter - + Histogram Histogramm - + Sum Totals Gesamt - + Total Time: Dauer: - + Idle Time: Inaktiv: - + Filtered Time: Dauer mit Filtern: - + Novel Word Count: Wörter im Roman: - + Notes Word Count: Wörter in den Notizen: - + Total Word Count: Wörter gesamt: - + Filters Filter - + Count novel files Romandokumente mitzählen - + Count note files Notizen mitzählen - + Hide zero word count Unproduktive Sessions verbergen - + Hide negative word count Negative Sessions verbergen - + Group entries by day Nach Tag gruppieren - + Show idle time Inaktivität anzeigen - + Word count cap for the histogram Maximale Wörterzahl für das Histogramm - + Save As Speichern als - + JSON Data File (.json) JSON-Datei (.json) - + CSV Data File (.csv) CSV-Datei (.csv) - + JSON Data File JSON-Datei - + CSV Data File CSV-Datei - + Save Data As Speichern als - + {0} file successfully written to: {0} erfolgreich gespeichert unter: - + Failed to write {0} file. Fehler beim Speichern der {0}. - - - Failed to read session log file. - Protokolldatei konnte nicht gelesen werden. - NWProject - + Could not delete document file. Datei konnte nicht gelöscht werden. - + Could not open project with path: {0} Konnte das Projekt mit dem Pfad {0} nicht öffnen - + Unknown Unbekannt - + Project file does not appear to be a novelWriterXML file. Projektdatei scheint keine gültiges novelWriterXML zu sein. - + Unknown or unsupported novelWriter project file format. The project cannot be opened by this version of novelWriter. The file was saved with novelWriter version {0}. Unbekanntes oder nicht unterstütztes novelWriter-Projektformat. Das Projekt kann von dieser novelWriter-Version nicht geöffnet werden. Die Datei wurde gespeichert in Version {0}. - + Failed to parse project xml. XML-Datei des Projektes konnte nicht gelesen werden. - - File Version - Dateiversion - - - + The file format of your project is about to be updated. If you proceed, older versions of novelWriter will no longer be able to open this project. Continue? Das Dateiformat Ihres Projekts soll aktualisiert werden. Wenn Sie fortfahren, werden ältere Versionen von novelWriter dieses Projekt nicht mehr öffnen können. Fortfahren? - - Version Conflict - Versionskonflikt - - - + This project was saved by a newer version of novelWriter, version {0}. This is version {1}. If you continue to open the project, some attributes and settings may not be preserved, but the overall project should be fine. Continue opening the project? Dieses Projekt wurde in einer aktuelleren novelWriter-Version gespeichert ({0}). Die installierte Version ist {1}. Falls Sie das Projekt dennoch öffnen möchten, könnten einige Eigenschaften und Einstellungen möglicherweise nicht beibehalten werden. Abgesehen davon sollte das Projekt jedoch in Ordnung sein. Projekt öffnen? - - Opened Project: {0} - Projekt geöffnet: {0} - - - - There is no project open. - Es ist kein Projekt offen. - - - - Failed to save project. - Projekt konnte nicht gespeichert werden. - - - - Saved Project: {0} - Projekt gespeichert: {0} - - - - Backing up project ... - Backup wird erstellt ... - - - - Cannot backup project because no valid backup path is set. Please set a valid backup location in Preferences. - Ein Backup konnte nicht erstellt werden, da kein gültiger Speicherort festgelegt ist. Bitte geben Sie in den Einstellungen einen gültigen Speicherort an. - - - - Cannot backup project because no project name is set. Please set a Project Name in Project Settings. - Ein Backup konnte nicht erstellt werden, da kein Projektname angegeben ist. Bitte legen Sie einen Projektnamen in den Projekteinstellungen fest. - - - - Could not create backup folder. - Backup-Verzeichnis konnte nicht erstellt werden. - - - - Backup from {0} - Backup vom {0} - - - - Backup archive file written to: {0} - Backup erstellt: {0} - - - - Could not write backup archive. - Backup-Archiv konnte nicht erstellt werden. - - - - Project backed up to '{0}' - Backup erstellt: {0} - - - - - New - Neu - - - - Note - Notiz - - - - Draft - Entwurf - - - - Finished - Fertig - - - - Minor - Unwesentlich - - - - Major - Wichtig - - - - Main - Zentral - - - - Found {0} orphaned file(s) in project folder. - {0} verwaiste Datei(en) im Projektverzeichnis gefunden. - - - + Recovered Wiederhergestellt - - [{0}] {1} - [{0}] {1} + + Found {0} orphaned file(s) in the project. {1} file(s) were recovered. + - - Recovered File {0} - Wiederhergestelltes Dokument {0} + + Opened Project: {0} + Projekt geöffnet: {0} - - One or more orphaned files could not be added back into the project. Make sure at least a Novel root folder exists. - Ein oder mehrere verwaiste Dokumente konnte nicht wieder in das Projekt eingefügt werden. Stellen Sie sicher, dass mindestens der Hauptordner „Roman“ existiert. + + There is no project open. + Es ist kein Projekt offen. + + + + Failed to save project. + Projekt konnte nicht gespeichert werden. + + + + Saved Project: {0} + Projekt gespeichert: {0} + + + + Backing up project ... + Backup wird erstellt ... + + + + Cannot backup project because no project name is set. Please set a Project Name in Project Settings. + Ein Backup konnte nicht erstellt werden, da kein Projektname angegeben ist. Bitte legen Sie einen Projektnamen in den Projekteinstellungen fest. + + + + Could not create backup folder. + Backup-Verzeichnis konnte nicht erstellt werden. + + + + Created a backup of your project of size {0}B. + + + + + Path: {0} + Pfad: {0} + + + + Could not write backup archive. + Backup-Archiv konnte nicht erstellt werden. + + + + Project backed up to '{0}' + Backup erstellt: {0} + + + + + New + Neu + + + + Note + Notiz + + + + Draft + Entwurf + + + + Finished + Fertig + + + + Minor + Unwesentlich + + + + Major + Wichtig + + + + Main + Zentral NovelSelector - + All Novel Folders Alle Romanordner @@ -3968,42 +3978,42 @@ ProjWizardCustomPage - + Custom Project Options Benutzerdefinierte Optionen - + Select which additional elements to populate the project with. You can skip making chapters and add only scenes by setting the number of chapters to 0. Wählen Sie aus, mit welchen zusätzlichen Elementen das Projekt erstellt werden soll. Sie können die Kapitelerstellung überspringen und nur Szenen hinzufügen, indem Sie die Anzahl der Kapitel auf 0 setzen. - + Add a folder for plot notes Ordner für Handlungsnotizen hinzufügen - + Add a folder for character notes Ordner für Figurennotizen hinzufügen - + Add a folder for location notes Ordner für Schauplatznotizen hinzufügen - + Add example notes to the above Beispielnotizen zur obigen Auswahl hinzufügen - + Add chapters to the novel folder Kapitel zum Romanordner hinzufügen - + Add scenes to each chapter Szenen zu jedem Kapitel hinzufügen @@ -4011,82 +4021,82 @@ ProjWizardFinalPage - + Summary Zusammenfassung - + Project Name: {0} Projektname: {0} - + Project Path: {0} Projektpfad: {0} - + Fill the project with a minimal set of items Projekt mit der geringsten Anzahl an Elementen füllen - + Fill the project with example files Projekt mit Beispieldateien füllen - + Add a folder for plot notes Ordner für Handlungsnotizen hinzufügen - + Add a folder for character notes Ordner für Figurennotizen hinzufügen - + Add a folder for location notes Ordner für Schauplatznotizen hinzufügen - + Add example notes to the above Beispielnotizen zur obigen Auswahl hinzufügen - + Add {0} chapters to the novel folder {0} Kapitel zum Romanordner hinzufügen - + Add {0} scenes to each chapter {0} Szene(n) pro Kapitel hinzufügen - + Add {0} scenes {0} Szene(n) hinzufügen - + You have selected the following: Sie haben Folgendes ausgewählt: - + Press '{0}' to create the new project. Klicken Sie auf „{0}“, um Ihr neues Projekt zu erstellen. - + Done Fertig - + Finish Fertig @@ -4094,33 +4104,33 @@ ProjWizardFolderPage - - + + Select Project Folder Speicherort wählen - + Select a location to store the project. A new project folder will be created in the selected location. Wählen Sie einen Speicherort für Ihr neues Projekt aus. Ein neues Verzeichnis wird erstellt. - + Required Erforderlich - + Project Path Projektpfad - + Error: A project folder cannot be created using this path. Fehler: Ein Projektverzeichnis kann nicht mit diesem Pfad erstellt werden. - + Error: The selected path already exists. Fehler: Der ausgewählte Pfad existiert bereits. @@ -4128,43 +4138,43 @@ ProjWizardIntroPage - + Create New Project Neues Projekt erstellen - + Provide at least a project name. The project name should not be changed beyond this point as it is used for generating file names for for instance backups. The other fields are optional and can be changed at any time in Project Settings. Bitte geben Sie mindestens einen Projektnamen an. Der Projektname sollte von hier an nicht mehr geändert werden, da er unter anderem für Dateinamen für Backups verwendet wird. Die anderen Angaben sind optional und können jederzeit in den Projekteinstellungen geändert werden. - + Side image by {0}, {1} Bild von {0}, {1} - + Required Erforderlich - - + + Optional Optional - + Project Name Projektname - + Novel Title Romantitel - + Author(s) Autor(en) @@ -4172,27 +4182,27 @@ ProjWizardPopulatePage - + Populate Project Projekt mit Daten füllen - + Choose how to pre-fill the project. Either with a minimal set of starter items, an example project explaining and showing many of the features, or show further custom options on the next page. Wählen Sie, mit welchen Daten Sie Ihr Projekt erstellen möchten. Sie haben die Wahl zwischen den minimal notwendigen Elementen für den Einstieg, einem Beispielprojekt mit Veranschaulichung der Funktionen und einer benutzerdefinierten Struktur (zeige Optionen im nächsten Schritt). - + Fill the project with a minimal set of items Fülle das Projekt mit einem minimalen Satz von Elementen - + Fill the project with example files Fülle das Projekt mit Beispieldateien - + Show detailed options for filling the project Zeige detaillierte Optionen für das Befüllen des Projekts @@ -4200,73 +4210,73 @@ ProjectBuilder - + New Project Neues Projekt - + New Chapter Neues Kapitel - + New Scene Neue Szene - + Title Page Titelseite - + By Von - + Summary of the chapter. Zusammenfassung des Kapitels. - + Summary of the scene. Zusammenfassung der Szene. - + Chapter {0} Kapitel {0} - - + + Scene {0} Szene {0} - + Main Plot Haupthandlung - + Protagonist Hauptfigur - + Main Location Hauptschauplatz - + Failed to create a new example project. Beispielprojekt konnte nicht erstellt werden. - + Failed to create a new example project. Could not find the necessary files. They seem to be missing from this installation. Neues Beispielprojekt konnte nicht erstellt werden. Die dafür benötigten Daten konnten nicht gefunden werden. Anscheinend fehlen die Beispieldaten in Ihrer Installation. @@ -4462,19 +4472,182 @@ Tokenizer - + Synopsis Zusammenfassung - + Document '{0}' is too big ({1} MB). Skipping. Dokument „{0}“ ist zu groß ({1} MB) und wird übersprungen. - + ERROR FEHLER + + _FilterTab + + + Included in manuscript + + + + + Excluded from manuscript + + + + + Always included + + + + + Always excluded + + + + + Reset to default + + + + + Mark selection as + + + + + Select Root Folders + + + + + _FormatTab + + + Not Set + Nicht definiert + + + + _GuiAlert + + + Information + Information + + + + Warning + Warnung + + + + Error + Fehler + + + + Question + + + + + _HeadingsTab + + + + Hide + + + + + + Editing: {0} + + + + + + None + Keine + + + + Title + Name + + + + Chapter Number + + + + + Chapter Number (Word) + + + + + Chapter Number (Upper Case Roman) + + + + + Chapter Number (Lower Case Roman) + + + + + Scene Number (In Chapter) + + + + + Scene Number (Absolute) + + + + + Insert + Einfügen + + + + Apply + Anwenden + + + + _PreviewWidget + + + Press the "Build Preview" button to generate ... + + + + + Processing ... + + + + + Done + Fertig + + + + Unknown + Unbekannt + + + + Built + + + diff --git a/i18n/nw_en_US.ts b/i18n/nw_en_US.ts index 5437f809..277d5fc6 100644 --- a/i18n/nw_en_US.ts +++ b/i18n/nw_en_US.ts @@ -1,75 +1,283 @@ + + Builds + + + Document Filters + Document Filters + + + + Novel Documents + Novel Documents + + + + Project Notes + Project Notes + + + + Inactive Documents + Inactive Documents + + + + Headings + Headings + + + + Title Headings + Title Headings + + + + Chapter Headings + Chapter Headings + + + + Unnumbered Headings + Unnumbered Headings + + + + Scene Headings + Scene Headings + + + + Section Headings + Section Headings + + + + Hide Scene Headings + Hide Scene Headings + + + + Hide Section Headings + Hide Section Headings + + + + Text Content + Text Content + + + + Include Synopsis + Include Synopsis + + + + Include Comments + Include Comments + + + + Include Keywords + Include Keywords + + + + Include Body Text + Include Body Text + + + + Insert Content + Insert Content + + + + Add Titles for Notes + Add Titles for Notes + + + + Text Format + Text Format + + + + Language + Language + + + + Font Family + Font Family + + + + Font Size + Font Size + + + + Line Height + Line Height + + + + Text Options + Text Options + + + + Justify Text Margins + Justify Text Margins + + + + Replace Unicode Characters + Replace Unicode Characters + + + + Replace Tabs with Spaces + Replace Tabs with Spaces + + + + Page Layout + Page Layout + + + + Unit + Unit + + + + Page Size + Page Size + + + + Page Width + Page Width + + + + Page Height + Page Height + + + + Top Margin + Top Margin + + + + Bottom Margin + Bottom Margin + + + + Left Margin + Left Margin + + + + Right Margin + Right Margin + + + + Open Document (.odt) + Open Document (.odt) + + + + Add Highlight Colours + Add Highlight Colors + + + + HTML (.html) + HTML (.html) + + + + Add CSS Styles + Add CSS Styles + + Common - + in the future in the future - + just now just now - + a minute ago a minute ago - + {0} minutes ago {0} minutes ago - + an hour ago an hour ago - + {0} hours ago {0} hours ago - + a day ago a day ago - + {0} days ago {0} days ago - + a week ago a week ago - + {0} weeks ago {0} weeks ago - + a month ago a month ago - + {0} months ago {0} months ago - + a year ago a year ago - + {0} years ago {0} years ago @@ -77,264 +285,345 @@ Constant - - - + + + None None - + Novel Novel - - + + Plot Plot - - + + Characters Characters - - + + Locations Locations - - + + Timeline Timeline - - + + Objects Objects - - + + Entities Entities - - + + + Custom Custom - + Archive Archive - + Trash Trash - - + + Novel Document Novel Document - - + + Project Note Project Note - + Root Folder Root Folder - + Folder Folder - + Novel Title Page Novel Title Page - + Novel Chapter Novel Chapter - + Novel Scene Novel Scene - + Novel Section Novel Section - + Tag Tag - + Point of View Point of View - - + + Focus Focus - + Title Title - + Level Level - + Document Document - + Line Line - + Chars Chars - + Words Words - + Pars Pars - + POV POV - + Synopsis Synopsis - + + Open Document (.odt) + Open Document (.odt) + + + + Flat Open Document (.fodt) + Flat Open Document (.fodt) + + + + novelWriter HTML (.html) + novelWriter HTML (.html) + + + + novelWriter Markup (.txt) + novelWriter Markup (.txt) + + + + Standard Markdown (.md) + Standard Markdown (.md) + + + + Extended Markdown (.md) + Extended Markdown (.md) + + + + JSON + novelWriter HTML (.json) + JSON + novelWriter HTML (.json) + + + + JSON + novelWriter Markup (.json) + JSON + novelWriter Markup (.json) + + + + Millimetres + Millimeters + + + + Centimetres + Centimeters + + + + Inches + Inches + + + + A4 + A4 + + + + A5 + A5 + + + + A6 + A6 + + + + US Legal + US Legal + + + + US Letter + US Letter + + + Straight single quotation mark Straight single quotation mark - + Straight double quotation mark Straight double quotation mark - + Left single quotation mark Left single quotation mark - + Right single quotation mark Right single quotation mark - + Single low-9 quotation mark Single low-9 quotation mark - + Single high-reversed-9 quotation mark Single high-reversed-9 quotation mark - + Left double quotation mark Left double quotation mark - + Right double quotation mark Right double quotation mark - + Double low-9 quotation mark Double low-9 quotation mark - + Double high-reversed-9 quotation mark Double high-reversed-9 quotation mark - + Double low-reversed-9 quotation mark Double low-reversed-9 quotation mark - + Single left-pointing angle quotation mark Single left-pointing angle quotation mark - + Single right-pointing angle quotation mark Single right-pointing angle quotation mark - + Double left-pointing angle quotation mark Double left-pointing angle quotation mark - + Double right-pointing angle quotation mark Double right-pointing angle quotation mark - + Left corner bracket Left corner bracket - + Right corner bracket Right corner bracket - + Left white corner bracket Left white corner bracket - + Right white corner bracket Right white corner bracket @@ -342,447 +631,129 @@ GuiAbout - - + + About novelWriter About novelWriter - + About About - + Release Release - + Credits Credits - + Licence License - + Website: {0} Website: {0} - + novelWriter is a markdown-like text editor designed for organising and writing novels. It is written in Python 3 with a Qt5 GUI, using PyQt5. novelWriter is a markdown-like text editor designed for organising and writing novels. It is written in Python 3 with a Qt5 GUI, using PyQt5. - + novelWriter is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. novelWriter is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + novelWriter is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. novelWriter is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - + See the Licence tab for the full licence text, or visit the GNU website at {0} for more details. See the License tab for the full license text, or visit the GNU website at {0} for more details. - GuiBuildNovel + GuiBuildSettings - - Build Novel Project - Build Novel Project + + Manuscript Build Settings + Manuscript Build Settings - - Title Formats for Novel Files - Title Formats for Novel Files + + Options + Options - - Formatting Codes: - Formatting Codes: + + Selection + Selection - - {0} for the title as set in the document - {0} for the title as set in the document + + Headings + Headings - - {0} for chapter number (1, 2, 3) - {0} for chapter number (1, 2, 3) + + Content + Content - - {0} for chapter number as a word (one, two) - {0} for chapter number as a word (one, two) + + Format + Format - - {0} for chapter number in upper case Roman - {0} for chapter number in upper case Roman + + Output + Output - - {0} for chapter number in lower case Roman - {0} for chapter number in lower case Roman - - - - {0} for scene number within chapter - {0} for scene number within chapter - - - - {0} for scene number within novel - {0} for scene number within novel - - - - Leave blank to skip this heading, or set to a static text, like for instance '{0}', to make a separator. The separator will be centred automatically and only appear between sections of the same type. - Leave blank to skip this heading, or set to a static text, like for instance '{0}', to make a separator. The separator will be centered automatically and only appear between sections of the same type. - - - - Not Set - Not Set - - - - Title - Title - - - - Chapter - Chapter - - - - Unnumbered - Unnumbered - - - - Scene - Scene - - - - Section - Section - - - - Language - Language - - - - Hide scene - Hide scene - - - - Hide section - Hide section - - - - Font Options - Font Options - - - - Font family - Font family - - - - Font size - Font size - - - - Line height - Line height - - - - Justify text - Justify text - - - - Disable styling - Disable styling - - - - Styling Options - Styling Options - - - - Include Options - Include Options - - - - Include synopsis - Include synopsis - - - - Include comments - Include comments - - - - Include keywords - Include keywords - - - - Include body text - Include body text - - - - Root Filter Options - Root Filter Options - - - - File Filter Options - File Filter Options - - - - Include novel files - Include novel files - - - - Include note files - Include note files - - - - Include inactive files - Include inactive files - - - - Export Options - Export Options - - - - Replace tabs with spaces - Replace tabs with spaces - - - - Replace Unicode in HTML - Replace Unicode in HTML - - - - Build Preview - Build Preview - - - - Print - Print - - - - Print Preview - Print Preview - - - - Print to PDF - Print to PDF - - - - Save As - Save As - - - - Open Document (.odt) - Open Document (.odt) - - - - Flat Open Document (.fodt) - Flat Open Document (.fodt) - - - - novelWriter HTML (.htm) - novelWriter HTML (.htm) - - - - novelWriter Markdown (.nwd) - novelWriter Markdown (.nwd) - - - - Standard Markdown (.md) - Standard Markdown (.md) - - - - GitHub Markdown (.md) - GitHub Markdown (.md) - - - - JSON + novelWriter HTML (.json) - JSON + novelWriter HTML (.json) - - - - JSON + novelWriter Markdown (.json) - JSON + novelWriter Markdown (.json) - - - - Close - Close - - - - Failed to generate preview. The result is too big. - Failed to generate preview. The result is too big. - - - - There were problems when building the project: - There were problems when building the project: - - - - Open Document - Open Document - - - - Flat Open Document - Flat Open Document - - - - Plain HTML - Plain HTML - - - - novelWriter Markdown - novelWriter Markdown - - - - Standard Markdown - Standard Markdown - - - - GitHub Markdown - GitHub Markdown - - - - JSON + novelWriter HTML - JSON + novelWriter HTML - - - - JSON + novelWriter Markdown - JSON + novelWriter Markdown - - - - PDF - PDF - - - - Save Document As - Save Document As - - - - {0} file successfully written to: - {0} file successfully written to: - - - - Failed to write {0} file. {1} - Failed to write {0} file. {1} - - - - GuiBuildNovelDocView - - - This area will show the content of the document to be exported or printed. Press the "Build Preview" button to generate content. - This area will show the content of the document to be exported or printed. Press the "Build Preview" button to generate content. - - - - Unknown - Unknown - - - - Build Time: - Build Time: + + Name + Name GuiDocEditFooter - + Status Status - + Line: {0} ({1}) Line: {0} ({1}) - + Words: {0} ({1}) Words: {0} ({1}) - + Document size is {0} bytes Document size is {0} bytes - + Words: {0} selected Words: {0} selected - + Character count: {0} Character count: {0} @@ -790,22 +761,22 @@ GuiDocEditHeader - + Edit document label Edit document label - + Search document Search document - + Toggle Focus Mode Toggle Focus Mode - + Close the document Close the document @@ -813,58 +784,58 @@ GuiDocEditSearch - - + + Search Search - + Replace Replace - + Case Sensitive Case Sensitive - + Whole Words Only Whole Words Only - + RegEx Mode RegEx Mode - + Loop Search Loop Search - + Search Next File Search Next File - + Preserve Case Preserve Case - + Close Search Close Search - + Find in current document Find in current document - + Find and replace in current document Find and replace in current document @@ -872,117 +843,122 @@ GuiDocEditor - + The document you are trying to open is too big. The document size is {0} MB. The maximum size allowed is {1} MB. The document you are trying to open is too big. The document size is {0} MB. The maximum size allowed is {1} MB. - + Opened Document: {0} Opened Document: {0} - + The text you are trying to add is too big. The text size is {0} MB. The maximum size allowed is {1} MB. The text you are trying to add is too big. The text size is {0} MB. The maximum size allowed is {1} MB. - - File Changed on Disk - File Changed on Disk - - - + This document has been changed outside of novelWriter while it was open. Overwrite the file on disk? This document has been changed outside of novelWriter while it was open. Overwrite the file on disk? - + Could not save document. Could not save document. - + Saved Document: {0} Saved Document: {0} - + Spell checking requires the package PyEnchant. It does not appear to be installed. Spell checking requires the package PyEnchant. It does not appear to be installed. - + Spell check complete Spell check complete - - File Location - File Location + + Document Details + Document Details - - The currently open file is saved in: - The currently open file is saved in: + + Created: {0} + Created: {0} - + + Updated: {0} + Updated: {0} + + + + File Location: {0} + File Location: {0} + + + The document has grown too big and you cannot add more text to it. The maximum size of a single novelWriter document is {0} MB. The document has grown too big and you cannot add more text to it. The maximum size of a single novelWriter document is {0} MB. - + Follow Tag Follow Tag - + Cut Cut - + Copy Copy - + Paste Paste - + Select All Select All - + Select Word Select Word - + Select Paragraph Select Paragraph - + Spelling Suggestion(s) Spelling Suggestion(s) - + No Suggestions No Suggestions - + Add Word to Dictionary Add Word to Dictionary - + Please select some text before calling replace quotes. Please select some text before calling replace quotes. @@ -990,22 +966,22 @@ GuiDocMerge - + Merge Documents Merge Documents - + Documents to Merge Documents to Merge - + Drag and drop items to change the order, or uncheck to exclude. Drag and drop items to change the order, or uncheck to exclude. - + Move merged items to Trash Move merged items to Trash @@ -1013,52 +989,52 @@ GuiDocSplit - + Split Document Split Document - + Document Headers Document Headers - + Select the maximum level to split into files. Select the maximum level to split into files. - + Split on Header Level 1 (Title) Split on Header Level 1 (Title) - + Split up to Header Level 2 (Chapter) Split up to Header Level 2 (Chapter) - + Split up to Header Level 3 (Scene) Split up to Header Level 3 (Scene) - + Split up to Header Level 4 (Section) Split up to Header Level 4 (Section) - + Split into a new folder Split into a new folder - + Create document hierarchy Create document hierarchy - + Move split document to Trash Move split document to Trash @@ -1066,42 +1042,42 @@ GuiDocViewFooter - + Show/hide the references panel Show/hide the references panel - + Activate to freeze the content of the references panel when changing document Activate to freeze the content of the references panel when changing document - + Show comments Show comments - + Show synopsis comments Show synopsis comments - + References References - + Sticky Sticky - + Comments Comments - + Synopsis Synopsis @@ -1109,22 +1085,22 @@ GuiDocViewHeader - + Go backward Go backward - + Go forward Go forward - + Reload the document Reload the document - + Close the document Close the document @@ -1132,27 +1108,27 @@ GuiDocViewer - + An error occurred while generating the preview. An error occurred while generating the preview. - + Copy Copy - + Select All Select All - + Select Word Select Word - + Select Paragraph Select Paragraph @@ -1160,12 +1136,12 @@ GuiEditLabel - + Item Label Item Label - + Label Label @@ -1173,37 +1149,37 @@ GuiItemDetails - + Label Label - + Status Status - + Class Class - + Usage Usage - + Characters Characters - + Words Words - + Paragraphs Paragraphs @@ -1211,27 +1187,27 @@ GuiLipsum - + Insert Placeholder Text Insert Placeholder Text - + Insert Lorem Ipsum Text Insert Lorem Ipsum Text - + Number of paragraphs Number of paragraphs - + Randomise order Randomize order - + Insert Insert @@ -1239,173 +1215,123 @@ GuiMain - + You are running an untested development version of novelWriter. Please be careful when working on a live project and make sure you take regular backups. You are running an untested development version of novelWriter. Please be careful when working on a live project and make sure you take regular backups. - + novelWriter is ready ... novelWriter is ready ... - + Cannot create a new project when another project is open. Cannot create a new project when another project is open. - + A project already exists in that location. Please choose another folder. A project already exists in that location. Please choose another folder. - - Close Project - Close Project - - - + Close the current project? Close the current project? - - + + Changes are saved automatically. Changes are saved automatically. - - Backup Project - Backup Project - - - + Backup the current project? Backup the current project? - - The project was locked by the computer '{0}' ({1} {2}), last active on {3}. - The project was locked by the computer '{0}' ({1} {2}), last active on {3}. - - - - Project Locked - Project Locked - - - + The project is already open by another instance of novelWriter, and is therefore locked. Override lock and continue anyway? The project is already open by another instance of novelWriter, and is therefore locked. Override lock and continue anyway? - + Note: If the program or the computer previously crashed, the lock can safely be overridden. However, overriding it is not recommended if the project is open in another instance of novelWriter. Doing so may corrupt the project. Note: If the program or the computer previously crashed, the lock can safely be overridden. However, overriding it is not recommended if the project is open in another instance of novelWriter. Doing so may corrupt the project. - + + The project was locked by the computer '{0}' ({1} {2}), last active on {3}. + The project was locked by the computer '{0}' ({1} {2}), last active on {3}. + + + The project index is outdated or broken. Rebuilding index. The project index is outdated or broken. Rebuilding index. - + Text files ({0}) Text files ({0}) - + Markdown files ({0}) Markdown files ({0}) - + novelWriter files ({0}) novelWriter files ({0}) - + All files ({0}) All files ({0}) - + Import File Import File - + Could not read file. The file must be an existing text file. Could not read file. The file must be an existing text file. - + Please open a document to import the text file into. Please open a document to import the text file into. - - Import Document - Import Document - - - + Importing the file will overwrite the current content of the document. Do you want to proceed? Importing the file will overwrite the current content of the document. Do you want to proceed? - + Indexing completed in {0} ms Indexing completed in {0} ms - + The project index has been successfully rebuilt. The project index has been successfully rebuilt. - + Some changes will not be applied until novelWriter has been restarted. Some changes will not be applied until novelWriter has been restarted. - - Information - Information - - - - Warning - Warning - - - - Error - Error - - - - This is a bug! - This is a bug! - - - - Internal Error - Internal Error - - - - Exit - Exit - - - + Do you want to exit novelWriter? Do you want to exit novelWriter? - + Could not find the reference for tag '{0}'. It either doesn't exist, or the index is out of date. The index can be updated from the Tools menu, or by pressing {1}. Could not find the reference for tag '{0}'. It either doesn't exist, or the index is out of date. The index can be updated from the Tools menu, or by pressing {1}. @@ -1413,597 +1339,607 @@ GuiMainMenu - + &Project &Project - + New Project New Project - + Open Project Open Project - + Save Project Save Project - + Close Project Close Project - + Project Settings Project Settings - + Project Details Project Details - + Rename Item Rename Item - + Delete Item Delete Item - + Empty Trash Empty Trash - + Exit Exit - + &Document &Document - + Open Document Open Document - + Save Document Save Document - + Close Document Close Document - + View Document View Document - + Close Document View Close Document View - + Show File Details Show File Details - + Import Text from File Import Text from File - + &Edit &Edit - + Undo Undo - + Redo Redo - + Cut Cut - + Copy Copy - + Paste Paste - + Select All Select All - + Select Paragraph Select Paragraph - + &View &View - + Go to Project Tree Go to Project Tree - + Go to Document Editor Go to Document Editor - + Go to Document Viewer Go to Document Viewer - + Go to Outline Go to Outline - + Navigate Backward Navigate Backward - + Navigate Forward Navigate Forward - + Focus Mode Focus Mode - + Full Screen Mode Full Screen Mode - + &Insert &Insert - + Dashes Dashes - + Short Dash Short Dash - + Long Dash Long Dash - + Horizontal Bar Horizontal Bar - + Figure Dash Figure Dash - + Quote Marks Quote Marks - + Left Single Quote Left Single Quote - + Right Single Quote Right Single Quote - + Left Double Quote Left Double Quote - + Right Double Quote Right Double Quote - + Alternative Apostrophe Alternative Apostrophe - + General Punctuation General Punctuation - + Ellipsis Ellipsis - + Prime Prime - + Double Prime Double Prime - + White Spaces White Spaces - + Non-Breaking Space Non-Breaking Space - + Thin Space Thin Space - + Thin Non-Breaking Space Thin Non-Breaking Space - + Other Symbols Other Symbols - + List Bullet List Bullet - + Hyphen Bullet Hyphen Bullet - + Flower Mark Flower Mark - + Per Mille Per Mille - + Degree Symbol Degree Symbol - + Minus Sign Minus Sign - + Times Sign Times Sign - + Division Sign Division Sign - + Tags and References Tags and References - + Special Comments Special Comments - + Synopsis Comment Synopsis Comment - + Page Break and Space Page Break and Space - + Page Break Page Break - + Vertical Space (Single) Vertical Space (Single) - + Vertical Space (Multi) Vertical Space (Multi) - + Placeholder Text Placeholder Text - + &Format &Format - + Emphasis Emphasis - + Strong Emphasis Strong Emphasis - + Strikethrough Strikethrough - + Wrap Double Quotes Wrap Double Quotes - + Wrap Single Quotes Wrap Single Quotes - + Header 1 (Partition) Header 1 (Partition) - + Header 2 (Chapter) Header 2 (Chapter) - + Header 3 (Scene) Header 3 (Scene) - + Header 4 (Section) Header 4 (Section) - + Novel Title Novel Title - + Unnumbered Chapter Unnumbered Chapter - + Align Left Align Left - + Align Centre Align Center - + Align Right Align Right - + Indent Left Indent Left - + Indent Right Indent Right - + Toggle Comment Toggle Comment - + Remove Block Format Remove Block Format - + Convert Single Quotes Convert Single Quotes - + Convert Double Quotes Convert Double Quotes - + Remove In-Paragraph Breaks Remove In-Paragraph Breaks - + &Search &Search - + Find Find - + Replace Replace - + Find Next Find Next - + Find Previous Find Previous - + Replace Next Replace Next - + &Tools &Tools - + Check Spelling Check Spelling - + + Spell Check Language + Spell Check Language + + + + Default + Default + + + Re-Run Spell Check Re-Run Spell Check - + Project Word List Project Word List - + Rebuild Index Rebuild Index - + Backup Project Backup Project - - Build Novel Project - Build Novel Project + + Build Manuscript + Build Manuscript - + Writing Statistics Writing Statistics - + Preferences Preferences - + &Help &Help - + About novelWriter About novelWriter - + About Qt5 About Qt5 - + User Manual (Online) User Manual (Online) - + User Manual (PDF) User Manual (PDF) - + Report an Issue (GitHub) Report an Issue (GitHub) - + Ask a Question (GitHub) Ask a Question (GitHub) - + The novelWriter Website The novelWriter Website - + Check for New Release Check for New Release @@ -2011,97 +1947,204 @@ GuiMainStatus - - + + None None - + Editor Editor - + Project Project - + Session Time Session Time - + Words: {0} ({1}) Words: {0} ({1}) - + Project word count (session change) Project word count (session change) - + Novel word count (session change) Novel word count (session change) + + GuiManuscript + + + Build Manuscript + Build Manuscript + + + + Add New Build + Add New Build + + + + Delete Selected Build + Delete Selected Build + + + + Edit Selected Build + Edit Selected Build + + + + Builds + Builds + + + + Preview + Preview + + + + Print + Print + + + + Build + Build + + + + Close + Close + + + + + My Manuscript + My Manuscript + + + + GuiManuscriptBuild + + + Build Manuscript + Build Manuscript + + + + Output Format + Output Format + + + + Table of Contents + Table of Contents + + + + Path + Path + + + + File Name + File Name + + + + Reset file name to default + Reset file name to default + + + + &Build + &Build + + + + Select Folder + Select Folder + + + + Output folder does not exist. + Output folder does not exist. + + + + The file already exists. Do you want to overwrite it? + The file already exists. Do you want to overwrite it? + + GuiNovelToolBar - + Outline of {0} Outline of {0} - + Novel Root Novel Root - + Refresh Refresh - + Last Column Last Column - + Hidden Hidden - + Point of View Character Point of View Character - + Focus Character Focus Character - + Novel Plot Novel Plot - - + + Column Size Column Size - + More Options More Options - + Maximum column size in % Maximum column size in % @@ -2109,7 +2152,7 @@ GuiNovelTree - + No meta data No meta data @@ -2117,65 +2160,65 @@ GuiOutlineDetails - - - - + + + + Title Title - + Chapter Chapter - + Scene Scene - + Section Section - + Document Document - + Status Status - + Characters Characters - + Words Words - + Paragraphs Paragraphs - + Synopsis Synopsis - + Title Details Title Details - + Reference Tags Reference Tags @@ -2183,7 +2226,7 @@ GuiOutlineHeaderMenu - + Select Columns Select Columns @@ -2191,12 +2234,12 @@ GuiOutlineToolBar - + Outline of Outline of - + Refresh Refresh @@ -2204,42 +2247,42 @@ GuiPreferences - + Preferences Preferences - + General General - + Projects Projects - + Documents Documents - + Editor Editor - + Highlighting Highlighting - + Automation Automation - + Quotes Quotes @@ -2247,103 +2290,103 @@ GuiPreferencesAutomation - + Automatic Features Automatic Features - + Auto-select word under cursor Auto-select word under cursor - + Apply formatting to word under cursor if no selection is made. Apply formatting to word under cursor if no selection is made. - + Auto-replace text as you type Auto-replace text as you type - + Allow the editor to replace symbols as you type. Allow the editor to replace symbols as you type. - + Replace as You Type Replace as You Type - + Auto-replace single quotes Auto-replace single quotes - - + + Try to guess which is an opening or a closing quote. Try to guess which is an opening or a closing quote. - + Auto-replace double quotes Auto-replace double quotes - + Auto-replace dashes Auto-replace dashes - + Double and triple hyphens become short and long dashes. Double and triple hyphens become short and long dashes. - + Auto-replace dots Auto-replace dots - + Three consecutive dots become ellipsis. Three consecutive dots become ellipsis. - + Automatic Padding Automatic Padding - + Insert non-breaking space before Insert non-breaking space before - + Automatically add space before any of these symbols. Automatically add space before any of these symbols. - + Insert non-breaking space after Insert non-breaking space after - + Automatically add space after any of these symbols. Automatically add space after any of these symbols. - + Use thin space instead Use thin space instead - + Inserts a thin space instead of a regular space. Inserts a thin space instead of a regular space. @@ -2351,93 +2394,93 @@ GuiPreferencesDocuments - + Text Style Text Style - + Font family Font family - - - - + + + + Applies to both document editor and viewer. Applies to both document editor and viewer. - + Font size Font size - + pt pt - + Text Flow Text Flow - + Maximum text width in "Normal Mode" Maximum text width in "Normal Mode" - + Set to 0 to disable this feature. Set to 0 to disable this feature. - - - - + + + + px px - + Maximum text width in "Focus Mode" Maximum text width in "Focus Mode" - + The maximum width cannot be disabled. The maximum width cannot be disabled. - + Hide document footer in "Focus Mode" Hide document footer in "Focus Mode" - + Hide the information bar in the document editor. Hide the information bar in the document editor. - + Justify the text margins Justify the text margins - + Minimum text margin Minimum text margin - + Tab width Tab width - + The width of a tab key press in the editor and viewer. The width of a tab key press in the editor and viewer. @@ -2445,117 +2488,112 @@ GuiPreferencesEditor - + Spell Checking Spell Checking - + None None - - Not installed - Not installed - - - + Spell check language Spell check language - + Available languages are determined by your system. Available languages are determined by your system. - + Big document limit Big document limit - + Full spell checking is disabled above this limit. Full spell checking is disabled above this limit. - + kB kB - + Word Count Word Count - + Word count interval Word count interval - + seconds seconds - + Include project notes in status bar word count Include project notes in status bar word count - + Writing Guides Writing Guides - + Show tabs and spaces Show tabs and spaces - + Show line endings Show line endings - + Scroll Behaviour Scroll Behavior - + Scroll past end of the document Scroll past end of the document - + Set to 0 to disable this feature. Set to 0 to disable this feature. - + lines lines - + Typewriter style scrolling when you type Typewriter style scrolling when you type - + Keeps the cursor at a fixed vertical position. Keeps the cursor at a fixed vertical position. - + Minimum position for Typewriter scrolling Minimum position for Typewriter scrolling - + Percentage of the editor height from the top. Percentage of the editor height from the top. @@ -2563,95 +2601,95 @@ GuiPreferencesGeneral - + Look and Feel Look and Feel - + Main GUI language Main GUI language - - - + + + Requires restart to take effect. Requires restart to take effect. - + Main GUI theme Main GUI theme - + General colour theme and icons. General color theme and icons. - + Editor theme Editor theme - + Colour theme for the editor and viewer. Color theme for the editor and viewer. - + Font family Font family - + Font size Font size - + pt pt - + GUI Settings GUI Settings - + Emphasise partition and chapter labels Emphasise partition and chapter labels - + Makes them stand out in the project tree. Makes them stand out in the project tree. - + Show full path in document header Show full path in document header - + Add the parent folder names to the header. Add the parent folder names to the header. - + Hide vertical scroll bars in main windows Hide vertical scroll bars in main windows - - + + Scrolling available with mouse wheel and keys only. Scrolling available with mouse wheel and keys only. - + Hide horizontal scroll bars in main windows Hide horizontal scroll bars in main windows @@ -2659,109 +2697,109 @@ GuiPreferencesProjects - + Automatic Save Automatic Save - + Save document interval Save document interval - + How often the document is automatically saved. How often the document is automatically saved. - - + + seconds seconds - + Save project interval Save project interval - + How often the project is automatically saved. How often the project is automatically saved. - + Project Backup Project Backup - + Browse Browse - + Backup storage location Backup storage location - - + + Path: {0} Path: {0} - + Run backup when the project is closed Run backup when the project is closed - + Can be overridden for individual projects in Project Settings. Can be overridden for individual projects in Project Settings. - + Ask before running backup Ask before running backup - + If off, backups will run in the background. If off, backups will run in the background. - + Session Timer Session Timer - + Pause the session timer when not writing Pause the session timer when not writing - + Also pauses when the application window does not have focus. Also pauses when the application window does not have focus. - + Editor inactive time before pausing timer Editor inactive time before pausing timer - + User activity includes typing and changing the content. User activity includes typing and changing the content. - + minutes minutes - + Backup Directory Backup Directory @@ -2769,47 +2807,47 @@ GuiPreferencesQuotes - + Quotation Style Quotation Style - + Single quote open style Single quote open style - + The symbol to use for a leading single quote. The symbol to use for a leading single quote. - + Single quote close style Single quote close style - + The symbol to use for a trailing single quote. The symbol to use for a trailing single quote. - + Double quote open style Double quote open style - + The symbol to use for a leading double quote. The symbol to use for a leading double quote. - + Double quote close style Double quote close style - + The symbol to use for a trailing double quote. The symbol to use for a trailing double quote. @@ -2817,59 +2855,59 @@ GuiPreferencesSyntax - + Quotes & Dialogue Quotes & Dialogue - + Highlight text wrapped in quotes Highlight text wrapped in quotes - - - + + + Applies to the document editor only. Applies to the document editor only. - + Allow open-ended single quotes Allow open-ended single quotes - + Highlight single-quoted line with no closing quote. Highlight single-quoted line with no closing quote. - + Allow open-ended double quotes Allow open-ended double quotes - + Highlight double-quoted line with no closing quote. Highlight double-quoted line with no closing quote. - + Text Emphasis Text Emphasis - + Add highlight colour to emphasised text Add highlight color to emphasised text - + Text Errors Text Errors - + Highlight multiple or trailing spaces Highlight multiple or trailing spaces @@ -2877,17 +2915,17 @@ GuiProjectDetails - + Project Details Project Details - + Overview Overview - + Contents Contents @@ -2895,72 +2933,72 @@ GuiProjectDetailsContents - + Table of Contents Table of Contents - + Title Title - + Words Words - + Pages Pages - + Page Page - + Progress Progress - + Typical word count for a 5 by 8 inch book page with 11 pt font is 350. Typical word count for a 5 by 8 inch book page with 11 pt font is 350. - + Start counting page numbers from this page. Start counting page numbers from this page. - + Assume a new chapter or partition always start on an odd numbered page. Assume a new chapter or partition always start on an odd numbered page. - + Words per page Words per page - + Count pages from Count pages from - + Clear double pages Clear double pages - + END END - + Untitled Untitled @@ -2968,42 +3006,42 @@ GuiProjectDetailsMain - + Words Words - + Chapters Chapters - + Scenes Scenes - + Revisions Revisions - + Editing Time Editing Time - + Path Path - + Project: {0} Project: {0} - + By {0} By {0} @@ -3011,54 +3049,54 @@ GuiProjectEditMain - + Project Settings Project Settings - + Project name Project name - + Should be set only once. Should be set only once. - + Novel title Novel title - - + + Change whenever you want! Change whenever you want! - + Author(s) Author(s) - + Default Default - + Spell check language Spell check language - - + + Overrides main preferences. Overrides main preferences. - + No backup on close No backup on close @@ -3066,27 +3104,27 @@ GuiProjectEditReplace - + Text Replace List for Preview and Export Text Replace List for Preview and Export - + Keyword Keyword - + Replace With Replace With - + Select item to edit Select item to edit - + Save Save @@ -3094,67 +3132,67 @@ GuiProjectEditStatus - + Novel File Status Levels Novel File Status Levels - + Note File Importance Levels Note File Importance Levels - + Label Label - + Usage Usage - + Select item to edit Select item to edit - + Colour Color - + Save Save - + Select Colour Select Color - + New Item New Item - + Cannot delete a status item that is in use. Cannot delete a status item that is in use. - + Not in use Not in use - + Used once Used once - + Used by {0} items Used by {0} items @@ -3162,63 +3200,58 @@ GuiProjectLoad - - + + Open Project Open Project - + Working Title Working Title - + Words Words - + Last Opened Last Opened - + Recently Opened Projects Recently Opened Projects - + Path Path - + New New - + Remove Remove - + novelWriter Project File ({0}) novelWriter Project File ({0}) - + All files ({0}) All files ({0}) - - Remove Entry - Remove Entry - - - + Remove '{0}' from the recent projects list? The project files will not be deleted. Remove '{0}' from the recent projects list? The project files will not be deleted. @@ -3226,27 +3259,27 @@ GuiProjectSettings - + Project Settings Project Settings - + Settings Settings - + Status Status - + Importance Importance - + Auto-Replace Auto-Replace @@ -3254,52 +3287,52 @@ GuiProjectToolBar - + Project Content Project Content - + Quick Links Quick Links - + Move Up Move Up - + Move Down Move Down - + Add Item Add Item - + Expand All Expand All - + Collapse All Collapse All - + Undo Move Undo Move - + Empty Trash Empty Trash - + More Options More Options @@ -3307,204 +3340,216 @@ GuiProjectTree - + Active Active - + Inactive Inactive - + Did not find anywhere to add the file or folder! Did not find anywhere to add the file or folder! - + Cannot add new files or folders to the Trash folder. Cannot add new files or folders to the Trash folder. - + New Note New Note - + New Chapter New Chapter - + New Scene New Scene - + New Document New Document - + New Folder New Folder - + There is currently no Trash folder in this project. There is currently no Trash folder in this project. - + The Trash folder is already empty. The Trash folder is already empty. - - - Empty Trash - Empty Trash - - - + Permanently delete {0} file(s) from Trash? Permanently delete {0} file(s) from Trash? - - - Delete - Delete - - - + Move '{0}' to Trash? Move '{0}' to Trash? - + Root folders can only be deleted when they are empty. Root folders can only be deleted when they are empty. - + Permanently delete '{0}'? Permanently delete '{0}'? - + + Empty Trash + Empty Trash + + + Open Document Open Document - + View Document View Document - + Rename Rename - + Toggle Active Toggle Active - + Set Status to ... Set Status to ... - + Set Importance to ... Set Importance to ... - + Transform Transform - - - - + + + + Convert to {0} Convert to {0} - + Merge Child Items into Self Merge Child Items into Self - + Merge Child Items into New Merge Child Items into New - + Merge Documents in Folder Merge Documents in Folder - + Split Document by Headers Split Document by Headers - + Expand All Expand All - + Collapse All Collapse All - + + Duplicate from Here + Duplicate from Here + + + + Duplicate Document + Duplicate Document + + + Delete Permanently Delete Permanently - + Move to Trash Move to Trash - - Convert Folder - Convert Folder - - - + Do you want to convert the folder to a {0}? This action cannot be reversed. Do you want to convert the folder to a {0}? This action cannot be reversed. - + No documents selected for merging. No documents selected for merging. - + Merged Merged - - + + Could not write document content. Could not write document content. - - + + Do you want to duplicate this document? + Do you want to duplicate this document? + + + + Do you want to duplicate this item and all child items? + Do you want to duplicate this item and all child items? + + + + Could not duplicate all items. + Could not duplicate all items. + + + There is nowhere to add item with name '{0}'. There is nowhere to add item with name '{0}'. @@ -3512,67 +3557,67 @@ GuiSideBar - + Project Project - + Project Tree View Project Tree View - + Novel Novel - + Novel Tree View Novel Tree View - + Outline Outline - + Novel Outline View Novel Outline View - + Build Build - - Build Novel Project - Build Novel Project + + Build Manuscript + Build Manuscript - + Details Details - + Project Details Project Details - + Stats Stats - + Writing Statistics Writing Statistics - + Settings Settings @@ -3580,33 +3625,33 @@ GuiUpdates - + Check for Updates Check for Updates - + Current Release Current Release - - + + novelWriter {0} released on {1} novelWriter {0} released on {1} - + Latest Release Latest Release - + Checking ... Checking ... - + Download: {0} Download: {0} @@ -3614,18 +3659,18 @@ GuiWordList - - + + Project Word List Project Word List - + Cannot add a blank word. Cannot add a blank word. - + The word '{0}' is already in the word list. The word '{0}' is already in the word list. @@ -3633,334 +3678,299 @@ GuiWritingStats - + Writing Statistics Writing Statistics - + Session Start Session Start - + Length Length - + Idle Idle - + Words Words - + Histogram Histogram - + Sum Totals Sum Totals - + Total Time: Total Time: - + Idle Time: Idle Time: - + Filtered Time: Filtered Time: - + Novel Word Count: Novel Word Count: - + Notes Word Count: Notes Word Count: - + Total Word Count: Total Word Count: - + Filters Filters - + Count novel files Count novel files - + Count note files Count note files - + Hide zero word count Hide zero word count - + Hide negative word count Hide negative word count - + Group entries by day Group entries by day - + Show idle time Show idle time - + Word count cap for the histogram Word count cap for the histogram - + Save As Save As - + JSON Data File (.json) JSON Data File (.json) - + CSV Data File (.csv) CSV Data File (.csv) - + JSON Data File JSON Data File - + CSV Data File CSV Data File - + Save Data As Save Data As - + {0} file successfully written to: {0} file successfully written to: - + Failed to write {0} file. Failed to write {0} file. - - - Failed to read session log file. - Failed to read session log file. - NWProject - + Could not delete document file. Could not delete document file. - + Could not open project with path: {0} Could not open project with path: {0} - + Unknown Unknown - + Project file does not appear to be a novelWriterXML file. Project file does not appear to be a novelWriterXML file. - + Unknown or unsupported novelWriter project file format. The project cannot be opened by this version of novelWriter. The file was saved with novelWriter version {0}. Unknown or unsupported novelWriter project file format. The project cannot be opened by this version of novelWriter. The file was saved with novelWriter version {0}. - + Failed to parse project xml. Failed to parse project xml. - - File Version - File Version - - - + The file format of your project is about to be updated. If you proceed, older versions of novelWriter will no longer be able to open this project. Continue? The file format of your project is about to be updated. If you proceed, older versions of novelWriter will no longer be able to open this project. Continue? - - Version Conflict - Version Conflict - - - + This project was saved by a newer version of novelWriter, version {0}. This is version {1}. If you continue to open the project, some attributes and settings may not be preserved, but the overall project should be fine. Continue opening the project? This project was saved by a newer version of novelWriter, version {0}. This is version {1}. If you continue to open the project, some attributes and settings may not be preserved, but the overall project should be fine. Continue opening the project? - - Opened Project: {0} - Opened Project: {0} - - - - There is no project open. - There is no project open. - - - - Failed to save project. - Failed to save project. - - - - Saved Project: {0} - Saved Project: {0} - - - - Backing up project ... - Backing up project ... - - - - Cannot backup project because no valid backup path is set. Please set a valid backup location in Preferences. - Cannot backup project because no valid backup path is set. Please set a valid backup location in Preferences. - - - - Cannot backup project because no project name is set. Please set a Project Name in Project Settings. - Cannot backup project because no project name is set. Please set a Project Name in Project Settings. - - - - Could not create backup folder. - Could not create backup folder. - - - - Backup from {0} - Backup from {0} - - - - Backup archive file written to: {0} - Backup archive file written to: {0} - - - - Could not write backup archive. - Could not write backup archive. - - - - Project backed up to '{0}' - Project backed up to '{0}' - - - - - New - New - - - - Note - Note - - - - Draft - Draft - - - - Finished - Finished - - - - Minor - Minor - - - - Major - Major - - - - Main - Main - - - - Found {0} orphaned file(s) in project folder. - Found {0} orphaned file(s) in project folder. - - - + Recovered Recovered - - [{0}] {1} - [{0}] {1} + + Found {0} orphaned file(s) in the project. {1} file(s) were recovered. + Found {0} orphaned file(s) in the project. {1} file(s) were recovered. - - Recovered File {0} - Recovered File {0} + + Opened Project: {0} + Opened Project: {0} - - One or more orphaned files could not be added back into the project. Make sure at least a Novel root folder exists. - One or more orphaned files could not be added back into the project. Make sure at least a Novel root folder exists. + + There is no project open. + There is no project open. + + + + Failed to save project. + Failed to save project. + + + + Saved Project: {0} + Saved Project: {0} + + + + Backing up project ... + Backing up project ... + + + + Cannot backup project because no project name is set. Please set a Project Name in Project Settings. + Cannot backup project because no project name is set. Please set a Project Name in Project Settings. + + + + Could not create backup folder. + Could not create backup folder. + + + + Created a backup of your project of size {0}B. + Created a backup of your project of size {0}B. + + + + Path: {0} + Path: {0} + + + + Could not write backup archive. + Could not write backup archive. + + + + Project backed up to '{0}' + Project backed up to '{0}' + + + + + New + New + + + + Note + Note + + + + Draft + Draft + + + + Finished + Finished + + + + Minor + Minor + + + + Major + Major + + + + Main + Main NovelSelector - + All Novel Folders All Novel Folders @@ -3968,42 +3978,42 @@ ProjWizardCustomPage - + Custom Project Options Custom Project Options - + Select which additional elements to populate the project with. You can skip making chapters and add only scenes by setting the number of chapters to 0. Select which additional elements to populate the project with. You can skip making chapters and add only scenes by setting the number of chapters to 0. - + Add a folder for plot notes Add a folder for plot notes - + Add a folder for character notes Add a folder for character notes - + Add a folder for location notes Add a folder for location notes - + Add example notes to the above Add example notes to the above - + Add chapters to the novel folder Add chapters to the novel folder - + Add scenes to each chapter Add scenes to each chapter @@ -4011,82 +4021,82 @@ ProjWizardFinalPage - + Summary Summary - + Project Name: {0} Project Name: {0} - + Project Path: {0} Project Path: {0} - + Fill the project with a minimal set of items Fill the project with a minimal set of items - + Fill the project with example files Fill the project with example files - + Add a folder for plot notes Add a folder for plot notes - + Add a folder for character notes Add a folder for character notes - + Add a folder for location notes Add a folder for location notes - + Add example notes to the above Add example notes to the above - + Add {0} chapters to the novel folder Add {0} chapters to the novel folder - + Add {0} scenes to each chapter Add {0} scenes to each chapter - + Add {0} scenes Add {0} scenes - + You have selected the following: You have selected the following: - + Press '{0}' to create the new project. Press '{0}' to create the new project. - + Done Done - + Finish Finish @@ -4094,33 +4104,33 @@ ProjWizardFolderPage - - + + Select Project Folder Select Project Folder - + Select a location to store the project. A new project folder will be created in the selected location. Select a location to store the project. A new project folder will be created in the selected location. - + Required Required - + Project Path Project Path - + Error: A project folder cannot be created using this path. Error: A project folder cannot be created using this path. - + Error: The selected path already exists. Error: The selected path already exists. @@ -4128,43 +4138,43 @@ ProjWizardIntroPage - + Create New Project Create New Project - + Provide at least a project name. The project name should not be changed beyond this point as it is used for generating file names for for instance backups. The other fields are optional and can be changed at any time in Project Settings. Provide at least a project name. The project name should not be changed beyond this point as it is used for generating file names for for instance backups. The other fields are optional and can be changed at any time in Project Settings. - + Side image by {0}, {1} Side image by {0}, {1} - + Required Required - - + + Optional Optional - + Project Name Project Name - + Novel Title Novel Title - + Author(s) Author(s) @@ -4172,27 +4182,27 @@ ProjWizardPopulatePage - + Populate Project Populate Project - + Choose how to pre-fill the project. Either with a minimal set of starter items, an example project explaining and showing many of the features, or show further custom options on the next page. Choose how to pre-fill the project. Either with a minimal set of starter items, an example project explaining and showing many of the features, or show further custom options on the next page. - + Fill the project with a minimal set of items Fill the project with a minimal set of items - + Fill the project with example files Fill the project with example files - + Show detailed options for filling the project Show detailed options for filling the project @@ -4200,73 +4210,73 @@ ProjectBuilder - + New Project New Project - + New Chapter New Chapter - + New Scene New Scene - + Title Page Title Page - + By By - + Summary of the chapter. Summary of the chapter. - + Summary of the scene. Summary of the scene. - + Chapter {0} Chapter {0} - - + + Scene {0} Scene {0} - + Main Plot Main Plot - + Protagonist Protagonist - + Main Location Main Location - + Failed to create a new example project. Failed to create a new example project. - + Failed to create a new example project. Could not find the necessary files. They seem to be missing from this installation. Failed to create a new example project. Could not find the necessary files. They seem to be missing from this installation. @@ -4274,7 +4284,7 @@ QDialogButtonBox - + OK OK @@ -4282,27 +4292,27 @@ QGnomeTheme - + &OK &OK - + &Save &Save - + &Cancel &Cancel - + &Close &Close - + Close without Saving Close without Saving @@ -4310,92 +4320,92 @@ QPlatformTheme - + OK OK - + Save Save - + Save All Save All - + Open Open - + &Yes &Yes - + Yes to &All Yes to &All - + &No &No - + N&o to All N&o to All - + Abort Abort - + Retry Retry - + Ignore Ignore - + Close Close - + Cancel Cancel - + Discard Discard - + Help Help - + Apply Apply - + Reset Reset - + Restore Defaults Restore Defaults @@ -4403,58 +4413,58 @@ QWizard - + Go Back Go Back - + < &Back < &Back - + Continue Continue - + &Next &Next - + &Next > &Next > - + Commit Commit - + Done Done - + &Finish &Finish - - + + Cancel Cancel - + Help Help - + &Help &Help @@ -4462,19 +4472,182 @@ Tokenizer - + Synopsis Synopsis - + Document '{0}' is too big ({1} MB). Skipping. Document '{0}' is too big ({1} MB). Skipping. - + ERROR ERROR + + _FilterTab + + + Included in manuscript + Included in manuscript + + + + Excluded from manuscript + Excluded from manuscript + + + + Always included + Always included + + + + Always excluded + Always excluded + + + + Reset to default + Reset to default + + + + Mark selection as + Mark selection as + + + + Select Root Folders + Select Root Folders + + + + _FormatTab + + + Not Set + Not Set + + + + _GuiAlert + + + Information + Information + + + + Warning + Warning + + + + Error + Error + + + + Question + Question + + + + _HeadingsTab + + + + Hide + Hide + + + + + Editing: {0} + Editing: {0} + + + + + None + None + + + + Title + Title + + + + Chapter Number + Chapter Number + + + + Chapter Number (Word) + Chapter Number (Word) + + + + Chapter Number (Upper Case Roman) + Chapter Number (Upper Case Roman) + + + + Chapter Number (Lower Case Roman) + Chapter Number (Lower Case Roman) + + + + Scene Number (In Chapter) + Scene Number (In Chapter) + + + + Scene Number (Absolute) + Scene Number (Absolute) + + + + Insert + Insert + + + + Apply + Apply + + + + _PreviewWidget + + + Press the "Build Preview" button to generate ... + Press the "Build Preview" button to generate ... + + + + Processing ... + Processing ... + + + + Done + Done + + + + Unknown + Unknown + + + + Built + Built + + diff --git a/i18n/nw_es_419.ts b/i18n/nw_es_419.ts index fdf5df09..b25a2423 100644 --- a/i18n/nw_es_419.ts +++ b/i18n/nw_es_419.ts @@ -1,75 +1,283 @@ + + Builds + + + Document Filters + + + + + Novel Documents + + + + + Project Notes + + + + + Inactive Documents + + + + + Headings + + + + + Title Headings + + + + + Chapter Headings + + + + + Unnumbered Headings + + + + + Scene Headings + + + + + Section Headings + + + + + Hide Scene Headings + + + + + Hide Section Headings + + + + + Text Content + + + + + Include Synopsis + + + + + Include Comments + + + + + Include Keywords + + + + + Include Body Text + + + + + Insert Content + + + + + Add Titles for Notes + + + + + Text Format + + + + + Language + Idioma + + + + Font Family + + + + + Font Size + + + + + Line Height + + + + + Text Options + + + + + Justify Text Margins + + + + + Replace Unicode Characters + + + + + Replace Tabs with Spaces + + + + + Page Layout + + + + + Unit + + + + + Page Size + + + + + Page Width + + + + + Page Height + + + + + Top Margin + + + + + Bottom Margin + + + + + Left Margin + + + + + Right Margin + + + + + Open Document (.odt) + Open Document (.odt) + + + + Add Highlight Colours + + + + + HTML (.html) + + + + + Add CSS Styles + + + Common - + in the future en el futuro - + just now ahora mismo - + a minute ago hace un minuto - + {0} minutes ago hace {0} minutos - + an hour ago hace una hora - + {0} hours ago hace {0} horas - + a day ago hace un día - + {0} days ago hace {0} días - + a week ago hace una semana - + {0} weeks ago hace {0} semanas - + a month ago hace un mes - + {0} months ago hace {0} meses - + a year ago hace un año - + {0} years ago hace {0} años @@ -77,264 +285,345 @@ Constant - - - + + + None Ninguno - + Novel Novela - - + + Plot Argumento - - + + Characters Personajes - - + + Locations Lugares - - + + Timeline Línea de Tiempo - - + + Objects Objetos - - + + Entities Entidades - - + + + Custom Personalizado - + Archive Archivo - + Trash Papelera - - + + Novel Document Documento de Novela - - + + Project Note Nota del Proyecto - + Root Folder Carpeta Raíz - + Folder Carpeta - + Novel Title Page Portada de Novela - + Novel Chapter Capítulo de Novela - + Novel Scene Escena de Novela - + Novel Section Sección Novela - + Tag Etiqueta - + Point of View Punto de Vista - - + + Focus Foco - + Title Título - + Level Nivel - + Document Documento - + Line Línea - + Chars Caract. - + Words Palab. - + Pars Párrafo - + POV PDV - + Synopsis Sinopsis - + + Open Document (.odt) + Open Document (.odt) + + + + Flat Open Document (.fodt) + Flat Open Document (.fodt) + + + + novelWriter HTML (.html) + + + + + novelWriter Markup (.txt) + + + + + Standard Markdown (.md) + Markdown Estándar (.md) + + + + Extended Markdown (.md) + + + + + JSON + novelWriter HTML (.json) + JSON + HTML de novelWriter (.json) + + + + JSON + novelWriter Markup (.json) + + + + + Millimetres + + + + + Centimetres + + + + + Inches + + + + + A4 + + + + + A5 + + + + + A6 + + + + + US Legal + + + + + US Letter + + + + Straight single quotation mark Apóstrofo adireccional - + Straight double quotation mark Comillas adireccionales - + Left single quotation mark Comilla simple de apertura - + Right single quotation mark Comilla simple de cierre - + Single low-9 quotation mark Comilla baja simple de cierre - + Single high-reversed-9 quotation mark Comilla alta simple de apertura - + Left double quotation mark Comilla doble de apertura - + Right double quotation mark Comilla doble de cierre - + Double low-9 quotation mark Comilla baja doble de cierre - + Double high-reversed-9 quotation mark Comilla alta doble de apertura - + Double low-reversed-9 quotation mark Comilla baja doble de apertura - + Single left-pointing angle quotation mark Comilla angular simple de apertura - + Single right-pointing angle quotation mark Comilla angular simple de cierre - + Double left-pointing angle quotation mark Comilla angular de apertura - + Double right-pointing angle quotation mark Comilla angular de cierre - + Left corner bracket Soporte de la esquina izquierda - + Right corner bracket Soporte de la esquina derecha - + Left white corner bracket Soporte de esquina blanco izquierdo - + Right white corner bracket Soporte de equina blanco derecho @@ -342,447 +631,129 @@ GuiAbout - - + + About novelWriter Acerca de novelWriter - + About Acerca de - + Release Publicación - + Credits Créditos - + Licence Licencia - + Website: {0} Sitio web: {0} - + novelWriter is a markdown-like text editor designed for organising and writing novels. It is written in Python 3 with a Qt5 GUI, using PyQt5. novelWriter es un editor de texto a lo markdown diseñado para organizar y escribir novelas. Se ha escrito en Python 3 con una interfaz gráfica Qt5, usando PyQt5. - + novelWriter is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. novelWriter is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + novelWriter is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. novelWriter se distribuye con la esperanza de que le sea útil, pero SIN GARANTÍA ALGUNA; sin siquiera la garantía implícita de COMERCIABILIDAD o de ADECUACIÓN A UN PROPÓSITO EN PARTICULAR. - + See the Licence tab for the full licence text, or visit the GNU website at {0} for more details. Acceda a la pestaña Licencia para ver el texto completo (en inglés) de la licencia, o para más detalles visite el sitio web de GNU {0}. - GuiBuildNovel + GuiBuildSettings - - Build Novel Project - Compilar el Proyecto de Novela + + Manuscript Build Settings + - - Title Formats for Novel Files - Formato de Títulos + + Options + - - Formatting Codes: - Códigos de Formato: + + Selection + - - {0} for the title as set in the document - {0} para el título tal como esté en el documento + + Headings + - - {0} for chapter number (1, 2, 3) - {0} para el capítulo número (1, 2, 3) + + Content + - - {0} for chapter number as a word (one, two) - {0} para el número del capítulo en palabras (uno, dos) + + Format + - - {0} for chapter number in upper case Roman - {0} para el número del capítulo en números romanos en mayúscula + + Output + - - {0} for chapter number in lower case Roman - {0} para el número del capítulo en números romanos en minúscula - - - - {0} for scene number within chapter - {0} para el número de la escena dentro del capítulo - - - - {0} for scene number within novel - {0} para el número de la escena dentro de la novela - - - - Leave blank to skip this heading, or set to a static text, like for instance '{0}', to make a separator. The separator will be centred automatically and only appear between sections of the same type. - Dejar en blanco para omitir este encabezado, o establecer un texto estático, como por ejemplo '{0}', para crear un separador. El separador se centrará automáticamente y sólo aparecerá entre las secciones del mismo tipo. - - - - Not Set - No establecido - - - - Title - Título - - - - Chapter - Capítulo - - - - Unnumbered - Sin numerar - - - - Scene - Escena - - - - Section - Sección - - - - Language - Idioma - - - - Hide scene - Ocultar la escena - - - - Hide section - Ocultar la sección - - - - Font Options - Opciones de tipografía - - - - Font family - Tipografía - - - - Font size - Tamaño - - - - Line height - Altura de línea - - - - Justify text - Justificar el texto - - - - Disable styling - Desactivar los estilos - - - - Styling Options - Opciones de Estilo - - - - Include Options - Opciones de inclusión - - - - Include synopsis - Incluir sinopsis - - - - Include comments - Incluir los comentarios - - - - Include keywords - Incluir las palabras clave - - - - Include body text - Incluir el cuerpo del texto - - - - Root Filter Options - Opciones de Filtrado de Raíces - - - - File Filter Options - Opciones de Filtrado de Archivos - - - - Include novel files - Incluir archivos de la novela - - - - Include note files - Incluir archivos de las notas - - - - Include inactive files - Incluir archivos sin uso - - - - Export Options - Opciones de exportado - - - - Replace tabs with spaces - Reemplazar tabulaciones por espacios - - - - Replace Unicode in HTML - Reemplazar el Unicode en HTML - - - - Build Preview - Vista Previa de la Novela - - - - Print - Imprimir - - - - Print Preview - Vista Previa de Impresión - - - - Print to PDF - Imprimir a PDF - - - - Save As - Guardar Como - - - - Open Document (.odt) - Open Document (.odt) - - - - Flat Open Document (.fodt) - Flat Open Document (.fodt) - - - - novelWriter HTML (.htm) - HTML de novelWriter (.htm) - - - - novelWriter Markdown (.nwd) - Markdown de novelWriter (.nwd) - - - - Standard Markdown (.md) - Markdown Estándar (.md) - - - - GitHub Markdown (.md) - Markdown de GitHub (.md) - - - - JSON + novelWriter HTML (.json) - JSON + HTML de novelWriter (.json) - - - - JSON + novelWriter Markdown (.json) - JSON + Markdown de novelWriter (.json) - - - - Close - Cerrar - - - - Failed to generate preview. The result is too big. - No se pudo generar la vista previa. El resultado es demasiado grande. - - - - There were problems when building the project: - Se hallaron problemas al compilar el proyecto: - - - - Open Document - Open Document - - - - Flat Open Document - Flat Open Document - - - - Plain HTML - HTML plano - - - - novelWriter Markdown - Markdown de novelWriter - - - - Standard Markdown - Markdown Estándar - - - - GitHub Markdown - Markdown de GitHub - - - - JSON + novelWriter HTML - JSON + HTML de novelWriter - - - - JSON + novelWriter Markdown - JSON + Markdown de novelWriter - - - - PDF - PDF - - - - Save Document As - Guardar el Documento Como - - - - {0} file successfully written to: - El archivo {0} se ha guardado con éxito en: - - - - Failed to write {0} file. {1} - Hubo un fallo al escribir el archivo {0}. {1} - - - - GuiBuildNovelDocView - - - This area will show the content of the document to be exported or printed. Press the "Build Preview" button to generate content. - Esta área mostrará el contenido del documento a exportar o imprimir. Pulse el botón "Crear vista previa" para generar el contenido. - - - - Unknown - Desconocido - - - - Build Time: - Tiempo de Compilación: + + Name + GuiDocEditFooter - + Status Estado - + Line: {0} ({1}) Línea: {0} ({1}) - + Words: {0} ({1}) Palabras: {0} ({1}) - + Document size is {0} bytes El tamaño del documento es de {0} bytes - + Words: {0} selected Palabras: {0} seleccionadas - + Character count: {0} Total de caracteres: {0} @@ -790,22 +761,22 @@ GuiDocEditHeader - + Edit document label Editar el rótulo del documento - + Search document Buscar en el documento - + Toggle Focus Mode Alternar el Modo Enfocado - + Close the document Cerrar el documento @@ -813,58 +784,58 @@ GuiDocEditSearch - - + + Search Buscar - + Replace Reemplazar - + Case Sensitive Sensibilidad a Mayúsculas y Minúsculas - + Whole Words Only Sólo Palabras Enteras - + RegEx Mode Modo ExReg - + Loop Search Reiniciar la Búsqueda - + Search Next File Buscar en el Siguiente Archivo - + Preserve Case Conservar Mayúsculas y Minúsculas - + Close Search Cerrar la Búsqueda - + Find in current document Buscar en el documento actual - + Find and replace in current document Buscar y reemplazar en el documento actual @@ -872,117 +843,122 @@ GuiDocEditor - + The document you are trying to open is too big. The document size is {0} MB. The maximum size allowed is {1} MB. El documento que intenta abrir es demasiado grande. El tamaño del documento es de {0} MB. El tamaño máximo permitido es de {1} MB. - + Opened Document: {0} Se Abrió el Documento: {0} - + The text you are trying to add is too big. The text size is {0} MB. The maximum size allowed is {1} MB. El texto que intenta añadir es demasiado grande. El tamaño del texto es de {0} MB. El tamaño máximo permitido es de {1} MB. - - File Changed on Disk - El Archivo Cambió en el Disco - - - + This document has been changed outside of novelWriter while it was open. Overwrite the file on disk? Este documento ha cambiado por fuera de novelWriter estando abierto. ¿Sobreescribir en el disco? - + Could not save document. No se puedo guardar el documento. - + Saved Document: {0} Documento Guardado: {0} - + Spell checking requires the package PyEnchant. It does not appear to be installed. Para la corrección ortográfica se requiere del paquete PyEnchant. Parece que no se encuentra instalado. - + Spell check complete Se completó la comprobación ortográfica - - File Location - Ubicación del Archivo + + Document Details + - - The currently open file is saved in: - El archivo actualmente abierto se haya guardado en: + + Created: {0} + - + + Updated: {0} + + + + + File Location: {0} + + + + The document has grown too big and you cannot add more text to it. The maximum size of a single novelWriter document is {0} MB. El documento ha crecido demasiado y no se puede añadirle más texto. El tamaño máximo de un único documento de novelWriter es de {0} MB. - + Follow Tag Continuar a Etiqueta - + Cut Cortar - + Copy Copiar - + Paste Pegar - + Select All Seleccionar Todo - + Select Word Seleccionar Palabra - + Select Paragraph Seleccionar Párrafo - + Spelling Suggestion(s) Sugerencia(s) de Ortografía - + No Suggestions No Hay Sugerencias - + Add Word to Dictionary Añadir Palabra al Diccionario - + Please select some text before calling replace quotes. Por favor seleccione algo del texto antes de intentar reemplazar las comillas. @@ -990,22 +966,22 @@ GuiDocMerge - + Merge Documents Combinar Documentos - + Documents to Merge Documentos a Combinar - + Drag and drop items to change the order, or uncheck to exclude. Arrastre y suelte elementos para cambiar su orden, o desmárquelos para excluirlos. - + Move merged items to Trash Mover elementos combinados a la papelera @@ -1013,52 +989,52 @@ GuiDocSplit - + Split Document Separar el Documento - + Document Headers Encabezados del Documento - + Select the maximum level to split into files. Elija el nivel máximo a separar en archivos. - + Split on Header Level 1 (Title) Separar en el Nivel de Encabezado 1 (Título) - + Split up to Header Level 2 (Chapter) Separar hasta el Nivel de Encabezado 2 (Capítulo) - + Split up to Header Level 3 (Scene) Separar hasta el Nivel de Encabezado 3 (Escena) - + Split up to Header Level 4 (Section) Separar hasta el Nivel de Encabezado 4 (Sección) - + Split into a new folder Separar en una nueva carpeta - + Create document hierarchy Crear una jerarquía de documentos - + Move split document to Trash Mover el documento separado a la Papelera @@ -1066,42 +1042,42 @@ GuiDocViewFooter - + Show/hide the references panel Mostrar/ocultar el panel de referencias - + Activate to freeze the content of the references panel when changing document Active para congelar el contenido del panel de referencias cuando cambie de documento - + Show comments Mostrar comentarios - + Show synopsis comments Mostrar comentarios sinopsis - + References Referencias - + Sticky Fijar - + Comments Comentarios - + Synopsis Sinopsis @@ -1109,22 +1085,22 @@ GuiDocViewHeader - + Go backward Ir atrás - + Go forward Ir adelante - + Reload the document Volver a cargar este documento - + Close the document Cerrar este documento @@ -1132,27 +1108,27 @@ GuiDocViewer - + An error occurred while generating the preview. Ocurrió un error al generar la vista previa. - + Copy Copiar - + Select All Seleccionar Todo - + Select Word Seleccionar Palabra - + Select Paragraph Seleccionar Párrafo @@ -1160,12 +1136,12 @@ GuiEditLabel - + Item Label Rótulo del Ítem - + Label Rótulo @@ -1173,37 +1149,37 @@ GuiItemDetails - + Label Rótulo - + Status Estado - + Class Clase - + Usage Uso - + Characters Caracteres - + Words Palabras - + Paragraphs Párrafos @@ -1239,173 +1215,123 @@ GuiMain - + You are running an untested development version of novelWriter. Please be careful when working on a live project and make sure you take regular backups. Usted está ejecutando una versión de desarrollo sin comprobar de novelWriter. Por favor tenga cuidado al trabajar en un proyecto activo y considere realizar frecuentes copias de seguridad de sus datos. - + novelWriter is ready ... novelWriter está listo ... - + Cannot create a new project when another project is open. No se puede crear un nuevo proyecto mientras haya un proyecto abierto. - + A project already exists in that location. Please choose another folder. Ya existe un proyecto en esa ubicación. Por favor elija otra carpeta. - - Close Project - Cerrar Proyecto - - - + Close the current project? ¿Cerrar el proyecto actual? - - + + Changes are saved automatically. Los cambios se guardan automáticamente. - - Backup Project - Copia de Seguridad del Proyecto - - - + Backup the current project? ¿Respaldar datos del proyecto actual? - - The project was locked by the computer '{0}' ({1} {2}), last active on {3}. - El proyecto fue bloqueado por el equipo '{0}' ({1} {2}), por última vez activo el {3}. - - - - Project Locked - Proyecto Bloqueado - - - + The project is already open by another instance of novelWriter, and is therefore locked. Override lock and continue anyway? El proyecto ya se ha abierto en otra instancia de novelWriter, y por lo tanto está bloqueado. ¿Interrumpir el bloqueo y continuar de todos modos? - + Note: If the program or the computer previously crashed, the lock can safely be overridden. However, overriding it is not recommended if the project is open in another instance of novelWriter. Doing so may corrupt the project. Nota: Si el programa o la computadora dejaron de funcionar, se puede quitar el bloqueo con toda seguridad. No se recomienda en el caso de que otra instancia activa de novelWriter haya abierto el proyecto. En tal caso éste podrá entrar en corrupción. - + + The project was locked by the computer '{0}' ({1} {2}), last active on {3}. + El proyecto fue bloqueado por el equipo '{0}' ({1} {2}), por última vez activo el {3}. + + + The project index is outdated or broken. Rebuilding index. El índice del proyecto está dañado o desactualizado. Recomponiendo el índice. - + Text files ({0}) Archivos de texto ({0}) - + Markdown files ({0}) Archivos de Markdown ({0}) - + novelWriter files ({0}) Archivos de novelWriter ({0}) - + All files ({0}) Todos los archivos ({0}) - + Import File Importar un Archivo - + Could not read file. The file must be an existing text file. No se pudo leer el archivo. El archivo debe ser un archivo de texto existente. - + Please open a document to import the text file into. Por favor abra un documento en el cual importar el archivo de texto. - - Import Document - Importar un Documento - - - + Importing the file will overwrite the current content of the document. Do you want to proceed? El contenido actual del documento será sobrescrito al importar el archivo. ¿Desea continuar? - + Indexing completed in {0} ms Se completó el indexado en {0} ms - + The project index has been successfully rebuilt. El índice del proyecto se ha reconstruido con éxito. - + Some changes will not be applied until novelWriter has been restarted. Algunos cambios no se aplicarán hasta haber reiniciado novelWriter. - - Information - Información - - - - Warning - Advertencia - - - - Error - Error - - - - This is a bug! - ¡Esto es una falla del programa! - - - - Internal Error - Error Interno - - - - Exit - Salir - - - + Do you want to exit novelWriter? ¿Desea salir de novelWriter? - + Could not find the reference for tag '{0}'. It either doesn't exist, or the index is out of date. The index can be updated from the Tools menu, or by pressing {1}. No se pudo encontrar la referencia para la etiqueta '{0}'. O no existe, o se ha desactualizado el índice. Éste se puede actualizar desde el menú Herramientas, o presionando {1}. @@ -1413,492 +1339,492 @@ GuiMainMenu - + &Project &Proyecto - + New Project Proyecto Nuevo - + Open Project Abrir Proyecto - + Save Project Guardar Proyecto - + Close Project Cerrar Proyecto - + Project Settings Configuración del Proyecto - + Project Details Detalles del Proyecto - + Rename Item Renombrar Ítem - + Delete Item Eliminar Ítem - + Empty Trash Vaciar la Papelera - + Exit Salir - + &Document &Documento - + Open Document Abrir Documento - + Save Document Guardar Documento - + Close Document Cerrar Documento - + View Document Visualizar Documento - + Close Document View Cerrar Visualización - + Show File Details Mostrar Detalles del Archivo - + Import Text from File Importar Texto desde un Archivo - + &Edit &Editar - + Undo Deshacer - + Redo Rehacer - + Cut Cortar - + Copy Copiar - + Paste Pegar - + Select All Seleccionar Todo - + Select Paragraph Seleccionar Párrafo - + &View &Ver - + Go to Project Tree Ir al Árbol del Proyecto - + Go to Document Editor Ir al Editor de Documentos - + Go to Document Viewer Ir a la Visualización - + Go to Outline Ir a la Estructura - + Navigate Backward Navegar hacia atrás - + Navigate Forward Navegar hacia adelante - + Focus Mode Modo Enfocado - + Full Screen Mode Modo Pantalla Completa - + &Insert &Insertar - + Dashes Rayas y Guiones - + Short Dash Guion - + Long Dash Raya - + Horizontal Bar Barra Horizontal - + Figure Dash Guion de Combinación - + Quote Marks Comillas - + Left Single Quote Comilla Simple de Apertura - + Right Single Quote Comilla Simple de Cierre - + Left Double Quote Comilla Doble de Apertura - + Right Double Quote Comilla Doble de Cierre - + Alternative Apostrophe Apóstrofo Alternativo - + General Punctuation Puntuación General - + Ellipsis Puntos Suspensivos - + Prime Prima - + Double Prime Doble Prima - + White Spaces Espacio - + Non-Breaking Space Espacio Duro - + Thin Space Espacio Angosto - + Thin Non-Breaking Space Espacio Duro Angosto - + Other Symbols Otros Signos - + List Bullet Viñeta de Lista - + Hyphen Bullet Viñeta Guion - + Flower Mark Signo Flor - + Per Mille Por Mil - + Degree Symbol Signo de Grado - + Minus Sign Signo Menos - + Times Sign Signo de Multiplicación - + Division Sign Signo de División - + Tags and References Etiquetas y Referencias - + Special Comments Comentarios Especiales - + Synopsis Comment Comentario de Sinopsis - + Page Break and Space Saltos - + Page Break Salto de Página - + Vertical Space (Single) Salto Vertical (Único) - + Vertical Space (Multi) Salto Vertical (Múltiple) - + Placeholder Text Texto para Rellenar - + &Format &Formato - + Emphasis Énfasis - + Strong Emphasis Énfasis fuerte - + Strikethrough Tachado - + Wrap Double Quotes Envolver con Comillas Dobles - + Wrap Single Quotes Envolver con Comillas Simples - + Header 1 (Partition) Encabezado 1 (Partición) - + Header 2 (Chapter) Encabezado 2 (Capítulo) - + Header 3 (Scene) Encabezado 3 (Escena) - + Header 4 (Section) Encabezado 4 (Sección) - + Novel Title Título de la Novela - + Unnumbered Chapter Capítulo Sin Número - + Align Left Alinear a la Izquierda - + Align Centre Alinear al Centro - + Align Right Alinear a la Derecha - + Indent Left Indentar a la Izquierda - + Indent Right Indentar a la Derecha - + Toggle Comment Alternar a Comentario - + Remove Block Format Quitar Formato del Bloque - + Convert Single Quotes Convertir Comillas Simples de Apertura - + Convert Double Quotes Convertir Comillas Dobles de Apertura - + Remove In-Paragraph Breaks Quitar los Quiebres de Párrafo - + &Search &Búsqueda - + Find Buscar - + Replace Reemplazar @@ -1908,102 +1834,112 @@ Buscar Siguiente - + Find Previous Buscar Anterior - + Replace Next Reemplazar Siguiente - + &Tools &Herramientas - + Check Spelling Comprobar la Ortografía - + + Spell Check Language + + + + + Default + Por defecto + + + Re-Run Spell Check Reiniciar la Comprobación Ortográfica - + Project Word List Lista de Palabras del Proyecto - + Rebuild Index Reconstruir el Índice - + Backup Project Crea una copia de seguridad del proyecto - - Build Novel Project - Compilar el Proyecto de Novela + + Build Manuscript + - + Writing Statistics Estadísticas de Redacción - + Preferences Preferencias - + &Help &Ayuda - + About novelWriter Acerca de novelWriter - + About Qt5 Acerca de Qt5 - + User Manual (Online) Manual de Usuario (En línea) - + User Manual (PDF) Manual de Usuario (PDF) - + Report an Issue (GitHub) Reportar un Problema (GitHub) - + Ask a Question (GitHub) Hacer una Pregunta (GitHub) - + The novelWriter Website El Sitio Web de novelWriter - + Check for New Release Verificar Versiones Nuevas @@ -2011,97 +1947,204 @@ GuiMainStatus - - + + None Ninguno - + Editor Editor - + Project Proyecto - + Session Time Tiempo de la Sesión - + Words: {0} ({1}) Palabras: {0} ({1}) - + Project word count (session change) Total de palabras del proyecto (y variación por la sesión actual) - + Novel word count (session change) Total de palabras de la novela (y variación por la sesión actual) + + GuiManuscript + + + Build Manuscript + + + + + Add New Build + + + + + Delete Selected Build + + + + + Edit Selected Build + + + + + Builds + + + + + Preview + + + + + Print + Imprimir + + + + Build + Compilar + + + + Close + Cerrar + + + + + My Manuscript + + + + + GuiManuscriptBuild + + + Build Manuscript + + + + + Output Format + + + + + Table of Contents + Tabla de Contenido + + + + Path + Ruta + + + + File Name + + + + + Reset file name to default + + + + + &Build + + + + + Select Folder + + + + + Output folder does not exist. + + + + + The file already exists. Do you want to overwrite it? + + + GuiNovelToolBar - + Outline of {0} Estructura de {0} - + Novel Root Raíz de la Novela - + Refresh Actualizar - + Last Column Última Columna - + Hidden Ocultar - + Point of View Character Personaje Vehículo del Punto de Vista - + Focus Character Personaje bajo Enfoque - + Novel Plot Argumento de la Novela - - + + Column Size Tamaño de Columna - + More Options Más Opciones - + Maximum column size in % Tamaño de columna máximo en % @@ -2109,7 +2152,7 @@ GuiNovelTree - + No meta data Sin metadatos @@ -2117,65 +2160,65 @@ GuiOutlineDetails - - - - + + + + Title Título - + Chapter Capítulo - + Scene Escena - + Section Sección - + Document Documento - + Status Estado - + Characters Personajes - + Words Palabras - + Paragraphs Párrafos - + Synopsis Sinopsis - + Title Details Detalles del Título - + Reference Tags Etiquetado @@ -2183,7 +2226,7 @@ GuiOutlineHeaderMenu - + Select Columns Escoger Columnas @@ -2191,12 +2234,12 @@ GuiOutlineToolBar - + Outline of Estructura de - + Refresh Actualizar @@ -2204,42 +2247,42 @@ GuiPreferences - + Preferences Preferencias - + General General - + Projects Proyectos - + Documents Documentos - + Editor Editor - + Highlighting Resaltado - + Automation Automatización - + Quotes Comillas @@ -2247,103 +2290,103 @@ GuiPreferencesAutomation - + Automatic Features Características Automáticas - + Auto-select word under cursor Seleccionar la palabra bajo el cursor - + Apply formatting to word under cursor if no selection is made. Se aplicará el formato a la palabra situada bajo el cursor si no hay selección. - + Auto-replace text as you type Reemplazar el texto mientras se escribe - + Allow the editor to replace symbols as you type. Permite al editor reemplazar símbolos mientras escriba. - + Replace as You Type Reemplazar Mientras Escriba - + Auto-replace single quotes Reemplazar comillas simples - - + + Try to guess which is an opening or a closing quote. Se intentará adivinar cuáles comillas son de apertura o de cierre. - + Auto-replace double quotes Reemplazar comillas dobles - + Auto-replace dashes Reemplazar guiones - + Double and triple hyphens become short and long dashes. Los guiones dobles y triples se convertirán en rayas cortas y largas. - + Auto-replace dots Reemplazar puntos - + Three consecutive dots become ellipsis. Tres puntos consecutivos se convierten en el carácter de puntos suspensivos. - + Automatic Padding Relleno Automático - + Insert non-breaking space before Insertar un espacio de no separación previo - + Automatically add space before any of these symbols. Añade un espacio automáticamente delante de un símbolo de esta lista. - + Insert non-breaking space after Insertar un espacio de no separación posterior - + Automatically add space after any of these symbols. Añade un espacio automáticamente detrás de un símbolo de esta lista. - + Use thin space instead Usar un espacio angosto - + Inserts a thin space instead of a regular space. Inserta un espacio angosto en lugar de un espacio regular. @@ -2351,93 +2394,93 @@ GuiPreferencesDocuments - + Text Style Estilo del Texto - + Font family Tipografía - - - - + + + + Applies to both document editor and viewer. A usar tanto en el editor como en el visualizador de documentos. - + Font size Tamaño - + pt pt - + Text Flow Flujo del Texto - + Maximum text width in "Normal Mode" Anchura máxima del texto en "Modo Normal" - + Set to 0 to disable this feature. Establecer en 0 para desactivar esta función. - - - - + + + + px px - + Maximum text width in "Focus Mode" Anchura máxima del texto en "Modo Enfocado" - + The maximum width cannot be disabled. La anchura máxima no se puede desactivar. - + Hide document footer in "Focus Mode" Ocultar el pie del documento en el "Modo Enfocado" - + Hide the information bar in the document editor. Oculta la barra de información del editor del documento. - + Justify the text margins Justificar los márgenes del texto - + Minimum text margin Margen mínimo del texto - + Tab width Anchura de tabulación por tecla Tab - + The width of a tab key press in the editor and viewer. El ancho de una tabulación producido en el editor y el visualizador. @@ -2445,117 +2488,112 @@ GuiPreferencesEditor - + Spell Checking Comprobación Ortográfica - + None Ninguno - - Not installed - No instalada - - - + Spell check language Idioma de la comprobación ortográfica - + Available languages are determined by your system. Su sistema determinará los idiomas disponibles. - + Big document limit Límite según tamaño del documento - + Full spell checking is disabled above this limit. Al superar este límite se desactivará la comprobación ortográfica. - + kB kB - + Word Count Total de Palabras - + Word count interval Intervalo entre conteo de palabras - + seconds segundos - + Include project notes in status bar word count Incluir a las notas del proyecto en el total de palabras - + Writing Guides Guías de Escritura - + Show tabs and spaces Mostrar tabulaciones y espacios - + Show line endings Mostrar fin de línea - + Scroll Behaviour Desplazamiento - + Scroll past end of the document Desplazar más allá del final del documento - + Set to 0 to disable this feature. Establecer en 0 para desactivar esta función. - + lines líneas - + Typewriter style scrolling when you type Desplazamiento estilo "máquina de escribir" cuando teclea - + Keeps the cursor at a fixed vertical position. Conservará el cursor de texto en una posición vertical fija. - + Minimum position for Typewriter scrolling Posicionamiento mínimo para desplazar tipo "Máquina de escribir" - + Percentage of the editor height from the top. Un porcentaje de la altura del editor desde el tope. @@ -2563,95 +2601,95 @@ GuiPreferencesGeneral - + Look and Feel Presentación - + Main GUI language Idioma principal de la interfaz gráfica - - - + + + Requires restart to take effect. Se requiere reiniciar para surtir efecto. - + Main GUI theme Tema principal de la interfaz gráfica - + General colour theme and icons. Tema de color general e íconos. - + Editor theme Tema del editor - + Colour theme for the editor and viewer. Tema de colores del editor y del visualizador. - + Font family Tipografía - + Font size Tamaño - + pt pt - + GUI Settings Opciones de la interfaz gráfica - + Emphasise partition and chapter labels Enfatizar etiquetado de particiones y capítulos - + Makes them stand out in the project tree. Hace que se destaquen en el árbol del proyecto. - + Show full path in document header Mostrar la ruta completa del documento en el encabezado - + Add the parent folder names to the header. Añade los nombres de carpetas superiores al encabezado. - + Hide vertical scroll bars in main windows Esconder las barras de desplazamiento vertical en las ventanas principales - - + + Scrolling available with mouse wheel and keys only. Se podrá desplazar solamente por medio del ratón y de las teclas. - + Hide horizontal scroll bars in main windows Esconder las barras de desplazamiento horizontal en las ventanas principales @@ -2659,109 +2697,109 @@ GuiPreferencesProjects - + Automatic Save Guardado Automático - + Save document interval Intervalo para guardar el documento - + How often the document is automatically saved. Con qué frecuencia se guardará automáticamente el documento actual. - - + + seconds segundos - + Save project interval Intervalo para guardar el proyecto - + How often the project is automatically saved. Con qué frecuencia se guardará automáticamente el proyecto actual. - + Project Backup Respaldado de Datos del Proyecto - + Browse Abrir ubicación - + Backup storage location Ubicación de la copia de seguridad - - + + Path: {0} Ruta elegida: {0} - + Run backup when the project is closed Crear una copia de seguridad cuando se cierre el proyecto - + Can be overridden for individual projects in Project Settings. Puede anularse para un proyecto individual en la Configuración del Proyecto. - + Ask before running backup Preguntar antes de respaldar - + If off, backups will run in the background. De lo contrario se crearán las copias de seguridad en segundo plano. - + Session Timer Tiempo de la Sesión - + Pause the session timer when not writing Poner el tiempo de la sesión en pausa cuando no se esté escribiendo - + Also pauses when the application window does not have focus. Además lo pone en pausa cuando la ventana de la aplicación no tenga el foco. - + Editor inactive time before pausing timer Tiempo de inacción antes de poner el tiempo en pausa - + User activity includes typing and changing the content. Las acciones incluyen tipear y modificar el contenido. - + minutes minutos - + Backup Directory Directorio de la Copia de Seguridad @@ -2769,47 +2807,47 @@ GuiPreferencesQuotes - + Quotation Style Empleo de Comillas - + Single quote open style Estilo de comilla de apertura simple - + The symbol to use for a leading single quote. El símbolo a usar para una comilla de apertura simple. - + Single quote close style Estilo de comilla de cierre simple - + The symbol to use for a trailing single quote. El símbolo a usar para una comilla de cierre simple. - + Double quote open style Estilo de comilla de apertura doble - + The symbol to use for a leading double quote. El símbolo a usar para una comilla de apertura doble. - + Double quote close style Estilo de comilla de cierre doble - + The symbol to use for a trailing double quote. El símbolo a usar para una comilla de cierre doble. @@ -2817,59 +2855,59 @@ GuiPreferencesSyntax - + Quotes & Dialogue Citas y Diálogos - + Highlight text wrapped in quotes Resaltar el texto entrecomillado - - - + + + Applies to the document editor only. A usar en el editor de documentos. - + Allow open-ended single quotes Permitir comillas simples sin cierre - + Highlight single-quoted line with no closing quote. Se resaltará la línea de la comilla simple sin una comilla de cierre. - + Allow open-ended double quotes Permitir comillas dobles sin cierre - + Highlight double-quoted line with no closing quote. Se resaltará la línea de comillas dobles sin comillas de cierre. - + Text Emphasis Énfasis - + Add highlight colour to emphasised text Añadir resalte de color al texto enfatizado - + Text Errors Errores del Texto - + Highlight multiple or trailing spaces Resaltar espacios múltiples o finales @@ -2877,17 +2915,17 @@ GuiProjectDetails - + Project Details Detalles del Proyecto - + Overview Resumen - + Contents Contenido @@ -2895,72 +2933,72 @@ GuiProjectDetailsContents - + Table of Contents Tabla de Contenido - + Title Título - + Words Palabras - + Pages Páginas - + Page Página - + Progress Progreso - + Typical word count for a 5 by 8 inch book page with 11 pt font is 350. El total de palabras característico para una página de libro de 12cm por 20cm con una fuente a 11pt es de 350. - + Start counting page numbers from this page. Comenzar a contar los números de página a partir de esta página. - + Assume a new chapter or partition always start on an odd numbered page. Dar por sentado que un capítulo o partición nueva siempre comenzará en una página impar. - + Words per page Palabras por página - + Count pages from Contar páginas desde - + Clear double pages Eliminar páginas dobles - + END FIN - + Untitled Sin Título @@ -2968,42 +3006,42 @@ GuiProjectDetailsMain - + Words Palabras - + Chapters Capítulos - + Scenes Escenas - + Revisions Revisiones - + Editing Time Tiempo de Edición - + Path Ruta - + Project: {0} Proyecto: {0} - + By {0} Por {0} @@ -3011,54 +3049,54 @@ GuiProjectEditMain - + Project Settings Configuración del Proyecto - + Project name Nombre del proyecto - + Should be set only once. Establecerlo sólo una vez. - + Novel title Título de la novela - - + + Change whenever you want! ¡Cambiarlo cuando sea! - + Author(s) Autores - + Default Por defecto - + Spell check language Idioma a comprobar la ortografía - - + + Overrides main preferences. Anulará a la configuración principal. - + No backup on close No respaldar el proyecto al cerrar @@ -3066,27 +3104,27 @@ GuiProjectEditReplace - + Text Replace List for Preview and Export Lista de Reemplazos de Texto para Previsualizar y Exportar - + Keyword Palabra Clave - + Replace With Reemplazar Con - + Select item to edit Seleccionar el ítem a editar - + Save Guardar @@ -3094,67 +3132,67 @@ GuiProjectEditStatus - + Novel File Status Levels Niveles de Estado de los Archivos de Novela - + Note File Importance Levels Niveles de Importancia de los Archivos de Notas - + Label Rótulo - + Usage Uso - + Select item to edit Seleccionar el ítem a editar - + Colour Color - + Save Guardar - + Select Colour Escoger un Color - + New Item Nuevo Ítem - + Cannot delete a status item that is in use. No se puede eliminar un ítem de estado actualmente en uso. - + Not in use No está en uso - + Used once Un ítem lo usa - + Used by {0} items {0} ítems lo usan @@ -3162,63 +3200,58 @@ GuiProjectLoad - - + + Open Project Abrir un Proyecto - + Working Title Título Provisional - + Words Palabras - + Last Opened Abierto por Última Vez - + Recently Opened Projects Proyectos Abiertos Recientemente - + Path Ruta - + New Nuevo - + Remove Quitar - + novelWriter Project File ({0}) Archivo de Proyecto novelWriter ({0}) - + All files ({0}) Todos los archivos ({0}) - - Remove Entry - Quitar Entrada - - - + Remove '{0}' from the recent projects list? The project files will not be deleted. ¿Eliminar '{0}' de la lista de proyectos recientes? Los archivos del proyecto no se eliminarán. @@ -3226,27 +3259,27 @@ GuiProjectSettings - + Project Settings Configuración del Proyecto - + Settings Configuración - + Status Estado - + Importance Importancia - + Auto-Replace Reemplazos @@ -3254,52 +3287,52 @@ GuiProjectToolBar - + Project Content Contenido del Proyecto - + Quick Links Enlaces Rápidos - + Move Up Mover Arriba - + Move Down Mover Abajo - + Add Item Añadir Ítem - + Expand All Expandir Todo - + Collapse All Contraer Todo - + Undo Move Deshacer Mover - + Empty Trash Vaciar la Papelera - + More Options Más Opciones @@ -3307,204 +3340,216 @@ GuiProjectTree - + Active En uso - + Inactive Sin uso - + Did not find anywhere to add the file or folder! ¡No se encontró dónde añadir el archivo o carpeta! - + Cannot add new files or folders to the Trash folder. No se puede añadir nuevos archivos o carpetas a la carpeta Papelera. - + New Note Nota nueva - + New Chapter Capítulo Nuevo - + New Scene Escena Nueva - + New Document Documento Nuevo - + New Folder Nueva Carpeta - + There is currently no Trash folder in this project. No hay actualmente una carpeta Papelera en este proyecto. - + The Trash folder is already empty. La carpeta Papelera ya está vacía. - - - Empty Trash - Vaciar la Papelera - - - + Permanently delete {0} file(s) from Trash? ¿Eliminar {0} archivo(s) permanentemente de la Papelera? - - - Delete - Eliminar - - - + Move '{0}' to Trash? ¿Mover '{0}' a la Papelera? - + Root folders can only be deleted when they are empty. Las carpetas raíz sólo pueden eliminarse si están vacías. - + Permanently delete '{0}'? ¿Eliminar Permanentemente '{0}'? - + + Empty Trash + Vaciar la Papelera + + + Open Document Abrir Documento - + View Document Visualizar Documento - + Rename Renombrar - + Toggle Active Alternar su Uso - + Set Status to ... Cambiar el Estado a... - + Set Importance to ... Cambiar la Importancia a... - + Transform Transformar - - - - + + + + Convert to {0} Convertir a {0} - + Merge Child Items into Self Combinar Ítems Descendientes con sí Mismo - + Merge Child Items into New Combinar Ítems Descendientes en uno Nuevo - + Merge Documents in Folder Combinar los Documentos de la Carpeta - + Split Document by Headers Separar el Documento por Encabezados - + Expand All Expandir Todo - + Collapse All Contraer Todo - + + Duplicate from Here + + + + + Duplicate Document + + + + Delete Permanently Eliminar Permanentemente - + Move to Trash Mover a la Papelera - - Convert Folder - Convertir la Carpeta - - - + Do you want to convert the folder to a {0}? This action cannot be reversed. ¿Desea convertir la carpeta a {0}? Esta acción es irreversible. - + No documents selected for merging. No se han seleccionado documentos para combinar. - + Merged Combinado - - + + Could not write document content. No se pudo escribir el contenido del documento. - - + + Do you want to duplicate this document? + + + + + Do you want to duplicate this item and all child items? + + + + + Could not duplicate all items. + + + + There is nowhere to add item with name '{0}'. No hay ningún lugar en el que añadir un elemento nombrado '{0}'. @@ -3512,67 +3557,67 @@ GuiSideBar - + Project Proyecto - + Project Tree View Vista de Árbol del Proyecto - + Novel Novela - + Novel Tree View Vista de Árbol de Novela - + Outline Estructura - + Novel Outline View Vista de Estructura de la Novela - + Build Compilar - - Build Novel Project - Compilar el Proyecto de Novela + + Build Manuscript + - + Details Detalles - + Project Details Detalles del Proyecto - + Stats Estadísticas - + Writing Statistics Estadísticas de Redacción - + Settings Configuración @@ -3580,33 +3625,33 @@ GuiUpdates - + Check for Updates Comprobar Actualizaciones - + Current Release Versión Actual - - + + novelWriter {0} released on {1} novelWriter {0} publicado el {1} - + Latest Release Versión Más Reciente - + Checking ... Comprobando... - + Download: {0} Descargar: {0} @@ -3614,18 +3659,18 @@ GuiWordList - - + + Project Word List Lista de Palabras del Proyecto - + Cannot add a blank word. No se puede añadir una palabra en blanco. - + The word '{0}' is already in the word list. La palabra '{0}' ya está en la lista de palabras. @@ -3633,334 +3678,299 @@ GuiWritingStats - + Writing Statistics Estadísticas de Redacción - + Session Start Inicio de la Sesión - + Length Duración - + Idle Inactividad - + Words Palabras - + Histogram Histograma - + Sum Totals Totales Agregados - + Total Time: Tiempo Total: - + Idle Time: Tiempo de Inactividad: - + Filtered Time: Tiempo con Filtros: - + Novel Word Count: Total de Palabras de Novela: - + Notes Word Count: Total de Palabras de Notas: - + Total Word Count: Total de Palabras: - + Filters Filtros - + Count novel files Contar archivos de novela - + Count note files Contar archivos de notas - + Hide zero word count No mostrar totales en cero - + Hide negative word count No mostrar totales negativos - + Group entries by day Agrupar entradas por día - + Show idle time Mostrar tiempo de inactividad - + Word count cap for the histogram Límite de total de palabras para el histograma - + Save As Guardar Como - + JSON Data File (.json) Archivo de Datos JSON (.json) - + CSV Data File (.csv) Archivo de Datos CSV (.csv) - + JSON Data File Archivo de Datos JSON - + CSV Data File Archivo de Datos CSV - + Save Data As Guardar Datos Como - + {0} file successfully written to: El archivo {0} se ha guardado con éxito en: - + Failed to write {0} file. Hubo un fallo al escribir el archivo {0}. - - - Failed to read session log file. - Hubo un fallo al leer el archivo de registro. - NWProject - + Could not delete document file. No se puedo eliminar el archivo de documento. - + Could not open project with path: {0} No se pudo abrir el proyecto con la ruta: {0} - + Unknown Desconocido - + Project file does not appear to be a novelWriterXML file. Aparentemente el archivo del proyecto no es un archivo novelWriterXML. - + Unknown or unsupported novelWriter project file format. The project cannot be opened by this version of novelWriter. The file was saved with novelWriter version {0}. Formato de archivo de proyecto novelWriter desconocido, o no soportado. Esta versión de novelWriter no puede abrir el proyecto. El archivo se guardó con la versión {0} de novelWriter. - + Failed to parse project xml. Hubo un fallo al procesar el xml del proyecto. - - File Version - Versión de Archivo - - - + The file format of your project is about to be updated. If you proceed, older versions of novelWriter will no longer be able to open this project. Continue? Se está por actualizar el formato de archivo de su proyecto. De continuar, ninguna versión anterior de novelWriter podrá abrir este proyecto. ¿Continuar? - - Version Conflict - Conflicto de Versiones - - - + This project was saved by a newer version of novelWriter, version {0}. This is version {1}. If you continue to open the project, some attributes and settings may not be preserved, but the overall project should be fine. Continue opening the project? Este proyecto se ha guardado en una versión nueva de novelWriter, la versión {0}. Ésta es la versión {1}. Si procede a abrir el proyecto, algunos atributos y opciones no serán preservadas, pero en general el proyecto no presentará problemas. ¿Continuar abriendo el proyecto? - - Opened Project: {0} - Se Abrió el Proyecto: {0} - - - - There is no project open. - No hay ningún proyecto abierto. - - - - Failed to save project. - Hubo un fallo al guardar el proyecto. - - - - Saved Project: {0} - Proyecto Guardado: {0} - - - - Backing up project ... - Respaldando el proyecto ... - - - - Cannot backup project because no valid backup path is set. Please set a valid backup location in Preferences. - No se puede crear una copia de seguridad porque no hay una ruta válida para el respaldo. Por favor escoja una ubicación válida en las Preferencias. - - - - Cannot backup project because no project name is set. Please set a Project Name in Project Settings. - No se puede crear una copia de seguridad porque no se estableció el nombre del proyecto. Por favor escoja un Nombre de Proyecto en la Configuración del Proyecto. - - - - Could not create backup folder. - No se pudo crear la carpeta de respaldo. - - - - Backup from {0} - Copia de seguridad en {0} - - - - Backup archive file written to: {0} - El archivo de respaldo se ha escrito en: {0} - - - - Could not write backup archive. - No se puedo escribir el archivo de respaldo. - - - - Project backed up to '{0}' - Se ha respaldado el proyecto en '{0}' - - - - - New - Nuevo - - - - Note - Nota - - - - Draft - Borrador - - - - Finished - Terminado - - - - Minor - Menor - - - - Major - Mayor - - - - Main - Principal - - - - Found {0} orphaned file(s) in project folder. - Se encontraron {0} archivo(s) huérfano(s) en la carpeta del proyecto. - - - + Recovered Restaurado - - [{0}] {1} - [{0}] {1} + + Found {0} orphaned file(s) in the project. {1} file(s) were recovered. + - - Recovered File {0} - Se Restauró el Archivo {0} + + Opened Project: {0} + Se Abrió el Proyecto: {0} - - One or more orphaned files could not be added back into the project. Make sure at least a Novel root folder exists. - No se pudo añadir uno o más archivos huérfanos de vuelta al proyecto. Asegúrese de que exista al menos una carpeta raíz de Novela. + + There is no project open. + No hay ningún proyecto abierto. + + + + Failed to save project. + Hubo un fallo al guardar el proyecto. + + + + Saved Project: {0} + Proyecto Guardado: {0} + + + + Backing up project ... + Respaldando el proyecto ... + + + + Cannot backup project because no project name is set. Please set a Project Name in Project Settings. + No se puede crear una copia de seguridad porque no se estableció el nombre del proyecto. Por favor escoja un Nombre de Proyecto en la Configuración del Proyecto. + + + + Could not create backup folder. + No se pudo crear la carpeta de respaldo. + + + + Created a backup of your project of size {0}B. + + + + + Path: {0} + Ruta elegida: {0} + + + + Could not write backup archive. + No se puedo escribir el archivo de respaldo. + + + + Project backed up to '{0}' + Se ha respaldado el proyecto en '{0}' + + + + + New + Nuevo + + + + Note + Nota + + + + Draft + Borrador + + + + Finished + Terminado + + + + Minor + Menor + + + + Major + Mayor + + + + Main + Principal NovelSelector - + All Novel Folders Todas las Carpetas de Novela @@ -3968,42 +3978,42 @@ ProjWizardCustomPage - + Custom Project Options Opciones Personalizadas de Proyecto - + Select which additional elements to populate the project with. You can skip making chapters and add only scenes by setting the number of chapters to 0. Seleccione con qué elementos adicionales se ha de rellenar el proyecto. Para omitir la creación de capítulos y sólo añadir escenas cambie el número de capítulos a 0. - + Add a folder for plot notes Añadir una carpeta para notas sobre el argumento - + Add a folder for character notes Añadir una carpeta para notas sobre los personajes - + Add a folder for location notes Añadir una carpeta para notas sobre los lugares - + Add example notes to the above Incluir ejemplos de notas - + Add chapters to the novel folder Añadir capítulos a la carpeta de novela - + Add scenes to each chapter Añadir escenas a cada capítulo @@ -4011,82 +4021,82 @@ ProjWizardFinalPage - + Summary En Resumen - + Project Name: {0} Nombre del Proyecto: {0} - + Project Path: {0} Ruta del Proyecto: {0} - + Fill the project with a minimal set of items Rellenar el proyecto con un mínimo conjunto de ítems - + Fill the project with example files Rellenar el proyecto con archivos de ejemplo - + Add a folder for plot notes Añadir una carpeta para notas acerca del argumento - + Add a folder for character notes Añadir una carpeta para notas acerca de los personajes - + Add a folder for location notes Añadir una carpeta para notas acerca de los lugares - + Add example notes to the above Incluir ejemplos de notas - + Add {0} chapters to the novel folder Añadir {0} capítulos a la carpeta novela - + Add {0} scenes to each chapter Añadir {0} escenas a cada capítulo - + Add {0} scenes Añadir {0} escenas - + You have selected the following: Ha seleccionado lo siguiente: - + Press '{0}' to create the new project. Pulse '{0}' para crear el nuevo proyecto. - + Done Listo - + Finish Finalizar @@ -4094,33 +4104,33 @@ ProjWizardFolderPage - - + + Select Project Folder Escoger la Carpeta del Proyecto - + Select a location to store the project. A new project folder will be created in the selected location. Seleccione una ubicación para guardar el proyecto. Se creará una carpeta de proyecto en la ubicación seleccionada. - + Required Requerido - + Project Path Ruta del Proyecto - + Error: A project folder cannot be created using this path. Error: No se puede crear una carpeta de proyecto utilizando esta ruta. - + Error: The selected path already exists. Error: La ruta seleccionada ya existe. @@ -4128,43 +4138,43 @@ ProjWizardIntroPage - + Create New Project Crear un Nuevo Proyecto - + Provide at least a project name. The project name should not be changed beyond this point as it is used for generating file names for for instance backups. The other fields are optional and can be changed at any time in Project Settings. Ingrese al menos un nombre para el proyecto. El nombre del proyecto no ha de cambiarse una vez elegido, pues la aplicación lo usará para generar nombres de archivo de, por ejemplo, nuevos respaldos. Los otros campos son opcionales y pueden cambiarse en cualquier momento en la Configuración del Proyecto. - + Side image by {0}, {1} Ilustración por {0}, {1} - + Required Requerido - - + + Optional Opcional - + Project Name Nombre del Proyecto - + Novel Title Título de la Novela - + Author(s) Autores @@ -4172,27 +4182,27 @@ ProjWizardPopulatePage - + Populate Project Poblar el Proyecto - + Choose how to pre-fill the project. Either with a minimal set of starter items, an example project explaining and showing many of the features, or show further custom options on the next page. Escoja como pre-rellenar el proyecto. Puede ser con un conjunto básico de ítems iniciales, con un proyecto ejemplificador que explica y destaca muchas de las características disponibles, o mostrar más opciones personalizadas en la página siguiente. - + Fill the project with a minimal set of items Rellenar el proyecto con un mínimo conjunto de ítems - + Fill the project with example files Rellenar el proyecto con ejemplos de archivo - + Show detailed options for filling the project Mostrar opciones en detalle para rellenar el proyecto @@ -4200,73 +4210,73 @@ ProjectBuilder - + New Project Proyecto Nuevo - + New Chapter Capítulo Nuevo - + New Scene Escena Nueva - + Title Page Título de la Página - + By Por - + Summary of the chapter. Resumen del capítulo. - + Summary of the scene. Resumen de la escena. - + Chapter {0} Capítulo {0} - - + + Scene {0} Escena {0} - + Main Plot Argumento Principal - + Protagonist Protagonista - + Main Location Lugar Principal - + Failed to create a new example project. Hubo un fallo al crear un nuevo proyecto de ejemplo. - + Failed to create a new example project. Could not find the necessary files. They seem to be missing from this installation. Hubo un fallo al crear un nuevo proyecto de ejemplo. No se pudieron encontrar los archivos necesarios. Aparentemente esta instalación carece de ellos. @@ -4462,19 +4472,182 @@ Tokenizer - + Synopsis Sinopsis - + Document '{0}' is too big ({1} MB). Skipping. El documento '{0}' es demasiado grande ({1} MB). Omitiéndolo. - + ERROR ERROR + + _FilterTab + + + Included in manuscript + + + + + Excluded from manuscript + + + + + Always included + + + + + Always excluded + + + + + Reset to default + + + + + Mark selection as + + + + + Select Root Folders + + + + + _FormatTab + + + Not Set + No establecido + + + + _GuiAlert + + + Information + Información + + + + Warning + Advertencia + + + + Error + Error + + + + Question + + + + + _HeadingsTab + + + + Hide + + + + + + Editing: {0} + + + + + + None + Ninguno + + + + Title + Título + + + + Chapter Number + + + + + Chapter Number (Word) + + + + + Chapter Number (Upper Case Roman) + + + + + Chapter Number (Lower Case Roman) + + + + + Scene Number (In Chapter) + + + + + Scene Number (Absolute) + + + + + Insert + Insertar + + + + Apply + Aplicar + + + + _PreviewWidget + + + Press the "Build Preview" button to generate ... + + + + + Processing ... + + + + + Done + Listo + + + + Unknown + Desconocido + + + + Built + + + diff --git a/i18n/nw_fr_FR.ts b/i18n/nw_fr_FR.ts index 71246a99..fdb9e6f1 100644 --- a/i18n/nw_fr_FR.ts +++ b/i18n/nw_fr_FR.ts @@ -1,75 +1,283 @@ + + Builds + + + Document Filters + + + + + Novel Documents + + + + + Project Notes + + + + + Inactive Documents + + + + + Headings + + + + + Title Headings + + + + + Chapter Headings + + + + + Unnumbered Headings + + + + + Scene Headings + + + + + Section Headings + + + + + Hide Scene Headings + + + + + Hide Section Headings + + + + + Text Content + + + + + Include Synopsis + + + + + Include Comments + + + + + Include Keywords + + + + + Include Body Text + + + + + Insert Content + + + + + Add Titles for Notes + + + + + Text Format + + + + + Language + Langue + + + + Font Family + + + + + Font Size + + + + + Line Height + + + + + Text Options + + + + + Justify Text Margins + + + + + Replace Unicode Characters + + + + + Replace Tabs with Spaces + + + + + Page Layout + + + + + Unit + + + + + Page Size + + + + + Page Width + + + + + Page Height + + + + + Top Margin + + + + + Bottom Margin + + + + + Left Margin + + + + + Right Margin + + + + + Open Document (.odt) + Open Document (.odt) + + + + Add Highlight Colours + + + + + HTML (.html) + + + + + Add CSS Styles + + + Common - + in the future dans le futur - + just now maintenant - + a minute ago il y a une minute - + {0} minutes ago il y a {0} minutes - + an hour ago il y a une heure - + {0} hours ago il y a {0} heures - + a day ago hier - + {0} days ago il y a {0} jours - + a week ago il y a une semaine - + {0} weeks ago il y a {0} semaines - + a month ago il y a un mois - + {0} months ago il y a {0} mois - + a year ago il y a un an - + {0} years ago il y a {0} ans @@ -77,264 +285,345 @@ Constant - - - + + + None Sans - + Novel Roman - - + + Plot Intrigue - - + + Characters Personnages - - + + Locations Lieux - - + + Timeline Chronologie - - + + Objects Objets - - + + Entities Entités - - + + + Custom Personnalisé - + Archive Archive - + Trash Corbeille - - + + Novel Document Document du roman - - + + Project Note Note du projet - + Root Folder Dossier racine - + Folder Dossier - + Novel Title Page Page de titre du roman - + Novel Chapter Chapitre du roman - + Novel Scene Scène du roman - + Novel Section Section de roman - + Tag Étiquette - + Point of View Point de vue - - + + Focus Focus - + Title Titre - + Level Niveau - + Document Document - + Line Ligne - + Chars Caractères - + Words Mots - + Pars Parties - + POV PDV - + Synopsis Synopsis - + + Open Document (.odt) + Open Document (.odt) + + + + Flat Open Document (.fodt) + Flat Open Document (.fodt) + + + + novelWriter HTML (.html) + + + + + novelWriter Markup (.txt) + + + + + Standard Markdown (.md) + Markdown standard (.md) + + + + Extended Markdown (.md) + + + + + JSON + novelWriter HTML (.json) + JSON + HTML novelWriter (.json) + + + + JSON + novelWriter Markup (.json) + + + + + Millimetres + + + + + Centimetres + + + + + Inches + + + + + A4 + + + + + A5 + + + + + A6 + + + + + US Legal + + + + + US Letter + + + + Straight single quotation mark apostrophe - + Straight double quotation mark guillemet anglais - + Left single quotation mark guillemet-apostrophe culbuté - + Right single quotation mark guillemet-apostrophe - + Single low-9 quotation mark guillemet-virgule inférieur - + Single high-reversed-9 quotation mark guillemet-virgule supérieur culbuté - + Left double quotation mark guillemet-apostrophe double culbuté - + Right double quotation mark guillemet-apostrophe double - + Double low-9 quotation mark guillemet-virgule double inférieur - + Double high-reversed-9 quotation mark guillemet-virgule double supérieur culbuté - + Double low-reversed-9 quotation mark guillemet-virgule double inférieur culbuté - + Single left-pointing angle quotation mark guillemet simple vers la gauche - + Single right-pointing angle quotation mark guillemet simple vers la droite - + Double left-pointing angle quotation mark guillemet gauche - + Double right-pointing angle quotation mark guillemet droit - + Left corner bracket crochet en angle à gauche - + Right corner bracket crochet en angle à droite - + Left white corner bracket crochet en angle à gauche blanc - + Right white corner bracket crochet en angle à droite blanc @@ -342,447 +631,129 @@ GuiAbout - - + + About novelWriter À propos de novelWriter - + About À propos - + Release Version - + Credits Crédits - + Licence Licence - + Website: {0} Site Web : {0} - + novelWriter is a markdown-like text editor designed for organising and writing novels. It is written in Python 3 with a Qt5 GUI, using PyQt5. novelWriter est un éditeur markdown pour organiser et écrire des romans. Il est écrit en Python 3 avec un interface utilisateur Qt5, basé sur PyQt5. - + novelWriter is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. novelWriter est un logiciel libre : vous pouvez le redistribuer et/ou le modifier selon les termes de la licence publique générale GNU telle que publiée par la Free Software Foundation, dans la version 3 de cette licence ou (à votre choix) dans une version plus récente. - + novelWriter is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. novelWriter est diffusé dans l'espoir qu'il sera utile, mais SANS GARANTIE D'AUCUNE SORTE, en particulier concernant sa QUALITÉ MARCHANDE ou son APTITUDE À UN USAGE SPÉCIFIQUE. - + See the Licence tab for the full licence text, or visit the GNU website at {0} for more details. Ouvrez l'onglet Licence pour voir le texte complet de la licence (en anglais), ou visitez le site de GNU à l'adresse {0} pour en lire une traduction ou pour obtenir plus de détails. - GuiBuildNovel + GuiBuildSettings - - Build Novel Project - Construction du roman + + Manuscript Build Settings + - - Title Formats for Novel Files - Formats des titres pour les fichiers de roman + + Options + - - Formatting Codes: - Codes de mise en forme : + + Selection + - - {0} for the title as set in the document - {0} titre tel que défini dans le document + + Headings + - - {0} for chapter number (1, 2, 3) - {0} chapitres numérotés en chiffres arabes (1, 2, 3) + + Content + - - {0} for chapter number as a word (one, two) - {0} chapitres numérotés en texte (un, deux) + + Format + - - {0} for chapter number in upper case Roman - {0} chapitres numérotés en chiffres romains majuscules + + Output + - - {0} for chapter number in lower case Roman - {0} chapitres numérotés en chiffres romains minuscules - - - - {0} for scene number within chapter - {0} scènes numérotées au niveau du chapitre - - - - {0} for scene number within novel - {0} scènes numérotées au niveau du roman - - - - Leave blank to skip this heading, or set to a static text, like for instance '{0}', to make a separator. The separator will be centred automatically and only appear between sections of the same type. - Laisser vide pour ignorer cet en-tête, ou mettre un texte statique, par exemple {0} pour créer un séparateur. Le séparateur sera centré automatiquement et n'apparaîtra qu'entre sections du même type. - - - - Not Set - Vide - - - - Title - Titre - - - - Chapter - Chapitre - - - - Unnumbered - Sans numéro - - - - Scene - Scène - - - - Section - Section - - - - Language - Langue - - - - Hide scene - Masquer cette scène - - - - Hide section - Masquer cette section - - - - Font Options - Option de police - - - - Font family - Police de caractères - - - - Font size - Taille de police - - - - Line height - Hauteur de ligne - - - - Justify text - Justifier le texte - - - - Disable styling - Pas de mise en forme - - - - Styling Options - Options de mise en forme - - - - Include Options - Options d'inclusion - - - - Include synopsis - Inclure le synopsis - - - - Include comments - Inclure les commentaires - - - - Include keywords - Inclure les mots-clés - - - - Include body text - Inclure le corps du texte - - - - Root Filter Options - Options de filtrage racine - - - - File Filter Options - Options de filtrage - - - - Include novel files - Inclure les fichiers de roman - - - - Include note files - Inclure les fichiers de notes - - - - Include inactive files - Inclure les fichiers inactifs - - - - Export Options - Options d'exportation - - - - Replace tabs with spaces - Remplacer les tabulations par des espaces - - - - Replace Unicode in HTML - Remplacer l'Unicode par du HTML - - - - Build Preview - Construire un aperçu - - - - Print - Imprimer - - - - Print Preview - Imprimer l'aperçu - - - - Print to PDF - Imprimer en PDF - - - - Save As - Enregistrer sous - - - - Open Document (.odt) - Open Document (.odt) - - - - Flat Open Document (.fodt) - Flat Open Document (.fodt) - - - - novelWriter HTML (.htm) - HTML novelWriter (.htm) - - - - novelWriter Markdown (.nwd) - Markdown novelWriter (.nwd) - - - - Standard Markdown (.md) - Markdown standard (.md) - - - - GitHub Markdown (.md) - Markdown GitHub (.md) - - - - JSON + novelWriter HTML (.json) - JSON + HTML novelWriter (.json) - - - - JSON + novelWriter Markdown (.json) - JSON + Markdown novelWriter (.json) - - - - Close - Fermer - - - - Failed to generate preview. The result is too big. - L'aperçu n'a pas été créé, le résultat est trop volumineux. - - - - There were problems when building the project: - Un problème a été rencontré en construisant le projet : - - - - Open Document - Open Document - - - - Flat Open Document - Flat Open Document - - - - Plain HTML - HTML classique - - - - novelWriter Markdown - Markdown novelWriter - - - - Standard Markdown - Markdown standard - - - - GitHub Markdown - Markdown GitHub - - - - JSON + novelWriter HTML - JSON + HTML novelWriter - - - - JSON + novelWriter Markdown - JSON + Markdown novelWriter - - - - PDF - PDF - - - - Save Document As - Enregistrer le document sous - - - - {0} file successfully written to: - Fichier {0} écrit dans : - - - - Failed to write {0} file. {1} - Erreur lors de l'écriture du fichier {0}. {1} - - - - GuiBuildNovelDocView - - - This area will show the content of the document to be exported or printed. Press the "Build Preview" button to generate content. - Cette zone affichera le contenu du document à exporter ou à imprimer. Appuyez sur le bouton "Construire l'aperçu" pour générer le contenu. - - - - Unknown - Inconnu - - - - Build Time: - Construit le : + + Name + GuiDocEditFooter - + Status État - + Line: {0} ({1}) Ligne : {0} ({1}) - + Words: {0} ({1}) Mots : {0} ({1}) - + Document size is {0} bytes La taille du document est de {0} octets - + Words: {0} selected Mots sélectionnés : {0} - + Character count: {0} Nombre de caractères : {0} @@ -790,22 +761,22 @@ GuiDocEditHeader - + Edit document label Modifier l'étiquette du document - + Search document Chercher dans le document - + Toggle Focus Mode Basculer le mode focus - + Close the document Fermer le document @@ -813,58 +784,58 @@ GuiDocEditSearch - - + + Search Chercher - + Replace Remplacer - + Case Sensitive Sensible à la casse - + Whole Words Only Mots entiers uniquement - + RegEx Mode Expressions régulières - + Loop Search Recherche en boucle - + Search Next File Chercher dans le fichier suivant - + Preserve Case Conserver la casse - + Close Search Terminer la recherche - + Find in current document Chercher dans le document actuel - + Find and replace in current document Chercher et remplacer dans le document actuel @@ -872,117 +843,122 @@ GuiDocEditor - + The document you are trying to open is too big. The document size is {0} MB. The maximum size allowed is {1} MB. Le document que vous essayez d'ouvrir est trop grand. La taille du document est de {0} MB alors que la taille maximale est de {1} MB. - + Opened Document: {0} Document ouvert : {0} - + The text you are trying to add is too big. The text size is {0} MB. The maximum size allowed is {1} MB. Le texte que vous voulez ajouter est trop grand. La taille du texte est de {0} MB alors que la taille maximale est de {1} MB. - - File Changed on Disk - Fichier modifié sur le disque - - - + This document has been changed outside of novelWriter while it was open. Overwrite the file on disk? Ce document a été modifié en dehors de novelWriter pendant qu'il était ouvert. Écraser le fichier sur le disque ? - + Could not save document. Impossible d'enregistrer le document. - + Saved Document: {0} Document enregistré : {0} - + Spell checking requires the package PyEnchant. It does not appear to be installed. La vérification orthographique nécessite PyEnchant qui ne semble pas installé ici. - + Spell check complete La vérification orthographique est terminée - - File Location - Emplacement du fichier + + Document Details + - - The currently open file is saved in: - Le fichier actuellement ouvert est enregistré dans : + + Created: {0} + - + + Updated: {0} + + + + + File Location: {0} + + + + The document has grown too big and you cannot add more text to it. The maximum size of a single novelWriter document is {0} MB. Le document est devenu trop grand et vous ne pouvez plus lui ajouter de texte. La taille maximale d'un fichier novelWriter est de {0} MB. - + Follow Tag Suivre cette étiquette - + Cut Couper - + Copy Copier - + Paste Coller - + Select All Sélectionner tout - + Select Word Sélectionner le mot - + Select Paragraph Sélectionner le paragraphe - + Spelling Suggestion(s) Orthographe suggérée - + No Suggestions Pas de suggestion - + Add Word to Dictionary Ajouter ce mot au dictionnaire - + Please select some text before calling replace quotes. Veuillez sélectionner du texte avant de demander le remplacement des guillemets. @@ -990,22 +966,22 @@ GuiDocMerge - + Merge Documents Fusionner des documents - + Documents to Merge Documents à fusionner - + Drag and drop items to change the order, or uncheck to exclude. Glissez et déposez des éléments pour modifier l'ordre ou décochez pour exclure. - + Move merged items to Trash Déplacer les éléments fusionnés dans la corbeille @@ -1013,52 +989,52 @@ GuiDocSplit - + Split Document Découper un document - + Document Headers En-têtes de documents - + Select the maximum level to split into files. Sélectionner le niveau maximum à découper en fichiers. - + Split on Header Level 1 (Title) Découpage aux en-têtes de niveau 1 (Titre) - + Split up to Header Level 2 (Chapter) Découpage aux en-têtes de niveau 2 (Chapitre) - + Split up to Header Level 3 (Scene) Découpage aux en-têtes de niveau 3 (Scène) - + Split up to Header Level 4 (Section) Découpage aux en-têtes de niveau 4 (Section) - + Split into a new folder Diviser en un nouveau dossier - + Create document hierarchy Créer une hiérarchie de document - + Move split document to Trash Déplacer le document divisé dans la corbeille @@ -1066,42 +1042,42 @@ GuiDocViewFooter - + Show/hide the references panel Montrer/cacher le panneau des références - + Activate to freeze the content of the references panel when changing document Activer le gel du panneau des références lors du changement de documents - + Show comments Afficher les commentaires - + Show synopsis comments Montrer les commentaires du synopsis - + References Références - + Sticky Persistant - + Comments Commentaires - + Synopsis Synopsis @@ -1109,22 +1085,22 @@ GuiDocViewHeader - + Go backward Reculer - + Go forward Avancer - + Reload the document Recharger le document - + Close the document Fermer le document @@ -1132,27 +1108,27 @@ GuiDocViewer - + An error occurred while generating the preview. Une erreur est survenue durant la génération de l'aperçu. - + Copy Copier - + Select All Sélectionner tout - + Select Word Sélectionner le mot - + Select Paragraph Sélectionner le paragraphe @@ -1160,12 +1136,12 @@ GuiEditLabel - + Item Label Étiquette de l'élément - + Label Étiquette @@ -1173,37 +1149,37 @@ GuiItemDetails - + Label Label - + Status État - + Class Classe - + Usage Utilisation - + Characters Caractères - + Words Mots - + Paragraphs Paragraphes @@ -1239,173 +1215,123 @@ GuiMain - + You are running an untested development version of novelWriter. Please be careful when working on a live project and make sure you take regular backups. Vous utilisez une version de développement de novelWriter. Soyez prudent si vous travaillez sur un projet réel et faites des sauvegardes régulières. - + novelWriter is ready ... novelWriter est prêt ... - + Cannot create a new project when another project is open. Impossible de créer un nouveau projet lorsqu'un autre projet est ouvert. - + A project already exists in that location. Please choose another folder. Un projet existe déjà à cet emplacement. Veuillez choisir un autre répertoire. - - Close Project - Fermer le projet - - - + Close the current project? Fermer le projet en cours ? - - + + Changes are saved automatically. Les changements sont enregistrés automatiquement. - - Backup Project - Sauvegarder le projet - - - + Backup the current project? Faut-il sauvegarder le projet en cours ? - - The project was locked by the computer '{0}' ({1} {2}), last active on {3}. - Le projet a été verrouillé par l'ordinateur '{0}' ({1} {2}), dernière activité à {3}. - - - - Project Locked - Projet verrouillé - - - + The project is already open by another instance of novelWriter, and is therefore locked. Override lock and continue anyway? Ce projet est verrouillé car il est déjà ouvert par une autre instance de novelWriter. Faut-il contourner le verrou et continuer malgré tout ? - + Note: If the program or the computer previously crashed, the lock can safely be overridden. However, overriding it is not recommended if the project is open in another instance of novelWriter. Doing so may corrupt the project. Note : Si le programme ou l'ordinateur s'est bloqué auparavant, le verrou peut être contourné sans problème. Si par contre le projet est actuellement ouvert par une autre instance de novelWriter, contourner le verrou peut corrompre les données du projet. - + + The project was locked by the computer '{0}' ({1} {2}), last active on {3}. + Le projet a été verrouillé par l'ordinateur '{0}' ({1} {2}), dernière activité à {3}. + + + The project index is outdated or broken. Rebuilding index. L'index du projet est périmé ou endommagé. Reconstruction de l'index en cours. - + Text files ({0}) Fichiers de texte ({0}) - + Markdown files ({0}) Fichiers Markdown ({0}) - + novelWriter files ({0}) fichiers novelWriter ({0}) - + All files ({0}) Tous les fichiers ({0}) - + Import File Importer un fichier - + Could not read file. The file must be an existing text file. Lecture du fichier impossible. Il faut un fichier texte existant. - + Please open a document to import the text file into. Veuillez ouvrir un document dans lequel sera importé le texte. - - Import Document - Importer un document - - - + Importing the file will overwrite the current content of the document. Do you want to proceed? Le contenu du fichier importé va remplacer le contenu actuel du document. Faut-il continuer ? - + Indexing completed in {0} ms Indexation effectuée en {0} ms - + The project index has been successfully rebuilt. L'index du projet a été correctement reconstruit. - + Some changes will not be applied until novelWriter has been restarted. Certains changements ne seront effectifs qu'après un redémarrage de novelWriter. - - Information - Information - - - - Warning - Avertissement - - - - Error - Erreur - - - - This is a bug! - Ceci est un bogue ! - - - - Internal Error - Erreur interne - - - - Exit - Sortir - - - + Do you want to exit novelWriter? Voulez-vous sortir de novelWriter ? - + Could not find the reference for tag '{0}'. It either doesn't exist, or the index is out of date. The index can be updated from the Tools menu, or by pressing {1}. La référence pour l'étiquette {0} n'a pas été trouvée. Soit elle n'existe pas, soit l'index n'est pas à jour. L'index peut être mis à jour depuis le menu des Outils, ou en appuyant sur {1}. @@ -1413,492 +1339,492 @@ GuiMainMenu - + &Project &Projet - + New Project Nouveau projet - + Open Project Ouvrir un projet - + Save Project Enregistrer le projet - + Close Project Fermer le projet - + Project Settings Réglages du projet - + Project Details Détails du projet - + Rename Item Renommer l'élément - + Delete Item Supprimer cet élément - + Empty Trash Vider la corbeille - + Exit Sortir - + &Document &Document - + Open Document Ouvrir ce document - + Save Document Enregistrer le document - + Close Document Fermer le document - + View Document Afficher ce document - + Close Document View Fermer la vue du document - + Show File Details Afficher les détails du fichier - + Import Text from File Importer depuis un fichier - + &Edit Éditio&n - + Undo Défaire - + Redo Refaire - + Cut Couper - + Copy Copier - + Paste Coller - + Select All Tout sélectionner - + Select Paragraph Sélectionner le paragraphe - + &View &Affichage - + Go to Project Tree Focus sur l'arborescence - + Go to Document Editor Focus sur l'éditeur - + Go to Document Viewer Focus sur l'afficheur - + Go to Outline Focus sur la vue d'ensemble - + Navigate Backward Reculer - + Navigate Forward Avancer - + Focus Mode Mode sans distraction - + Full Screen Mode Mode plein écran - + &Insert &Insertion - + Dashes Tirets - + Short Dash tiret demi-cadratin - + Long Dash tiret cadratin - + Horizontal Bar barre horizontale - + Figure Dash tiret numérique - + Quote Marks Guillemets - + Left Single Quote Guillemet-apostrophe culbuté - + Right Single Quote Guillemet-apostrophe - + Left Double Quote Guillemet-apostrophe double culbuté - + Right Double Quote Guillemet-apostrophe double - + Alternative Apostrophe Apostrophe modificative - + General Punctuation Ponctuation générale - + Ellipsis Points de suspension - + Prime Prime - + Double Prime Double Prime - + White Spaces Espaces blancs - + Non-Breaking Space Espace insécable - + Thin Space Espace fine - + Thin Non-Breaking Space Espace fine insécable - + Other Symbols Autres symboles - + List Bullet Puce - + Hyphen Bullet Puce trait d'union - + Flower Mark Puce fleur - + Per Mille Pour mille - + Degree Symbol Degré - + Minus Sign Moins - + Times Sign Multiplication - + Division Sign Division - + Tags and References Étiquettes et références - + Special Comments Commentaires spéciaux - + Synopsis Comment Commentaire de synopsis - + Page Break and Space Saut de page et espace - + Page Break Saut de page - + Vertical Space (Single) Espace vertical (simple) - + Vertical Space (Multi) Espace vertical (multiple) - + Placeholder Text Texte de remplissage - + &Format Mise en &forme - + Emphasis Emphase - + Strong Emphasis Emphase forte - + Strikethrough Biffure - + Wrap Double Quotes Guillemets doubles - + Wrap Single Quotes Guillemets simples - + Header 1 (Partition) En-tête 1 (Partie) - + Header 2 (Chapter) En-tête 2 (Chapitre) - + Header 3 (Scene) En-tête 3 (Scène) - + Header 4 (Section) En-tête 4 (Section) - + Novel Title Titre du roman - + Unnumbered Chapter Chapitre sans numéro - + Align Left Aligner à gauche - + Align Centre Aligner au centre - + Align Right Aligner à droite - + Indent Left Indenter à gauche - + Indent Right Indenter à droite - + Toggle Comment Commentaire - + Remove Block Format Enlever le format du bloc - + Convert Single Quotes Remplacer les guillemets simples - + Convert Double Quotes Remplacer les guillemets doubles - + Remove In-Paragraph Breaks Enlever les ruptures dans les paragraphes - + &Search Rec&herche - + Find Chercher - + Replace Remplacer @@ -1908,102 +1834,112 @@ Chercher en avant - + Find Previous Chercher en arrière - + Replace Next Remplacer le prochain - + &Tools &Outils - + Check Spelling Vérifier l'orthographe - + + Spell Check Language + + + + + Default + Défauts + + + Re-Run Spell Check Réeffectuer la vérification orthographique - + Project Word List Lexique du projet - + Rebuild Index Reconstruire l'index - + Backup Project Sauvegarder le dossier contenant les fichiers du projet - - Build Novel Project - Construire le roman + + Build Manuscript + - + Writing Statistics Statistiques d'écriture - + Preferences Préférences - + &Help Aid&e - + About novelWriter À propos de novelWriter - + About Qt5 À propos de Qt5 - + User Manual (Online) Manuel d'utilisation (en ligne) - + User Manual (PDF) Manuel d'utilisation (PDF) - + Report an Issue (GitHub) Signaler un problème (GitHub) - + Ask a Question (GitHub) Poser une question (GitHub) - + The novelWriter Website Site web de novelWriter - + Check for New Release Vérifier les mises à jour @@ -2011,94 +1947,212 @@ GuiMainStatus - - + + None Sans - + Editor Éditeur - + Project Projet - + Session Time Durée de la session - + Words: {0} ({1}) Mots : {0} ({1}) - + Project word count (session change) Nombre de mots du projet (changement durant cette session) - + Novel word count (session change) Nombre de mots du roman (changement durant cette session) + + GuiManuscript + + + Build Manuscript + + + + + Add New Build + + + + + Delete Selected Build + + + + + Edit Selected Build + + + + + Builds + + + + + Preview + + + + + Print + Imprimer + + + + Build + Constr. + + + + Close + Fermer + + + + + My Manuscript + + + + + GuiManuscriptBuild + + + Build Manuscript + + + + + Output Format + + + + + Table of Contents + Table des matières + + + + Path + Chemin + + + + File Name + + + + + Reset file name to default + + + + + &Build + + + + + Select Folder + + + + + Output folder does not exist. + + + + + The file already exists. Do you want to overwrite it? + + + GuiNovelToolBar - + Outline of {0} Plan de {0} - + Novel Root Racine du roman - + Refresh Mettre à jour - + Last Column Dernière colonne - + Hidden Caché - + Point of View Character Personnage du point de vue - + Focus Character Personnage central - + Novel Plot Intrigue du roman - + + + Column Size + Largeur de colonne + + + More Options Autres options + + + Maximum column size in % + Largeur de colonne max en % + GuiNovelTree - + No meta data Pas de métadonnées @@ -2106,65 +2160,65 @@ GuiOutlineDetails - - - - + + + + Title Titre - + Chapter Chapitre - + Scene Scène - + Section Section - + Document Document - + Status État - + Characters Caractères - + Words Mots - + Paragraphs Paragraphes - + Synopsis Synopsis - + Title Details Titre et Détails - + Reference Tags Etiquettes de référence @@ -2172,7 +2226,7 @@ GuiOutlineHeaderMenu - + Select Columns Sélectionner les colonnes @@ -2180,12 +2234,12 @@ GuiOutlineToolBar - + Outline of Plan de - + Refresh Mettre à jour @@ -2193,42 +2247,42 @@ GuiPreferences - + Preferences Préférences - + General Général - + Projects Projets - + Documents Documents - + Editor Éditeur - + Highlighting Mise en évidence - + Automation Automation - + Quotes Guillemets @@ -2236,103 +2290,103 @@ GuiPreferencesAutomation - + Automatic Features Automatismes - + Auto-select word under cursor Auto-sélection du mot sous le curseur - + Apply formatting to word under cursor if no selection is made. En l'absence de texte sélectionné la mise en forme s'applique au mot sous le curseur. - + Auto-replace text as you type Auto-remplacement par la frappe - + Allow the editor to replace symbols as you type. Permet à léditeur de remplacer les symboles au fur et à mesure de la frappe. - + Replace as You Type Remplacement par la frappe - + Auto-replace single quotes Auto-remplacement des guillemets simples - - + + Try to guess which is an opening or a closing quote. Tenter de deviner si un guillemet est ouvrant ou fermant. - + Auto-replace double quotes Auto-remplacement des guillemets doubles - + Auto-replace dashes Auto-remplacement des tirets - + Double and triple hyphens become short and long dashes. Deux ou trois tirets successifs deviennent des tirets moyens (semi-cadratins) ou longs (cadratins). - + Auto-replace dots Auto-remplacement des points - + Three consecutive dots become ellipsis. Trois points consécutifs deviennent des points de suspension. - + Automatic Padding Insertion automatique - + Insert non-breaking space before Espace insécable avant - + Automatically add space before any of these symbols. Ajouter lors de la frappe une espace avant chacun de ces caractères. - + Insert non-breaking space after Espace insécable après - + Automatically add space after any of these symbols. Ajouter lors de la frappe une espace après chacun de ces caractères. - + Use thin space instead Utiliser des espaces fines - + Inserts a thin space instead of a regular space. Insérer une espace fine au lieu d'une espace-mot. @@ -2340,93 +2394,93 @@ GuiPreferencesDocuments - + Text Style Style du texte - + Font family Police de caractères - - - - + + + + Applies to both document editor and viewer. S'applique à l'éditeur et à l'afficheur de documents. - + Font size Taille de police - + pt pt - + Text Flow Déroulement du texte - + Maximum text width in "Normal Mode" Largeur maximale du texte en mode "normal" - + Set to 0 to disable this feature. Mettre à 0 pour désactiver cette fonctionnalité. - - - - + + + + px px - + Maximum text width in "Focus Mode" Largeur maximale du texte en mode "sans distraction" - + The maximum width cannot be disabled. La largeur maximale ne peut pas être désactivée. - + Hide document footer in "Focus Mode" Masquer le bas de page en mode "sans distraction" - + Hide the information bar in the document editor. Masquer la barre d'informations sous le document. - + Justify the text margins Justifier le texte aux marges - + Minimum text margin Marge minimale de texte - + Tab width Largeur des tabulations - + The width of a tab key press in the editor and viewer. La largeur résultant d'un appui sur la touche de tabulation dans l'éditeur et l'afficheur. @@ -2434,117 +2488,112 @@ GuiPreferencesEditor - + Spell Checking Vérification orthographique - + None Sans - - Not installed - Pas installé - - - + Spell check language Langue à vérifier - + Available languages are determined by your system. Les langues disponibles dépendent de votre système. - + Big document limit Taille maximale de document - + Full spell checking is disabled above this limit. La vérification complète est désactivée au-dessus de cette limite. - + kB ko - + Word Count Compteur de mots - + Word count interval Intervalle de comptage - + seconds secondes - + Include project notes in status bar word count Inclure les notes du projet dans le compte total de mots - + Writing Guides Aides à l'écriture - + Show tabs and spaces Montrer les tabulations et les espaces - + Show line endings Montrer les fins de lignes - + Scroll Behaviour Défilement du texte - + Scroll past end of the document Le défilement dépasse la fin du document - + Set to 0 to disable this feature. Mettre à 0 pour désactiver cette fonctionnalité. - + lines lignes - + Typewriter style scrolling when you type Défilement de machine à écrire - + Keeps the cursor at a fixed vertical position. L'éditeur essaye de conserver le curseur à la même position verticale. - + Minimum position for Typewriter scrolling Position minimale en mode machine à écrire - + Percentage of the editor height from the top. En pourcentage de la hauteur de la fenêtre depuis le haut. @@ -2552,95 +2601,95 @@ GuiPreferencesGeneral - + Look and Feel Apparence - + Main GUI language Langue de l'interface - - - + + + Requires restart to take effect. Nécessite un redémarrage pour prendre effet. - + Main GUI theme Thème de l'interface - + General colour theme and icons. Thème de couleur et icônes généraux. - + Editor theme Thème de l’éditeur - + Colour theme for the editor and viewer. Thème de couleurs à utiliser dans l'éditeur et l'afficheur. - + Font family Police de caractères - + Font size Taille de police - + pt pt - + GUI Settings Paramètres de l'interface - + Emphasise partition and chapter labels Rehausser les étiquettes de parties et de chapitres - + Makes them stand out in the project tree. Les mettre en évidence dans l'arborescence du projet. - + Show full path in document header Montrer le chemin complet dans l'en-tête du document - + Add the parent folder names to the header. Ajouter les noms des dossiers parents dans l'en-tête. - + Hide vertical scroll bars in main windows Masquer les barres de défilement verticales dans les fenêtres principales - - + + Scrolling available with mouse wheel and keys only. Le défilement ne pourra se faire que par la molette de la souris et les touches du clavier. - + Hide horizontal scroll bars in main windows Masquer les barres de défilement horizontales dans les fenêtres principales @@ -2648,109 +2697,109 @@ GuiPreferencesProjects - + Automatic Save Enregistrement automatique - + Save document interval Intervalle d'enregistrement - + How often the document is automatically saved. À quelle fréquence le document ouvert est automatiquement enregistré. - - + + seconds secondes - + Save project interval Intervalle d'enregistrement du projet - + How often the project is automatically saved. À quelle fréquence le projet ouvert est automatiquement enregistré. - + Project Backup Sauvegarde du projet - + Browse Parcourir - + Backup storage location Emplacement de sauvegarde du projet - - + + Path: {0} Chemin : {0} - + Run backup when the project is closed Sauvegarder à la fermeture du projet - + Can be overridden for individual projects in Project Settings. Peut être invalidé pour des projets spécifiques dans leurs paramètres. - + Ask before running backup Demander avant de sauvegarder - + If off, backups will run in the background. Si désactivé, les sauvegardes seront effectuées en arrière-plan. - + Session Timer Chronomètre de session - + Pause the session timer when not writing Arrêter le chronomètre quand on n'écrit pas - + Also pauses when the application window does not have focus. Arrêter également lorsque la fenêtre de l'application n'a pas le focus. - + Editor inactive time before pausing timer Durée d'inactivité de l'éditeur avant la mise en pause du chronomètre - + User activity includes typing and changing the content. L'activité de l'utilisateur inclut la frappe et la modification du contenu. - + minutes minutes - + Backup Directory Répertoire de sauvegarde @@ -2758,47 +2807,47 @@ GuiPreferencesQuotes - + Quotation Style Style de guillemets - + Single quote open style Guillemets simples ouvrants - + The symbol to use for a leading single quote. Symbole à utiliser pour un guillemet simple ouvrant. - + Single quote close style Guillemets simples fermants - + The symbol to use for a trailing single quote. Symbole à utiliser pour un guillemet simple fermant. - + Double quote open style Guillemets doubles ouvrants - + The symbol to use for a leading double quote. Symbole à utiliser pour un guillemet double ouvrant. - + Double quote close style Guillemets doubles fermants - + The symbol to use for a trailing double quote. Symbole à utiliser pour un guillemet double fermant. @@ -2806,59 +2855,59 @@ GuiPreferencesSyntax - + Quotes & Dialogue Dialogues et citations - + Highlight text wrapped in quotes Mettre en évidence le texte situé entre des guillemets - - - + + + Applies to the document editor only. Ne s'applique qu'à l'éditeur de document. - + Allow open-ended single quotes Autoriser les guillemets simples non fermés - + Highlight single-quoted line with no closing quote. Mettre en évidence les lignes avec guillemet simple ouvrant et non fermées. - + Allow open-ended double quotes Autoriser les guillemets doubles non fermés - + Highlight double-quoted line with no closing quote. Mettre en évidence les lignes avec guillemet double ouvrant et non fermées. - + Text Emphasis Texte appuyé - + Add highlight colour to emphasised text Mettre en évidence le texte appuyé - + Text Errors Erreurs de texte - + Highlight multiple or trailing spaces Surligner les espaces multiples ou terminaux @@ -2866,17 +2915,17 @@ GuiProjectDetails - + Project Details Détails du projet - + Overview Vue d'ensemble - + Contents Contenu @@ -2884,72 +2933,72 @@ GuiProjectDetailsContents - + Table of Contents Table des matières - + Title Titre - + Words Mots - + Pages Pages - + Page Page - + Progress Progression - + Typical word count for a 5 by 8 inch book page with 11 pt font is 350. Le nombre de mots moyen pour une page de livre de format 13 X 20 cm avec une police en taille 11pt est de 350. - + Start counting page numbers from this page. Commencer à compter les pages depuis cette page. - + Assume a new chapter or partition always start on an odd numbered page. On suppose qu'un nouveau chapitre ou une nouvelle partie débute sur une page de droite, numérotée impaire. - + Words per page Mots par page - + Count pages from Compter les pages depuis - + Clear double pages Ignorer les doubles pages - + END FIN - + Untitled Sans titre @@ -2957,42 +3006,42 @@ GuiProjectDetailsMain - + Words Mots - + Chapters Chapitres - + Scenes Scènes - + Revisions Révisions - + Editing Time Durée d'édition - + Path Chemin - + Project: {0} Projet : {0} - + By {0} Par {0} @@ -3000,54 +3049,54 @@ GuiProjectEditMain - + Project Settings Paramètres du projet - + Project name Nom du projet - + Should be set only once. Évitez de le changer ensuite. - + Novel title Titre du roman - - + + Change whenever you want! Modifiez-le à volonté ! - + Author(s) Auteur(s) - + Default Défauts - + Spell check language Langue du texte - - + + Overrides main preferences. Prioritaire sur les réglages de nW. - + No backup on close Ne pas sauvegarder en fermant @@ -3055,27 +3104,27 @@ GuiProjectEditReplace - + Text Replace List for Preview and Export Remplacements dans le texte pour les aperçus et exportations - + Keyword Mot-clé - + Replace With Remplacer par - + Select item to edit Choisir l'élément à éditer - + Save Enregistrer @@ -3083,67 +3132,67 @@ GuiProjectEditStatus - + Novel File Status Levels États des fichiers du roman - + Note File Importance Levels Importance des fichiers de notes - + Label Label - + Usage Utilisation - + Select item to edit Choisir l'élément à éditer - + Colour Couleur - + Save Enregistrer - + Select Colour Choisir la couleur - + New Item Nouvel élément - + Cannot delete a status item that is in use. On ne peut pas retirer un élément tant qu'il est utilisé. - + Not in use Inutilisé - + Used once Utilisé une fois - + Used by {0} items Utilisé {0} fois @@ -3151,63 +3200,58 @@ GuiProjectLoad - - + + Open Project Ouvrir un projet - + Working Title Titre de travail - + Words Mots - + Last Opened Dernier ouvert - + Recently Opened Projects Projets récemment ouverts - + Path Chemin - + New Nouveau - + Remove Retirer - + novelWriter Project File ({0}) Fichier projet novelWriter ({0}) - + All files ({0}) Tous les fichiers - - Remove Entry - Retirer ce projet - - - + Remove '{0}' from the recent projects list? The project files will not be deleted. Retirer '{0}' de la liste des projets récents ? Le fichier projet ne sera pas effacé. @@ -3215,27 +3259,27 @@ GuiProjectSettings - + Project Settings Paramètres du projet - + Settings Général - + Status État - + Importance Importance - + Auto-Replace Auto-remplacement @@ -3243,52 +3287,52 @@ GuiProjectToolBar - + Project Content Contenu du projet - + Quick Links Liens rapides - + Move Up Déplacer vers le haut - + Move Down Déplacer vers le bas - + Add Item Ajouter un élément - + Expand All Tout développer - + Collapse All Tout replier - + Undo Move Annuler le déplacement - + Empty Trash Vider la corbeille - + More Options Autres options @@ -3296,204 +3340,216 @@ GuiProjectTree - + Active Actif - + Inactive Inactif - + Did not find anywhere to add the file or folder! Pas trouvé d'emplacement pour y ajouter le fichier ou le dossier ! - + Cannot add new files or folders to the Trash folder. Impossible d'ajouter de nouveaux fichiers ou dossiers dans le dossier Corbeille. - + New Note Nouvelle note - + New Chapter Nouveau chapitre - + New Scene Nouvelle scène - + New Document Nouveau document - + New Folder Nouveau dossier - + There is currently no Trash folder in this project. Il n'existe pas actuellement de dossier Corbeille pour ce projet. - + The Trash folder is already empty. Le dossier Corbeille est déjà vide. - - - Empty Trash - Vider la Corbeille - - - + Permanently delete {0} file(s) from Trash? Effacer définitivement {0} fichier(s) dans la Corbeille ? - - - Delete - Effacer - - - + Move '{0}' to Trash? Déplacer '{0}' dans la corbeille ? - + Root folders can only be deleted when they are empty. Les dossiers racines ne peuvent être supprimés que s'ils sont vides. - + Permanently delete '{0}'? Effacer définitivement '{0} ' ? - + + Empty Trash + Vider la Corbeille + + + Open Document Ouvrir le document - + View Document Afficher ce document - - Change Label - Modifier l'étiquette + + Rename + Renommer - + Toggle Active Activer/Désactiver - + Set Status to ... Définir le statut à ... - + Set Importance to ... Définir l'Importance à ... - + Transform Transformer - - - - + + + + Convert to {0} Convertir en {0} - + Merge Child Items into Self Intégrer les éléments enfants - + Merge Child Items into New Créer une fusion des éléments enfants - + Merge Documents in Folder Fusionner des documents du dossier - + Split Document by Headers Diviser le document selon les en-têtes - + Expand All Tout développer - + Collapse All Tout refermer - + + Duplicate from Here + + + + + Duplicate Document + + + + Delete Permanently Supprimer définitivement - + Move to Trash Déplacer vers la corbeille - - Convert Folder - Convertir le dossier - - - + Do you want to convert the folder to a {0}? This action cannot be reversed. Voulez-vous convertir le dossier en {0}? Cette action est irréversible. - + No documents selected for merging. Aucun document n'a été sélectionné pour la fusion. - + Merged Fusionné - - + + Could not write document content. Impossible d'écrire le contenu du document. - - + + Do you want to duplicate this document? + + + + + Do you want to duplicate this item and all child items? + + + + + Could not duplicate all items. + + + + There is nowhere to add item with name '{0}'. Il n'y a pas d'emplacement pour ajouter l'item nommé '{0}'. @@ -3501,67 +3557,67 @@ GuiSideBar - + Project Projet - + Project Tree View Vue de l'arborescence du projet - + Novel Roman - + Novel Tree View Vue de l'arborescence du roman - + Outline Plan - + Novel Outline View Vue d'ensemble du roman - + Build Constr. - - Build Novel Project - Construire le projet du roman + + Build Manuscript + - + Details Détails - + Project Details Détails du projet - + Stats Stats - + Writing Statistics Statistiques d'écriture - + Settings Paramètres @@ -3569,33 +3625,33 @@ GuiUpdates - + Check for Updates Vérifier les mises à jour - + Current Release Version actuelle - - + + novelWriter {0} released on {1} novelWriter {0} publié le {1} - + Latest Release Dernière version - + Checking ... Vérification en cours... - + Download: {0} Télécharger : {0} @@ -3603,18 +3659,18 @@ GuiWordList - - + + Project Word List Lexique du projet - + Cannot add a blank word. Il est impossible d'ajouter un mot vide. - + The word '{0}' is already in the word list. Le mot {0} est déjà dans le lexique. @@ -3622,334 +3678,299 @@ GuiWritingStats - + Writing Statistics Statistiques d'écriture - + Session Start Début de session - + Length Durée - + Idle Inactif - + Words Mots - + Histogram Histogramme - + Sum Totals Totaux - + Total Time: Temps total : - + Idle Time: Temps d'inactivité : - + Filtered Time: Temps après filtrage : - + Novel Word Count: Compte de mots du texte : - + Notes Word Count: Compte de mot des notes : - + Total Word Count: Compte de mots total : - + Filters Filtres - + Count novel files Compter les fichiers du roman - + Count note files Compter les fichiers de notes - + Hide zero word count Masquer les comptes de mots à zéro - + Hide negative word count Masquer les comptes de mots négatifs - + Group entries by day Regrouper par jour - + Show idle time Montrer le temps d'inactivité - + Word count cap for the histogram Compte de mots maximum dans l'histogramme - + Save As Enregistrer sous - + JSON Data File (.json) Fichier données JSON (.json) - + CSV Data File (.csv) Fichier données CSV (.csv) - + JSON Data File Fichier données JSON - + CSV Data File Fichier données CSV - + Save Data As Enregistrer ces données sous - + {0} file successfully written to: le fichier {0} a été écrit dans : - + Failed to write {0} file. Erreur lors de l'écriture du fichier {0}. - - - Failed to read session log file. - Impossible de lire le fichier log de la session. - NWProject - + Could not delete document file. Impossible de supprimer le fichier du document. - + Could not open project with path: {0} N'a pas pu ouvrir le projet avec le chemin : {0} - + Unknown Inconnu - + Project file does not appear to be a novelWriterXML file. Ce fichier projet ne semble pas être un fichier novelWriterXML. - + Unknown or unsupported novelWriter project file format. The project cannot be opened by this version of novelWriter. The file was saved with novelWriter version {0}. Format de projet novelWriter inconnu ou non supporté. Ce projet ne peut pas être ouvert avec cette version de novelWriter, il a été enregistré avec novelWriter version {0}. - + Failed to parse project xml. Impossible de décoder le xml du projet. - - File Version - Version du fichier - - - + The file format of your project is about to be updated. If you proceed, older versions of novelWriter will no longer be able to open this project. Continue? Le format de fichier de votre projet est sur le point d'être mis à jour. Si vous continuez, les anciennes versions de novelWriter ne pourront plus ouvrir ce projet. Continuer ? - - Version Conflict - Conflit de version - - - + This project was saved by a newer version of novelWriter, version {0}. This is version {1}. If you continue to open the project, some attributes and settings may not be preserved, but the overall project should be fine. Continue opening the project? Ce projet a été enregistré par une version plus récente de novelWriter, la version {0}. Ceci est la version {1}. Si vous ouvrez quand même ce projet, certaines propriétés ou certains réglages risquent d'être perdus, toutefois le projet dans son ensemble devrait être intact. Voulez-vous quand même ouvrir ce projet ? - - Opened Project: {0} - Projet ouvert : {0} - - - - There is no project open. - Aucun projet n'est ouvert. - - - - Failed to save project. - Impossible d'enregistrer le projet. - - - - Saved Project: {0} - Projet enregistré : {0} - - - - Backing up project ... - Sauvegarde du projet en cours ... - - - - Cannot backup project because no valid backup path is set. Please set a valid backup location in Preferences. - Il est impossible de sauvegarder ce projet car aucun emplacement de sauvegarde n'a été défini. Veuillez en définir un dans Outils Préférences. - - - - Cannot backup project because no project name is set. Please set a Project Name in Project Settings. - Il est impossible de sauvegarder le projet car il n'a pas reçu de nom. Veuillez remplir le nom dans les paramètres du projet. - - - - Could not create backup folder. - Il n'a pas été possible de créer le répertoire de sauvegarde. - - - - Backup from {0} - Sauvegarde depuis {0} - - - - Backup archive file written to: {0} - Archivage du fichier de sauvegarde effectué en : {0} - - - - Could not write backup archive. - Il n'a pas été possible d'écrire l'archive de sauvegarde. - - - - Project backed up to '{0}' - Projet sauvegardé dans {0} - - - - - New - Nouveau - - - - Note - Note - - - - Draft - Brouillon - - - - Finished - Terminé - - - - Minor - Mineur - - - - Major - Majeur - - - - Main - Principal - - - - Found {0} orphaned file(s) in project folder. - Trouvé {0} fichier(s) orphelin(s) dans le dossier du projet. - - - + Recovered Récupéré - - [{0}] {1} - [{0}] {1} + + Found {0} orphaned file(s) in the project. {1} file(s) were recovered. + - - Recovered File {0} - Fichier récupéré {0} + + Opened Project: {0} + Projet ouvert : {0} - - One or more orphaned files could not be added back into the project. Make sure at least a Novel root folder exists. - Un ou plusieurs fichiers orphelins n'ont pas pu être repris dans le projet. Vérifiez qu'il y a au moins un dossier racine Roman. + + There is no project open. + Aucun projet n'est ouvert. + + + + Failed to save project. + Impossible d'enregistrer le projet. + + + + Saved Project: {0} + Projet enregistré : {0} + + + + Backing up project ... + Sauvegarde du projet en cours ... + + + + Cannot backup project because no project name is set. Please set a Project Name in Project Settings. + Il est impossible de sauvegarder le projet car il n'a pas reçu de nom. Veuillez remplir le nom dans les paramètres du projet. + + + + Could not create backup folder. + Il n'a pas été possible de créer le répertoire de sauvegarde. + + + + Created a backup of your project of size {0}B. + + + + + Path: {0} + Chemin : {0} + + + + Could not write backup archive. + Il n'a pas été possible d'écrire l'archive de sauvegarde. + + + + Project backed up to '{0}' + Projet sauvegardé dans {0} + + + + + New + Nouveau + + + + Note + Note + + + + Draft + Brouillon + + + + Finished + Terminé + + + + Minor + Mineur + + + + Major + Majeur + + + + Main + Principal NovelSelector - + All Novel Folders Tous les dossiers du roman @@ -3957,42 +3978,42 @@ ProjWizardCustomPage - + Custom Project Options Options personnalisées du projet - + Select which additional elements to populate the project with. You can skip making chapters and add only scenes by setting the number of chapters to 0. Sélectionnez les éléments supplémentaires à mettre dans le projet. Vous pouvez passer la création de chapitres et n'ajouter que des scènes en définissant le nombre de chapitres à 0. - + Add a folder for plot notes Ajouter un dossier pour les notes sur l'intrigue - + Add a folder for character notes Ajouter un dossier pour les notes sur les personnages - + Add a folder for location notes Ajouter un dossier pour les notes sur les lieux - + Add example notes to the above Ajouter des exemples de notes à ce qui précède - + Add chapters to the novel folder Ajouter des chapitres au dossier du roman - + Add scenes to each chapter Ajouter des scènes à chaque chapitre @@ -4000,82 +4021,82 @@ ProjWizardFinalPage - + Summary Résumé - + Project Name: {0} Nom du projet : {0} - + Project Path: {0} Emplacement du projet : {0} - + Fill the project with a minimal set of items Remplir le projet avec un ensemble minimal d'éléments - + Fill the project with example files Remplir le projet avec des fichiers d'exemple - + Add a folder for plot notes Ajouter un dossier pour les notes sur l'intrigue - + Add a folder for character notes Ajouter un dossier pour les notes sur les personnages - + Add a folder for location notes Ajouter un dossier pour les notes sur les lieux - + Add example notes to the above Ajouter des exemples de notes à ce qui précède - + Add {0} chapters to the novel folder Ajouter {0} chapitres au dossier du roman - + Add {0} scenes to each chapter Ajouter {0} scènes à chaque chapitre - + Add {0} scenes Ajouter {0} scènes - + You have selected the following: Vous avez sélectionné les éléments suivants : - + Press '{0}' to create the new project. Appuyez sur {0} pour créer le nouveau projet. - + Done Terminé - + Finish Terminer @@ -4083,33 +4104,33 @@ ProjWizardFolderPage - - + + Select Project Folder Définir le répertoire du projet - + Select a location to store the project. A new project folder will be created in the selected location. Choisir l'endroit où sera enregistré le projet. Un nouveau répertoire sera créé pour le projet à l'endroit spécifié. - + Required Obligatoire - + Project Path Chemin d'accès - + Error: A project folder cannot be created using this path. Erreur: Un dossier de projet ne peut pas être créé en utilisant ce chemin. - + Error: The selected path already exists. Erreur: Le chemin choisi existe déjà. @@ -4117,43 +4138,43 @@ ProjWizardIntroPage - + Create New Project Créer un nouveau projet - + Provide at least a project name. The project name should not be changed beyond this point as it is used for generating file names for for instance backups. The other fields are optional and can be changed at any time in Project Settings. Donnez au moins un nom au projet. Ce nom ne devra pas être modifié ensuite car il sert de référence à l'application pour la création des noms de fichier, par exemple lors des sauvegardes. Les autres champs sont optionnels et peuvent être changés ultérieurement dans les paramètres du projet. - + Side image by {0}, {1} Image latérale de {0}, {1} - + Required Obligatoire - - + + Optional Optionnel - + Project Name Nom du projet - + Novel Title Titre du roman - + Author(s) Auteur(s) @@ -4161,27 +4182,27 @@ ProjWizardPopulatePage - + Populate Project Remplissage initial - + Choose how to pre-fill the project. Either with a minimal set of starter items, an example project explaining and showing many of the features, or show further custom options on the next page. Définissez comment préremplir le projet : avec un jeu minimal d'éléments de base, ou bien un exemple de projet expliquant et démontrant la plupart des possibilités, ou encore des options personnalisées à définir sur la page suivante. - + Fill the project with a minimal set of items Pré-remplir le projet avec un jeu minimal d'éléments - + Fill the project with example files Préremplir le projet avec des fichiers d'exemple - + Show detailed options for filling the project Définir des options personnalisées pour le pré-remplissage initial @@ -4189,73 +4210,73 @@ ProjectBuilder - + New Project Nouveau projet - + New Chapter Nouveau chapitre - + New Scene Nouvelle scène - + Title Page Page de titre - + By Par - + Summary of the chapter. Résumé du chapitre. - + Summary of the scene. Résumé de la scène. - + Chapter {0} Chapitre {0} - - + + Scene {0} Scène {0} - + Main Plot Intrigue principale - + Protagonist Protagoniste - + Main Location Lieu principal - + Failed to create a new example project. Il n'a pas été possible de créer un nouveau projet d'exemple. - + Failed to create a new example project. Could not find the necessary files. They seem to be missing from this installation. Impossible de créer un nouveau projet d'exemple. Les fichiers nécessaires n'ont pas pu être trouvés. Ils semblent absents de cette installation. @@ -4451,19 +4472,182 @@ Tokenizer - + Synopsis Synopsis - + Document '{0}' is too big ({1} MB). Skipping. Le document {0} est trop grand ({1} Mo). Ignoré. - + ERROR ERREUR + + _FilterTab + + + Included in manuscript + + + + + Excluded from manuscript + + + + + Always included + + + + + Always excluded + + + + + Reset to default + + + + + Mark selection as + + + + + Select Root Folders + + + + + _FormatTab + + + Not Set + Vide + + + + _GuiAlert + + + Information + Information + + + + Warning + Avertissement + + + + Error + Erreur + + + + Question + + + + + _HeadingsTab + + + + Hide + + + + + + Editing: {0} + + + + + + None + Sans + + + + Title + Titre + + + + Chapter Number + + + + + Chapter Number (Word) + + + + + Chapter Number (Upper Case Roman) + + + + + Chapter Number (Lower Case Roman) + + + + + Scene Number (In Chapter) + + + + + Scene Number (Absolute) + + + + + Insert + Insérer + + + + Apply + Appliquer + + + + _PreviewWidget + + + Press the "Build Preview" button to generate ... + + + + + Processing ... + + + + + Done + Terminé + + + + Unknown + Inconnu + + + + Built + + + diff --git a/i18n/nw_it_IT.ts b/i18n/nw_it_IT.ts index ea03d53a..906f5ebb 100644 --- a/i18n/nw_it_IT.ts +++ b/i18n/nw_it_IT.ts @@ -1,75 +1,283 @@ + + Builds + + + Document Filters + + + + + Novel Documents + + + + + Project Notes + + + + + Inactive Documents + + + + + Headings + + + + + Title Headings + + + + + Chapter Headings + + + + + Unnumbered Headings + + + + + Scene Headings + + + + + Section Headings + + + + + Hide Scene Headings + + + + + Hide Section Headings + + + + + Text Content + + + + + Include Synopsis + + + + + Include Comments + + + + + Include Keywords + + + + + Include Body Text + + + + + Insert Content + + + + + Add Titles for Notes + + + + + Text Format + + + + + Language + Lingua + + + + Font Family + + + + + Font Size + + + + + Line Height + + + + + Text Options + + + + + Justify Text Margins + + + + + Replace Unicode Characters + + + + + Replace Tabs with Spaces + + + + + Page Layout + + + + + Unit + + + + + Page Size + + + + + Page Width + + + + + Page Height + + + + + Top Margin + + + + + Bottom Margin + + + + + Left Margin + + + + + Right Margin + + + + + Open Document (.odt) + Apri documento (.odt) + + + + Add Highlight Colours + + + + + HTML (.html) + + + + + Add CSS Styles + + + Common - + in the future in futuro - + just now ora - + a minute ago un minuto fa - + {0} minutes ago {0} minuti fa - + an hour ago un ora fa - + {0} hours ago {0} ore fa - + a day ago un giorno fa - + {0} days ago {0} giorni fa - + a week ago una settimana fa - + {0} weeks ago {0} settimane fa - + a month ago un mese fa - + {0} months ago {0} mesi fa - + a year ago un anno fa - + {0} years ago {0} anni fa @@ -77,264 +285,345 @@ Constant - - - + + + None Nessuno - + Novel Romanzo - - + + Plot Trama - - + + Characters Personaggi - - + + Locations Luoghi - - + + Timeline Sequenza temporale - - + + Objects Oggetti - - + + Entities Entità - - + + + Custom Personalizzato - + Archive Archivio - + Trash Cestino - - + + Novel Document Documento del romanzo - - + + Project Note Nota del progetto - + Root Folder Cartella principale - + Folder Cartella - + Novel Title Page Pagina del titolo del romanzo - + Novel Chapter Capitolo del romanzo - + Novel Scene Scena del romanzo - + Novel Section Sezione del romanzo - + Tag Etichetta - + Point of View Punto di vista - - + + Focus Focus - + Title Titolo - + Level Livello - + Document Documento - + Line Righe - + Chars Caratteri - + Words Parole - + Pars Paragrafi - + POV POV - + Synopsis Sommario - + + Open Document (.odt) + Apri documento (.odt) + + + + Flat Open Document (.fodt) + Apri documento piatto (.fodt) + + + + novelWriter HTML (.html) + + + + + novelWriter Markup (.txt) + + + + + Standard Markdown (.md) + Standard Markdown (.md) + + + + Extended Markdown (.md) + + + + + JSON + novelWriter HTML (.json) + JSON + novelWriter HTML (.json) + + + + JSON + novelWriter Markup (.json) + + + + + Millimetres + + + + + Centimetres + + + + + Inches + + + + + A4 + + + + + A5 + + + + + A6 + + + + + US Legal + + + + + US Letter + + + + Straight single quotation mark Virgoletta singola diritta - + Straight double quotation mark Virgolette doppie diritte - + Left single quotation mark Virgoletta singola a sinistra - + Right single quotation mark Virgoletta singola a destra - + Single low-9 quotation mark Singola virgoletta bassa 9 - + Single high-reversed-9 quotation mark Singola virgoletta alta inversa-9 - + Left double quotation mark Virgolette doppie a sinistra - + Right double quotation mark Virgolette doppie a destra - + Double low-9 quotation mark Doppie virgolette basse 9 - + Double high-reversed-9 quotation mark Doppie virgolette alte inverse 9 - + Double low-reversed-9 quotation mark Doppie virgolette basse inverse 9 - + Single left-pointing angle quotation mark Virgoletta singola ad angolo sinistro (<) - + Single right-pointing angle quotation mark Virgoletta singola ad angolo destro (>) - + Double left-pointing angle quotation mark Virgolette doppie ad angolo sinistro (<<) - + Double right-pointing angle quotation mark Virgolette doppie ad angolo destro (>>) - + Left corner bracket Staffa angolare sinistra - + Right corner bracket Staffa angolare destra - + Left white corner bracket Staffa angolare bianca sinistra - + Right white corner bracket Staffa angolare bianca destra @@ -342,447 +631,129 @@ GuiAbout - - + + About novelWriter A proposito di novelWriter - + About Informazioni - + Release Versione - + Credits Riconoscimenti - + Licence Licenza - + Website: {0} Sito web: {0} - + novelWriter is a markdown-like text editor designed for organising and writing novels. It is written in Python 3 with a Qt5 GUI, using PyQt5. novelWriter è un editor di testo basato su markdown progettato per organizzare e scrivere romanzi. È scritto in Python 3 con una GUI Qt5, usando PyQt5. - + novelWriter is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. novelWriter è software libero: è possibile redistribuirlo e/o modificarlo secondo i termini della GNU General Public License come pubblicata dalla Free Software Foundation, o la versione 3 della Licenza, o (a scelta) una versione successiva. - + novelWriter is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. novelWriter è distribuito nella speranza che sia utile, ma SENZA ALCUNA GARANZIA; senza neppure la garanzia implicita di COMMERCIABILITÀ o di APPLICABILITÀ PER UNO SCOPO PARTICOLARE. - + See the Licence tab for the full licence text, or visit the GNU website at {0} for more details. Vedere la scheda Licenza per il testo completo della licenza, o visitare il sito web GNU a {0} per maggiori dettagli. - GuiBuildNovel + GuiBuildSettings - - Build Novel Project - Costruisci il progetto del romanzo + + Manuscript Build Settings + - - Title Formats for Novel Files - Formati del titolo per i file del romanzo + + Options + - - Formatting Codes: - Codici di formattazione: + + Selection + - - {0} for the title as set in the document - {0} per il titolo come impostato nel documento + + Headings + - - {0} for chapter number (1, 2, 3) - {0} per il numero del capitolo (1, 2, 3) + + Content + - - {0} for chapter number as a word (one, two) - {0} per il numero di capitolo come parola (uno, due) + + Format + - - {0} for chapter number in upper case Roman - {0} per il numero di capitolo in maiuscolo Romano + + Output + - - {0} for chapter number in lower case Roman - {0} per il numero di capitolo in minuscolo Romano - - - - {0} for scene number within chapter - {0} per il numero di scena all'interno del capitolo - - - - {0} for scene number within novel - {0} per il numero di scena all'interno del romanzo - - - - Leave blank to skip this heading, or set to a static text, like for instance '{0}', to make a separator. The separator will be centred automatically and only appear between sections of the same type. - Lasciare vuoto per saltare questa intestazione, o impostare su un testo statico, come ad esempio '{0}', per creare un separatore. Il separatore sarà centrato automaticamente e apparirà solo tra sezioni dello stesso tipo. - - - - Not Set - Non impostato - - - - Title - Titolo - - - - Chapter - Capitolo - - - - Unnumbered - Senza numerazione - - - - Scene - Scena - - - - Section - Sezione - - - - Language - Lingua - - - - Hide scene - Nascondi scena - - - - Hide section - Nascondi sezione - - - - Font Options - Opzioni carattere - - - - Font family - Famiglia carattere - - - - Font size - Dimensione carattere - - - - Line height - Altezza riga - - - - Justify text - Giustifica il testo - - - - Disable styling - Disabilita lo stile - - - - Styling Options - Opzioni di stile - - - - Include Options - Opzioni di inclusione - - - - Include synopsis - Includi sinossi - - - - Include comments - Includi commenti - - - - Include keywords - Includi parole chiavi - - - - Include body text - Includi corpo testo - - - - Root Filter Options - Opzioni Filtro Radice - - - - File Filter Options - Opzioni Filtro File - - - - Include novel files - Includi i files del romanzo - - - - Include note files - Includi i file delle note - - - - Include inactive files - Includi i file inattivi - - - - Export Options - Opzioni di esportazione - - - - Replace tabs with spaces - Sostituisci le tabulazioni con gli spazi - - - - Replace Unicode in HTML - Sostituisci Unicode in HTML - - - - Build Preview - Genera anteprima - - - - Print - Stampa - - - - Print Preview - Anteprima di stampa - - - - Print to PDF - Stampa come PDF - - - - Save As - Salva come - - - - Open Document (.odt) - Apri documento (.odt) - - - - Flat Open Document (.fodt) - Apri documento piatto (.fodt) - - - - novelWriter HTML (.htm) - novelWriter HTML (.htm) - - - - novelWriter Markdown (.nwd) - novelWriter Markdown (.nwd) - - - - Standard Markdown (.md) - Standard Markdown (.md) - - - - GitHub Markdown (.md) - GitHub Markdown (.md) - - - - JSON + novelWriter HTML (.json) - JSON + novelWriter HTML (.json) - - - - JSON + novelWriter Markdown (.json) - JSON + novelWriter Markdown (.json) - - - - Close - Chiudi - - - - Failed to generate preview. The result is too big. - Impossibile generare l'anteprima. Il risultato è troppo grande. - - - - There were problems when building the project: - Ci sono stati problemi durante la costruzione del progetto: - - - - Open Document - Documento Aperto - - - - Flat Open Document - Documento Aperto Piatto - - - - Plain HTML - HTML Semplice - - - - novelWriter Markdown - novelWriter Markdown - - - - Standard Markdown - Standard Markdown - - - - GitHub Markdown - GitHub Markdown - - - - JSON + novelWriter HTML - JSON + novelWriter HTML - - - - JSON + novelWriter Markdown - JSON + novelWriter Markdown - - - - PDF - PDF - - - - Save Document As - Salva documento come - - - - {0} file successfully written to: - {0} file scritto correttamente in: - - - - Failed to write {0} file. {1} - Scrittura file {0} non riuscita. {1} - - - - GuiBuildNovelDocView - - - This area will show the content of the document to be exported or printed. Press the "Build Preview" button to generate content. - Questa area mostrerà il contenuto del documento da esportare o stampare. Premi il pulsante "Crea Anteprima" per generare il contenuto. - - - - Unknown - Sconosciuto - - - - Build Time: - Data di compilazione: + + Name + GuiDocEditFooter - + Status Stato - + Line: {0} ({1}) Riga: {0} ({1}) - + Words: {0} ({1}) Parole: {0} ({1}) - + Document size is {0} bytes La dimensione del documento è {0} byte - + Words: {0} selected Parole: {0} selezionate - + Character count: {0} Conteggio caratteri: {0} @@ -790,22 +761,22 @@ GuiDocEditHeader - + Edit document label Modifica etichetta del documento - + Search document Cerca nel documento - + Toggle Focus Mode Attiva/Disattiva modalità Focus - + Close the document Chiudi il documento @@ -813,58 +784,58 @@ GuiDocEditSearch - - + + Search Cerca - + Replace Sostituisci - + Case Sensitive Considera maiuscole/minuscole - + Whole Words Only Solo parole intere - + RegEx Mode Modalità RegEx - + Loop Search Ricerca a ciclo continuo - + Search Next File Cerca nel file successivo - + Preserve Case Non considerare maiuscole/minuscole - + Close Search Chiudi ricerca - + Find in current document Trova nel documento corrente - + Find and replace in current document Trova e sostituisci nel documento corrente @@ -872,117 +843,122 @@ GuiDocEditor - + The document you are trying to open is too big. The document size is {0} MB. The maximum size allowed is {1} MB. Il documento che stai cercando di aprire è troppo grande. La dimensione del documento è {0} MB. La dimensione massima consentita è {1} MB. - + Opened Document: {0} Documento aperto: {0} - + The text you are trying to add is too big. The text size is {0} MB. The maximum size allowed is {1} MB. Il testo che stai cercando di aggiungere è troppo grande. La dimensione del testo è {0} MB. La dimensione massima consentita è {1} MB. - - File Changed on Disk - File modificato sul disco - - - + This document has been changed outside of novelWriter while it was open. Overwrite the file on disk? Questo documento è stato cambiato al di fuori di novelWriter mentre era aperto. Sovrascrivere il file su disco? - + Could not save document. Impossibile salvare il documento. - + Saved Document: {0} Documento salvato: {0} - + Spell checking requires the package PyEnchant. It does not appear to be installed. Il controllo ortografico richiede il pacchetto PyEnchant. Non sembra essere installato. - + Spell check complete Controllo ortografico completo - - File Location - Posizione del file + + Document Details + - - The currently open file is saved in: - Il file attualmente aperto è salvato in: + + Created: {0} + - + + Updated: {0} + + + + + File Location: {0} + + + + The document has grown too big and you cannot add more text to it. The maximum size of a single novelWriter document is {0} MB. Il documento è diventato troppo grande e non puoi aggiungere altro testo. La dimensione massima di un singolo documento di novelWriter è {0} MB. - + Follow Tag Segui i Tag - + Cut Taglia - + Copy Copia - + Paste Incolla - + Select All Seleziona tutto - + Select Word Seleziona parola - + Select Paragraph Seleziona paragrafo - + Spelling Suggestion(s) Suggerimento(i) ortografico(i) - + No Suggestions Nessun suggerimento - + Add Word to Dictionary Aggiungi parola al dizionario - + Please select some text before calling replace quotes. Per favore seleziona del testo prima di chiedere il cambio di virgolette. @@ -990,22 +966,22 @@ GuiDocMerge - + Merge Documents Unisci i documenti - + Documents to Merge Documenti da unire - + Drag and drop items to change the order, or uncheck to exclude. Trascina e rilascia gli elementi per cambiare l'ordine, o deseleziona per escludere. - + Move merged items to Trash Sposta gli elementi uniti nel cestino @@ -1013,52 +989,52 @@ GuiDocSplit - + Split Document Dividi il documento - + Document Headers Intestazioni del documento - + Select the maximum level to split into files. Seleziona il livello massimo da dividere in file separati. - + Split on Header Level 1 (Title) Dividi sul livello d'intestazione 1 (Titolo) - + Split up to Header Level 2 (Chapter) Dividi sul livello d'intestazione 2 (Capitolo) - + Split up to Header Level 3 (Scene) Dividi sul livello d'intestazione 3 (Scena) - + Split up to Header Level 4 (Section) Dividi sul livello d'intestazione 4 (Sezione) - + Split into a new folder Dividi in una nuova cartella - + Create document hierarchy Crea gerarchia dei documenti - + Move split document to Trash Sposta il documento diviso nel cestino @@ -1066,42 +1042,42 @@ GuiDocViewFooter - + Show/hide the references panel Mostra/nascondi il pannello dei riferimenti - + Activate to freeze the content of the references panel when changing document Attiva per bloccare il contenuto del pannello dei riferimenti quando si cambia il documento - + Show comments Visualizza commenti - + Show synopsis comments Mostra i commenti relativi alla sinossi - + References Riferimenti - + Sticky Post-it - + Comments Commenti - + Synopsis Sinossi @@ -1109,22 +1085,22 @@ GuiDocViewHeader - + Go backward Muovi indietro - + Go forward Muovi avanti - + Reload the document Ricarica il documento - + Close the document Chiudi il documento @@ -1132,27 +1108,27 @@ GuiDocViewer - + An error occurred while generating the preview. Si è verificato un errore durante la generazione dell'anteprima. - + Copy Copia - + Select All Seleziona tutto - + Select Word Seleziona parola - + Select Paragraph Seleziona paragrafo @@ -1160,12 +1136,12 @@ GuiEditLabel - + Item Label Etichetta dell'elemento - + Label Etichetta @@ -1173,37 +1149,37 @@ GuiItemDetails - + Label Etichetta - + Status Stato - + Class Classe - + Usage Utilizzo - + Characters Caratteri - + Words Parole - + Paragraphs Paragrafi @@ -1239,173 +1215,123 @@ GuiMain - + You are running an untested development version of novelWriter. Please be careful when working on a live project and make sure you take regular backups. Stai eseguendo una versione di sviluppo non testata di novelWriter. Fai attenzione quando lavori su un progetto live e assicurati di eseguire dei backup regolari. - + novelWriter is ready ... novelWriter è pronto... - + Cannot create a new project when another project is open. Impossibile creare un nuovo progetto quando un altro progetto è aperto. - + A project already exists in that location. Please choose another folder. Un progetto esiste già in quella posizione. Si prega di scegliere un'altra cartella. - - Close Project - Chiudi progetto - - - + Close the current project? Chiudere il progetto attuale? - - + + Changes are saved automatically. Le modifiche vengono salvate automaticamente. - - Backup Project - Backup del progetto - - - + Backup the current project? Eseguire il backup del progetto corrente? - - The project was locked by the computer '{0}' ({1} {2}), last active on {3}. - Il progetto è stato bloccato dal computer '{0}' ({1} {2}), ultimo attivo su {3}. - - - - Project Locked - Progetto bloccato - - - + The project is already open by another instance of novelWriter, and is therefore locked. Override lock and continue anyway? Il progetto è già aperto da un'altra istanza di novelWriter, ed è quindi bloccato. Scavalcare il blocco e continuare comunque? - + Note: If the program or the computer previously crashed, the lock can safely be overridden. However, overriding it is not recommended if the project is open in another instance of novelWriter. Doing so may corrupt the project. Nota: Se il programma o il computer in precedenza si è bloccato, il blocco può essere superato in modo sicuro. Tuttavia, non è consigliabile sovrascrivere se il progetto è aperto in un'altra istanza di novelWriter. Facendolo si potrebbe danneggiare il progetto. - + + The project was locked by the computer '{0}' ({1} {2}), last active on {3}. + Il progetto è stato bloccato dal computer '{0}' ({1} {2}), ultimo attivo su {3}. + + + The project index is outdated or broken. Rebuilding index. L'indice del progetto è obsoleto o rotto. Ricostruzione dell'indice. - + Text files ({0}) File di testo ({0}) - + Markdown files ({0}) File Markdown ({0}) - + novelWriter files ({0}) file di novelWriter ({0}) - + All files ({0}) Tutti i file ({0}) - + Import File Importa file - + Could not read file. The file must be an existing text file. Impossibile leggere il file. Il file deve essere un file di testo esistente. - + Please open a document to import the text file into. Si prega di aprire un documento in cui importare il file di testo. - - Import Document - Importa documento - - - + Importing the file will overwrite the current content of the document. Do you want to proceed? L'importazione del file sovrascriverà il contenuto corrente del documento. Vuoi procedere? - + Indexing completed in {0} ms Indicizzazione completata in {0} ms - + The project index has been successfully rebuilt. L'indice del progetto è stato ricostruito con successo. - + Some changes will not be applied until novelWriter has been restarted. Alcune modifiche non saranno applicate fino al riavvio di novelWriter. - - Information - Informazioni - - - - Warning - Attenzione - - - - Error - Errore - - - - This is a bug! - Questo è un bug! - - - - Internal Error - Errore interno - - - - Exit - Esci - - - + Do you want to exit novelWriter? Vuoi uscire da novelWriter? - + Could not find the reference for tag '{0}'. It either doesn't exist, or the index is out of date. The index can be updated from the Tools menu, or by pressing {1}. Impossibile trovare il riferimento per il tag '{0}'. O non esiste, o l'indice è obsoleto. L'indice può essere aggiornato dal menu Strumenti, o premendo {1}. @@ -1413,492 +1339,492 @@ GuiMainMenu - + &Project &Progetto - + New Project Nuovo progetto - + Open Project Apri progetto - + Save Project Salva progetto - + Close Project Chiudi progetto - + Project Settings Impostazioni del progetto - + Project Details Dettagli del progetto - + Rename Item Rinomina l'elemento - + Delete Item Elimina l'elemento - + Empty Trash Svuota il cestino - + Exit Esci - + &Document &Documento - + Open Document Apri documento - + Save Document Salva documento - + Close Document Chiudi documento - + View Document Visualizza documento - + Close Document View Chiudi visualizzazione documento - + Show File Details Mostra dettagli del file - + Import Text from File Importa testo da file - + &Edit &Modifica - + Undo Annulla - + Redo Ripristina - + Cut Taglia - + Copy Copia - + Paste Incolla - + Select All Seleziona tutto - + Select Paragraph Seleziona paragrafo - + &View &Visualizza - + Go to Project Tree Vai all'albero del progetto - + Go to Document Editor Vai all'editor dei documenti - + Go to Document Viewer Vai al visualizzatore documenti - + Go to Outline Vai allo schema riassuntivo - + Navigate Backward Naviga indietro - + Navigate Forward Naviga avanti - + Focus Mode Modalità Focus - + Full Screen Mode Modalità a schermo intero - + &Insert &Inserisci - + Dashes Trattini - + Short Dash Trattino breve - + Long Dash Trattino lungo - + Horizontal Bar Barra orizzontale - + Figure Dash Simbolo 'Tilde' - + Quote Marks Marcatori di citazione - + Left Single Quote Virgoletta singola a sinistra - + Right Single Quote Virgoletta singola a destra - + Left Double Quote Virgolette doppie a sinistra - + Right Double Quote Virgolette doppie a destra - + Alternative Apostrophe Apostrofo alternativo - + General Punctuation Punteggiatura generica - + Ellipsis Ellisse - + Prime Apostrofo - + Double Prime Doppie virgolette - + White Spaces Spazi bianchi - + Non-Breaking Space Spaziatura larga - + Thin Space Spaziatura sottile - + Thin Non-Breaking Space Spaziatura media - + Other Symbols Altri simboli - + List Bullet Elenco puntato - + Hyphen Bullet Elenco listato - + Flower Mark Asterisco a forma di fiore - + Per Mille Per mille - + Degree Symbol Simbolo di grado - + Minus Sign Segno meno - + Times Sign Segno di moltiplicazione - + Division Sign Segno di divisione - + Tags and References Etichette e riferimenti - + Special Comments Commenti speciali - + Synopsis Comment Commenti relativi alla sinossi - + Page Break and Space Interruzioni di pagina e spaziature - + Page Break Interruzione di pagina - + Vertical Space (Single) Spazio verticale (Singolo) - + Vertical Space (Multi) Spazio verticale (Multiplo) - + Placeholder Text Testo segnaposto - + &Format &Formato - + Emphasis Corsivo - + Strong Emphasis Grassetto - + Strikethrough Barrato - + Wrap Double Quotes Doppie virgolette automatiche - + Wrap Single Quotes Singole virgolette automatiche - + Header 1 (Partition) Titolo 1 (Partizione) - + Header 2 (Chapter) Titolo 2 (Capitolo) - + Header 3 (Scene) Titolo 3 (Scena) - + Header 4 (Section) Titolo 4 (Sezione) - + Novel Title Titolo del romanzo - + Unnumbered Chapter Capitolo non numerato - + Align Left Allineamento a sinistra - + Align Centre Centrato - + Align Right Allineamento a destra - + Indent Left Rientro a sinistra - + Indent Right Rientro a destra - + Toggle Comment Attiva/Disattiva commento - + Remove Block Format Rimuovi il formato blocco - + Convert Single Quotes Converti in virgolette singole - + Convert Double Quotes Converti in virgolette doppie - + Remove In-Paragraph Breaks Rimuovi le interruzioni di paragrafo - + &Search &Cerca - + Find Trova - + Replace Sostituisci @@ -1908,102 +1834,112 @@ Trova successivo - + Find Previous Trova precedente - + Replace Next Sostituisci successivo - + &Tools &Strumenti - + Check Spelling Controllo ortografico - + + Spell Check Language + + + + + Default + Predefinito + + + Re-Run Spell Check Riavvia il controllo ortografico - + Project Word List Elenco delle parole del progetto - + Rebuild Index Ricostruisci l'indice - + Backup Project Crea una copia di backup - - Build Novel Project - Costruisci il progetto del romanzo + + Build Manuscript + - + Writing Statistics Statistiche di scrittura - + Preferences Preferenze - + &Help &Aiuto - + About novelWriter A proposito di novelWriter - + About Qt5 A proposito di Qt5 - + User Manual (Online) Manuale utente (Online) - + User Manual (PDF) Manuale utente (PDF) - + Report an Issue (GitHub) Segnala un problema (GitHub) - + Ask a Question (GitHub) Fai una domanda (GitHub) - + The novelWriter Website Il sito web di novelWriter - + Check for New Release Controlla per aggiornamenti @@ -2011,97 +1947,204 @@ GuiMainStatus - - + + None Nessuno - + Editor Editor - + Project Progetto - + Session Time Durata della sessione - + Words: {0} ({1}) Parole: {0} ({1}) - + Project word count (session change) Conteggio parole del progetto (modifica sessione) - + Novel word count (session change) Conteggio parole del romanzo (modifica sessione) + + GuiManuscript + + + Build Manuscript + + + + + Add New Build + + + + + Delete Selected Build + + + + + Edit Selected Build + + + + + Builds + + + + + Preview + + + + + Print + Stampa + + + + Build + Compila + + + + Close + Chiudi + + + + + My Manuscript + + + + + GuiManuscriptBuild + + + Build Manuscript + + + + + Output Format + + + + + Table of Contents + Tavola dei contenuti + + + + Path + Percorso + + + + File Name + + + + + Reset file name to default + + + + + &Build + + + + + Select Folder + + + + + Output folder does not exist. + + + + + The file already exists. Do you want to overwrite it? + + + GuiNovelToolBar - + Outline of {0} Schema di {0} - + Novel Root Radice del romanzo - + Refresh Aggiorna - + Last Column Ultima colonna - + Hidden Nascosto - + Point of View Character Personaggio con punto di vista - + Focus Character Personaggio oggetto del focus - + Novel Plot Trama del romanzo - - + + Column Size Dimensione della colonna - + More Options Altre opzioni - + Maximum column size in % Dimensione massima della colonna in % @@ -2109,7 +2152,7 @@ GuiNovelTree - + No meta data Nessun metadato @@ -2117,65 +2160,65 @@ GuiOutlineDetails - - - - + + + + Title Titolo - + Chapter Capitolo - + Scene Scena - + Section Sezione - + Document Documento - + Status Stato - + Characters Caratteri - + Words Parole - + Paragraphs Paragrafi - + Synopsis Sinossi - + Title Details Dettagli Titolo - + Reference Tags Riferimenti @@ -2183,7 +2226,7 @@ GuiOutlineHeaderMenu - + Select Columns Seleziona colonne @@ -2191,12 +2234,12 @@ GuiOutlineToolBar - + Outline of Struttura di - + Refresh Aggiorna @@ -2204,42 +2247,42 @@ GuiPreferences - + Preferences Preferenze - + General Generale - + Projects Progetti - + Documents Documenti - + Editor Editor - + Highlighting Evidenziazione - + Automation Automatismi - + Quotes Citazioni @@ -2247,103 +2290,103 @@ GuiPreferencesAutomation - + Automatic Features Funzionalità automatiche - + Auto-select word under cursor Seleziona automaticamente la parola sotto il cursore - + Apply formatting to word under cursor if no selection is made. Applica la formattazione alla parola sotto il cursore se non viene effettuata alcuna selezione. - + Auto-replace text as you type Sostituisci automaticamente il testo mentre digiti - + Allow the editor to replace symbols as you type. Consenti all'editor di sostituire i simboli durante la digitazione. - + Replace as You Type Sostituisci mentre scrivi - + Auto-replace single quotes Sostituisci automaticamente le virgolette singole - - + + Try to guess which is an opening or a closing quote. Prova a indovinare quale sia l'inizio o la fine di una citazione. - + Auto-replace double quotes Sostituisci automaticamente le virgolette doppie - + Auto-replace dashes Sostituisci automaticamente i trattini - + Double and triple hyphens become short and long dashes. I trattini doppi e tripli diventano brevi e lunghi trattini. - + Auto-replace dots Sostituisci automaticamente i puntini - + Three consecutive dots become ellipsis. Tre punti consecutivi diventano puntini di sospensione. - + Automatic Padding Riempimenti automatici - + Insert non-breaking space before Inserisci uno spazio prima di - + Automatically add space before any of these symbols. Aggiungi automaticamente spazio prima di uno di questi simboli. - + Insert non-breaking space after Inserisci uno spazio dopo di - + Automatically add space after any of these symbols. Aggiungi automaticamente spazio dopo uno di questi simboli. - + Use thin space instead Usa invece uno spazio sottile - + Inserts a thin space instead of a regular space. Inserisce uno spazio sottile invece di uno spazio regolare. @@ -2351,93 +2394,93 @@ GuiPreferencesDocuments - + Text Style Stile del testo - + Font family Famiglia carattere - - - - + + + + Applies to both document editor and viewer. Si applica sia all'editor di documenti che al visualizzatore. - + Font size Dimensione carattere - + pt pt - + Text Flow Flusso del testo - + Maximum text width in "Normal Mode" Larghezza massima del testo in "Modalità normale" - + Set to 0 to disable this feature. Impostare a 0 per disabilitare questa funzione. - - - - + + + + px px - + Maximum text width in "Focus Mode" Larghezza massima del testo in "Modalità Focus" - + The maximum width cannot be disabled. La larghezza massima non può essere disabilitata. - + Hide document footer in "Focus Mode" Nascondi piè di pagina del documento in "Modalità Focus" - + Hide the information bar in the document editor. Nascondi la barra delle informazioni nell'editor dei documenti. - + Justify the text margins Giustifica i margini del testo - + Minimum text margin Dimensione minima del margine del testo - + Tab width Larghezza di tabulazione - + The width of a tab key press in the editor and viewer. La larghezza ottenibile con una pressione sul tasto TAB nell'editor e nel visualizzatore. @@ -2445,117 +2488,112 @@ GuiPreferencesEditor - + Spell Checking Controllo ortografico - + None Nessuno - - Not installed - Non installato - - - + Spell check language Lingua per il controllo ortografico - + Available languages are determined by your system. Le lingue disponibili sono determinate dal tuo sistema. - + Big document limit Dimensione massima del documento - + Full spell checking is disabled above this limit. Il controllo ortografico completo è disabilitato al di sopra di questo limite. - + kB kB - + Word Count Conteggio delle parole - + Word count interval Intervallo di conteggio delle parole - + seconds secondi - + Include project notes in status bar word count Includi le note del progetto nel conteggio delle parole della barra di stato - + Writing Guides Guide di scrittura - + Show tabs and spaces Mostra tabulazioni e spazi - + Show line endings Mostra terminazioni di riga - + Scroll Behaviour Comportamento di scorrimento - + Scroll past end of the document Scorri alla fine del documento - + Set to 0 to disable this feature. Impostare a 0 per disabilitare questa funzione. - + lines righe - + Typewriter style scrolling when you type Scorrimento stile macchina da scrivere quando si digita - + Keeps the cursor at a fixed vertical position. Mantiene il cursore in posizione verticale fissa. - + Minimum position for Typewriter scrolling Posizione minima per lo scorrimento della macchina da scrivere - + Percentage of the editor height from the top. Percentuale dell'altezza dell'editor dall'alto. @@ -2563,95 +2601,95 @@ GuiPreferencesGeneral - + Look and Feel Personalizza l'aspetto - + Main GUI language Lingua principale - - - + + + Requires restart to take effect. Richiede il riavvio per avere effetto. - + Main GUI theme Tema principale dell'interfaccia - + General colour theme and icons. Colore del tema generale e delle icone. - + Editor theme Tema dell'editor - + Colour theme for the editor and viewer. Colore del tema per l'editor ed il visualizzatore. - + Font family Famiglia carattere - + Font size Dimensione carattere - + pt pt - + GUI Settings Impostazioni della GUI - + Emphasise partition and chapter labels Sottolineare le etichette delle partizioni e dei capitoli - + Makes them stand out in the project tree. Li fa risaltare nell'albero del progetto. - + Show full path in document header Mostra il percorso completo nell'intestazione del documento - + Add the parent folder names to the header. Aggiunge i nomi delle cartelle di livello superiore all'intestazione. - + Hide vertical scroll bars in main windows Nascondi le barre di scorrimento verticali nelle finestre principali - - + + Scrolling available with mouse wheel and keys only. Scorrimento disponibile solo con la rotellina del mouse e i tasti. - + Hide horizontal scroll bars in main windows Nascondi le barre di scorrimento orizzontali nelle finestre principali @@ -2659,109 +2697,109 @@ GuiPreferencesProjects - + Automatic Save Salvataggio automatico - + Save document interval Intervallo di salvataggio del documento - + How often the document is automatically saved. Quante volte il documento viene salvato automaticamente. - - + + seconds secondi - + Save project interval Intervallo di salvataggio del progetto - + How often the project is automatically saved. Quante volte il progetto viene salvato automaticamente. - + Project Backup Backup del progetto - + Browse Sfoglia - + Backup storage location Posizione di archiviazione del backup - - + + Path: {0} Percorso: {0} - + Run backup when the project is closed Esegui il backup quando il progetto è chiuso - + Can be overridden for individual projects in Project Settings. Può essere sovrascritto per singoli progetti nelle Impostazioni del progetto. - + Ask before running backup Chiedi prima di eseguire il backup - + If off, backups will run in the background. Se disattivato, i backup verranno eseguiti in background. - + Session Timer Timer della sessione - + Pause the session timer when not writing Metti in pausa il timer di sessione quando non si scrive - + Also pauses when the application window does not have focus. Inoltre si interrompe quando la finestra dell'applicazione non ha focus. - + Editor inactive time before pausing timer Tempo d'inattività dell'editor prima di mettere in pausa il timer - + User activity includes typing and changing the content. L'attività dell'utente include la digitazione e la modifica del contenuto. - + minutes minuti - + Backup Directory Percorso di backup @@ -2769,47 +2807,47 @@ GuiPreferencesQuotes - + Quotation Style Stile delle citazioni - + Single quote open style Singola virgoletta aperta - + The symbol to use for a leading single quote. Il simbolo da usare per una singola virgoletta iniziale. - + Single quote close style Singola virgoletta chiusa - + The symbol to use for a trailing single quote. Il simbolo da usare per una singola virgoletta finale. - + Double quote open style Doppie virgolette aperte - + The symbol to use for a leading double quote. Il simbolo da usare per avere doppie virgolette iniziali. - + Double quote close style Doppie virgolette chiuse - + The symbol to use for a trailing double quote. Il simbolo da usare per avere doppie virgolette finali. @@ -2817,59 +2855,59 @@ GuiPreferencesSyntax - + Quotes & Dialogue Citazioni & Dialoghi - + Highlight text wrapped in quotes Evidenzia il testo racchiuso tra virgolette - - - + + + Applies to the document editor only. Si applica solo all'editor dei documenti. - + Allow open-ended single quotes Consenti di aprire e chiudere le singole virgolette - + Highlight single-quoted line with no closing quote. Evidenzia la riga con virgoletta singola senza virgoletta di chiusura. - + Allow open-ended double quotes Consenti di aprire e chiudere le doppie virgolette - + Highlight double-quoted line with no closing quote. Evidenzia la riga con virgolette doppie senza virgolette di chiusura. - + Text Emphasis Enfasi sul testo - + Add highlight colour to emphasised text Aggiungi un colore per evidenziare ed enfatizzare il testo - + Text Errors Errori di testo - + Highlight multiple or trailing spaces Evidenzia spazi multipli o finali @@ -2877,17 +2915,17 @@ GuiProjectDetails - + Project Details Dettagli del progetto - + Overview Panoramica - + Contents Contenuti @@ -2895,72 +2933,72 @@ GuiProjectDetailsContents - + Table of Contents Tavola dei contenuti - + Title Titolo - + Words Parole - + Pages Pagine - + Page Pagina - + Progress Avanzamento - + Typical word count for a 5 by 8 inch book page with 11 pt font is 350. Il tipico conteggio delle parole per una pagina dil libro da 5 x 8 pollici con carattere 11 pt è 350. - + Start counting page numbers from this page. Inizia il conteggio dei numeri di pagina da questa pagina. - + Assume a new chapter or partition always start on an odd numbered page. Si suppone che un nuovo capitolo o partizione inizi sempre su una pagina con numero dispari. - + Words per page Parole per pagina - + Count pages from Conta le pagine da - + Clear double pages Cancella le pagine doppie - + END FINE - + Untitled Senza titolo @@ -2968,42 +3006,42 @@ GuiProjectDetailsMain - + Words Parole - + Chapters Capitoli - + Scenes Scene - + Revisions Revisioni - + Editing Time Tempo di lavorazione - + Path Percorso - + Project: {0} Progetto: {0} - + By {0} Scritto da {0} @@ -3011,54 +3049,54 @@ GuiProjectEditMain - + Project Settings Impostazioni del progetto - + Project name Nome del progetto - + Should be set only once. Dovrebbe essere impostato una sola volta. - + Novel title Titolo del romanzo - - + + Change whenever you want! Cambia quando vuoi! - + Author(s) Autore(i) - + Default Predefinito - + Spell check language Lingua controllo ortografico - - + + Overrides main preferences. Sovrascrive le preferenze principali. - + No backup on close Nessun backup alla chiusura @@ -3066,27 +3104,27 @@ GuiProjectEditReplace - + Text Replace List for Preview and Export Elenco di sostituzione del testo per anteprima ed esportazione - + Keyword Parola chiave - + Replace With Sostituisci con - + Select item to edit Seleziona e modifica - + Save Salva @@ -3094,67 +3132,67 @@ GuiProjectEditStatus - + Novel File Status Levels Livelli di avanzamento dei file del romanzo - + Note File Importance Levels Livelli di importanza dei file delle note - + Label Etichetta - + Usage Utilizzo - + Select item to edit Seleziona e modifica - + Colour Colore - + Save Salva - + Select Colour Seleziona colore - + New Item Nuovo elemento - + Cannot delete a status item that is in use. Impossibile eliminare un elemento di stato in uso. - + Not in use Non utilizzato - + Used once Usato una volta - + Used by {0} items Usato da {0} elementi @@ -3162,63 +3200,58 @@ GuiProjectLoad - - + + Open Project Apri progetto - + Working Title Titolo provvisorio - + Words Parole - + Last Opened Ultimo file aperto - + Recently Opened Projects Progetti aperti di recente - + Path Percorso - + New Nuovo - + Remove Rimuovi - + novelWriter Project File ({0}) File di progetto di novelWriter ({0}) - + All files ({0}) Tutti i file ({0}) - - Remove Entry - Rimuovi voce - - - + Remove '{0}' from the recent projects list? The project files will not be deleted. Rimuovere '{0}' dalla lista dei progetti recenti? I file del progetto non verranno eliminati. @@ -3226,27 +3259,27 @@ GuiProjectSettings - + Project Settings Impostazioni del progetto - + Settings Impostazioni - + Status Stato - + Importance Importanza - + Auto-Replace Auto - sostituisci @@ -3254,52 +3287,52 @@ GuiProjectToolBar - + Project Content Contenuto del progetto - + Quick Links Collegamenti rapidi - + Move Up Sposta su - + Move Down Sposta giù - + Add Item Aggiungi elemento - + Expand All Espandi tutto - + Collapse All Collassa tutto - + Undo Move Annulla azione - + Empty Trash Svuota il cestino - + More Options Altre opzioni @@ -3307,204 +3340,216 @@ GuiProjectTree - + Active Attivo - + Inactive Inattivo - + Did not find anywhere to add the file or folder! Non è stato trovato alcun posto dove aggiungere il file o la cartella! - + Cannot add new files or folders to the Trash folder. Impossibile aggiungere nuovi file o cartelle alla cartella Cestino. - + New Note Nuova nota - + New Chapter Nuovo capitolo - + New Scene Nuova scena - + New Document Nuovo documento - + New Folder Nuova cartella - + There is currently no Trash folder in this project. Al momento non c'è una cartella Cestino in questo progetto. - + The Trash folder is already empty. La cartella Cestino è già vuota. - - - Empty Trash - Svuota il cestino - - - + Permanently delete {0} file(s) from Trash? Eliminare definitivamente {0} file(s) dal cestino? - - - Delete - Elimina - - - + Move '{0}' to Trash? Spostare '{0}' nel Cestino? - + Root folders can only be deleted when they are empty. Le cartelle radice possono essere eliminate solo quando sono vuote. - + Permanently delete '{0}'? Eliminare definitivamente '{0}'? - + + Empty Trash + Svuota il cestino + + + Open Document Apri documento - + View Document Visualizza documento - + Rename Rinomina - + Toggle Active Attiva/Disattiva - + Set Status to ... Imposta lo stato a ... - + Set Importance to ... Imposta importanza a ... - + Transform Trasforma - - - - + + + + Convert to {0} Converti in {0} - + Merge Child Items into Self Fondi elementi figli - + Merge Child Items into New Fondi elementi figli in uno nuovo - + Merge Documents in Folder Fondi i documenti nella cartella - + Split Document by Headers Dividi il documento per intestazioni - + Expand All Espandi tutto - + Collapse All Collassa tutto - + + Duplicate from Here + + + + + Duplicate Document + + + + Delete Permanently Elimina definitivamente - + Move to Trash Sposta nel Cestino - - Convert Folder - Converti la cartella - - - + Do you want to convert the folder to a {0}? This action cannot be reversed. Vuoi convertire la cartella in un {0}? Questa azione non può essere annullata. - + No documents selected for merging. Nessun documento selezionato per la fusione. - + Merged Uniti - - + + Could not write document content. Impossibile scrivere il contenuto del documento. - - + + Do you want to duplicate this document? + + + + + Do you want to duplicate this item and all child items? + + + + + Could not duplicate all items. + + + + There is nowhere to add item with name '{0}'. Non c'è nessun posto dove aggiungere un elemento con il nome '{0}. @@ -3512,67 +3557,67 @@ GuiSideBar - + Project Progetto - + Project Tree View Vista ad albero del progetto - + Novel Romanzo - + Novel Tree View Vista ad albero del romanzo - + Outline Struttura - + Novel Outline View Vista della struttura del romanzo - + Build Compila - - Build Novel Project - Compila il progetto del romanzo + + Build Manuscript + - + Details Dettagli - + Project Details Dettagli del progetto - + Stats Statistiche - + Writing Statistics Statistiche di scrittura - + Settings Opzioni @@ -3580,33 +3625,33 @@ GuiUpdates - + Check for Updates Controlla aggiornamenti - + Current Release Versione attuale - - + + novelWriter {0} released on {1} novelWriter {0} rilasciato il {1} - + Latest Release Ultima versione - + Checking ... Controllo in corso... - + Download: {0} Scaricamento: {0} @@ -3614,18 +3659,18 @@ GuiWordList - - + + Project Word List Elenco delle parole del progetto - + Cannot add a blank word. Impossibile aggiungere una parola vuota. - + The word '{0}' is already in the word list. La parola '{0}' è già nella lista delle parole. @@ -3633,334 +3678,299 @@ GuiWritingStats - + Writing Statistics Statistiche di scrittura - + Session Start Avvii di sessione - + Length Durata - + Idle Inattività - + Words Parole - + Histogram Istogramma - + Sum Totals Totalizzazioni - + Total Time: Tempo totale: - + Idle Time: Tempo d'inattività: - + Filtered Time: Tempo filtrato: - + Novel Word Count: Conteggio parole del romanzo: - + Notes Word Count: Conteggio parole delle note: - + Total Word Count: Conteggio parole totali: - + Filters Filtri - + Count novel files Conteggio file del romanzo - + Count note files Conteggio file delle note - + Hide zero word count Nascondi il conteggio parole se a zero - + Hide negative word count Nascondi il conteggio parole se negativo - + Group entries by day Raggruppa le voci per giorno - + Show idle time Mostra tempo d'inattività - + Word count cap for the histogram Max n° di parole per l'istogramma - + Save As Salva come - + JSON Data File (.json) File di dati JSON (.json) - + CSV Data File (.csv) File di dati CSV (.csv) - + JSON Data File File di dati JSON - + CSV Data File File di dati CSV - + Save Data As Salva dati come - + {0} file successfully written to: {0} file scritto correttamente in: - + Failed to write {0} file. Scrittura file {0} non riuscita. - - - Failed to read session log file. - Impossibile leggere il file di log della sessione. - NWProject - + Could not delete document file. Impossibile eliminare il file del documento. - + Could not open project with path: {0} Impossibile aprire il progetto con il percorso: {0} - + Unknown Sconosciuto - + Project file does not appear to be a novelWriterXML file. Il file del progetto non sembra essere un file novelWriterXML. - + Unknown or unsupported novelWriter project file format. The project cannot be opened by this version of novelWriter. The file was saved with novelWriter version {0}. Formato file di progetto di novelWriter sconosciuto o non supportato. Il progetto non può essere aperto da questa versione di novelWriter. Il file è stato salvato con la versione {0} di novelWriter. - + Failed to parse project xml. Impossibile analizzare il progetto xml. - - File Version - Versione del file - - - + The file format of your project is about to be updated. If you proceed, older versions of novelWriter will no longer be able to open this project. Continue? Il formato del file del tuo progetto sta per essere aggiornato. Scegliendo di procedere, le versioni più vecchie di novelWriter non saranno più in grado di aprire questo progetto. Continuare? - - Version Conflict - Conflitto di versione - - - + This project was saved by a newer version of novelWriter, version {0}. This is version {1}. If you continue to open the project, some attributes and settings may not be preserved, but the overall project should be fine. Continue opening the project? Questo progetto è stato salvato da una versione più recente di novelWriter, versione {0}. Questa è la versione {1}. Se si continua ad aprire il progetto, alcuni attributi e impostazioni potrebbero non essere preservati, ma il progetto complessivo dovrebbe andare bene. Continuare ad aprire il progetto? - - Opened Project: {0} - Progetto aperto: {0} - - - - There is no project open. - Non c'è nessun progetto aperto. - - - - Failed to save project. - Salvataggio del progetto non riuscito. - - - - Saved Project: {0} - Progetto salvato: {0} - - - - Backing up project ... - Crea una copia di backup ... - - - - Cannot backup project because no valid backup path is set. Please set a valid backup location in Preferences. - Impossibile eseguire il backup del progetto perché non è stato impostato alcun percorso di backup valido. Impostare una posizione di backup valida nelle Preferenze. - - - - Cannot backup project because no project name is set. Please set a Project Name in Project Settings. - Impossibile eseguire il backup del progetto perché nessun nome del progetto è impostato. Si prega di impostare un nome del progetto nelle impostazioni del progetto. - - - - Could not create backup folder. - Impossibile creare la cartella di backup. - - - - Backup from {0} - Backup da {0} - - - - Backup archive file written to: {0} - Archivio di backup del file scritto su: {0} - - - - Could not write backup archive. - Impossibile scrivere l'archivio di backup. - - - - Project backed up to '{0}' - Eseguito il backup del progetto su '{0}' - - - - - New - Nuovo - - - - Note - Nota - - - - Draft - Bozza - - - - Finished - Finito - - - - Minor - Minore - - - - Major - Maggiore - - - - Main - Principale - - - - Found {0} orphaned file(s) in project folder. - Trovato {0} file(s) orfani nella cartella del progetto. - - - + Recovered Ripristinato - - [{0}] {1} - [{0}] {1} + + Found {0} orphaned file(s) in the project. {1} file(s) were recovered. + - - Recovered File {0} - Ripristinato il file {0} + + Opened Project: {0} + Progetto aperto: {0} - - One or more orphaned files could not be added back into the project. Make sure at least a Novel root folder exists. - Uno o più file orfani non possono essere aggiunti di nuovo al progetto. Assicurati che esista almeno una cartella radice del romanzo. + + There is no project open. + Non c'è nessun progetto aperto. + + + + Failed to save project. + Salvataggio del progetto non riuscito. + + + + Saved Project: {0} + Progetto salvato: {0} + + + + Backing up project ... + Crea una copia di backup ... + + + + Cannot backup project because no project name is set. Please set a Project Name in Project Settings. + Impossibile eseguire il backup del progetto perché nessun nome del progetto è impostato. Si prega di impostare un nome del progetto nelle impostazioni del progetto. + + + + Could not create backup folder. + Impossibile creare la cartella di backup. + + + + Created a backup of your project of size {0}B. + + + + + Path: {0} + Percorso: {0} + + + + Could not write backup archive. + Impossibile scrivere l'archivio di backup. + + + + Project backed up to '{0}' + Eseguito il backup del progetto su '{0}' + + + + + New + Nuovo + + + + Note + Nota + + + + Draft + Bozza + + + + Finished + Finito + + + + Minor + Minore + + + + Major + Maggiore + + + + Main + Principale NovelSelector - + All Novel Folders Tutte le cartelle del romanzo @@ -3968,42 +3978,42 @@ ProjWizardCustomPage - + Custom Project Options Opzioni del progetto personalizzate - + Select which additional elements to populate the project with. You can skip making chapters and add only scenes by setting the number of chapters to 0. Seleziona gli elementi aggiuntivi con cui allestire il progetto. È possibile saltare i capitoli e aggiungere solo scene impostando il numero di capitoli a 0. - + Add a folder for plot notes Aggiungi una cartella per le note sulla trama - + Add a folder for character notes Aggiunge una cartella per le note sui personaggi - + Add a folder for location notes Aggiungi una cartella per le note sulle località - + Add example notes to the above Aggiungi note di esempio alle precedenti - + Add chapters to the novel folder Aggiungi capitoli alla cartella romanzo - + Add scenes to each chapter Aggiungi scene ad ogni capitolo @@ -4011,82 +4021,82 @@ ProjWizardFinalPage - + Summary Riepilogo - + Project Name: {0} Nome del progetto: {0} - + Project Path: {0} Percorso del progetto: {0} - + Fill the project with a minimal set of items Riempi il progetto con un insieme minimo di elementi - + Fill the project with example files Riempi il progetto con file di esempio - + Add a folder for plot notes Aggiunta una cartella per le note sulla trama - + Add a folder for character notes Aggiunta una cartella per le note sui personaggi - + Add a folder for location notes Aggiunta una cartella per le note sulle località - + Add example notes to the above Aggiunte note di esempio alle precedenti - + Add {0} chapters to the novel folder Aggiunti {0} capitoli alla cartella del romanzo - + Add {0} scenes to each chapter Aggiunte {0} scene ad ogni capitolo - + Add {0} scenes Aggiunte {0} scene - + You have selected the following: Hai selezionato quanto segue: - + Press '{0}' to create the new project. Premi '{0}' per creare il nuovo progetto. - + Done Fatto - + Finish Termina @@ -4094,33 +4104,33 @@ ProjWizardFolderPage - - + + Select Project Folder Seleziona la cartella del progetto - + Select a location to store the project. A new project folder will be created in the selected location. Selezionare una posizione per archiviare il progetto. Verrà creata una nuova cartella del progetto nella posizione selezionata. - + Required Necessario - + Project Path Percorso del progetto - + Error: A project folder cannot be created using this path. Errore: non è possibile creare una cartella del progetto usando questo percorso. - + Error: The selected path already exists. Errore: il percorso selezionato esiste già. @@ -4128,43 +4138,43 @@ ProjWizardIntroPage - + Create New Project Crea un nuovo progetto - + Provide at least a project name. The project name should not be changed beyond this point as it is used for generating file names for for instance backups. The other fields are optional and can be changed at any time in Project Settings. Fornire almeno un nome del progetto. Il nome del progetto non deve essere cambiato oltre questo punto in quanto è usato per generare nomi di file, ad esempio per i backup. Gli altri campi sono opzionali e possono essere modificati in qualsiasi momento nelle impostazioni del progetto. - + Side image by {0}, {1} L'immagine a lato è di {0}, {1} - + Required Necessario - - + + Optional Facoltativo - + Project Name Nome del progetto - + Novel Title Titolo del romanzo - + Author(s) Autore(i) @@ -4172,27 +4182,27 @@ ProjWizardPopulatePage - + Populate Project Allestisci il progetto - + Choose how to pre-fill the project. Either with a minimal set of starter items, an example project explaining and showing many of the features, or show further custom options on the next page. Scegli come pre-compilare il progetto. O con un set minimo di elementi per iniziare, un progetto di esempio che spiega e mostra molte delle caratteristiche, oppure mostra ulteriori opzioni personalizzate nella pagina successiva. - + Fill the project with a minimal set of items Allestisci il progetto con un insieme minimo di elementi - + Fill the project with example files Allestisci il progetto con file di esempio - + Show detailed options for filling the project Mostra le opzioni dettagliate per allestire il progetto @@ -4200,73 +4210,73 @@ ProjectBuilder - + New Project Nuovo progetto - + New Chapter Nuovo capitolo - + New Scene Nuova scena - + Title Page Pagina del titolo - + By Di - + Summary of the chapter. Riassunto del capitolo. - + Summary of the scene. Riassunto della scena. - + Chapter {0} Capitolo {0} - - + + Scene {0} Scena {0} - + Main Plot Trama principale - + Protagonist Protagonista - + Main Location Località principale - + Failed to create a new example project. Impossibile creare un nuovo progetto di esempio. - + Failed to create a new example project. Could not find the necessary files. They seem to be missing from this installation. Impossibile creare un nuovo progetto di esempio. Impossibile trovare i file necessari. Sembrano mancanti da questa installazione. @@ -4462,19 +4472,182 @@ Tokenizer - + Synopsis Sinossi - + Document '{0}' is too big ({1} MB). Skipping. Il documento '{0}' è troppo grande ({1} MB). Saltare. - + ERROR ERRORE + + _FilterTab + + + Included in manuscript + + + + + Excluded from manuscript + + + + + Always included + + + + + Always excluded + + + + + Reset to default + + + + + Mark selection as + + + + + Select Root Folders + + + + + _FormatTab + + + Not Set + Non impostato + + + + _GuiAlert + + + Information + Informazioni + + + + Warning + Attenzione + + + + Error + Errore + + + + Question + + + + + _HeadingsTab + + + + Hide + + + + + + Editing: {0} + + + + + + None + Nessuno + + + + Title + Titolo + + + + Chapter Number + + + + + Chapter Number (Word) + + + + + Chapter Number (Upper Case Roman) + + + + + Chapter Number (Lower Case Roman) + + + + + Scene Number (In Chapter) + + + + + Scene Number (Absolute) + + + + + Insert + Inserisci + + + + Apply + Applica + + + + _PreviewWidget + + + Press the "Build Preview" button to generate ... + + + + + Processing ... + + + + + Done + Fatto + + + + Unknown + Sconosciuto + + + + Built + + + diff --git a/i18n/nw_ja_JP.ts b/i18n/nw_ja_JP.ts index 0f5de69f..6e713915 100644 --- a/i18n/nw_ja_JP.ts +++ b/i18n/nw_ja_JP.ts @@ -1,75 +1,283 @@ + + Builds + + + Document Filters + + + + + Novel Documents + + + + + Project Notes + + + + + Inactive Documents + + + + + Headings + + + + + Title Headings + + + + + Chapter Headings + + + + + Unnumbered Headings + + + + + Scene Headings + + + + + Section Headings + + + + + Hide Scene Headings + + + + + Hide Section Headings + + + + + Text Content + + + + + Include Synopsis + + + + + Include Comments + + + + + Include Keywords + + + + + Include Body Text + + + + + Insert Content + + + + + Add Titles for Notes + + + + + Text Format + + + + + Language + 言語 + + + + Font Family + + + + + Font Size + + + + + Line Height + + + + + Text Options + + + + + Justify Text Margins + + + + + Replace Unicode Characters + + + + + Replace Tabs with Spaces + + + + + Page Layout + + + + + Unit + + + + + Page Size + + + + + Page Width + + + + + Page Height + + + + + Top Margin + + + + + Bottom Margin + + + + + Left Margin + + + + + Right Margin + + + + + Open Document (.odt) + オープンドキュメント (.odt) + + + + Add Highlight Colours + + + + + HTML (.html) + + + + + Add CSS Styles + + + Common - + in the future 未来 - + just now 現在 - + a minute ago 1 分前 - + {0} minutes ago {0} 分前 - + an hour ago 1 時間前 - + {0} hours ago {0} 時間前 - + a day ago 1 日前 - + {0} days ago {0} 日前 - + a week ago 1 週間前 - + {0} weeks ago {0} 週間前 - + a month ago 1 ヶ月前 - + {0} months ago {0} ヶ月前 - + a year ago 1 年前 - + {0} years ago {0} 年前 @@ -77,264 +285,345 @@ Constant - - - + + + None なし - + Novel 小説 - - + + Plot プロット - - + + Characters 登場人物 - - + + Locations 場所 - - + + Timeline タイムライン - - + + Objects オブジェクト - - + + Entities エンティティ - - + + + Custom カスタム - + Archive アーカイブ - + Trash ごみ箱 - - + + Novel Document 小説のドキュメント - - + + Project Note プロジェクトノート - + Root Folder ルートフォルダー - + Folder フォルダー - + Novel Title Page 小説のタイトルページ - + Novel Chapter 小説の章 - + Novel Scene 小説の場面 - + Novel Section 小説の節 - + Tag タグ - + Point of View 視点 - - + + Focus 焦点 - + Title タイトル - + Level 階層 - + Document ドキュメント - + Line - + Chars 文字 - + Words 単語 - + Pars 段落 - + POV 視点 - + Synopsis あらすじ - + + Open Document (.odt) + オープンドキュメント (.odt) + + + + Flat Open Document (.fodt) + フラットオープンドキュメント (.fodt) + + + + novelWriter HTML (.html) + + + + + novelWriter Markup (.txt) + + + + + Standard Markdown (.md) + 標準マークダウン (.md) + + + + Extended Markdown (.md) + + + + + JSON + novelWriter HTML (.json) + JSON + novelWriter HTML (.json) + + + + JSON + novelWriter Markup (.json) + + + + + Millimetres + + + + + Centimetres + + + + + Inches + + + + + A4 + + + + + A5 + + + + + A6 + + + + + US Legal + + + + + US Letter + + + + Straight single quotation mark 直線形シングルクォーテーション - + Straight double quotation mark 直線形ダブルクォーテーション - + Left single quotation mark 左シングルクォーテーション - + Right single quotation mark 右シングルクォーテーション - + Single low-9 quotation mark シングルローナインクォーテーション - + Single high-reversed-9 quotation mark 上反転シングルローナインクォーテーション - + Left double quotation mark 左ダブルクォーテーション - + Right double quotation mark 右ダブルクォーテーション - + Double low-9 quotation mark ダブルローナインクォーテーション - + Double high-reversed-9 quotation mark 上反転ダブルローナインクォーテーション - + Double low-reversed-9 quotation mark 下反転ダブルローナインクォーテーション - + Single left-pointing angle quotation mark 左フレンチシングルクォーテーション - + Single right-pointing angle quotation mark 右フレンチシングルクォーテーション - + Double left-pointing angle quotation mark 左フレンチダブルクォーテーション - + Double right-pointing angle quotation mark 右フレンチダブルクォーテーション - + Left corner bracket 左鉤括弧 - + Right corner bracket 右鉤括弧 - + Left white corner bracket 左二重鉤括弧 - + Right white corner bracket 右二重鉤括弧 @@ -342,447 +631,129 @@ GuiAbout - - + + About novelWriter novelWriterについて - + About 説明 - + Release リリース - + Credits クレジット - + Licence ライセンス - + Website: {0} ウェブサイト: {0} - + novelWriter is a markdown-like text editor designed for organising and writing novels. It is written in Python 3 with a Qt5 GUI, using PyQt5. novelWriterは、小説を整理し書き込むために設計されたマークダウンライクなテキストエディタです。PyQt5を用いて、Python 3とQt5 GUIで作られています。 - + novelWriter is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. novelWriterはフリーソフトウェアです。Free Software Foundationが発行したGNU General Public Licenseのバージョン3、または (任意で) それ以降のバージョンいずれかに従って、再配布および/または修正をすることができます。 - + novelWriter is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. novelWriterは、役に立つことを期待して配布されますが、いかなる保証もなく、商品性または特定目的への適合性の暗黙の保証もありません。 - + See the Licence tab for the full licence text, or visit the GNU website at {0} for more details. ライセンスの全文についてはライセンスタブを参照するか、詳細は {0} の GNU ウェブサイトを参照してください。 - GuiBuildNovel + GuiBuildSettings - - Build Novel Project - 小説プロジェクトを構築 + + Manuscript Build Settings + - - Title Formats for Novel Files - 小説ファイルのタイトル形式 + + Options + - - Formatting Codes: - 書式コード: + + Selection + - - {0} for the title as set in the document - ドキュメント内で設定されているタイトルの {0} + + Headings + - - {0} for chapter number (1, 2, 3) - 章番号の {0} (1, 2, 3) + + Content + - - {0} for chapter number as a word (one, two) - 単語としての章番号の {0} (一、二) + + Format + - - {0} for chapter number in upper case Roman - 大文字ローマ字の章番号の {0} + + Output + - - {0} for chapter number in lower case Roman - 小文字ローマ字の章番号の {0} - - - - {0} for scene number within chapter - 章内の場面番号の {0} - - - - {0} for scene number within novel - 小説内の場面番号の{0} - - - - Leave blank to skip this heading, or set to a static text, like for instance '{0}', to make a separator. The separator will be centred automatically and only appear between sections of the same type. - この見出しをスキップする場合は空白のままにするか、セパレーターを作成する場合は '{0}' のような静的テキストに設定します。 セパレーターは自動的に中央揃えになり、同じタイプの節の間にのみ表示されます。 - - - - Not Set - 未設定 - - - - Title - タイトル - - - - Chapter - - - - - Unnumbered - 番号なし - - - - Scene - 場面 - - - - Section - - - - - Language - 言語 - - - - Hide scene - 場面を非表示 - - - - Hide section - 節を非表示 - - - - Font Options - フォント設定 - - - - Font family - フォントファミリー - - - - Font size - フォントサイズ - - - - Line height - 行の高さ - - - - Justify text - テキストを揃える - - - - Disable styling - スタイルを無効化 - - - - Styling Options - スタイル設定 - - - - Include Options - 内包物設定 - - - - Include synopsis - あらすじを含める - - - - Include comments - コメントを含める - - - - Include keywords - キーワードを含める - - - - Include body text - 本文テキストを含める - - - - Root Filter Options - ルートフィルター設定 - - - - File Filter Options - ファイルフィルター設定 - - - - Include novel files - 小説ファイルを含める - - - - Include note files - ノートファイルを含める - - - - Include inactive files - 非アクティブなファイルを含める - - - - Export Options - エクスポート設定 - - - - Replace tabs with spaces - タブをスペースで置き換える - - - - Replace Unicode in HTML - UnicodeをHTMLに置き換える - - - - Build Preview - プレビューを構築 - - - - Print - 印刷 - - - - Print Preview - 印刷プレビュー - - - - Print to PDF - PDFに印刷 - - - - Save As - 名前を付けて保存 - - - - Open Document (.odt) - オープンドキュメント (.odt) - - - - Flat Open Document (.fodt) - フラットオープンドキュメント (.fodt) - - - - novelWriter HTML (.htm) - novelWriter HTML (.htm) - - - - novelWriter Markdown (.nwd) - new Writer マークダウン (.nwd) - - - - Standard Markdown (.md) - 標準マークダウン (.md) - - - - GitHub Markdown (.md) - GitHub マークダウン (.md) - - - - JSON + novelWriter HTML (.json) - JSON + novelWriter HTML (.json) - - - - JSON + novelWriter Markdown (.json) - JSON + novelWriter マークダウン (.json) - - - - Close - 閉じる - - - - Failed to generate preview. The result is too big. - プレビューを生成できませんでした。リザルトが大きすぎます。 - - - - There were problems when building the project: - プロジェクトの構築時に問題が発生しました: - - - - Open Document - オープンドキュメント - - - - Flat Open Document - フラットオープンドキュメント - - - - Plain HTML - プレーンHTML - - - - novelWriter Markdown - novelWriterマークダウン - - - - Standard Markdown - 標準マークダウン - - - - GitHub Markdown - GitHub マークダウン - - - - JSON + novelWriter HTML - JSON + novelWriter HTML - - - - JSON + novelWriter Markdown - JSON + novelWriterマークダウン - - - - PDF - PDF - - - - Save Document As - ドキュメントを名前をつけて保存 - - - - {0} file successfully written to: - {0} ファイルの書き込みに成功しました: - - - - Failed to write {0} file. {1} - {0} ファイルの書き込みに失敗しました。 {1} - - - - GuiBuildNovelDocView - - - This area will show the content of the document to be exported or printed. Press the "Build Preview" button to generate content. - この領域には、エクスポートまたは印刷するドキュメントの内容が表示されます。コンテンツを生成するには、"プレビューを構築" ボタンを押してください。 - - - - Unknown - 不明 - - - - Build Time: - 構築日時: + + Name + GuiDocEditFooter - + Status ステータス - + Line: {0} ({1}) 行: {0} ({1}) - + Words: {0} ({1}) 単語: {0} ({1}) - + Document size is {0} bytes ドキュメントサイズは {0} バイトです - + Words: {0} selected 単語: {0} 選択済み - + Character count: {0} 文字数: {0} @@ -790,22 +761,22 @@ GuiDocEditHeader - + Edit document label ドキュメントラベルを編集 - + Search document ドキュメントを検索 - + Toggle Focus Mode フォーカスモードの切り替え - + Close the document ドキュメントを閉じる @@ -813,58 +784,58 @@ GuiDocEditSearch - - + + Search 検索 - + Replace 置き換え - + Case Sensitive 大文字と小文字を区別 - + Whole Words Only 完全一致のみ - + RegEx Mode 正規表現モード - + Loop Search ループ検索 - + Search Next File 次のファイルを検索 - + Preserve Case 大文字と小文字を保持 - + Close Search 検索を閉じる - + Find in current document 現在のドキュメント内を検索 - + Find and replace in current document 現在のドキュメント内を検索して置き換え @@ -872,117 +843,122 @@ GuiDocEditor - + The document you are trying to open is too big. The document size is {0} MB. The maximum size allowed is {1} MB. ドキュメントが大きすぎます。このドキュメントのサイズは {0} MBですが、許可されている最大サイズは {1} MBです。 - + Opened Document: {0} 開かれたドキュメント: {0} - + The text you are trying to add is too big. The text size is {0} MB. The maximum size allowed is {1} MB. 追加しようとしているテキストが大きすぎます。このテキストのサイズは {0} MBですが、許可されている最大サイズは {1} MBです - - File Changed on Disk - ディスク上でファイルが変更されました - - - + This document has been changed outside of novelWriter while it was open. Overwrite the file on disk? このドキュメントは、開いている間にnovelWriter以外で変更されました。ディスクにファイルを上書きしますか? - + Could not save document. ドキュメントを保存できませんでした。 - + Saved Document: {0} 保存済みドキュメント: {0} - + Spell checking requires the package PyEnchant. It does not appear to be installed. スペルチェックにはPyEnchantパッケージが必要ですが、インストールされていないようです。 - + Spell check complete スペルチェック完了 - - File Location - ファイルの場所 + + Document Details + - - The currently open file is saved in: - 現在開いているファイルは次の場所に保存されます: + + Created: {0} + - + + Updated: {0} + + + + + File Location: {0} + + + + The document has grown too big and you cannot add more text to it. The maximum size of a single novelWriter document is {0} MB. ドキュメントが大きすぎるため、テキストを追加することはできません。単一の novelWriter ドキュメントの最大サイズは {0} MB です。 - + Follow Tag タグをフォロー - + Cut 切り取り - + Copy コピー - + Paste 貼り付け - + Select All すべて選択 - + Select Word 単語を選択 - + Select Paragraph 段落を選択 - + Spelling Suggestion(s) スペルの提案 - + No Suggestions 候補なし - + Add Word to Dictionary 単語を辞書に追加 - + Please select some text before calling replace quotes. 置き換え引用符を呼び出す前にテキストを選択してください。 @@ -990,22 +966,22 @@ GuiDocMerge - + Merge Documents ドキュメントを結合 - + Documents to Merge 結合するドキュメント - + Drag and drop items to change the order, or uncheck to exclude. アイテムをドラッグ&ドロップして順序を変更するか、チェックを外して除外します。 - + Move merged items to Trash 結合したアイテムをごみ箱に移動 @@ -1013,52 +989,52 @@ GuiDocSplit - + Split Document ドキュメントを分割 - + Document Headers ドキュメントの見出し - + Select the maximum level to split into files. ファイルに分割する最大階層を選択します。 - + Split on Header Level 1 (Title) 見出し階層1 (H1、タイトル) で分割 - + Split up to Header Level 2 (Chapter) 見出し階層2 (H2、章) で分割 - + Split up to Header Level 3 (Scene) 見出し階層3 (H3、場面) で分割 - + Split up to Header Level 4 (Section) 見出し階層4 (H4、節) で分割 - + Split into a new folder 新しいフォルダーに分割 - + Create document hierarchy ドキュメント階層を作成 - + Move split document to Trash 分割したドキュメントをごみ箱に移動 @@ -1066,42 +1042,42 @@ GuiDocViewFooter - + Show/hide the references panel 参照パネルを表示/非表示 - + Activate to freeze the content of the references panel when changing document ドキュメント変更時に参照パネルの内容の凍結を有効化 - + Show comments コメントを表示 - + Show synopsis comments あらすじコメントを表示 - + References 参照 - + Sticky 付箋 - + Comments コメント - + Synopsis あらすじ @@ -1109,22 +1085,22 @@ GuiDocViewHeader - + Go backward 後に移動 - + Go forward 前に移動 - + Reload the document ドキュメントを再読み込み - + Close the document ドキュメントを閉じる @@ -1132,27 +1108,27 @@ GuiDocViewer - + An error occurred while generating the preview. プレビューの生成中にエラーが発生しました。 - + Copy コピー - + Select All すべて選択 - + Select Word 単語を選択 - + Select Paragraph 段落を選択 @@ -1160,12 +1136,12 @@ GuiEditLabel - + Item Label アイテムラベル - + Label ラベル @@ -1173,37 +1149,37 @@ GuiItemDetails - + Label ラベル - + Status ステータス - + Class クラス - + Usage 用途 - + Characters 文字 - + Words 単語 - + Paragraphs 段落 @@ -1239,173 +1215,123 @@ GuiMain - + You are running an untested development version of novelWriter. Please be careful when working on a live project and make sure you take regular backups. novelWriterのテストされていない開発バージョンを実行しています。プロジェクトで作業する場合は、定期的なバックアップを取るように注意してください。 - + novelWriter is ready ... novelWriterの準備ができました... - + Cannot create a new project when another project is open. 別のプロジェクトが開いている場合、新しいプロジェクトを作成できません。 - + A project already exists in that location. Please choose another folder. プロジェクトは既にその場所に存在します。別のフォルダーを選択してください。 - - Close Project - プロジェクトを閉じる - - - + Close the current project? 現在のプロジェクトを閉じますか? - - + + Changes are saved automatically. 変更は自動的に保存されます。 - - Backup Project - プロジェクトをバックアップ - - - + Backup the current project? 現在のプロジェクトをバックアップしますか? - - The project was locked by the computer '{0}' ({1} {2}), last active on {3}. - このプロジェクトは、コンピューター '{0}' ({1} {2}) によってロックされました。最後に有効になったのは {3} です。 - - - - Project Locked - プロジェクトがロックされました - - - + The project is already open by another instance of novelWriter, and is therefore locked. Override lock and continue anyway? プロジェクトは既に別のnovelWriterのインスタンスによって開かれているためロックされています。無視して続行しますか? - + Note: If the program or the computer previously crashed, the lock can safely be overridden. However, overriding it is not recommended if the project is open in another instance of novelWriter. Doing so may corrupt the project. 注意: プログラムまたはコンピュータが以前にクラッシュした場合、ロックを無視しても安全に続行することができます。 ただし、novelWriterの別のインスタンスでプロジェクトが開いている場合は、無視して続行することは推奨されません。プロジェクトが破損する可能性があります。 - + + The project was locked by the computer '{0}' ({1} {2}), last active on {3}. + このプロジェクトは、コンピューター '{0}' ({1} {2}) によってロックされました。最後に有効になったのは {3} です。 + + + The project index is outdated or broken. Rebuilding index. プロジェクトインデックスが古くなっているか、破損しています。インデックスを再構築します。 - + Text files ({0}) テキストファイル ({0}) - + Markdown files ({0}) マークダウンファイル ({0}) - + novelWriter files ({0}) novelWriterファイル ({0}) - + All files ({0}) すべてのファイル ({0}) - + Import File ファイルをインポート - + Could not read file. The file must be an existing text file. ファイルを読み込めませんでした。ファイルは既存のテキストファイルである必要があります。 - + Please open a document to import the text file into. テキストファイルをインポートするには、ドキュメントを開いてください。 - - Import Document - ドキュメントをインポート - - - + Importing the file will overwrite the current content of the document. Do you want to proceed? ファイルをインポートするとドキュメントの現在の内容が上書きされます。続行しますか? - + Indexing completed in {0} ms インデックス作成は {0} ミリ秒で完了しました - + The project index has been successfully rebuilt. プロジェクト インデックスが正常に再構築されました。 - + Some changes will not be applied until novelWriter has been restarted. いくつかの変更は、novelWriterが再起動されるまで適用されません。 - - Information - 情報 - - - - Warning - 警告 - - - - Error - エラー - - - - This is a bug! - これはバグです! - - - - Internal Error - 内部エラー - - - - Exit - 終了 - - - + Do you want to exit novelWriter? novelWriterを終了しますか? - + Could not find the reference for tag '{0}'. It either doesn't exist, or the index is out of date. The index can be updated from the Tools menu, or by pressing {1}. タグ '{0}' の参照が見つかりませんでした。タグが存在しないか、インデックスが古いかのどちらかです。インデックスはツールメニューから更新するか、{1} を押して更新することができます。 @@ -1413,492 +1339,492 @@ GuiMainMenu - + &Project &プロジェクト - + New Project 新しいプロジェクト - + Open Project プロジェクトを開く - + Save Project プロジェクトを保存 - + Close Project プロジェクトを閉じる - + Project Settings プロジェクト設定 - + Project Details プロジェクトの詳細 - + Rename Item アイテム名を変更 - + Delete Item アイテムを削除 - + Empty Trash ごみ箱を空にする - + Exit 終了 - + &Document &ドキュメント - + Open Document ドキュメントを開く... - + Save Document ドキュメントを保存 - + Close Document ドキュメントを閉じる - + View Document ドキュメントを表示 - + Close Document View ドキュメント表示を閉じる - + Show File Details ファイルの詳細を表示 - + Import Text from File ファイルからテキストをインポート - + &Edit &編集 - + Undo 元に戻す - + Redo やり直す - + Cut 切り取り - + Copy コピー - + Paste 貼り付け - + Select All すべて選択 - + Select Paragraph 段落を選択 - + &View &表示 - + Go to Project Tree プロジェクトツリーへ移動 - + Go to Document Editor ドキュメントエディターへ移動 - + Go to Document Viewer ドキュメントビューアーへ移動 - + Go to Outline アウトラインへ移動 - + Navigate Backward 前に戻る - + Navigate Forward 次に進む - + Focus Mode フォーカスモード - + Full Screen Mode フルスクリーンモード - + &Insert &挿入 - + Dashes ダッシュ - + Short Dash enダッシュ - + Long Dash emダッシュ - + Horizontal Bar 水平線 - + Figure Dash フィギュアダッシュ - + Quote Marks 引用符 - + Left Single Quote 左シングルクォーテーション - + Right Single Quote 右シングルクォーテーション - + Left Double Quote 左ダブルクォーテーション - + Right Double Quote 右ダブルクォーテーション - + Alternative Apostrophe 代替アポストロフ - + General Punctuation 一般的な句読点 - + Ellipsis 省略記号 - + Prime プライム - + Double Prime ダブルプライム - + White Spaces 空白 - + Non-Breaking Space ノーブレークスペース - + Thin Space 細いスペース - + Thin Non-Breaking Space 細いノーブレークスペース - + Other Symbols その他の記号 - + List Bullet 箇条書きリスト - + Hyphen Bullet ハイフンリスト - + Flower Mark 花記号 - + Per Mille パーミル - + Degree Symbol 度記号 - + Minus Sign 引き算記号 - + Times Sign 掛け算記号 - + Division Sign 割り算記号 - + Tags and References タグと参照 - + Special Comments 特殊コメント - + Synopsis Comment あらすじコメント - + Page Break and Space 改ページとスペース - + Page Break 改ページ - + Vertical Space (Single) 垂直スペース (シングル) - + Vertical Space (Multi) 垂直スペース (マルチ) - + Placeholder Text プレースホルダーテキスト - + &Format &書式 - + Emphasis 斜体 - + Strong Emphasis 強調 - + Strikethrough 取り消し線 - + Wrap Double Quotes ダブルクォーテーションで包む - + Wrap Single Quotes シングルクォーテーションで包む - + Header 1 (Partition) 見出し1 (部) - + Header 2 (Chapter) 見出し2 (章) - + Header 3 (Scene) 見出し3 (場面) - + Header 4 (Section) 見出し4 (節) - + Novel Title 小説のタイトル - + Unnumbered Chapter 番号のない章 - + Align Left 左揃え - + Align Centre 中央揃え - + Align Right 右揃え - + Indent Left 左側をインデント - + Indent Right 右側をインデント - + Toggle Comment コメントの切り替え - + Remove Block Format ブロック形式を削除 - + Convert Single Quotes シングルクォーテーションを変換 - + Convert Double Quotes ダブルクォーテーションを変換 - + Remove In-Paragraph Breaks 段落内の区切りを削除 - + &Search &検索 - + Find 検索 - + Replace 置き換え @@ -1908,102 +1834,112 @@ 次を検索 - + Find Previous 前を検索 - + Replace Next 次を置換 - + &Tools &ツール - + Check Spelling スペルチェック - + + Spell Check Language + + + + + Default + 既定 + + + Re-Run Spell Check スペルチェックを再実行 - + Project Word List プロジェクト単語リスト - + Rebuild Index インデックスを再構築 - + Backup Project プロジェクトをバックアップ - - Build Novel Project - 小説プロジェクトを構築 + + Build Manuscript + - + Writing Statistics 統計の作成 - + Preferences 環境設定 - + &Help &ヘルプ - + About novelWriter novelWriterについて - + About Qt5 Qt5について - + User Manual (Online) ユーザーマニュアル (オンライン) - + User Manual (PDF) ユーザーマニュアル (PDF) - + Report an Issue (GitHub) 問題を報告 (GitHub) - + Ask a Question (GitHub) 質問する (GitHub) - + The novelWriter Website novelWriterのウェブサイト - + Check for New Release 新しいリリースを確認 @@ -2011,97 +1947,204 @@ GuiMainStatus - - + + None なし - + Editor エディター - + Project プロジェクト - + Session Time セッション時間 - + Words: {0} ({1}) 単語: {0} ({1}) - + Project word count (session change) プロジェクト単語数 (セッション中の変更) - + Novel word count (session change) 小説の単語数 (セッション中の変更) + + GuiManuscript + + + Build Manuscript + + + + + Add New Build + + + + + Delete Selected Build + + + + + Edit Selected Build + + + + + Builds + + + + + Preview + + + + + Print + 印刷 + + + + Build + 構築 + + + + Close + 閉じる + + + + + My Manuscript + + + + + GuiManuscriptBuild + + + Build Manuscript + + + + + Output Format + + + + + Table of Contents + 目次 + + + + Path + パス + + + + File Name + + + + + Reset file name to default + + + + + &Build + + + + + Select Folder + + + + + Output folder does not exist. + + + + + The file already exists. Do you want to overwrite it? + + + GuiNovelToolBar - + Outline of {0} {0} のアウトライン - + Novel Root 小説のルート - + Refresh 更新 - + Last Column 最後の列 - + Hidden 非表示 - + Point of View Character 視点人物 - + Focus Character 焦点人物 - + Novel Plot 小説のプロット - - + + Column Size 列のサイズ - + More Options その他の設定 - + Maximum column size in % 列の最大サイズ (%) @@ -2109,7 +2152,7 @@ GuiNovelTree - + No meta data メタデータなし @@ -2117,65 +2160,65 @@ GuiOutlineDetails - - - - + + + + Title タイトル - + Chapter - + Scene 場面 - + Section - + Document ドキュメント - + Status ステータス - + Characters 文字 - + Words 単語 - + Paragraphs 段落 - + Synopsis あらすじ - + Title Details タイトルの詳細 - + Reference Tags 参照タグ @@ -2183,7 +2226,7 @@ GuiOutlineHeaderMenu - + Select Columns 列の選択 @@ -2191,12 +2234,12 @@ GuiOutlineToolBar - + Outline of アウトライン - + Refresh 更新 @@ -2204,42 +2247,42 @@ GuiPreferences - + Preferences 環境設定 - + General 一般 - + Projects プロジェクト - + Documents ドキュメント - + Editor エディター - + Highlighting ハイライト - + Automation 自動化 - + Quotes 引用符 @@ -2247,103 +2290,103 @@ GuiPreferencesAutomation - + Automatic Features 自動機能 - + Auto-select word under cursor カーソルの下にある単語を自動選択 - + Apply formatting to word under cursor if no selection is made. 選択が行われていない場合は、カーソルの下にある単語に書式を適用します。 - + Auto-replace text as you type 入力時にテキストを自動的に置き換え - + Allow the editor to replace symbols as you type. 入力時にエディタが記号を置き換えることを許可します。 - + Replace as You Type 入力時に置換 - + Auto-replace single quotes シングルクォートの自動置換 - - + + Try to guess which is an opening or a closing quote. 引用符が開始と終了のどちらかを推測する - + Auto-replace double quotes ダブルクォートの自動置換 - + Auto-replace dashes ダッシュの自動置換 - + Double and triple hyphens become short and long dashes. 二重および三重のハイフンはenおよびemダッシュに置き換えらます。 - + Auto-replace dots ドットの自動置換 - + Three consecutive dots become ellipsis. 3つ連続したドットは省略記号に置き換えられます。 - + Automatic Padding 自動余白 - + Insert non-breaking space before ノーブレークスペースを前に挿入 - + Automatically add space before any of these symbols. これらの記号の前にスペースを自動的に追加します。 - + Insert non-breaking space after ノーブレークスペースを後に挿入 - + Automatically add space after any of these symbols. これらの記号の後にスペースを自動的に追加します。 - + Use thin space instead 細いスペースを代わりに使用 - + Inserts a thin space instead of a regular space. 通常のスペースの代わりに細いスペースを挿入します。 @@ -2351,93 +2394,93 @@ GuiPreferencesDocuments - + Text Style テキストスタイル - + Font family フォントファミリー - - - - + + + + Applies to both document editor and viewer. ドキュメントエディターとビューアーの両方に適用されます。 - + Font size フォントサイズ - + pt pt - + Text Flow テキストフロー - + Maximum text width in "Normal Mode" "ノーマルモード"でのテキストの最大幅 - + Set to 0 to disable this feature. この機能を無効にするには0に設定してください。 - - - - + + + + px px - + Maximum text width in "Focus Mode" "フォーカスモード"でのテキストの最大幅 - + The maximum width cannot be disabled. 最大幅を無効にすることはできません - + Hide document footer in "Focus Mode" "フォーカスモード"でドキュメントのフッターを非表示 - + Hide the information bar in the document editor. ドキュメントエディターで情報バーを非表示にします。 - + Justify the text margins テキストの余白を揃える - + Minimum text margin テキストの最小マージン - + Tab width タブの幅 - + The width of a tab key press in the editor and viewer. タブキーを押した時のエディターとプレービューでの幅。 @@ -2445,117 +2488,112 @@ GuiPreferencesEditor - + Spell Checking スペルチェック - + None なし - - Not installed - 未インストール - - - + Spell check language スペルチェック言語 - + Available languages are determined by your system. 利用可能な言語はシステムによって決定されます。 - + Big document limit 大きなドキュメントの制限 - + Full spell checking is disabled above this limit. この制限を超えると、完全なスペルチェックが無効になります。 - + kB kB - + Word Count 単語カウント - + Word count interval 単語のカウント間隔 - + seconds - + Include project notes in status bar word count ステータスバーの単語数にプロジェクトノートを含める - + Writing Guides 執筆ガイド - + Show tabs and spaces タブとスペースを表示 - + Show line endings 行末を表示 - + Scroll Behaviour スクロールの動作 - + Scroll past end of the document ドキュメントの最後までスクロール - + Set to 0 to disable this feature. この機能を無効にするには0に設定してください。 - + lines - + Typewriter style scrolling when you type 入力時にタイプライタースタイルスクロール - + Keeps the cursor at a fixed vertical position. カーソルを固定の垂直位置に維持します。 - + Minimum position for Typewriter scrolling タイプライタースクロールの最小位置 - + Percentage of the editor height from the top. エディタの高さの上からの割合。 @@ -2563,95 +2601,95 @@ GuiPreferencesGeneral - + Look and Feel 見た目と操作 - + Main GUI language GUIのメイン言語 - - - + + + Requires restart to take effect. 有効にするには再起動が必要です。 - + Main GUI theme GUIのメインテーマ - + General colour theme and icons. 一般的なカラーテーマとアイコン。 - + Editor theme エディターテーマ - + Colour theme for the editor and viewer. エディタとビューアーのカラーテーマ。 - + Font family フォントファミリー - + Font size フォントサイズ - + pt pt - + GUI Settings GUI設定 - + Emphasise partition and chapter labels パーティションと章ラベルを強調 - + Makes them stand out in the project tree. プロジェクトツリーで目立つようにします。 - + Show full path in document header ドキュメント見出しにフルパスを表示 - + Add the parent folder names to the header. 親フォルダ名を見出しに追加します。 - + Hide vertical scroll bars in main windows メインウィンドウの垂直スクロールバーを非表示 - - + + Scrolling available with mouse wheel and keys only. スクロールはマウスホイールとキーでのみ利用可能です。 - + Hide horizontal scroll bars in main windows メインウィンドウの横スクロールバーを非表示 @@ -2659,109 +2697,109 @@ GuiPreferencesProjects - + Automatic Save 自動保存 - + Save document interval ドキュメントの保存間隔 - + How often the document is automatically saved. ドキュメントが自動的に保存される頻度。 - - + + seconds - + Save project interval プロジェクトの保存間隔 - + How often the project is automatically saved. プロジェクトが自動的に保存される頻度。 - + Project Backup プロジェクトのバックアップ - + Browse ブラウズ - + Backup storage location バックアップストレージの場所 - - + + Path: {0} パス: {0} - + Run backup when the project is closed プロジェクトを閉じたときにバックアップを実行 - + Can be overridden for individual projects in Project Settings. プロジェクト設定で個々のプロジェクトに対して上書きできます。 - + Ask before running backup バックアップを実行する前に確認 - + If off, backups will run in the background. オフの場合、バックアップはバックグラウンドで実行されます。 - + Session Timer セッションタイマー - + Pause the session timer when not writing 書き込んでいない時にセッションタイマーを一時停止 - + Also pauses when the application window does not have focus. また、アプリケーションウィンドウにフォーカスがない場合は一時停止します。 - + Editor inactive time before pausing timer タイマーを一時停止するまでのエディターの非アクティブ時間 - + User activity includes typing and changing the content. ユーザーアクティビティには、入力とコンテンツの変更が含まれます。 - + minutes - + Backup Directory バックアップディレクトリー @@ -2769,47 +2807,47 @@ GuiPreferencesQuotes - + Quotation Style クォーテーションスタイル - + Single quote open style シングルクォートオープンスタイル - + The symbol to use for a leading single quote. 先頭のシングルクォートに使用する記号です。 - + Single quote close style シングルクォートクローズスタイル - + The symbol to use for a trailing single quote. 末尾のシングルクォートに使用する記号です。 - + Double quote open style ダブルクォートオープンスタイル - + The symbol to use for a leading double quote. 先頭のダブルクォートに使用する記号です。 - + Double quote close style シングルクォートクローズスタイル - + The symbol to use for a trailing double quote. 末尾のダブルクォートに使用する記号です。 @@ -2817,59 +2855,59 @@ GuiPreferencesSyntax - + Quotes & Dialogue 引用符と会話 - + Highlight text wrapped in quotes 引用符で囲まれたテキストを強調 - - - + + + Applies to the document editor only. ドキュメントエディターにのみ適用されます。 - + Allow open-ended single quotes オープンエンドのシングルクォートを許可 - + Highlight single-quoted line with no closing quote. 終了引用符がないシングルクォートの行を強調表示します。 - + Allow open-ended double quotes オープンエンドのダブルクォートを許可 - + Highlight double-quoted line with no closing quote. 終了引用符がないダブルクォートの行を強調表示します。 - + Text Emphasis テキストの強調 - + Add highlight colour to emphasised text 強調テキストにハイライト色を追加 - + Text Errors テキストエラー - + Highlight multiple or trailing spaces 複数または末尾のスペースをハイライト表示 @@ -2877,17 +2915,17 @@ GuiProjectDetails - + Project Details プロジェクトの詳細 - + Overview 概要 - + Contents 内容 @@ -2895,72 +2933,72 @@ GuiProjectDetailsContents - + Table of Contents 目次 - + Title タイトル - + Words 単語 - + Pages ページ数 - + Page ページ - + Progress 進捗 - + Typical word count for a 5 by 8 inch book page with 11 pt font is 350. 11ptのフォントを持つ5×8インチのページの典型的な単語数は350です。 - + Start counting page numbers from this page. このページからページ番号を数え始めます。 - + Assume a new chapter or partition always start on an odd numbered page. 新しい章またはパーティションが常に奇数番号のページから始まると仮定します。 - + Words per page 1ページあたりの単語 - + Count pages from ここからページ数をカウント - + Clear double pages 二重ページを削除 - + END END - + Untitled 無題 @@ -2968,42 +3006,42 @@ GuiProjectDetailsMain - + Words 単語 - + Chapters - + Scenes 場面 - + Revisions 修正 - + Editing Time 編集時間 - + Path パス - + Project: {0} プロジェクト: {0} - + By {0} 作: {0} @@ -3011,54 +3049,54 @@ GuiProjectEditMain - + Project Settings プロジェクト設定 - + Project name プロジェクト名 - + Should be set only once. 一度だけ設定する必要があります - + Novel title 小説のタイトル - - + + Change whenever you want! 好きな時に変更してください! - + Author(s) 著者 - + Default 既定 - + Spell check language スペルチェック言語 - - + + Overrides main preferences. メイン設定よりも優先されます。 - + No backup on close 終了時にバックアップしない @@ -3066,27 +3104,27 @@ GuiProjectEditReplace - + Text Replace List for Preview and Export プレビューとエクスポートのためのテキスト置き換えリスト - + Keyword キーワード - + Replace With 置換候補 - + Select item to edit 編集するアイテムを選択 - + Save 保存 @@ -3094,67 +3132,67 @@ GuiProjectEditStatus - + Novel File Status Levels 小説ファイルのステータスレベル - + Note File Importance Levels ノートファイルの重要度レベル - + Label ラベル - + Usage 用途 - + Select item to edit 編集するアイテムを選択 - + Colour - + Save 保存 - + Select Colour 色を選択 - + New Item 新規アイテム - + Cannot delete a status item that is in use. 使用中のステータスアイテムは削除できません。 - + Not in use 使用されていません - + Used once 一度だけ使用 - + Used by {0} items {0} 個のアイテムで使用 @@ -3162,63 +3200,58 @@ GuiProjectLoad - - + + Open Project プロジェクトを開く - + Working Title 作業タイトル - + Words 単語 - + Last Opened 最後に開いた - + Recently Opened Projects 最近開いたプロジェクト - + Path パス - + New 新規 - + Remove 削除 - + novelWriter Project File ({0}) novelWriterプロジェクトファイル ({0}) - + All files ({0}) すべてのファイル ({0}) - - Remove Entry - エントリーを削除 - - - + Remove '{0}' from the recent projects list? The project files will not be deleted. '{0}' を最近のプロジェクトリストから削除しますか? プロジェクトファイルは削除されません。 @@ -3226,27 +3259,27 @@ GuiProjectSettings - + Project Settings プロジェクト設定 - + Settings 設定 - + Status ステータス - + Importance 重要度 - + Auto-Replace 自動置換 @@ -3254,52 +3287,52 @@ GuiProjectToolBar - + Project Content プロジェクトの内容 - + Quick Links クイックリンク - + Move Up 上へ移動 - + Move Down 下へ移動 - + Add Item アイテムを追加 - + Expand All すべて展開 - + Collapse All すべて折りたたむ - + Undo Move 移動を取り消し - + Empty Trash ごみ箱を空にする - + More Options その他の設定 @@ -3307,204 +3340,216 @@ GuiProjectTree - + Active アクティブ - + Inactive 非アクティブ - + Did not find anywhere to add the file or folder! ファイルまたはフォルダを追加する場所が見つかりませんでした! - + Cannot add new files or folders to the Trash folder. ごみ箱フォルダには新しいファイルやフォルダを追加できません。 - + New Note 新規ノート - + New Chapter 新規章 - + New Scene 新規場面 - + New Document 新規ドキュメント - + New Folder 新規フォルダー - + There is currently no Trash folder in this project. このプロジェクトには現在ごみ箱フォルダーがありません。 - + The Trash folder is already empty. ごみ箱フォルダーはすでに空です。 - - - Empty Trash - ごみ箱を空にする - - - + Permanently delete {0} file(s) from Trash? ごみ箱から {0} 個のファイルを完全に削除しますか? - - - Delete - 削除 - - - + Move '{0}' to Trash? '{0}' をごみ箱に移動しますか? - + Root folders can only be deleted when they are empty. ルートフォルダーは空の場合にのみ削除できます。 - + Permanently delete '{0}'? '{0}' を完全に削除しますか? - + + Empty Trash + ごみ箱を空にする + + + Open Document ドキュメントを開く - + View Document ドキュメントを表示 - + Rename 名前を変更 - + Toggle Active アクティブを切り替え - + Set Status to ... ステータスを... に設定 - + Set Importance to ... 重要度を... に設定 - + Transform 変換 - - - - + + + + Convert to {0} {0} へ変換 - + Merge Child Items into Self 子アイテムを自分に結合 - + Merge Child Items into New 子アイテムを新規アイテムに結合 - + Merge Documents in Folder フォルダ内のドキュメントを結合 - + Split Document by Headers 見出しでドキュメントを分割 - + Expand All すべて展開 - + Collapse All すべて折りたたむ - + + Duplicate from Here + + + + + Duplicate Document + + + + Delete Permanently 完全に削除 - + Move to Trash ごみ箱に移動 - - Convert Folder - フォルダーを変換 - - - + Do you want to convert the folder to a {0}? This action cannot be reversed. フォルダーを {0} に変換しますか? この操作は元に戻せません。 - + No documents selected for merging. 結合するドキュメントが選択されていません。 - + Merged 結合された - - + + Could not write document content. ドキュメントの内容を書き込めませんでした。 - - + + Do you want to duplicate this document? + + + + + Do you want to duplicate this item and all child items? + + + + + Could not duplicate all items. + + + + There is nowhere to add item with name '{0}'. '{0}' という名前のアイテムを追加する場所がありません。 @@ -3512,67 +3557,67 @@ GuiSideBar - + Project プロジェクト - + Project Tree View プロジェクトツリービュー - + Novel 小説 - + Novel Tree View 小説ツリービュー - + Outline アウトライン - + Novel Outline View 小説アウトラインビュー - + Build 構築 - - Build Novel Project - 小説プロジェクトを構築 + + Build Manuscript + - + Details 詳細 - + Project Details プロジェクトの詳細 - + Stats 統計 - + Writing Statistics 執筆の統計 - + Settings 設定 @@ -3580,33 +3625,33 @@ GuiUpdates - + Check for Updates 更新を確認 - + Current Release 現在のリリース - - + + novelWriter {0} released on {1} novelWriter {0} が {1} にリリース - + Latest Release 最新のリリース - + Checking ... 確認しています... - + Download: {0} ダウンロード: {0} @@ -3614,18 +3659,18 @@ GuiWordList - - + + Project Word List プロジェクト単語リスト - + Cannot add a blank word. 空白の単語は追加できません。 - + The word '{0}' is already in the word list. 単語 '{0}' は既に単語リストにあります。 @@ -3633,334 +3678,299 @@ GuiWritingStats - + Writing Statistics 執筆の統計 - + Session Start セッション開始 - + Length 長さ - + Idle アイドル - + Words 単語 - + Histogram ヒストグラム - + Sum Totals 合計 - + Total Time: 合計時間: - + Idle Time: アイドル時間: - + Filtered Time: フィルター時間: - + Novel Word Count: 小説の単語数: - + Notes Word Count: ノートの単語数: - + Total Word Count: 合計単語数: - + Filters フィルター - + Count novel files 小説ファイルをカウント - + Count note files ノートファイルをカウント - + Hide zero word count 単語数0を非表示 - + Hide negative word count 負の単語数を非表示 - + Group entries by day 日毎にグループ化 - + Show idle time アイドル時間の表示 - + Word count cap for the histogram ヒストグラムの単語数上限 - + Save As 名前を付けて保存 - + JSON Data File (.json) JSON データファイル (.json) - + CSV Data File (.csv) CSV データファイル (.csv) - + JSON Data File JSON データファイル - + CSV Data File CSV データファイル - + Save Data As 名前を付けてデータを保存 - + {0} file successfully written to: {0} ファイルの書き込みに成功しました: - + Failed to write {0} file. {0} ファイルの書き込みに失敗しました。 - - - Failed to read session log file. - セッションログファイルの読み込みに失敗しました。 - NWProject - + Could not delete document file. ドキュメントファイルを削除できませんでした。 - + Could not open project with path: {0} このパスでプロジェクトを開くことができませんでした: {0} - + Unknown 不明 - + Project file does not appear to be a novelWriterXML file. プロジェクトファイルがnovelWriter XMLファイルではないようです。 - + Unknown or unsupported novelWriter project file format. The project cannot be opened by this version of novelWriter. The file was saved with novelWriter version {0}. 不明な、またはサポートされていないnovelWriterプロジェクトファイル形式です。このバージョンのnovelWriterではプロジェクトを開くことはできません。 ファイルは、novelWriterのバージョン {0} で保存されました。 - + Failed to parse project xml. プロジェクトxmlの解析に失敗しました。 - - File Version - ファイルバージョン - - - + The file format of your project is about to be updated. If you proceed, older versions of novelWriter will no longer be able to open this project. Continue? プロジェクトのファイル形式を更新しようとしています。 続行すると、古いバージョンのnovelWriterはこのプロジェクトを開くことができなくなります。続行しますか? - - Version Conflict - バージョンの競合 - - - + This project was saved by a newer version of novelWriter, version {0}. This is version {1}. If you continue to open the project, some attributes and settings may not be preserved, but the overall project should be fine. Continue opening the project? このプロジェクトは、新しいバージョンのnovelWriter、バージョン {0} によって保存されました。 このインスタンスはバージョン {1} です。 プロジェクトを開くと、いくつかの属性や設定は保持されませんが、プロジェクト全体は問題ありません。 プロジェクトを開きますか? - - Opened Project: {0} - 開いたプロジェクト: {0} - - - - There is no project open. - プロジェクトが開かれていません。 - - - - Failed to save project. - プロジェクトを保存できませんでした。 - - - - Saved Project: {0} - 保存されたプロジェクト: {0} - - - - Backing up project ... - プロジェクトをバックアップ中... - - - - Cannot backup project because no valid backup path is set. Please set a valid backup location in Preferences. - 有効なバックアップパスが設定されていないため、プロジェクトをバックアップできません。環境設定で有効なバックアップ場所を設定してください。 - - - - Cannot backup project because no project name is set. Please set a Project Name in Project Settings. - プロジェクト名が設定されていないため、プロジェクトをバックアップできません。プロジェクト設定でプロジェクト名を設定してください。 - - - - Could not create backup folder. - バックアップフォルダーを作成できませんでした。 - - - - Backup from {0} - {0} からのバックアップ - - - - Backup archive file written to: {0} - 書き込まれたバックアップのアーカイブファイル: {0} - - - - Could not write backup archive. - バックアップアーカイブを書き込めませんでした。 - - - - Project backed up to '{0}' - プロジェクトはバックアップされました '{0}' - - - - - New - 新規 - - - - Note - ノート - - - - Draft - 下書き - - - - Finished - 終了 - - - - Minor - マイナー - - - - Major - メジャー - - - - Main - メイン - - - - Found {0} orphaned file(s) in project folder. - プロジェクトフォルダに孤立したファイルが {0} 個見つかりました。 - - - + Recovered 復元されました - - [{0}] {1} - [{0}] {1} + + Found {0} orphaned file(s) in the project. {1} file(s) were recovered. + - - Recovered File {0} - 復元されたファイル {0} + + Opened Project: {0} + 開いたプロジェクト: {0} - - One or more orphaned files could not be added back into the project. Make sure at least a Novel root folder exists. - 1つ以上の孤立したファイルをプロジェクトに追加できませんでした。小説ルートフォルダーが存在することを確認してください。 + + There is no project open. + プロジェクトが開かれていません。 + + + + Failed to save project. + プロジェクトを保存できませんでした。 + + + + Saved Project: {0} + 保存されたプロジェクト: {0} + + + + Backing up project ... + プロジェクトをバックアップ中... + + + + Cannot backup project because no project name is set. Please set a Project Name in Project Settings. + プロジェクト名が設定されていないため、プロジェクトをバックアップできません。プロジェクト設定でプロジェクト名を設定してください。 + + + + Could not create backup folder. + バックアップフォルダーを作成できませんでした。 + + + + Created a backup of your project of size {0}B. + + + + + Path: {0} + パス: {0} + + + + Could not write backup archive. + バックアップアーカイブを書き込めませんでした。 + + + + Project backed up to '{0}' + プロジェクトはバックアップされました '{0}' + + + + + New + 新規 + + + + Note + ノート + + + + Draft + 下書き + + + + Finished + 終了 + + + + Minor + マイナー + + + + Major + メジャー + + + + Main + メイン NovelSelector - + All Novel Folders すべての小説フォルダー @@ -3968,42 +3978,42 @@ ProjWizardCustomPage - + Custom Project Options カスタムプロジェクト設定 - + Select which additional elements to populate the project with. You can skip making chapters and add only scenes by setting the number of chapters to 0. プロジェクトに追加する要素を選択します。 章の作成をスキップし、章の数を0に設定することで場面のみを追加できます。 - + Add a folder for plot notes プロットノート用のフォルダーを追加 - + Add a folder for character notes 登場人物ノート用のフォルダーを追加 - + Add a folder for location notes 場所ノート用のフォルダーを追加 - + Add example notes to the above 上記にノートの例を追加する - + Add chapters to the novel folder 小説フォルダーに章を追加 - + Add scenes to each chapter 各章に場面を追加 @@ -4011,82 +4021,82 @@ ProjWizardFinalPage - + Summary 概要 - + Project Name: {0} プロジェクト名: {0} - + Project Path: {0} プロジェクトパス: {0} - + Fill the project with a minimal set of items プロジェクトを最小限のアイテムセットで埋める - + Fill the project with example files プロジェクトをサンプルファイルで埋める - + Add a folder for plot notes プロットノート用のフォルダーを追加 - + Add a folder for character notes 登場人物ノート用のフォルダーを追加 - + Add a folder for location notes 場所ノート用のフォルダーを追加 - + Add example notes to the above 上記にノートの例を追加する - + Add {0} chapters to the novel folder 小説フォルダに {0} 章を追加 - + Add {0} scenes to each chapter 各章に {0} 場面を追加 - + Add {0} scenes {0} 場面を追加 - + You have selected the following: 以下を選択しました: - + Press '{0}' to create the new project. 新しいプロジェクトを作成するには '{0}' を押してください。 - + Done 完了 - + Finish 終了 @@ -4094,33 +4104,33 @@ ProjWizardFolderPage - - + + Select Project Folder プロジェクトフォルダーを選択 - + Select a location to store the project. A new project folder will be created in the selected location. プロジェクトを保存する場所を選択します。選択した場所に新しいプロジェクトフォルダーが作成されます。 - + Required 必須 - + Project Path プロジェクトパス - + Error: A project folder cannot be created using this path. エラー:このパスを使用してプロジェクトフォルダーを作成することはできません。 - + Error: The selected path already exists. エラー:選択したパスは既に存在します。 @@ -4128,43 +4138,43 @@ ProjWizardIntroPage - + Create New Project 新規プロジェクトを作成 - + Provide at least a project name. The project name should not be changed beyond this point as it is used for generating file names for for instance backups. The other fields are optional and can be changed at any time in Project Settings. プロジェクト名を指定してください。 プロジェクト名は、インスタンスバックアップ用のファイル名の生成に使用されるため、この時点以降は変更しないでください。その他のフィールドは任意で、プロジェクト設定でいつでも変更できます。 - + Side image by {0}, {1} {0} によるサイド画像, {1} - + Required 必須 - - + + Optional 任意 - + Project Name プロジェクト名 - + Novel Title 小説のタイトル - + Author(s) 著者 @@ -4172,27 +4182,27 @@ ProjWizardPopulatePage - + Populate Project プロジェクトへ入力 - + Choose how to pre-fill the project. Either with a minimal set of starter items, an example project explaining and showing many of the features, or show further custom options on the next page. プロジェクトを事前に埋める方法を選択します。 開始時点の項目を最小限に抑えることができます。サンプルプロジェクトでは、多くの機能を説明し表示します。 または、次のページにその他のカスタム設定を表示します。 - + Fill the project with a minimal set of items プロジェクトを最小限のアイテムセットで埋める - + Fill the project with example files プロジェクトをサンプルファイルで埋める - + Show detailed options for filling the project プロジェクトを埋めるための詳細な設定を表示 @@ -4200,73 +4210,73 @@ ProjectBuilder - + New Project 新規プロジェクト - + New Chapter 新規章 - + New Scene 新規場面 - + Title Page タイトルページ - + By - + Summary of the chapter. 章の概要。 - + Summary of the scene. 場面の概要。 - + Chapter {0} 章 {0} - - + + Scene {0} 場面 {0} - + Main Plot メインプロット - + Protagonist 主人公 - + Main Location メインの場所 - + Failed to create a new example project. 新しいサンプルプロジェクトの作成に失敗しました。 - + Failed to create a new example project. Could not find the necessary files. They seem to be missing from this installation. 新しいサンプルプロジェクトの作成に失敗しました。必要なファイルが見つかりませんでした。インストール時に欠落しているようです。 @@ -4462,19 +4472,182 @@ Tokenizer - + Synopsis あらすじ - + Document '{0}' is too big ({1} MB). Skipping. ドキュメント '{0}' は大きすぎます({1} MB)。 スキップします。 - + ERROR エラー + + _FilterTab + + + Included in manuscript + + + + + Excluded from manuscript + + + + + Always included + + + + + Always excluded + + + + + Reset to default + + + + + Mark selection as + + + + + Select Root Folders + + + + + _FormatTab + + + Not Set + 未設定 + + + + _GuiAlert + + + Information + 情報 + + + + Warning + 警告 + + + + Error + エラー + + + + Question + + + + + _HeadingsTab + + + + Hide + + + + + + Editing: {0} + + + + + + None + なし + + + + Title + タイトル + + + + Chapter Number + + + + + Chapter Number (Word) + + + + + Chapter Number (Upper Case Roman) + + + + + Chapter Number (Lower Case Roman) + + + + + Scene Number (In Chapter) + + + + + Scene Number (Absolute) + + + + + Insert + 挿入 + + + + Apply + 適用 + + + + _PreviewWidget + + + Press the "Build Preview" button to generate ... + + + + + Processing ... + + + + + Done + 完了 + + + + Unknown + 不明 + + + + Built + + + diff --git a/i18n/nw_nb_NO.ts b/i18n/nw_nb_NO.ts index b7d83b92..fc20b9bf 100644 --- a/i18n/nw_nb_NO.ts +++ b/i18n/nw_nb_NO.ts @@ -1,75 +1,283 @@ + + Builds + + + Document Filters + + + + + Novel Documents + + + + + Project Notes + + + + + Inactive Documents + + + + + Headings + + + + + Title Headings + + + + + Chapter Headings + + + + + Unnumbered Headings + + + + + Scene Headings + + + + + Section Headings + + + + + Hide Scene Headings + + + + + Hide Section Headings + + + + + Text Content + + + + + Include Synopsis + + + + + Include Comments + + + + + Include Keywords + + + + + Include Body Text + + + + + Insert Content + + + + + Add Titles for Notes + + + + + Text Format + + + + + Language + Språk + + + + Font Family + + + + + Font Size + + + + + Line Height + + + + + Text Options + + + + + Justify Text Margins + + + + + Replace Unicode Characters + + + + + Replace Tabs with Spaces + + + + + Page Layout + + + + + Unit + + + + + Page Size + + + + + Page Width + + + + + Page Height + + + + + Top Margin + + + + + Bottom Margin + + + + + Left Margin + + + + + Right Margin + + + + + Open Document (.odt) + Open Document (.odt) + + + + Add Highlight Colours + + + + + HTML (.html) + + + + + Add CSS Styles + + + Common - + in the future i fremtiden - + just now nå nettopp - + a minute ago for et minutt siden - + {0} minutes ago for {0} minutter siden - + an hour ago for en time siden - + {0} hours ago for {0} timer siden - + a day ago for en dag siden - + {0} days ago for {0} dager siden - + a week ago for en uke siden - + {0} weeks ago for {0} uker siden - + a month ago for en måned siden - + {0} months ago for {0} måneder siden - + a year ago for et år siden - + {0} years ago for {0} år siden @@ -77,264 +285,345 @@ Constant - - - + + + None Ingen - + Novel Roman - - + + Plot Plott - - + + Characters Karakterer - - + + Locations Lokasjoner - - + + Timeline Tidslinje - - + + Objects Objekter - - + + Entities Enheter - - + + + Custom Annet - + Archive Arkiv - + Trash Søppel - - + + Novel Document Romandokument - - + + Project Note Prosjektnotat - + Root Folder Hovedmappe - + Folder Mappe - + Novel Title Page Tittelside - + Novel Chapter Kapittel - + Novel Scene Scene - + Novel Section Seksjon - + Tag Knagg - + Point of View Perspektiv - - + + Focus Fokus - + Title Tittel - + Level Nivå - + Document Dokument - + Line Linje - + Chars Tegn - + Words Ord - + Pars Avsnitt - + POV Persp. - + Synopsis Sammendrag - + + Open Document (.odt) + Open Document (.odt) + + + + Flat Open Document (.fodt) + Flat Open Document (.fodt) + + + + novelWriter HTML (.html) + + + + + novelWriter Markup (.txt) + + + + + Standard Markdown (.md) + Standard Markdown (.md) + + + + Extended Markdown (.md) + + + + + JSON + novelWriter HTML (.json) + JSON + novelWriter HTML (.json) + + + + JSON + novelWriter Markup (.json) + + + + + Millimetres + + + + + Centimetres + + + + + Inches + + + + + A4 + + + + + A5 + + + + + A6 + + + + + US Legal + + + + + US Letter + + + + Straight single quotation mark Rett, enkelt sitattegn - + Straight double quotation mark Rett, dobbelt sitattegn - + Left single quotation mark Venstre, enkelt sitattegn - + Right single quotation mark Høyre, enkelt sitattegn - + Single low-9 quotation mark Enkelt, lavt-9 sitattegn - + Single high-reversed-9 quotation mark Enkelt, høyt, reversert-9 sitattegn - + Left double quotation mark Venstre, dobbelt sitattegn - + Right double quotation mark Høyre, dobbelt sitattegn - + Double low-9 quotation mark Dobbelt, lavt-9 sitattegn - + Double high-reversed-9 quotation mark Dobbelt, høyt, reversert-9 sitattegn - + Double low-reversed-9 quotation mark Dobbelt, lavt, reversert-9 sitattegn - + Single left-pointing angle quotation mark Enkelt, venstre, angulært sitattegn - + Single right-pointing angle quotation mark Enkelt, høyre, angulært sitattegn - + Double left-pointing angle quotation mark Dobbelt, venstre, angulært sitattegn - + Double right-pointing angle quotation mark Dobbelt, høyre, angulært sitattegn - + Left corner bracket Venstre hjørnevinkel - + Right corner bracket Høyre hjørnevinkel - + Left white corner bracket Venstre, hvit hjørnevinkel - + Right white corner bracket Høyre, hvit hjørnevinkel @@ -342,447 +631,129 @@ GuiAbout - - + + About novelWriter Om novelWriter - + About Om - + Release Utgivelse - + Credits Krediteringer - + Licence Lisens - + Website: {0} Nettside: {0} - + novelWriter is a markdown-like text editor designed for organising and writing novels. It is written in Python 3 with a Qt5 GUI, using PyQt5. novelWriter er en markdown-liknende teksteditor laget for å kunne organisere og skrive romaner og noveller. Programmet er skrevet i Python 3 med et brukergrensesnitt i Qt 5 via PyQt5. - + novelWriter is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. novelWriter er gratis programvare: du kan videredistribuere det og/eller modifisere det under vilkårene i GNU General Public License som utgitt av Free Software Foundation, enten versjon 3 av Lisensen, eller (etter eget valg) enhver senere versjon. - + novelWriter is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. novelWriter er distribuert i håp om at det vil være nyttig, men UTEN NOEN GARANTI; uten selv en underforstått garanti vedrørende SALGBARHET eller EGNETHET TIL ET BESTEMT FORMÅL. Se GNU General Public Licence for flere detaljer. - + See the Licence tab for the full licence text, or visit the GNU website at {0} for more details. Se lisens-fanen for fulltekst-versjonen av lisensen (på engelsk), eller besøk GNU sin nettside på {0} for mer informasjon. - GuiBuildNovel + GuiBuildSettings - - Build Novel Project - Bygg prosjektet + + Manuscript Build Settings + - - Title Formats for Novel Files - Tittelformater + + Options + - - Formatting Codes: - Formatteringskoder: + + Selection + - - {0} for the title as set in the document - {0} for tittelen slik den er definert i dokumentet + + Headings + - - {0} for chapter number (1, 2, 3) - {0} for kapittelnummer (1, 2, 3) + + Content + - - {0} for chapter number as a word (one, two) - {0} for kapittelnummer (én, to, tre) + + Format + - - {0} for chapter number in upper case Roman - {0} for kapittelnummer i store romertall + + Output + - - {0} for chapter number in lower case Roman - {0} for kapittelnummer i små romertall - - - - {0} for scene number within chapter - {0} for scenenummer innad i kapitler - - - - {0} for scene number within novel - {0} for scenenummer innad i boken - - - - Leave blank to skip this heading, or set to a static text, like for instance '{0}', to make a separator. The separator will be centred automatically and only appear between sections of the same type. - La feltet stå tomt for å hoppe over overskriften, eller sett til en statisk tekst, slik som for eksempel {0}, for å lage en separator. Separatoren vil bli sentrert automatisk, og bare satt inn mellom scener av samme type. - - - - Not Set - Ikke satt - - - - Title - Tittel - - - - Chapter - Kapittel - - - - Unnumbered - Unumrert - - - - Scene - Scene - - - - Section - Seksjon - - - - Language - Språk - - - - Hide scene - Skjul scene - - - - Hide section - Skjul seksjon - - - - Font Options - Skriftvalg - - - - Font family - Skriftfamilie - - - - Font size - Skriftstørrelse - - - - Line height - Linjehøyde - - - - Justify text - Rette marger - - - - Disable styling - Slå av styling - - - - Styling Options - Styling - - - - Include Options - Inkluderinger - - - - Include synopsis - Inkluder sammendrag - - - - Include comments - Inkluder kommentarer - - - - Include keywords - Inkluder kodeord - - - - Include body text - Inkluder tekst - - - - Root Filter Options - Filtrer rotmapper - - - - File Filter Options - Fil-filtre - - - - Include novel files - Inkluder romanfiler - - - - Include note files - Inkluder notatfiler - - - - Include inactive files - Inkluder ikke-aktive filer - - - - Export Options - Eksportvalg - - - - Replace tabs with spaces - Erstatt tab med mellomrom - - - - Replace Unicode in HTML - Erstatt Unicode med HTML - - - - Build Preview - Lag forhåndsvisning - - - - Print - Skriv ut - - - - Print Preview - Forhåndsvisning av utskrift - - - - Print to PDF - Skriv ut til PDF - - - - Save As - Lagre som - - - - Open Document (.odt) - Open Document (.odt) - - - - Flat Open Document (.fodt) - Flat Open Document (.fodt) - - - - novelWriter HTML (.htm) - novelWriter HTML (.htm) - - - - novelWriter Markdown (.nwd) - novelWriter Markdown (.nwd) - - - - Standard Markdown (.md) - Standard Markdown (.md) - - - - GitHub Markdown (.md) - GitHub Markdown (.md) - - - - JSON + novelWriter HTML (.json) - JSON + novelWriter HTML (.json) - - - - JSON + novelWriter Markdown (.json) - JSON + novelWriter Markdown (.json) - - - - Close - Lukk - - - - Failed to generate preview. The result is too big. - Kunne ikke generere forhåndsvisning. Resultatet er for stort til å vise. - - - - There were problems when building the project: - Det har oppstått problemer under bygging av prosjektet: - - - - Open Document - Open Document - - - - Flat Open Document - Flat Open Document - - - - Plain HTML - Enkel HTML - - - - novelWriter Markdown - novelWriter Markdown - - - - Standard Markdown - Standard Markdown - - - - GitHub Markdown - GitHub Markdown - - - - JSON + novelWriter HTML - JSON + novelWriter HTML - - - - JSON + novelWriter Markdown - JSON + novelWriter Markdown - - - - PDF - PDF - - - - Save Document As - Lagre dokumentet som - - - - {0} file successfully written to: - Lagring av {0} var vellykket, og filen ble skrevet til: - - - - Failed to write {0} file. {1} - Misslykkes i å skrive {0} til. {1} - - - - GuiBuildNovelDocView - - - This area will show the content of the document to be exported or printed. Press the "Build Preview" button to generate content. - Dette området vil vise innholdet av dokumentet som skal eksporteres. Trykk på knappen merket med "Lag forhåndsvisning" for å oppdatere innholdet. - - - - Unknown - Ukjent - - - - Build Time: - Bygget: + + Name + GuiDocEditFooter - + Status Status - + Line: {0} ({1}) Linje: {0} ({1}) - + Words: {0} ({1}) Ord: {0} ({1}) - + Document size is {0} bytes Dokumentet er {0} byte - + Words: {0} selected Ord: {0} valgt - + Character count: {0} Antall tegn: {0} @@ -790,22 +761,22 @@ GuiDocEditHeader - + Edit document label Endre dokumentnavn - + Search document Søk i dokumentet - + Toggle Focus Mode Slå av/på "Fokus-modus" - + Close the document Lukk dokumentet @@ -813,58 +784,58 @@ GuiDocEditSearch - - + + Search Søk - + Replace Erstatt - + Case Sensitive Skill store/små bokstaver - + Whole Words Only Kun hele ord - + RegEx Mode RegEx-modus - + Loop Search Søk rundt - + Search Next File Søk i neste file - + Preserve Case Behold store/små bokstaver - + Close Search Lukk søk - + Find in current document Søk i det åpne dokumentet - + Find and replace in current document Søk og erstatt i det åpne dokumentet @@ -872,117 +843,122 @@ GuiDocEditor - + The document you are trying to open is too big. The document size is {0} MB. The maximum size allowed is {1} MB. Dokumentet du prøver å åpne er for stort. Dokumenter er på {0} MB. Den maksimale størrelsen tillat er {1} MB. - + Opened Document: {0} Åpnet dokument: {0} - + The text you are trying to add is too big. The text size is {0} MB. The maximum size allowed is {1} MB. Teksten du forsøker å legge til er for stor. Teksten er {0} MB. Den maksimale tillatte størrelsen er {1} MB. - - File Changed on Disk - Filen er endret på disk - - - + This document has been changed outside of novelWriter while it was open. Overwrite the file on disk? Dette dokumentet er endret utenfor novelWriter mens det var åpent. Overskrive filen på disken? - + Could not save document. Kunne ikke lagre dokumentet. - + Saved Document: {0} Lagret dokument: {0} - + Spell checking requires the package PyEnchant. It does not appear to be installed. Stavekontroll krever at pakken PyEnchant er installert. Det ser det ikke ut til at den er. - + Spell check complete Stavekontrollen er ferdig - - File Location - Filens plassering + + Document Details + - - The currently open file is saved in: - Det åpne dokumentet er lagret på følgende sted: + + Created: {0} + - + + Updated: {0} + + + + + File Location: {0} + + + + The document has grown too big and you cannot add more text to it. The maximum size of a single novelWriter document is {0} MB. Dokumentet har blitt for stort og du kan ikke legge til mer tekst. Den maksimale tillatte størrelsen for et novelWriter-dokument er {0} MB. - + Follow Tag Følg knagg - + Cut Klipp - + Copy Kopier - + Paste Lim inn - + Select All Velg hele teksten - + Select Word Velg hele ordet - + Select Paragraph Velg hele avsnittet - + Spelling Suggestion(s) Forslag fra stavekontrollen - + No Suggestions Ingen forslag - + Add Word to Dictionary Legg til ord i ordbok - + Please select some text before calling replace quotes. Venligst velg en del av teksten før du velger å erstatte sitattegn. @@ -990,22 +966,22 @@ GuiDocMerge - + Merge Documents Slå sammen dokumenter - + Documents to Merge Dokumenter som skal slås sammen - + Drag and drop items to change the order, or uncheck to exclude. Dra og slipp elementer for å endre rekkefølgen, eller fjern merking for å ekskludere. - + Move merged items to Trash Flytt sammenslåtte elementer til papirkurven @@ -1013,52 +989,52 @@ GuiDocSplit - + Split Document Del opp dokument - + Document Headers Dokumentets overskrifter - + Select the maximum level to split into files. Velg hvilket nivå av overskrifter å dele opp til. - + Split on Header Level 1 (Title) Del på overskrifter på nivå 1 (titler) - + Split up to Header Level 2 (Chapter) Del på overskrifter opp til nivå 2 (kapitler) - + Split up to Header Level 3 (Scene) Del på overskrifter opp til nivå 3 (scener) - + Split up to Header Level 4 (Section) Del på overskrifter opp til nivå 4 (seksjoner) - + Split into a new folder Del inn i en ny mappe - + Create document hierarchy Opprett dokumenthierarki - + Move split document to Trash Flytt splittet element til papirkurven @@ -1066,42 +1042,42 @@ GuiDocViewFooter - + Show/hide the references panel Skjul eller vis referanse-panelet - + Activate to freeze the content of the references panel when changing document Aktiver for å fryse innholdet i referanse-panelet ved bytte av vist dokument - + Show comments Vis kommentarer - + Show synopsis comments Vis sammendrag - + References Referanser - + Sticky Hold igjen - + Comments Kommentarer - + Synopsis Sammendrag @@ -1109,22 +1085,22 @@ GuiDocViewHeader - + Go backward Gå bakover - + Go forward Gå fremover - + Reload the document Last dokumentet på nytt - + Close the document Lukk dokumentet @@ -1132,27 +1108,27 @@ GuiDocViewer - + An error occurred while generating the preview. Det har oppstått en feil under genereringen av visningen. - + Copy Kopier - + Select All Velg hele teksten - + Select Word Velg hele ordet - + Select Paragraph Velg hele avsnittet @@ -1160,12 +1136,12 @@ GuiEditLabel - + Item Label Enhetens navn - + Label Navn @@ -1173,37 +1149,37 @@ GuiItemDetails - + Label Navn - + Status Status - + Class Klasse - + Usage Formål - + Characters Tegn - + Words Ord - + Paragraphs Avsnitt @@ -1239,173 +1215,123 @@ GuiMain - + You are running an untested development version of novelWriter. Please be careful when working on a live project and make sure you take regular backups. Du kjører nå en utestet versjon av novelWriter. Vær forsiktig om du jobber med et av dine faktiske prosjekter. Husk å ta backup! - + novelWriter is ready ... novelWriter er klar ... - + Cannot create a new project when another project is open. Kan ikke lage et nytt prosjekt mens et annet prosjekt er åpent. - + A project already exists in that location. Please choose another folder. Et prosjekt finnes allerede i den mappen. Vennligst velg et annet sted å lagre prosjektet. - - Close Project - Lukk prosjektet - - - + Close the current project? Ønsker du å lukke dette prosjektet? - - + + Changes are saved automatically. Endringer lagres automatisk. - - Backup Project - Sikkerhetskopiering - - - + Backup the current project? Ønsker du å ta sikkerhetskopi av dette prosjektet? - - The project was locked by the computer '{0}' ({1} {2}), last active on {3}. - Prosjektet er låst av datamaskinen {0} ({1} {2}), siste registrerte aktivitet var {3}. - - - - Project Locked - Prosjektlås - - - + The project is already open by another instance of novelWriter, and is therefore locked. Override lock and continue anyway? Prosjektet er allerede åpent av en annen instans av novelWriter, og er derfor låst. Vil du overstyre denne låsen og fortsette likevel? - + Note: If the program or the computer previously crashed, the lock can safely be overridden. However, overriding it is not recommended if the project is open in another instance of novelWriter. Doing so may corrupt the project. Merk: Hvis programmet eller datamaskinen tidligere krasjet, kan fil-låsen trygt overstyres. Det anbefales imidlertid ikke å overstyre den hvis prosjektet er åpent i en annen instans av novelWriter. Å gjøre det kan skape konflikter i prosjektets filer. - + + The project was locked by the computer '{0}' ({1} {2}), last active on {3}. + Prosjektet er låst av datamaskinen {0} ({1} {2}), siste registrerte aktivitet var {3}. + + + The project index is outdated or broken. Rebuilding index. Prosjektets indeks er utdatert eller skadet. Bygger indeksen på nytt. - + Text files ({0}) Tekstfiler ({0}) - + Markdown files ({0}) Markdown-filer ({0}) - + novelWriter files ({0}) novelWriter-filer ({0}) - + All files ({0}) Alle filer ({0}) - + Import File Importer fil - + Could not read file. The file must be an existing text file. Kunne ikke lese filen. Filen må eksistere fra før av. - + Please open a document to import the text file into. Vennligst åpne et dokument hvor teksten i filen kan importeres. - - Import Document - Importer dokument - - - + Importing the file will overwrite the current content of the document. Do you want to proceed? Å importere filen vil overskrive all eksisterende tekst i dokumentet. Ønsker du å fortsette? - + Indexing completed in {0} ms Indekseringen tok {0} ms - + The project index has been successfully rebuilt. Prosjektets indeks har blitt bygget på nytt. - + Some changes will not be applied until novelWriter has been restarted. Noen endringer vil ikke tas i bruk før neste gang novelWriter startes. - - Information - Informasjon - - - - Warning - Advarsel - - - - Error - Feil - - - - This is a bug! - Dette er en systemfeil! - - - - Internal Error - Intern feil - - - - Exit - Avslutt - - - + Do you want to exit novelWriter? Ønsker du å avslutte novelWriter? - + Could not find the reference for tag '{0}'. It either doesn't exist, or the index is out of date. The index can be updated from the Tools menu, or by pressing {1}. Kunne ikke finne referansen til knagg {0}. Enten finnes den ikke, eller så er prosjektets indeks ikke oppdatert. Indeksen kan oppdateres fra Verktøy-menyen eller ved å trykke på {1}. @@ -1413,492 +1339,492 @@ GuiMainMenu - + &Project &Prosjekt - + New Project Nytt prosjekt - + Open Project Åpne prosjekt - + Save Project Lagre prosjektet - + Close Project Lukk prosjektet - + Project Settings Prosjektinnstillinger - + Project Details Prosjektdetaljer - + Rename Item Endre navn - + Delete Item Slett enhet - + Empty Trash Tøm søppel - + Exit Avslutt - + &Document &Dokument - + Open Document Åpne dokument - + Save Document Lagre dokumentet - + Close Document Lukk dokumentet - + View Document Vis dokument - + Close Document View Lukk dokumentvisning - + Show File Details Vis filinformasjon - + Import Text from File Importer tekst fra fil - + &Edit &Rediger - + Undo Angre - + Redo Gjenopprett - + Cut Klipp - + Copy Kopier - + Paste Lim inn - + Select All Velg hele teksten - + Select Paragraph Velg hele avsnittet - + &View &Vis - + Go to Project Tree Gå til prosjekt-tre - + Go to Document Editor Gå til dokument-editor - + Go to Document Viewer Gå til visningsvindu - + Go to Outline Gå til disposisjon - + Navigate Backward Navigere bakover - + Navigate Forward Navigere fremover - + Focus Mode Focus-modus - + Full Screen Mode Fullskjerm-modus - + &Insert Sett &inn - + Dashes Bindestreker - + Short Dash Kort bindestrek - + Long Dash Lang bindestrek - + Horizontal Bar Horisontal strek - + Figure Dash Tallstrek - + Quote Marks Sitattegn - + Left Single Quote Venstre, enkelt sitattegn - + Right Single Quote Høyre, enkelt sitattegn - + Left Double Quote Venstre, dobbelt sitattegn - + Right Double Quote Høyre, dobbelt sitattegn - + Alternative Apostrophe Alternativ apostrof - + General Punctuation Generell tegnsetting - + Ellipsis Ellipsis - + Prime Primtegn - + Double Prime Dobbelt primtegn - + White Spaces Mellomrom - + Non-Breaking Space Hardt mellomrom - + Thin Space Kort mellomrom - + Thin Non-Breaking Space Hardt, kort mellomrom - + Other Symbols Andre symboler - + List Bullet Kulepunkt - + Hyphen Bullet Bindestrekpunkt - + Flower Mark Blomsterpunkt - + Per Mille Promille - + Degree Symbol Gradertegn - + Minus Sign Minustegn - + Times Sign Gangetegn - + Division Sign Deletegn - + Tags and References Knagger og referanser - + Special Comments Andre kommentartyper - + Synopsis Comment Kommentar med sammendrag - + Page Break and Space Sideskift og avstand - + Page Break Sideskift - + Vertical Space (Single) Vertikal avstand (enkel) - + Vertical Space (Multi) Vertikal avstand (flere) - + Placeholder Text Midlertidig tekst - + &Format &Formattering - + Emphasis Kursiv - + Strong Emphasis Uthev - + Strikethrough Gjennomstrek - + Wrap Double Quotes Sett i doble sitattegn - + Wrap Single Quotes Sett i enkle sitattegn - + Header 1 (Partition) Overskrift 1 (inndeling) - + Header 2 (Chapter) Overskrift 2 (kapittel) - + Header 3 (Scene) Overskrift 3 (scene) - + Header 4 (Section) Overskrift 4 (seksjon) - + Novel Title Boktittel - + Unnumbered Chapter Unumrert kapittel - + Align Left Venstrejuster - + Align Centre Sentrer - + Align Right Høyrejuster - + Indent Left Innrykk fra venstre - + Indent Right Innrykk fra høyre - + Toggle Comment Veksle kommentar - + Remove Block Format Fjern formattering - + Convert Single Quotes Konverter enkle sitattegn - + Convert Double Quotes Konverter doble sitattegn - + Remove In-Paragraph Breaks Fjern linjeskift i avsnittet - + &Search &Søk - + Find Søk - + Replace Erstatt @@ -1908,102 +1834,112 @@ Finn neste - + Find Previous Finn forrige - + Replace Next Erstatt neste - + &Tools &Verktøy - + Check Spelling Stavekontroll - + + Spell Check Language + + + + + Default + Ingen valg + + + Re-Run Spell Check Kjør stavekontroll - + Project Word List Prosjektets ordliste - + Rebuild Index Bygg indeks - + Backup Project Lag sikkerhetskopi av prosjektets mappe - - Build Novel Project - Bygg prosjektet + + Build Manuscript + - + Writing Statistics Statistikk - + Preferences Innstillinger - + &Help &Hjelp - + About novelWriter Om novelWriter - + About Qt5 Om Qt5 - + User Manual (Online) Brukermanual (på nett) - + User Manual (PDF) Brukermanual (PDF) - + Report an Issue (GitHub) Rapporter en feil (GitHub) - + Ask a Question (GitHub) Still et spørsmål (GitHub) - + The novelWriter Website novelWriters nettside - + Check for New Release Sjekk etter oppdateringer @@ -2011,97 +1947,204 @@ GuiMainStatus - - + + None Ingen - + Editor Editor - + Project Prosjekt - + Session Time Tid brukt i gjeldende sesjon - + Words: {0} ({1}) Ord: {0} ({1}) - + Project word count (session change) Antall ord i prosjektet (endring i denne sesjonen) - + Novel word count (session change) Antall ord i roman-teksten (endring i denne sesjonen) + + GuiManuscript + + + Build Manuscript + + + + + Add New Build + + + + + Delete Selected Build + + + + + Edit Selected Build + + + + + Builds + + + + + Preview + + + + + Print + Skriv ut + + + + Build + Bygge + + + + Close + Lukk + + + + + My Manuscript + + + + + GuiManuscriptBuild + + + Build Manuscript + + + + + Output Format + + + + + Table of Contents + Innholdsfortegnelse + + + + Path + Filbane + + + + File Name + + + + + Reset file name to default + + + + + &Build + + + + + Select Folder + + + + + Output folder does not exist. + + + + + The file already exists. Do you want to overwrite it? + + + GuiNovelToolBar - + Outline of {0} Innhold i {0} - + Novel Root Roman-mappe - + Refresh Oppdatér - + Last Column Siste kolonne - + Hidden Skjult - + Point of View Character Synsvinkel-karakter - + Focus Character Fokus-karakter - + Novel Plot Roman-plott - - + + Column Size Kolonnebredde - + More Options Flere valg - + Maximum column size in % Maksimal kolonnebredde i % @@ -2109,7 +2152,7 @@ GuiNovelTree - + No meta data Ingen meta-data @@ -2117,65 +2160,65 @@ GuiOutlineDetails - - - - + + + + Title Tittel - + Chapter Kapittel - + Scene Scene - + Section Seksjon - + Document Dokument - + Status Status - + Characters Tegn - + Words Ord - + Paragraphs Avsnitt - + Synopsis Sammendrag - + Title Details Oversikt - + Reference Tags Referanser @@ -2183,7 +2226,7 @@ GuiOutlineHeaderMenu - + Select Columns Velg kolonner @@ -2191,12 +2234,12 @@ GuiOutlineToolBar - + Outline of Disposisjon for - + Refresh Oppdatér @@ -2204,42 +2247,42 @@ GuiPreferences - + Preferences Innstillinger - + General Generelt - + Projects Prosjekt - + Documents Dokument - + Editor Editor - + Highlighting Fremheving - + Automation Automasjon - + Quotes Sitattegn @@ -2247,103 +2290,103 @@ GuiPreferencesAutomation - + Automatic Features Automatiske funksjoner - + Auto-select word under cursor Auto-velg ord under markør - + Apply formatting to word under cursor if no selection is made. Hvis ingen tekst er valgt, formatter ordet hvor markøren står. - + Auto-replace text as you type Erstatt mens du skriver - + Allow the editor to replace symbols as you type. La editoren erstatte symboler mens du skriver. - + Replace as You Type Erstatt mens du skriver - + Auto-replace single quotes Erstatt enkle sitattegn - - + + Try to guess which is an opening or a closing quote. Prøv å gjette om det er et åpne- eller lukketegn. - + Auto-replace double quotes Erstatt doble sitattegn - + Auto-replace dashes Erstatt bindestreker - + Double and triple hyphens become short and long dashes. To og tre bindestreker erstattes med kort og lang bindestrek. - + Auto-replace dots Erstatt tre punktum - + Three consecutive dots become ellipsis. Tre punktum på rad erstattes med ellipsis. - + Automatic Padding Automatisk mellomrom - + Insert non-breaking space before Sett inn hardt mellomrom foran - + Automatically add space before any of these symbols. Legg til mellomrom automatisk foran disse tegnene. - + Insert non-breaking space after Sett inn hardt mellomrom etter - + Automatically add space after any of these symbols. Legg til mellomrom automatisk etter disse tegnene. - + Use thin space instead Bruk tynt mellomrom istedet - + Inserts a thin space instead of a regular space. Sett inn et tynt mellomrom istedenfor et vanlig et. @@ -2351,93 +2394,93 @@ GuiPreferencesDocuments - + Text Style Tekststil - + Font family Skriftfamilie - - - - + + + + Applies to both document editor and viewer. Gjelder både redigerings- og visningsvindu. - + Font size Skriftstørrelse - + pt pt - + Text Flow Tekstflyt - + Maximum text width in "Normal Mode" Maks tekstbredde i "Normal-modus" - + Set to 0 to disable this feature. Sett til 0 for å deaktivere denne funksjonen. - - - - + + + + px px - + Maximum text width in "Focus Mode" Maks tekstbredde i "Fokus-modus" - + The maximum width cannot be disabled. Denne maks-bredden kan ikke deaktiveres. - + Hide document footer in "Focus Mode" Gjem dokumentets bunnlinje i "Fokus-modus" - + Hide the information bar in the document editor. Skjul informasjonslinjen i dokumenteditoren. - + Justify the text margins Juster tekstmarginer - + Minimum text margin Minimum tekstmargin - + Tab width Tabulatorens bredde - + The width of a tab key press in the editor and viewer. Hvor langt tabulatoren hopper i editor og visning. @@ -2445,117 +2488,112 @@ GuiPreferencesEditor - + Spell Checking Stavekontroll - + None Ingen - - Not installed - Ikke installert - - - + Spell check language Språk for stavekontroll - + Available languages are determined by your system. Tilgjengelige språk hentes fra operativystemet ditt. - + Big document limit Grense for store dokumenter - + Full spell checking is disabled above this limit. Automatisk stavekontroll slås av over grensen. - + kB kB - + Word Count Telling av ord - + Word count interval Telle-intervall - + seconds sekunder - + Include project notes in status bar word count Inkluder prosjektnotater i antallet ord i statuslinjen - + Writing Guides Hjelpesymboler - + Show tabs and spaces Synlige tabulatorer og mellomrom - + Show line endings Synlige linjeender - + Scroll Behaviour Rullefelt - + Scroll past end of the document Tillat å rulle forbi slutten av dokumentet - + Set to 0 to disable this feature. Sett til 0 for å deaktivere denne funksjonen. - + lines linjer - + Typewriter style scrolling when you type Skrivemaskin-liknende rulling mens du skriver - + Keeps the cursor at a fixed vertical position. Holder markøren på samme sted vertikalt. - + Minimum position for Typewriter scrolling Minste avstand for skrivemaskin-rulling - + Percentage of the editor height from the top. I prosent fra toppen av editor-vinduet. @@ -2563,95 +2601,95 @@ GuiPreferencesGeneral - + Look and Feel Utseende - + Main GUI language Programspråk - - - + + + Requires restart to take effect. Krever omstart for å tre i kraft. - + Main GUI theme Fargetema - + General colour theme and icons. Generelt fargetema og ikoner. - + Editor theme Syntaksfremheving - + Colour theme for the editor and viewer. Fargetema for editor og visning. - + Font family Skriftfamilie - + Font size Skriftstørrelse - + pt pt - + GUI Settings Brukergrensesnitt - + Emphasise partition and chapter labels Fremhev filnavn for inndeling og kapitler - + Makes them stand out in the project tree. Får dem til å skille seg ut i prosjekttreet. - + Show full path in document header Vis full prosjektbane i dokumenthoder - + Add the parent folder names to the header. Legger til mappene foran dokumentets navn. - + Hide vertical scroll bars in main windows Skjul vertikale rullefelt i hovedvinduer - - + + Scrolling available with mouse wheel and keys only. Rulling kan bare gjøres med mus og tastatur. - + Hide horizontal scroll bars in main windows Skjul horisontale rullefelt i hovedvinduer @@ -2659,109 +2697,109 @@ GuiPreferencesProjects - + Automatic Save Automatisk lagring - + Save document interval Interval for lagring av dokument - + How often the document is automatically saved. Hvor ofte dokumentet lagres automatisk. - - + + seconds sekunder - + Save project interval Interval for lagring av prosjekt - + How often the project is automatically saved. Hvor ofte prosjektet lagres automatisk. - + Project Backup Sikkerhetskopi - + Browse Bla - + Backup storage location Filbane for sikkerhetskopi - - + + Path: {0} Filbane: {0} - + Run backup when the project is closed Lag sikkerhetskopi når prosjektet lukkes - + Can be overridden for individual projects in Project Settings. Kan overstyres fra individuelle prosjektinnstillinger. - + Ask before running backup Spør før sikkerhetskopi tas - + If off, backups will run in the background. Hvis avslått, tas sikkerhetskopi automatisk. - + Session Timer Sesjons-klokke - + Pause the session timer when not writing Sett klokka på pause når du er inaktiv - + Also pauses when the application window does not have focus. Pauses også når du ikke jobber i applikasjonens vindu. - + Editor inactive time before pausing timer Tid uten skriving før klokka settes på pause - + User activity includes typing and changing the content. Dette måler kun endringer i teksteditoren. - + minutes minutter - + Backup Directory Mappe for sikkerhetskopi @@ -2769,47 +2807,47 @@ GuiPreferencesQuotes - + Quotation Style Sitattegn - + Single quote open style Enkelt sitat, venstre side - + The symbol to use for a leading single quote. Symbol for enkelt sitattegn før et sitat. - + Single quote close style Enkelt sitat, høyre side - + The symbol to use for a trailing single quote. Symbol for enkelt sitattegn etter et sitat. - + Double quote open style Dobbelt sitat, venstre side - + The symbol to use for a leading double quote. Symbol for dobbelt sitattegn før et sitat. - + Double quote close style Dobbelt sitat, høyre side - + The symbol to use for a trailing double quote. Symbol for dobbelt sitattegn etter et sitat. @@ -2817,59 +2855,59 @@ GuiPreferencesSyntax - + Quotes & Dialogue Sitattegn & dialog - + Highlight text wrapped in quotes Fremhev tekst mellom sitattegn - - - + + + Applies to the document editor only. Gjelder bare for redigeringsvindu. - + Allow open-ended single quotes Tillat enkle sitattegn som ikke lukkes - + Highlight single-quoted line with no closing quote. Fremhev sitater som ikke er lukket i samme avsnitt. - + Allow open-ended double quotes Tillat doble sitattegn som ikke lukkes - + Highlight double-quoted line with no closing quote. Fremhev sitater som ikke er lukket i samme avsnitt. - + Text Emphasis Fremheving av tekst - + Add highlight colour to emphasised text Fremhev formattert tekst - + Text Errors Feil i tekst - + Highlight multiple or trailing spaces Fremhev flere eller etterfølgende mellomrom @@ -2877,17 +2915,17 @@ GuiProjectDetails - + Project Details Prosjektdetaljer - + Overview Oversikt - + Contents Innhold @@ -2895,72 +2933,72 @@ GuiProjectDetailsContents - + Table of Contents Innholdsfortegnelse - + Title Tittel - + Words Ord - + Pages Sider - + Page Side - + Progress Fremdrift - + Typical word count for a 5 by 8 inch book page with 11 pt font is 350. Typisk antall ord for en 5 x 8 tommers bokside med 11 pt tekst er 350. - + Start counting page numbers from this page. Begynn sidetall fra denne siden. - + Assume a new chapter or partition always start on an odd numbered page. Beregn at nye kapitler og partisjoner alltid starter på en høyreside. - + Words per page Ord per side - + Count pages from Tell sider fra - + Clear double pages Tøm doble sider - + END SLUTT - + Untitled Uten tittel @@ -2968,42 +3006,42 @@ GuiProjectDetailsMain - + Words Ord - + Chapters Kapitler - + Scenes Scener - + Revisions Revisjoner - + Editing Time Redigeringstid - + Path Filbane - + Project: {0} Prosjekt: {0} - + By {0} Av {0} @@ -3011,54 +3049,54 @@ GuiProjectEditMain - + Project Settings Prosjektinnstillinger - + Project name Prosjektnavn - + Should be set only once. Bør bare settes én gang. - + Novel title Bokens tittel - - + + Change whenever you want! Kan endres når som helst! - + Author(s) Forfatter(e) - + Default Ingen valg - + Spell check language Språk for stavekontroll - - + + Overrides main preferences. Overstyrer valg i innstillinger. - + No backup on close Slå av sikkerhetskopi @@ -3066,27 +3104,27 @@ GuiProjectEditReplace - + Text Replace List for Preview and Export Erstatningsliste for forhåndsvisning og eksport - + Keyword Kodeord - + Replace With Erstatt med - + Select item to edit Velg enhet å redigere - + Save Lagre @@ -3094,67 +3132,67 @@ GuiProjectEditStatus - + Novel File Status Levels Statusnivåer i roman-filer - + Note File Importance Levels Viktighetsnivåer i notatfiler - + Label Navn - + Usage Bruk - + Select item to edit Velg enhet å redigere - + Colour Farge - + Save Lagre - + Select Colour Velg farge - + New Item Legg til - + Cannot delete a status item that is in use. Kan ikke slette status som er i bruk. - + Not in use Ikke i bruk - + Used once Brukt ett sted - + Used by {0} items Brukt {0} steder @@ -3162,63 +3200,58 @@ GuiProjectLoad - - + + Open Project Åpne prosjekt - + Working Title Arbeidstittel - + Words Ord - + Last Opened Sist åpnet - + Recently Opened Projects Tidligere åpnede prosjekter - + Path Filbane - + New Ny - + Remove Fjern - + novelWriter Project File ({0}) novelWriter-prosjektfil ({0}) - + All files ({0}) Alle filer ({0}) - - Remove Entry - Fjern linje - - - + Remove '{0}' from the recent projects list? The project files will not be deleted. Vil du fjerne {0} fra listen over tidligere åpnede prosjekter? Selve prosjektfilene blir ikke slettet. @@ -3226,27 +3259,27 @@ GuiProjectSettings - + Project Settings Prosjektinnstillinger - + Settings Innstillinger - + Status Status - + Importance Viktighet - + Auto-Replace Autoerstatt @@ -3254,52 +3287,52 @@ GuiProjectToolBar - + Project Content Prosjektets innhold - + Quick Links Hurtiglenker - + Move Up Flytt opp - + Move Down Flytt ned - + Add Item Legg til element - + Expand All Utvid alle - + Collapse All Lukk alle - + Undo Move Angre flytting - + Empty Trash Tøm papirkurven - + More Options Flere valg @@ -3307,204 +3340,216 @@ GuiProjectTree - + Active Aktiv - + Inactive Inaktiv - + Did not find anywhere to add the file or folder! Fant ikke noe sted å legge til filen eller mappen! - + Cannot add new files or folders to the Trash folder. Kan ikke legge til nye filer eller mapper i papirkurvmappen. - + New Note Nytt notat - + New Chapter Nytt kapittel - + New Scene Ny scene - + New Document Nytt dokument - + New Folder Ny mappe - + There is currently no Trash folder in this project. Det er for øyeblikket ingen papirkurv i dette prosjektet. - + The Trash folder is already empty. Papirkurven er allerede tom. - - - Empty Trash - Tøm papirkurven - - - + Permanently delete {0} file(s) from Trash? Vil du slette {0} filer i papirkurven for godt? - - - Delete - Slett - - - + Move '{0}' to Trash? Vil du flytte filen "{0}" til søpla? - + Root folders can only be deleted when they are empty. Rotmapper kan bare slettes når de er tomme. - + Permanently delete '{0}'? Slette filen "{0}" for godt? - + + Empty Trash + Tøm papirkurven + + + Open Document Åpne dokument - + View Document Vis dokument - + Rename Endre navn - + Toggle Active Aktiver/deaktiver - + Set Status to ... Sett status til ... - + Set Importance to ... Sett viktighetsnivå til ... - + Transform Transformer - - - - + + + + Convert to {0} Konverter til {0} - + Merge Child Items into Self Lim inn underelementer i dette dokumentet - + Merge Child Items into New Lim inn underelementer i nytt dokument - + Merge Documents in Folder Slå sammen dokumenter i mappen - + Split Document by Headers Del dokumentet etter overskrift - + Expand All Utvid alle - + Collapse All Lukk alle - + + Duplicate from Here + + + + + Duplicate Document + + + + Delete Permanently Slett permanent - + Move to Trash Flytt til papirkurv - - Convert Folder - Konverter mappe - - - + Do you want to convert the folder to a {0}? This action cannot be reversed. Vil du konvertere mappen til et {0}? Denne handlingen kan ikke angres. - + No documents selected for merging. Ingen dokumenter er valgt for sammenslåing. - + Merged Sammenslått - - + + Could not write document content. Kan ikke skrive til dokumentet. - - + + Do you want to duplicate this document? + + + + + Do you want to duplicate this item and all child items? + + + + + Could not duplicate all items. + + + + There is nowhere to add item with name '{0}'. Fant ikke noe sted å legge til enheten med navn {0}'. @@ -3512,67 +3557,67 @@ GuiSideBar - + Project Prosjekt - + Project Tree View Prosjektoversikt - + Novel Roman - + Novel Tree View Romanoversikt - + Outline Oversikt - + Novel Outline View Disposisjon - + Build Bygge - - Build Novel Project - Bygg prosjektet + + Build Manuscript + - + Details Detaljer - + Project Details Prosjektdetaljer - + Stats Statistikk - + Writing Statistics Statistikk - + Settings Oppsett @@ -3580,33 +3625,33 @@ GuiUpdates - + Check for Updates Sjekk etter oppdateringer - + Current Release Denne versjonen - - + + novelWriter {0} released on {1} novelWriter {0} utgitt den {1} - + Latest Release Nyeste versjon - + Checking ... Sjekker ... - + Download: {0} Last ned: {0} @@ -3614,18 +3659,18 @@ GuiWordList - - + + Project Word List Prosjektets ordliste - + Cannot add a blank word. Kan ikke legge til et tomt ord. - + The word '{0}' is already in the word list. Ordet {0} ligger allerede i ordlisten. @@ -3633,334 +3678,299 @@ GuiWritingStats - + Writing Statistics Statistikk - + Session Start Starttid - + Length Lengde - + Idle Inaktiv - + Words Ord - + Histogram Histogram - + Sum Totals Totalsummer - + Total Time: Totaltid: - + Idle Time: Inaktiv tid: - + Filtered Time: Filtrert tid: - + Novel Word Count: Ord i roman: - + Notes Word Count: Ord i notater: - + Total Word Count: Ord totalt: - + Filters Filtre - + Count novel files Tell i romanfiler - + Count note files Tell i notatfiler - + Hide zero word count Skjul null-verdier - + Hide negative word count Skjul negative verdier - + Group entries by day Samle rader per dag - + Show idle time Vis inaktiv som tid - + Word count cap for the histogram Maks antall ord for histogram - + Save As Lagre som - + JSON Data File (.json) JSON-format (.json) - + CSV Data File (.csv) CSV-format (.csv) - + JSON Data File JSON-format - + CSV Data File CSV-format - + Save Data As Lagre data som - + {0} file successfully written to: {0}-filen ble skrevet til: - + Failed to write {0} file. Kunne ikke skrive {0}-filen. - - - Failed to read session log file. - Kunne ikke lese loggfil med skrive-statistikk. - NWProject - + Could not delete document file. Kunne ikke slette dokumentets fil. - + Could not open project with path: {0} Kunne ikke åpne prosjekt med filbane: {0} - + Unknown Ukjent - + Project file does not appear to be a novelWriterXML file. Prosjektfilen later ikke til å være en novelWriterXML-fil. - + Unknown or unsupported novelWriter project file format. The project cannot be opened by this version of novelWriter. The file was saved with novelWriter version {0}. Prosjektfilen har et ukjent eller ikke støttet format, og kan ikke åpnes med denne versjonen av novelWriter. Prosjektet ble lagret av novelWriter versjon {0}. - + Failed to parse project xml. Kunne ikke lese prosjektets xml-data. - - File Version - Filversjon - - - + The file format of your project is about to be updated. If you proceed, older versions of novelWriter will no longer be able to open this project. Continue? Filformatet til prosjektet ditt er i ferd med å bli oppdatert. Hvis du fortsetter, vil ikke eldre versjoner av novelWriter lenger kunne åpne dette prosjektet. Fortsette? - - Version Conflict - Versjonskonflikt - - - + This project was saved by a newer version of novelWriter, version {0}. This is version {1}. If you continue to open the project, some attributes and settings may not be preserved, but the overall project should be fine. Continue opening the project? Dette prosjektet ble lagret av en nyere versjon av novelWriter, versjon {0}. Dette er versjon {1}. Hvis du ønsker å fortsette med å åpne prosjektet, kan noen av innstillingene bli borte, men selve prosjektet vil være i orden. Vil du fortsatt åpne prosjektet? - - Opened Project: {0} - Åpnet prosjekt: {0} - - - - There is no project open. - Det er ikke noe prosjekter åpent. - - - - Failed to save project. - Kunne ikke lagre prosjektet. - - - - Saved Project: {0} - Lagret prosjekt: {0} - - - - Backing up project ... - Lager sikkerhetskopi ... - - - - Cannot backup project because no valid backup path is set. Please set a valid backup location in Preferences. - Kan ikke ta sikkerhetskopi av prosjektet da ingen filbane er satt. Du må først sette en gyldig filbane i Innstillinger. - - - - Cannot backup project because no project name is set. Please set a Project Name in Project Settings. - Kan ikke ta sikkerhetskopi av prosjektet da prosjektnavn ikke er satt. Du må først sette et prosjektnavn i Prosjektinnstillinger. - - - - Could not create backup folder. - Kunne ikke lage mappe til sikkerhetskopi. - - - - Backup from {0} - Sikkerhetskopi fra {0} - - - - Backup archive file written to: {0} - Sikkerhetskopi skrevet til: {0} - - - - Could not write backup archive. - Kunne ikke lage sikkerhetskopi. - - - - Project backed up to '{0}' - Sikkerhetskopi skrevet til '{0}' - - - - - New - Ny - - - - Note - Notat - - - - Draft - Utkast - - - - Finished - Ferdig - - - - Minor - Mindre - - - - Major - Større - - - - Main - Hoved - - - - Found {0} orphaned file(s) in project folder. - Fant {0} tapte filer i prosjektmappen. - - - + Recovered Gjennopprettet - - [{0}] {1} - [{0}] {1} + + Found {0} orphaned file(s) in the project. {1} file(s) were recovered. + - - Recovered File {0} - Gjennopprettet fil {0} + + Opened Project: {0} + Åpnet prosjekt: {0} - - One or more orphaned files could not be added back into the project. Make sure at least a Novel root folder exists. - Én eller flere gjennopprettede filer kunne ikke bli lagt til i posjektet. Pass på at "Roman"-mappen i det minste eksisterer. + + There is no project open. + Det er ikke noe prosjekter åpent. + + + + Failed to save project. + Kunne ikke lagre prosjektet. + + + + Saved Project: {0} + Lagret prosjekt: {0} + + + + Backing up project ... + Lager sikkerhetskopi ... + + + + Cannot backup project because no project name is set. Please set a Project Name in Project Settings. + Kan ikke ta sikkerhetskopi av prosjektet da prosjektnavn ikke er satt. Du må først sette et prosjektnavn i Prosjektinnstillinger. + + + + Could not create backup folder. + Kunne ikke lage mappe til sikkerhetskopi. + + + + Created a backup of your project of size {0}B. + + + + + Path: {0} + Filbane: {0} + + + + Could not write backup archive. + Kunne ikke lage sikkerhetskopi. + + + + Project backed up to '{0}' + Sikkerhetskopi skrevet til '{0}' + + + + + New + Ny + + + + Note + Notat + + + + Draft + Utkast + + + + Finished + Ferdig + + + + Minor + Mindre + + + + Major + Større + + + + Main + Hoved NovelSelector - + All Novel Folders Alle roman-mapper @@ -3968,42 +3978,42 @@ ProjWizardCustomPage - + Custom Project Options Flere alternativer - + Select which additional elements to populate the project with. You can skip making chapters and add only scenes by setting the number of chapters to 0. Velg hvilke ekstra elementer å fylle prosjektet med. Du kan hoppe over å lage kapitler og bare legge til scener ved å sette antallet kapitler til 0. - + Add a folder for plot notes Legg til en mappe for plott-notater - + Add a folder for character notes Legg til en mappe for karakterer - + Add a folder for location notes Legg til en mappe for lokasjoner - + Add example notes to the above Lag eksempelfiler til ovennevnte - + Add chapters to the novel folder Legg til kapitler i romanmappen - + Add scenes to each chapter Legg til scener i hvert kapittel @@ -4011,82 +4021,82 @@ ProjWizardFinalPage - + Summary Sammendrag - + Project Name: {0} Prosjektnavn: {0} - + Project Path: {0} Filbane: {0} - + Fill the project with a minimal set of items Fyll prosjektet med et minimalt innhold - + Fill the project with example files Fyll prosjektet med eksempelfiler - + Add a folder for plot notes Legg til en mappe for plott-notater - + Add a folder for character notes Legg til en mappe for karakterer - + Add a folder for location notes Legg til en mappe for lokasjoner - + Add example notes to the above Lag eksempelfiler til ovennevnte - + Add {0} chapters to the novel folder Legg til {0} kapitler i romanmappen - + Add {0} scenes to each chapter Legg til {0} scener i hvert kapittel - + Add {0} scenes Legg til {0} scener - + You have selected the following: Du har valgt følgende: - + Press '{0}' to create the new project. Trykk '{0}' for å opprette det nye prosjektet. - + Done Ferdig - + Finish Fullfør @@ -4094,33 +4104,33 @@ ProjWizardFolderPage - - + + Select Project Folder Velg prosjektmappe - + Select a location to store the project. A new project folder will be created in the selected location. Velg et sted hvor prosjektet skal lagres. En mappe for hele prosjektet vil bli opprettet her. - + Required Påkrevd - + Project Path Filbane - + Error: A project folder cannot be created using this path. Feil: En prosjektmappe kan ikke opprettes ved hjelp av denne banen. - + Error: The selected path already exists. Feil: Den valgte banen finnes allerede. @@ -4128,43 +4138,43 @@ ProjWizardIntroPage - + Create New Project Opprett nytt prosjekt - + Provide at least a project name. The project name should not be changed beyond this point as it is used for generating file names for for instance backups. The other fields are optional and can be changed at any time in Project Settings. Du må fylle inn minst et prosjektnavn. Du bør ikke endre prosjektnavnet etter at prosjektet er opprettet da dette brukes til blant annet filnavn for sikkerhetskopi. De andre feltene er valgfrie, og kan endres når som helst i Prosjektinstillinger. - + Side image by {0}, {1} Illustrasjon av {0}, {1} - + Required Påkrevd - - + + Optional Valgfritt - + Project Name Prosjektnavn - + Novel Title Bokens tittel - + Author(s) Forfatter(e) @@ -4172,27 +4182,27 @@ ProjWizardPopulatePage - + Populate Project Fyll prosjektet - + Choose how to pre-fill the project. Either with a minimal set of starter items, an example project explaining and showing many of the features, or show further custom options on the next page. Velg hvordan du vil forhåndsfylle prosjektet. Du kan velge mellom et minimalt sett med mapper og filer, et eksempel-prosjekt som forklarer og viser hvordan du bruker programmet, eller se flere valg på neste side. - + Fill the project with a minimal set of items Fyll prosjektet med et minimalt innhold - + Fill the project with example files Fyll prosjektet med eksempelfiler - + Show detailed options for filling the project Vis detaljerte valg for å fylle prosjektet @@ -4200,73 +4210,73 @@ ProjectBuilder - + New Project Nytt prosjekt - + New Chapter Nytt kapittel - + New Scene Ny scene - + Title Page Tittelside - + By Av - + Summary of the chapter. Sammendrag av kapittelet. - + Summary of the scene. Sammendrag av scenen. - + Chapter {0} Kapittel {0} - - + + Scene {0} Scene {0} - + Main Plot Hovedplott - + Protagonist Protagonist - + Main Location Hovedlokasjon - + Failed to create a new example project. Kunne ikke lage nytt eksempel-prosjekt. - + Failed to create a new example project. Could not find the necessary files. They seem to be missing from this installation. Kunne ikke lage nytt eksempel-prosjekt. Kunne ikke finne de nødvendige filene. De ser ut til å mangle i denne installasjonen. @@ -4462,19 +4472,182 @@ Tokenizer - + Synopsis Sammendrag - + Document '{0}' is too big ({1} MB). Skipping. Dokumentet '{0}' er for stort ({1} MB). Hopper over. - + ERROR FEIL + + _FilterTab + + + Included in manuscript + + + + + Excluded from manuscript + + + + + Always included + + + + + Always excluded + + + + + Reset to default + + + + + Mark selection as + + + + + Select Root Folders + + + + + _FormatTab + + + Not Set + Ikke satt + + + + _GuiAlert + + + Information + Informasjon + + + + Warning + Advarsel + + + + Error + Feil + + + + Question + + + + + _HeadingsTab + + + + Hide + + + + + + Editing: {0} + + + + + + None + Ingen + + + + Title + Tittel + + + + Chapter Number + + + + + Chapter Number (Word) + + + + + Chapter Number (Upper Case Roman) + + + + + Chapter Number (Lower Case Roman) + + + + + Scene Number (In Chapter) + + + + + Scene Number (Absolute) + + + + + Insert + Sett inn + + + + Apply + Anvend + + + + _PreviewWidget + + + Press the "Build Preview" button to generate ... + + + + + Processing ... + + + + + Done + Ferdig + + + + Unknown + Ukjent + + + + Built + + + diff --git a/i18n/nw_nl_NL.ts b/i18n/nw_nl_NL.ts index 30926801..abf6710c 100644 --- a/i18n/nw_nl_NL.ts +++ b/i18n/nw_nl_NL.ts @@ -1,75 +1,283 @@ + + Builds + + + Document Filters + + + + + Novel Documents + + + + + Project Notes + + + + + Inactive Documents + + + + + Headings + + + + + Title Headings + + + + + Chapter Headings + + + + + Unnumbered Headings + + + + + Scene Headings + + + + + Section Headings + + + + + Hide Scene Headings + + + + + Hide Section Headings + + + + + Text Content + + + + + Include Synopsis + + + + + Include Comments + + + + + Include Keywords + + + + + Include Body Text + + + + + Insert Content + + + + + Add Titles for Notes + + + + + Text Format + + + + + Language + Taal + + + + Font Family + + + + + Font Size + + + + + Line Height + + + + + Text Options + + + + + Justify Text Margins + + + + + Replace Unicode Characters + + + + + Replace Tabs with Spaces + + + + + Page Layout + + + + + Unit + + + + + Page Size + + + + + Page Width + + + + + Page Height + + + + + Top Margin + + + + + Bottom Margin + + + + + Left Margin + + + + + Right Margin + + + + + Open Document (.odt) + Open Document (.odt) + + + + Add Highlight Colours + + + + + HTML (.html) + + + + + Add CSS Styles + + + Common - + in the future in de toekomst - + just now zojuist - + a minute ago een minuut geleden - + {0} minutes ago {0} minuten geleden - + an hour ago een uur geleden - + {0} hours ago {0} uur geleden - + a day ago een dag geleden - + {0} days ago {0} dagen geleden - + a week ago een week geleden - + {0} weeks ago {0} weken geleden - + a month ago een maand geleden - + {0} months ago {0} maanden geleden - + a year ago een jaar geleden - + {0} years ago {0} jaren geleden @@ -77,264 +285,345 @@ Constant - - - + + + None Geen - + Novel Roman - - + + Plot Plot - - + + Characters Personages - - + + Locations Locaties - - + + Timeline Tijdslijn - - + + Objects Objecten - - + + Entities Entiteiten - - + + + Custom Custom - + Archive Archief - + Trash Prullenbak - - + + Novel Document Roman Document - - + + Project Note Project Notitie - + Root Folder Hoofdmap - + Folder Map - + Novel Title Page Roman Titel Pagina - + Novel Chapter Roman Hoofdstuk - + Novel Scene Roman Scene - + Novel Section Roman Sectie - + Tag Label - + Point of View Perspectief - - + + Focus Focus - + Title Titel - + Level Niveau - + Document Document - + Line Regel - + Chars Tekens - + Words Woorden - + Pars Par. - + POV Perspectief - + Synopsis Synopsis - + + Open Document (.odt) + Open Document (.odt) + + + + Flat Open Document (.fodt) + Flat Open Document (.fodt) + + + + novelWriter HTML (.html) + + + + + novelWriter Markup (.txt) + + + + + Standard Markdown (.md) + Standaard Markdown (.md) + + + + Extended Markdown (.md) + + + + + JSON + novelWriter HTML (.json) + JSON + novelWriter HTML (.json) + + + + JSON + novelWriter Markup (.json) + + + + + Millimetres + + + + + Centimetres + + + + + Inches + + + + + A4 + + + + + A5 + + + + + A6 + + + + + US Legal + + + + + US Letter + + + + Straight single quotation mark Recht enkel aanhalingsteken - + Straight double quotation mark Recht dubbel aanhalingsteken - + Left single quotation mark Linker enkel aanhalingsteken - + Right single quotation mark Rechter enkel aanhalingsteken - + Single low-9 quotation mark Enkel lage-9 aanhalingsteken - + Single high-reversed-9 quotation mark Enkel hoog-omgekeerd-9 aanhalingsteken - + Left double quotation mark Linker dubbel aanhalingsteken - + Right double quotation mark Rechter dubbel aanhalingsteken - + Double low-9 quotation mark Dubbel lage-9 aanhalingsteken - + Double high-reversed-9 quotation mark Dubbel hoog-omgekeerd-9 aanhalingsteken - + Double low-reversed-9 quotation mark Dubbel laag-omgekeerd-9 aanhalingsteken - + Single left-pointing angle quotation mark Enkel links-wijzende hoek aanhalingsteken - + Single right-pointing angle quotation mark Enkel rechts-wijzende hoek aanhalingsteken - + Double left-pointing angle quotation mark Dubbel links-wijzende hoek aanhalingsteken - + Double right-pointing angle quotation mark Dubbel rechts-wijzende hoek aanhalingsteken - + Left corner bracket Linker hoekbeugel - + Right corner bracket Rechter hoekbeugel - + Left white corner bracket Linker holle hoekbeugel - + Right white corner bracket Rechter holle hoekbeugel @@ -342,447 +631,129 @@ GuiAbout - - + + About novelWriter Over novelWriter - + About Over - + Release Uitgave - + Credits Bijdragen - + Licence Licentie - + Website: {0} Website: {0} - + novelWriter is a markdown-like text editor designed for organising and writing novels. It is written in Python 3 with a Qt5 GUI, using PyQt5. novelWriter is een markdown-achtige tekstbewerker, ontworpen voor het organiseren en schrijven van romans. Het is geschreven in Python 3 met een Qt5 GUI met behulp van PyQt5. - + novelWriter is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. novelWriter is gratis software: u kunt het herdistribueren en/of aanpassen onder de voorwaarden van de GNU General Public License zoals gepubliceerd door de Free Software Foundation, óf versie 3 van de Licentie, óf (naar uw keuze) elke latere versie. - + novelWriter is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. novelWriter wordt verspreid in de hoop dat het nuttig is, maar ZONDER ENIGE GARANTIE; zonder zelfs de geïmpliceerde garantie van VERKOOPBAARHEID of GESCHIKTHEID VOOR EEN BEPAALD DOEL. - + See the Licence tab for the full licence text, or visit the GNU website at {0} for more details. Zie het tabblad Licentie voor de volledige licentietekst, of bezoek de GNU-website op {0} voor meer details. - GuiBuildNovel + GuiBuildSettings - - Build Novel Project - Bouw Roman Project + + Manuscript Build Settings + - - Title Formats for Novel Files - Titel Indelingen voor Roman Bestanden + + Options + - - Formatting Codes: - Opmaak codes: + + Selection + - - {0} for the title as set in the document - {0} voor de titel zoals ingesteld in het document + + Headings + - - {0} for chapter number (1, 2, 3) - {0} voor hoofdstuk nummer (1, 2, 3) + + Content + - - {0} for chapter number as a word (one, two) - {0} voor hoofdstuk nummer als een woord (één, twee) + + Format + - - {0} for chapter number in upper case Roman - {0} voor hoofdstuknummer in Romeinse hoofdletters + + Output + - - {0} for chapter number in lower case Roman - {0} voor hoofdstuknummer in Romeinse kleine letters - - - - {0} for scene number within chapter - {0} voor scène nummer binnen hoofdstuk - - - - {0} for scene number within novel - {0} voor scènenummer in de roman - - - - Leave blank to skip this heading, or set to a static text, like for instance '{0}', to make a separator. The separator will be centred automatically and only appear between sections of the same type. - Laat leeg om deze kop over te slaan, of stel een statische tekst in, zoals bijvoorbeeld '{0}', om een scheiding te maken. De scheiding wordt automatisch gecentreerd en verschijnt alleen tussen secties van hetzelfde type. - - - - Not Set - Niet ingesteld - - - - Title - Titel - - - - Chapter - Hoofdstuk - - - - Unnumbered - Ongenummerd - - - - Scene - Scène - - - - Section - Sectie - - - - Language - Taal - - - - Hide scene - Verberg scène - - - - Hide section - Verberg sectie - - - - Font Options - Lettertype Opties - - - - Font family - Lettertype familie - - - - Font size - Lettertypegrootte - - - - Line height - Regelhoogte - - - - Justify text - Tekst uitvullen - - - - Disable styling - Opmaak uitschakelen - - - - Styling Options - Opmaak Opties - - - - Include Options - Invoeg Opties - - - - Include synopsis - Inclusief synopsis - - - - Include comments - Inclusief opmerkingen - - - - Include keywords - Inclusief trefwoorden - - - - Include body text - Inclusief inhoudstekst - - - - Root Filter Options - Root Filter Opties - - - - File Filter Options - Bestand Filter Opties - - - - Include novel files - Inclusief roman bestanden - - - - Include note files - Inclusief notitie bestanden - - - - Include inactive files - Inactieve bestanden invoegen - - - - Export Options - Export Opties - - - - Replace tabs with spaces - Vervang tabs door spaties - - - - Replace Unicode in HTML - Unicode in HTML vervangen - - - - Build Preview - Bouw voorbeeld - - - - Print - Afdrukken - - - - Print Preview - Afdrukvoorbeeld - - - - Print to PDF - Afdrukken naar PDF - - - - Save As - Opslaan als - - - - Open Document (.odt) - Open Document (.odt) - - - - Flat Open Document (.fodt) - Flat Open Document (.fodt) - - - - novelWriter HTML (.htm) - novelWriter HTML (.htm) - - - - novelWriter Markdown (.nwd) - novelWriter Markdown (.nwd) - - - - Standard Markdown (.md) - Standaard Markdown (.md) - - - - GitHub Markdown (.md) - GitHub Markdown (.md) - - - - JSON + novelWriter HTML (.json) - JSON + novelWriter HTML (.json) - - - - JSON + novelWriter Markdown (.json) - JSON + novelWriter Markdown (.json) - - - - Close - Sluiten - - - - Failed to generate preview. The result is too big. - Genereren van voorbeeld mislukt. Het resultaat is te groot. - - - - There were problems when building the project: - Er waren problemen bij het bouwen van het project: - - - - Open Document - Open Document - - - - Flat Open Document - Flat Open Document - - - - Plain HTML - Plain HTML - - - - novelWriter Markdown - novelWriter Markdown - - - - Standard Markdown - Standaard Markdown - - - - GitHub Markdown - GitHub Markdown - - - - JSON + novelWriter HTML - JSON + novelWriter HTML - - - - JSON + novelWriter Markdown - JSON + novelWriter Markdown - - - - PDF - PDF - - - - Save Document As - Document opslaan als - - - - {0} file successfully written to: - {0} bestand succesvol weggeschreven naar: - - - - Failed to write {0} file. {1} - Wegschrijven van {0} bestand mislukt. {1} - - - - GuiBuildNovelDocView - - - This area will show the content of the document to be exported or printed. Press the "Build Preview" button to generate content. - In dit gebied wordt de inhoud van het document getoond die geëxporteerd of afgedrukt moet worden. Druk op de knop "Bouw voorbeeld" om inhoud te genereren. - - - - Unknown - Onbekend - - - - Build Time: - Bouw tijd: + + Name + GuiDocEditFooter - + Status Status - + Line: {0} ({1}) Regel: {0} ({1}) - + Words: {0} ({1}) Woorden: {0} ({1}) - + Document size is {0} bytes Document grootte is {0} bytes - + Words: {0} selected Woorden: {0} geselecteerd - + Character count: {0} Aantal tekens: {0} @@ -790,22 +761,22 @@ GuiDocEditHeader - + Edit document label Bewerk document label - + Search document Doorzoek document - + Toggle Focus Mode Schakel focus modus in/uit - + Close the document Sluit het document @@ -813,58 +784,58 @@ GuiDocEditSearch - - + + Search Zoek - + Replace Vervang - + Case Sensitive Hoofdlettergevoelig - + Whole Words Only Alleen hele woorden - + RegEx Mode RegEx modus - + Loop Search Zoekopdracht lus - + Search Next File Doorzoek volgend bestand - + Preserve Case Behoud hoofd/kleine letters - + Close Search Zoekopdracht afsluiten - + Find in current document Zoeken in huidige document - + Find and replace in current document Zoek en vervang in huidig document @@ -872,117 +843,122 @@ GuiDocEditor - + The document you are trying to open is too big. The document size is {0} MB. The maximum size allowed is {1} MB. Het document dat u probeert te openen is te groot. De documentgrootte is {0} MB. De maximaal toegestane grootte is {1} MB. - + Opened Document: {0} Geopend document: {0} - + The text you are trying to add is too big. The text size is {0} MB. The maximum size allowed is {1} MB. De tekst die u probeert toe te voegen is te groot. De tekst is {0} MB. De maximaal toegestane grootte is {1} MB. - - File Changed on Disk - Bestand gewijzigd op schijf - - - + This document has been changed outside of novelWriter while it was open. Overwrite the file on disk? Dit document is gewijzigd buiten de openstaande novelWriter instantie. Het bestand op de schijf overschrijven? - + Could not save document. Kon document niet opslaan. - + Saved Document: {0} Document opgeslagen: {0} - + Spell checking requires the package PyEnchant. It does not appear to be installed. Spellingscontrole vereist het pakket PyEnchant. Het lijkt niet geïnstalleerd te zijn. - + Spell check complete Spellingscontrole compleet - - File Location - Bestandslocatie + + Document Details + - - The currently open file is saved in: - Het momenteel geopende bestand is opgeslagen in: + + Created: {0} + - + + Updated: {0} + + + + + File Location: {0} + + + + The document has grown too big and you cannot add more text to it. The maximum size of a single novelWriter document is {0} MB. Het document is te groot geworden en u kunt er niet meer tekst aan toevoegen. De maximale grootte van een enkel novelWriter document is {0} MB. - + Follow Tag Volg label - + Cut Knippen - + Copy Kopiëren - + Paste Plakken - + Select All Selecteer alles - + Select Word Selecteer woord - + Select Paragraph Selecteer paragraaf - + Spelling Suggestion(s) Spelling suggestie(s) - + No Suggestions Geen suggesties - + Add Word to Dictionary Woord toevoegen aan woordenboek - + Please select some text before calling replace quotes. Selecteer a.u.b. een tekst voordat u vervang aanhalingstekens aanroept. @@ -990,22 +966,22 @@ GuiDocMerge - + Merge Documents Documenten Samenvoegen - + Documents to Merge Documenten om samen te voegen - + Drag and drop items to change the order, or uncheck to exclude. Slepen en neerzetten van items om de volgorde te wijzigen, of deselecteren om uit te sluiten. - + Move merged items to Trash Verplaats samengevoegde items naar Prullenbak @@ -1013,52 +989,52 @@ GuiDocSplit - + Split Document Splits Document - + Document Headers Document Koppen - + Select the maximum level to split into files. Selecteer het maximale niveau om in bestanden op te splitsen. - + Split on Header Level 1 (Title) Splits op kop niveau 1 (Titel) - + Split up to Header Level 2 (Chapter) Opsplitsen tot kop niveau 2 (Hoofdstuk) - + Split up to Header Level 3 (Scene) Opsplitsen tot kop niveau 3 (Scène) - + Split up to Header Level 4 (Section) Opsplitsen tot kop niveau 4 (Sectie) - + Split into a new folder Opsplitsen in een nieuwe map - + Create document hierarchy Maak documenthiërarchie aan - + Move split document to Trash Gesplitst document verplaatsen naar Prullenbak @@ -1066,42 +1042,42 @@ GuiDocViewFooter - + Show/hide the references panel Toon/verberg het referentiespaneel - + Activate to freeze the content of the references panel when changing document Activeer om de inhoud van het referentiespaneel te bevriezen bij het wijzigen van document - + Show comments Opmerkingen weergeven - + Show synopsis comments Synopsis opmerkingen weergeven - + References Referenties - + Sticky Vastpinnen - + Comments Opmerkingen - + Synopsis Synopsis @@ -1109,22 +1085,22 @@ GuiDocViewHeader - + Go backward Ga achterwaarts - + Go forward Ga voorwaarts - + Reload the document Herlaad het document - + Close the document Sluit het document @@ -1132,27 +1108,27 @@ GuiDocViewer - + An error occurred while generating the preview. Er is een fout opgetreden tijdens het genereren van het voorbeeld. - + Copy Kopiëren - + Select All Selecteer alles - + Select Word Selecteer woord - + Select Paragraph Selecteer paragraaf @@ -1160,12 +1136,12 @@ GuiEditLabel - + Item Label Item Label - + Label Label @@ -1173,37 +1149,37 @@ GuiItemDetails - + Label Label - + Status Status - + Class Klasse - + Usage Gebruik - + Characters Tekens - + Words Woorden - + Paragraphs Paragrafen @@ -1239,173 +1215,123 @@ GuiMain - + You are running an untested development version of novelWriter. Please be careful when working on a live project and make sure you take regular backups. Je gebruikt een ongeteste ontwikkelingsversie van novelWriter. Wees voorzichtig bij het werken aan een live project en zorg ervoor dat je regelmatige reservekopieën maakt. - + novelWriter is ready ... novelWriter is klaar ... - + Cannot create a new project when another project is open. Kan geen nieuw project maken als een ander project geopend is. - + A project already exists in that location. Please choose another folder. Er bestaat al een project op die locatie. Kies een andere map. - - Close Project - Sluit project - - - + Close the current project? Sluit het huidige project? - - + + Changes are saved automatically. Wijzigingen worden automatisch opgeslagen. - - Backup Project - Project reservekopie maken - - - + Backup the current project? Reservekopie maken van het huidige project? - - The project was locked by the computer '{0}' ({1} {2}), last active on {3}. - Het project is vergrendeld door de computer '{0}' ({1} {2}), voor het laatst actief op {3}. - - - - Project Locked - Project vergrendeld - - - + The project is already open by another instance of novelWriter, and is therefore locked. Override lock and continue anyway? Het project is al geopend door een andere instantie van novelWriter, en is daarom vergrendeld. Vergrendeling negeren en toch verder gaan? - + Note: If the program or the computer previously crashed, the lock can safely be overridden. However, overriding it is not recommended if the project is open in another instance of novelWriter. Doing so may corrupt the project. Opmerking: als het programma of de computer eerder is vastgelopen, kan de vergrendeling veilig worden genegeerd. Het wordt echter niet aanbevolen als het project open is in een andere instantie van novelWriter. Toch doen kan het project beschadigen. - + + The project was locked by the computer '{0}' ({1} {2}), last active on {3}. + Het project is vergrendeld door de computer '{0}' ({1} {2}), voor het laatst actief op {3}. + + + The project index is outdated or broken. Rebuilding index. De projectindex is verouderd of gebroken. De index wordt herbouwd. - + Text files ({0}) Tekst bestanden ({0}) - + Markdown files ({0}) Markdown bestanden ({0}) - + novelWriter files ({0}) novelWriter bestanden ({0}) - + All files ({0}) Alle bestanden ({0}) - + Import File Importeer bestand - + Could not read file. The file must be an existing text file. Kon het bestand niet lezen. Het bestand moet een bestaand tekst bestand zijn. - + Please open a document to import the text file into. Open a.u.b. een document om het tekst bestand in te importeren. - - Import Document - Importeer document - - - + Importing the file will overwrite the current content of the document. Do you want to proceed? Het importeren van het bestand overschrijft de huidige inhoud van het document. Wilt u doorgaan? - + Indexing completed in {0} ms Indexeren voltooid in {0} ms - + The project index has been successfully rebuilt. De projectindex is succesvol opnieuw opgebouwd. - + Some changes will not be applied until novelWriter has been restarted. Sommige wijzigingen zullen niet worden toegepast totdat novelWriter opnieuw is gestart. - - Information - Informatie - - - - Warning - Waarschuwing - - - - Error - Foutmelding - - - - This is a bug! - Dit is een bug! - - - - Internal Error - Interne Foutmelding - - - - Exit - Afsluiten - - - + Do you want to exit novelWriter? Wil je novelWriter afsluiten? - + Could not find the reference for tag '{0}'. It either doesn't exist, or the index is out of date. The index can be updated from the Tools menu, or by pressing {1}. Kon de verwijzing voor tag '{0}' niet vinden. Hij bestaat niet of de index is verouderd. De index kan worden bijgewerkt in het Hulpmiddelen menu, of door op {1} te drukken. @@ -1413,492 +1339,492 @@ GuiMainMenu - + &Project &Project - + New Project Nieuw project - + Open Project Open project - + Save Project Project opslaan - + Close Project Sluit project - + Project Settings Project instellingen - + Project Details Project details - + Rename Item Item Hernoemen - + Delete Item Item verwijderen - + Empty Trash Leeg prullenbak - + Exit Afsluiten - + &Document &Document - + Open Document Open document - + Save Document Document opslaan - + Close Document Sluit document - + View Document Document weergeven - + Close Document View Sluit document weergave - + Show File Details Toon bestandsdetails - + Import Text from File Tekst importeren uit bestand - + &Edit &Bewerken - + Undo Ongedaan maken - + Redo Opnieuw uitvoeren - + Cut Knippen - + Copy Kopiëren - + Paste Plakken - + Select All Selecteer alles - + Select Paragraph Selecteer paragraaf - + &View &Weergave - + Go to Project Tree Ga naar projectboom - + Go to Document Editor Ga naar document tekstbewerker - + Go to Document Viewer Ga naar documentweergave - + Go to Outline Ga naar omlijning - + Navigate Backward Navigeer achteruit - + Navigate Forward Navigeer vooruit - + Focus Mode Focus modus - + Full Screen Mode Volledig scherm modus - + &Insert &Invoegen - + Dashes Streepjes - + Short Dash Korte streep - + Long Dash Lange streep - + Horizontal Bar Horizontale lijn - + Figure Dash Figuur streep - + Quote Marks Aanhalingstekens - + Left Single Quote Enkel Aanhalingsteken Links - + Right Single Quote Enkel Aanhalingsteken Rechts - + Left Double Quote Dubbel Aanhalingsteken Links - + Right Double Quote Dubbele Aanhalingstekens Rechts - + Alternative Apostrophe Alternatieve Apostrof - + General Punctuation Algemene leestekens - + Ellipsis Ellips - + Prime Priem - + Double Prime Dubbele priem - + White Spaces Witruimtes - + Non-Breaking Space Vaste spatie - + Thin Space Dunne spatie - + Thin Non-Breaking Space Dunne vaste spatie - + Other Symbols Andere symbolen - + List Bullet Lijst opsommingsteken - + Hyphen Bullet Koppelteken opsommingsteken - + Flower Mark Bloem markering - + Per Mille Per mille - + Degree Symbol Graden symbool - + Minus Sign Minus teken - + Times Sign Vermenigvuldigingsteken - + Division Sign Deelteken - + Tags and References Tags en Referenties - + Special Comments Speciale Opmerkingen - + Synopsis Comment Commentaar Synopsis - + Page Break and Space Pagina-einde en Spatie - + Page Break Nieuwe pagina - + Vertical Space (Single) Verticale spatie (enkel) - + Vertical Space (Multi) Verticale spatie (multi) - + Placeholder Text Plaatshouder tekst - + &Format Opmaak - + Emphasis Nadruk - + Strong Emphasis Sterke nadruk - + Strikethrough Doorhalen - + Wrap Double Quotes Dubbele aanhalingstekens omwikkelen - + Wrap Single Quotes Enkel aanhalingsteken omwikkelen - + Header 1 (Partition) Kop 1 (Partitie) - + Header 2 (Chapter) Kop 2 (Hoofdstuk) - + Header 3 (Scene) Kop 3 (Scène) - + Header 4 (Section) Kop 4 (Sectie) - + Novel Title Roman titel - + Unnumbered Chapter Ongenummerd hoofdstuk - + Align Left Links uitlijnen - + Align Centre Centreren - + Align Right Rechts uitlijnen - + Indent Left Links inspringen - + Indent Right Rechts inspringen - + Toggle Comment Opmerking in-/uitschakelen - + Remove Block Format Verwijder blokformaat - + Convert Single Quotes Converteer enkele aanhalingstekens - + Convert Double Quotes Converteer dubbele aanhalingstekens - + Remove In-Paragraph Breaks Verwijder in-paragraaf onderbrekingen - + &Search &Zoeken - + Find Vinden - + Replace Vervangen @@ -1908,102 +1834,112 @@ Volgende zoeken - + Find Previous Vorige zoeken - + Replace Next Vervang volgende - + &Tools &Hulpmiddelen - + Check Spelling Spelling controleren - + + Spell Check Language + + + + + Default + Standaard + + + Re-Run Spell Check Spellingscontrole opnieuw uitvoeren - + Project Word List Project woordenlijst - + Rebuild Index Index opnieuw opbouwen - + Backup Project Project reservekopie maken - - Build Novel Project - Bouw roman project + + Build Manuscript + - + Writing Statistics Schrijf statistieken - + Preferences Voorkeuren - + &Help &Help - + About novelWriter Over novelWriter - + About Qt5 Over Qt5 - + User Manual (Online) Gebruikershandleiding (Online) - + User Manual (PDF) Gebruikershandleiding (PDF) - + Report an Issue (GitHub) Meld een probleem (GitHub) - + Ask a Question (GitHub) Stel een vraag (GitHub) - + The novelWriter Website De novelWriter website - + Check for New Release Controleer op nieuwe versie @@ -2011,97 +1947,204 @@ GuiMainStatus - - + + None Geen - + Editor Tekstbewerker - + Project Project - + Session Time Sessieduur - + Words: {0} ({1}) Woorden: {0} ({1}) - + Project word count (session change) Aantal projectwoorden (verandering sessie) - + Novel word count (session change) Roman woord telling (sessie verandering) + + GuiManuscript + + + Build Manuscript + + + + + Add New Build + + + + + Delete Selected Build + + + + + Edit Selected Build + + + + + Builds + + + + + Preview + + + + + Print + Afdrukken + + + + Build + Bouwen + + + + Close + Sluiten + + + + + My Manuscript + + + + + GuiManuscriptBuild + + + Build Manuscript + + + + + Output Format + + + + + Table of Contents + Inhoudsopgave + + + + Path + Pad + + + + File Name + + + + + Reset file name to default + + + + + &Build + + + + + Select Folder + + + + + Output folder does not exist. + + + + + The file already exists. Do you want to overwrite it? + + + GuiNovelToolBar - + Outline of {0} Omlijning van {0} - + Novel Root Roman Hoofdmap - + Refresh Verversen - + Last Column Laatste Kolom - + Hidden Verborgen - + Point of View Character Perspectief Karakter - + Focus Character Focus Karakter - + Novel Plot Roman Plot - - + + Column Size Kolom grootte - + More Options Meer Opties - + Maximum column size in % Maximum kolom grootte in % @@ -2109,7 +2152,7 @@ GuiNovelTree - + No meta data Geen metadata @@ -2117,65 +2160,65 @@ GuiOutlineDetails - - - - + + + + Title Titel - + Chapter Hoofdstuk - + Scene Scène - + Section Sectie - + Document Document - + Status Status - + Characters Tekens - + Words Woorden - + Paragraphs Paragrafen - + Synopsis Synopsis - + Title Details Titel Details - + Reference Tags Referentie Tags @@ -2183,7 +2226,7 @@ GuiOutlineHeaderMenu - + Select Columns Selecteer Kolommen @@ -2191,12 +2234,12 @@ GuiOutlineToolBar - + Outline of Omlijning van - + Refresh Verversen @@ -2204,42 +2247,42 @@ GuiPreferences - + Preferences Voorkeuren - + General Algemeen - + Projects Projecten - + Documents Documenten - + Editor Tekstbewerker - + Highlighting Markering - + Automation Automatisering - + Quotes Aanhalingstekens @@ -2247,103 +2290,103 @@ GuiPreferencesAutomation - + Automatic Features Automatische Functies - + Auto-select word under cursor Automatisch woord onder cursor selecteren - + Apply formatting to word under cursor if no selection is made. Opmaak toepassen op woord onder de cursor als er geen selectie is gemaakt. - + Auto-replace text as you type Automatisch tekst vervangen terwijl u typt - + Allow the editor to replace symbols as you type. Sta de editor toe om symbolen te vervangen terwijl u typt. - + Replace as You Type Vervang Terwijl U Typt - + Auto-replace single quotes Automatisch enkele aanhalingstekens vervangen - - + + Try to guess which is an opening or a closing quote. Probeer te raden wat een openend of afsluitend aanhalingsteken is. - + Auto-replace double quotes Automatisch dubbele aanhalingstekens vervangen - + Auto-replace dashes Automatisch streepjes vervangen - + Double and triple hyphens become short and long dashes. Dubbele en drievoudige koppeltekens worden korte en lange streepjes. - + Auto-replace dots Automatisch stippen vervangen - + Three consecutive dots become ellipsis. Drie opeenvolgende stippen worden ellips. - + Automatic Padding Automatische Opvulling - + Insert non-breaking space before Vaste spatie invoegen voor - + Automatically add space before any of these symbols. Voeg automatisch een spatie toe voor één van deze symbolen. - + Insert non-breaking space after Vaste spatie invoegen na - + Automatically add space after any of these symbols. Voeg automatisch een spatie toe na één van deze symbolen. - + Use thin space instead Gebruik dunne spatie in plaats van - + Inserts a thin space instead of a regular space. Voegt een dunne spatie toe in plaats van een normale spatie. @@ -2351,93 +2394,93 @@ GuiPreferencesDocuments - + Text Style Tekst Stijl - + Font family Lettertype familie - - - - + + + + Applies to both document editor and viewer. Van toepassing op zowel de documentbewerker als de kijker. - + Font size Lettertypegrootte - + pt pt - + Text Flow Tekst Flow - + Maximum text width in "Normal Mode" Maximale tekstbreedte in "Normale Modus" - + Set to 0 to disable this feature. Stel in op 0 om deze functie uit te schakelen. - - - - + + + + px px - + Maximum text width in "Focus Mode" Maximale tekstbreedte in "Focus Modus" - + The maximum width cannot be disabled. De maximale breedte kan niet worden uitgeschakeld. - + Hide document footer in "Focus Mode" Verberg document voettekst in "Focus Modus" - + Hide the information bar in the document editor. Verberg de informatiebalk in de documentbewerker. - + Justify the text margins De tekstmarges uitvullen - + Minimum text margin Minimale tekstmarge - + Tab width Tab breedte - + The width of a tab key press in the editor and viewer. De breedte van een tab teken in de tekstbewerker en kijker. @@ -2445,117 +2488,112 @@ GuiPreferencesEditor - + Spell Checking Spellingscontrole - + None Geen - - Not installed - Niet geïnstalleerd - - - + Spell check language Taal voor spellingscontrole - + Available languages are determined by your system. Beschikbare talen worden bepaald door uw systeem. - + Big document limit Groot document limiet - + Full spell checking is disabled above this limit. Volledige spellingcontrole is uitgeschakeld boven dit limiet. - + kB kB - + Word Count Woord Telling - + Word count interval Woord tellings interval - + seconds seconden - + Include project notes in status bar word count Project notities opnemen in de statusbalk woord telling - + Writing Guides Schrijf Hulpjes - + Show tabs and spaces Tabs en spaties weergeven - + Show line endings Regeleindes weergeven - + Scroll Behaviour Scroll Gedrag - + Scroll past end of the document Scroll voorbij het einde van het document - + Set to 0 to disable this feature. Stel in op 0 om deze functie uit te schakelen. - + lines regels - + Typewriter style scrolling when you type Schrijfmachine stijl scrollen bij het typen - + Keeps the cursor at a fixed vertical position. Houd de cursor op een vaste verticale positie. - + Minimum position for Typewriter scrolling Minimumpositie voor Schrijfmachine scrollen - + Percentage of the editor height from the top. Percentage van de tekstverwerker hoogte vanaf de bovenkant. @@ -2563,95 +2601,95 @@ GuiPreferencesGeneral - + Look and Feel Look and Feel - + Main GUI language Hoofdtaal van GUI - - - + + + Requires restart to take effect. Vereist herstart om van kracht te worden. - + Main GUI theme Hoofd GUI thema - + General colour theme and icons. Algemene kleuren thema en iconen. - + Editor theme Bewerker thema - + Colour theme for the editor and viewer. Kleur thema voor de tekstbewerker en kijker. - + Font family Lettertype familie - + Font size Lettertypegrootte - + pt pt - + GUI Settings GUI Instellingen - + Emphasise partition and chapter labels Partitie en hoofdstuk labels benadrukken - + Makes them stand out in the project tree. Laat ze opvallen in de projectboom. - + Show full path in document header Volledig pad in document kop weergeven - + Add the parent folder names to the header. Voeg de bovenliggende mapnamen toe aan de kop. - + Hide vertical scroll bars in main windows Verticale schuifbalken in hoofdvensters verbergen - - + + Scrolling available with mouse wheel and keys only. Scrollen alleen beschikbaar met muiswiel en toetsen. - + Hide horizontal scroll bars in main windows Verberg horizontale schuifbalken in hoofdvensters @@ -2659,109 +2697,109 @@ GuiPreferencesProjects - + Automatic Save Automatisch Opslaan - + Save document interval Document opslag interval - + How often the document is automatically saved. Hoe vaak het document automatisch wordt opgeslagen. - - + + seconds seconden - + Save project interval Project opslag interval - + How often the project is automatically saved. Hoe vaak het project automatisch wordt opgeslagen. - + Project Backup Project Reservekopie - + Browse Blader - + Backup storage location Opslaglocatie voor reservekopie - - + + Path: {0} Pad: {0} - + Run backup when the project is closed Reservekopie maken wanneer het project wordt gesloten - + Can be overridden for individual projects in Project Settings. Kan voor individuele projecten overschreven worden in Projectinstellingen. - + Ask before running backup Vraag voor het maken van een reservekopie - + If off, backups will run in the background. Indien uit, worden reservekopieën op de achtergrond gemaakt. - + Session Timer Sessie Timer - + Pause the session timer when not writing De sessie timer pauzeren wanneer niet geschreven wordt - + Also pauses when the application window does not have focus. Pauzeert ook wanneer het toepassingsvenster geen focus heeft. - + Editor inactive time before pausing timer Inactieve tekstbewerker duur voordat timer wordt gepauzeerd - + User activity includes typing and changing the content. Gebruikersactiviteit omvat typen en het wijzigen van de inhoud. - + minutes minuten - + Backup Directory Reservekopie map @@ -2769,47 +2807,47 @@ GuiPreferencesQuotes - + Quotation Style Citeer Stijl - + Single quote open style Enkel aanhalingsteken open stijl - + The symbol to use for a leading single quote. Het symbool om te gebruiken voor een leidend enkel aanhalingsteken. - + Single quote close style Enkel aanhalingsteken sluit stijl - + The symbol to use for a trailing single quote. Het symbool om te gebruiken voor een afsluitend enkel aanhalingsteken. - + Double quote open style Dubbele aanhalingsteken open stijl - + The symbol to use for a leading double quote. Het symbool om te gebruiken voor een leidend dubbel aanhalingsteken. - + Double quote close style Dubbel aanhalingsteken sluit stijl - + The symbol to use for a trailing double quote. Het symbool om te gebruiken voor een afsluitend dubbel aanhalingsteken. @@ -2817,59 +2855,59 @@ GuiPreferencesSyntax - + Quotes & Dialogue Aanhalingstekens & Dialoog - + Highlight text wrapped in quotes Markeer tekst verpakt in aanhalingstekens - - - + + + Applies to the document editor only. Alleen van toepassing op de tekst bewerker. - + Allow open-ended single quotes Toestaan van open einde enkele aanhalingstekens - + Highlight single-quoted line with no closing quote. Markeer regel zonder afsluitend enkel aanhalingsteken. - + Allow open-ended double quotes Toestaan van open einde dubbele aanhalingstekens - + Highlight double-quoted line with no closing quote. Markeer regel zonder afsluitend dubbel aanhalingsteken. - + Text Emphasis Tekst Nadruk - + Add highlight colour to emphasised text Voeg markeerkleur toe aan geaccentueerde tekst - + Text Errors Tekst Foutmeldingen - + Highlight multiple or trailing spaces Markeer meerdere of afsluitende spaties @@ -2877,17 +2915,17 @@ GuiProjectDetails - + Project Details Project Details - + Overview Overzicht - + Contents Inhoud @@ -2895,72 +2933,72 @@ GuiProjectDetailsContents - + Table of Contents Inhoudsopgave - + Title Titel - + Words Woorden - + Pages Pagina's - + Page Pagina - + Progress Voortgang - + Typical word count for a 5 by 8 inch book page with 11 pt font is 350. Typische woord telling voor een 5 bij 8 inch boek pagina met 11 pt lettertype is 350. - + Start counting page numbers from this page. Begin met het tellen van paginanummers vanaf deze pagina. - + Assume a new chapter or partition always start on an odd numbered page. Neem aan dat een nieuw hoofdstuk of partitie altijd op een oneven genummerde pagina begint. - + Words per page Woorden per pagina - + Count pages from Pagina's tellen vanaf - + Clear double pages Dubbele pagina's wissen - + END EINDE - + Untitled Naamloos @@ -2968,42 +3006,42 @@ GuiProjectDetailsMain - + Words Woorden - + Chapters Hoofdstukken - + Scenes Scènes - + Revisions Revisies - + Editing Time Bewerk tijd - + Path Pad - + Project: {0} Project: {0} - + By {0} Door {0} @@ -3011,54 +3049,54 @@ GuiProjectEditMain - + Project Settings Project Instellingen - + Project name Projectnaam - + Should be set only once. Mag slechts één keer worden ingesteld. - + Novel title Roman titel - - + + Change whenever you want! Verander wanneer je maar wilt! - + Author(s) Auteur(s) - + Default Standaard - + Spell check language Taal voor spellingscontrole - - + + Overrides main preferences. Overschrijft de hoofd voorkeuren. - + No backup on close Geen back-up bij sluiten @@ -3066,27 +3104,27 @@ GuiProjectEditReplace - + Text Replace List for Preview and Export Tekst Vervang Lijst voor Voorbeeld en Export - + Keyword Sleutelwoord - + Replace With Vervang door - + Select item to edit Selecteer te bewerken item - + Save Opslaan @@ -3094,67 +3132,67 @@ GuiProjectEditStatus - + Novel File Status Levels Roman Bestand Status Niveaus - + Note File Importance Levels Notitie Bestand Import Niveaus - + Label Label - + Usage Gebruik - + Select item to edit Selecteer te bewerken item - + Colour Kleur - + Save Opslaan - + Select Colour Selecteer kleur - + New Item Nieuw item - + Cannot delete a status item that is in use. Kan status item dat in gebruik is niet verwijderen. - + Not in use Niet in gebruik - + Used once Eenmalig gebruikt - + Used by {0} items Gebruikt door {0} items @@ -3162,63 +3200,58 @@ GuiProjectLoad - - + + Open Project Open Project - + Working Title Werk titel - + Words Woorden - + Last Opened Laatst geopend - + Recently Opened Projects Recent Geopende Projecten - + Path Pad - + New Nieuw - + Remove Verwijder - + novelWriter Project File ({0}) novelWriter Projectbestand ({0}) - + All files ({0}) Alle bestanden ({0}) - - Remove Entry - Vermelding verwijderen - - - + Remove '{0}' from the recent projects list? The project files will not be deleted. '{0}' uit de lijst met recente projecten verwijderen? De project bestanden zullen niet worden verwijderd. @@ -3226,27 +3259,27 @@ GuiProjectSettings - + Project Settings Project Instellingen - + Settings Instellingen - + Status Status - + Importance Belangrijkheid - + Auto-Replace Auto-Vervang @@ -3254,52 +3287,52 @@ GuiProjectToolBar - + Project Content Project Inhoud - + Quick Links Snelle Koppelingen - + Move Up Omhoog Schuiven - + Move Down Omlaag Schuiven - + Add Item Item Toevoegen - + Expand All Alles Uitklappen - + Collapse All Alles Samenvouwen - + Undo Move Herstel Verplaatsen - + Empty Trash Leeg Prullenbak - + More Options Meer Opties @@ -3307,204 +3340,216 @@ GuiProjectTree - + Active Actief - + Inactive Inactief - + Did not find anywhere to add the file or folder! Kon geen plek vinden om het bestand of de map aan toe te voegen! - + Cannot add new files or folders to the Trash folder. Kan geen nieuwe bestanden of mappen toevoegen aan de Prullenbak map. - + New Note Nieuwe notitie - + New Chapter Nieuw Hoofdstuk - + New Scene Nieuwe Scène - + New Document Nieuw document - + New Folder Nieuwe map - + There is currently no Trash folder in this project. Er is momenteel geen Prullenbak map in dit project. - + The Trash folder is already empty. De Prullenbak map is al leeg. - - - Empty Trash - Prullenbak legen - - - + Permanently delete {0} file(s) from Trash? {0} bestand(en) permanent verwijderen uit de prullenbak? - - - Delete - Verwijderen - - - + Move '{0}' to Trash? Verplaats '{0}' naar Prullenbak? - + Root folders can only be deleted when they are empty. Root mappen kunnen alleen verwijderd worden wanneer ze leeg zijn. - + Permanently delete '{0}'? '{0}' permanent verwijderen? - + + Empty Trash + Prullenbak legen + + + Open Document Open Document - + View Document Bekijk Document - - Change Label - Wijzig Label + + Rename + Hernoemen - + Toggle Active Schakel Actief - + Set Status to ... Status instellen op ... - + Set Importance to ... Belangrijkheid instellen op ... - + Transform Transformeer - - - - + + + + Convert to {0} Converteer naar {0} - + Merge Child Items into Self Onderliggende items samenvoegen in zelf - + Merge Child Items into New Onderliggende items samenvoegen in nieuw - + Merge Documents in Folder Documenten in Map Samenvoegen - + Split Document by Headers Document Splitsen op Koptekst - + Expand All Alles Uitklappen - + Collapse All Alles Samenvouwen - + + Duplicate from Here + + + + + Duplicate Document + + + + Delete Permanently Permanent Verwijderen - + Move to Trash Verplaatsen naar Prullenbak - - Convert Folder - Converteer Map - - - + Do you want to convert the folder to a {0}? This action cannot be reversed. Wilt u de map converteren naar een {0}? Deze actie kan niet ongedaan worden gemaakt. - + No documents selected for merging. Geen documenten geselecteerd voor samenvoegen. - + Merged Samengevoegd - - + + Could not write document content. Kon documenteninhoud niet schrijven. - - + + Do you want to duplicate this document? + + + + + Do you want to duplicate this item and all child items? + + + + + Could not duplicate all items. + + + + There is nowhere to add item with name '{0}'. Er is geen plek om item toe te voegen met de naam '{0}'. @@ -3512,67 +3557,67 @@ GuiSideBar - + Project Project - + Project Tree View Project Boomstructuur Weergave - + Novel Roman - + Novel Tree View Roman Boomstructuur Weergave - + Outline Omlijning - + Novel Outline View Roman Omlijning Weergave - + Build Bouwen - - Build Novel Project - Bouw Roman Project + + Build Manuscript + - + Details Details - + Project Details Project Details - + Stats Stats - + Writing Statistics Schrijf Statistieken - + Settings Instellingen @@ -3580,33 +3625,33 @@ GuiUpdates - + Check for Updates Controleer op updates - + Current Release Huidige versie - - + + novelWriter {0} released on {1} novelWriter {0} uitgebracht op {1} - + Latest Release Nieuwste versie - + Checking ... Aan het controleren... - + Download: {0} Download: {0} @@ -3614,18 +3659,18 @@ GuiWordList - - + + Project Word List Project woordenlijst - + Cannot add a blank word. Kan geen blanco woord toevoegen. - + The word '{0}' is already in the word list. Het woord '{0}' staat al op de woordenlijst. @@ -3633,334 +3678,299 @@ GuiWritingStats - + Writing Statistics Schrijf Statistieken - + Session Start Sessie Start - + Length Lengte - + Idle Inactief - + Words Woorden - + Histogram Histogram - + Sum Totals Som totalen - + Total Time: Totale tijd: - + Idle Time: Inactieve tijd: - + Filtered Time: Gefilterde tijd: - + Novel Word Count: Roman woord telling: - + Notes Word Count: Notities woord telling: - + Total Word Count: Totaal woord telling: - + Filters Filters - + Count novel files Roman bestanden meetellen - + Count note files Notitie bestanden tellen - + Hide zero word count Verberg nul woorden telling - + Hide negative word count Verberg negatieve woord telling - + Group entries by day Vermeldingen groeperen per dag - + Show idle time Inactieve tijd weergeven - + Word count cap for the histogram Woord telling limiet voor het histogram - + Save As Opslaan als - + JSON Data File (.json) JSON-gegevensbestand (.json) - + CSV Data File (.csv) CSV-gegevensbestand (.csv) - + JSON Data File JSON-gegevensbestand - + CSV Data File CSV-gegevensbestand - + Save Data As Gegevens opslaan als - + {0} file successfully written to: {0} bestand succesvol weggeschreven naar: - + Failed to write {0} file. Schrijven van {0} bestand mislukt. - - - Failed to read session log file. - Kon sessie log bestand niet lezen. - NWProject - + Could not delete document file. Kon documentbestand niet verwijderen. - + Could not open project with path: {0} Kon project niet openen met pad: {0} - + Unknown Onbekend - + Project file does not appear to be a novelWriterXML file. Projectbestand lijkt geen novelWriter XML-bestand te zijn. - + Unknown or unsupported novelWriter project file format. The project cannot be opened by this version of novelWriter. The file was saved with novelWriter version {0}. Onbekend of niet ondersteund bestandsformaat van novelWriter. Het project kan niet worden geopend door deze versie van novelWriter. Het bestand was opgeslagen met versie {0} van novelWriter. - + Failed to parse project xml. Parsen van project xml mislukt. - - File Version - Bestandsversie - - - + The file format of your project is about to be updated. If you proceed, older versions of novelWriter will no longer be able to open this project. Continue? De bestandsindeling van uw project zal worden bijgewerkt. Als u doorgaat, kunnen oudere versies van novelWriter dit project niet meer openen. Doorgaan? - - Version Conflict - Versie conflict - - - + This project was saved by a newer version of novelWriter, version {0}. This is version {1}. If you continue to open the project, some attributes and settings may not be preserved, but the overall project should be fine. Continue opening the project? Dit project was aangemaakt door een nieuwere versie van novelWriter, versie {0}. Dit is versie {1}. Als je het project blijft openen, kunnen sommige kenmerken en instellingen niet worden behouden, maar over het algemeen moet het project goed zijn. Doorgaan met het openen van het project? - - Opened Project: {0} - Geopend project: {0} - - - - There is no project open. - Er is geen project open. - - - - Failed to save project. - Opslaan project mislukt. - - - - Saved Project: {0} - Project opgeslagen: {0} - - - - Backing up project ... - Reservekopie van project wordt gemaakt... - - - - Cannot backup project because no valid backup path is set. Please set a valid backup location in Preferences. - Kan geen reservekopie maken van project omdat er geen geldig reservekopie pad is ingesteld. Stel een geldige reservekopie locatie in onder Voorkeuren. - - - - Cannot backup project because no project name is set. Please set a Project Name in Project Settings. - Kan geen back-up maken van het project omdat er geen projectnaam is ingesteld. Stel een projectnaam in in Projectinstellingen. - - - - Could not create backup folder. - Kon de reservekopie map niet maken. - - - - Backup from {0} - Reservekopie van {0} - - - - Backup archive file written to: {0} - Reservekopie archief bestand weggeschreven naar: {0} - - - - Could not write backup archive. - Kon reservekopie archief niet wegschrijven. - - - - Project backed up to '{0}' - Project reservekopie gemaakt naar '{0}' - - - - - New - Nieuw - - - - Note - Notitie - - - - Draft - Concept - - - - Finished - Voltooid - - - - Minor - Klein - - - - Major - Groot - - - - Main - Hoofd - - - - Found {0} orphaned file(s) in project folder. - {0} weesbestand(en) gevonden in de projectmap. - - - + Recovered Hersteld - - [{0}] {1} - [{0}] {1} + + Found {0} orphaned file(s) in the project. {1} file(s) were recovered. + - - Recovered File {0} - Hersteld bestand {0} + + Opened Project: {0} + Geopend project: {0} - - One or more orphaned files could not be added back into the project. Make sure at least a Novel root folder exists. - Een of meer verweesde bestanden konden niet terug aan het project worden toegevoegd. Zorg ervoor dat er tenminste een Roman hoofdmap bestaat. + + There is no project open. + Er is geen project open. + + + + Failed to save project. + Opslaan project mislukt. + + + + Saved Project: {0} + Project opgeslagen: {0} + + + + Backing up project ... + Reservekopie van project wordt gemaakt... + + + + Cannot backup project because no project name is set. Please set a Project Name in Project Settings. + Kan geen back-up maken van het project omdat er geen projectnaam is ingesteld. Stel een projectnaam in in Projectinstellingen. + + + + Could not create backup folder. + Kon de reservekopie map niet maken. + + + + Created a backup of your project of size {0}B. + + + + + Path: {0} + Pad: {0} + + + + Could not write backup archive. + Kon reservekopie archief niet wegschrijven. + + + + Project backed up to '{0}' + Project reservekopie gemaakt naar '{0}' + + + + + New + Nieuw + + + + Note + Notitie + + + + Draft + Concept + + + + Finished + Voltooid + + + + Minor + Klein + + + + Major + Groot + + + + Main + Hoofd NovelSelector - + All Novel Folders Alle Roman Mappen @@ -3968,42 +3978,42 @@ ProjWizardCustomPage - + Custom Project Options Aangepaste Project Opties - + Select which additional elements to populate the project with. You can skip making chapters and add only scenes by setting the number of chapters to 0. Selecteer met welke extra elementen het project moet worden gevuld. Je kunt hoofdstukken overslaan en alleen scènes toevoegen door het aantal hoofdstukken op 0 te zetten. - + Add a folder for plot notes Een map toevoegen voor plot notities - + Add a folder for character notes Een map toevoegen voor karakter notities - + Add a folder for location notes Een map toevoegen voor locatie notities - + Add example notes to the above Voeg voorbeeld notities toe aan bovenstaand - + Add chapters to the novel folder Voeg hoofdstukken toe aan de roman map - + Add scenes to each chapter Voeg scènes toe aan elk hoofdstuk @@ -4011,82 +4021,82 @@ ProjWizardFinalPage - + Summary Samenvatting - + Project Name: {0} Project naam: {0} - + Project Path: {0} Project pad: {0} - + Fill the project with a minimal set of items Vul het project met een minimale set items - + Fill the project with example files Vul het project met voorbeeldbestanden - + Add a folder for plot notes Voeg een map toe voor plot notities - + Add a folder for character notes Voeg een map toe voor karakter notities - + Add a folder for location notes Voeg een map toe voor locatie notities - + Add example notes to the above Voeg voorbeeld notities toe aan bovenstaand - + Add {0} chapters to the novel folder Voeg {0} hoofdstukken toe aan de roman map - + Add {0} scenes to each chapter Voeg {0} scènes toe aan elk hoofdstuk - + Add {0} scenes Voeg {0} scènes toe - + You have selected the following: U heeft het volgende geselecteerd: - + Press '{0}' to create the new project. Druk op '{0}' om het nieuwe project aan te maken. - + Done Voltooid - + Finish Voltooien @@ -4094,33 +4104,33 @@ ProjWizardFolderPage - - + + Select Project Folder Selecteer Projectmap - + Select a location to store the project. A new project folder will be created in the selected location. Selecteer een locatie om het project op te slaan. Een nieuwe projectmap zal worden gemaakt op de geselecteerde locatie. - + Required Vereist - + Project Path Project pad - + Error: A project folder cannot be created using this path. Fout: Een projectmap kan niet worden aangemaakt met dit pad. - + Error: The selected path already exists. Fout: Het geselecteerde pad bestaat al. @@ -4128,43 +4138,43 @@ ProjWizardIntroPage - + Create New Project Nieuw Project Maken - + Provide at least a project name. The project name should not be changed beyond this point as it is used for generating file names for for instance backups. The other fields are optional and can be changed at any time in Project Settings. Geef minstens een projectnaam op. De projectnaam mag niet worden gewijzigd na dit punt, omdat het wordt gebruikt voor het genereren van bestandsnamen voor bijvoorbeeld back-ups. De andere velden zijn optioneel en kunnen op elk moment worden gewijzigd in Project Instellingen. - + Side image by {0}, {1} Zijbeeld door {0}, {1} - + Required Vereist - - + + Optional Optioneel - + Project Name Projectnaam - + Novel Title Roman titel - + Author(s) Auteur(s) @@ -4172,27 +4182,27 @@ ProjWizardPopulatePage - + Populate Project Project Bevolken - + Choose how to pre-fill the project. Either with a minimal set of starter items, an example project explaining and showing many of the features, or show further custom options on the next page. Kies hoe het project vooraf moet worden ingevuld. Ofwel met een minimale set van starter items, een voorbeeldproject dat veel van de functies uitlegt en laat zien, of toon verdere aanpasbare opties op de volgende pagina. - + Fill the project with a minimal set of items Vul het project met een minimale set items - + Fill the project with example files Vul het project met voorbeeldbestanden - + Show detailed options for filling the project Toon gedetailleerde opties voor het vullen van het project @@ -4200,73 +4210,73 @@ ProjectBuilder - + New Project Nieuw Project - + New Chapter Nieuw Hoofdstuk - + New Scene Nieuwe Scène - + Title Page Titel Pagina - + By Door - + Summary of the chapter. Samenvatting van het hoofdstuk. - + Summary of the scene. Samenvatting van de scène. - + Chapter {0} Hoofdstuk {0} - - + + Scene {0} Scène {0} - + Main Plot Hoofd Plot - + Protagonist Protagonist - + Main Location Hoofd Locatie - + Failed to create a new example project. Aanmaken van een nieuw voorbeeldproject is mislukt. - + Failed to create a new example project. Could not find the necessary files. They seem to be missing from this installation. Aanmaken van een nieuw voorbeeldproject is mislukt. Kon de benodigde bestanden niet vinden. Ze lijken te ontbreken in deze installatie. @@ -4462,19 +4472,182 @@ Tokenizer - + Synopsis Synopsis - + Document '{0}' is too big ({1} MB). Skipping. Document '{0}' is te groot ({1} MB). Wordt overgeslagen. - + ERROR FOUT + + _FilterTab + + + Included in manuscript + + + + + Excluded from manuscript + + + + + Always included + + + + + Always excluded + + + + + Reset to default + + + + + Mark selection as + + + + + Select Root Folders + + + + + _FormatTab + + + Not Set + Niet ingesteld + + + + _GuiAlert + + + Information + Informatie + + + + Warning + Waarschuwing + + + + Error + Foutmelding + + + + Question + + + + + _HeadingsTab + + + + Hide + + + + + + Editing: {0} + + + + + + None + Geen + + + + Title + Titel + + + + Chapter Number + + + + + Chapter Number (Word) + + + + + Chapter Number (Upper Case Roman) + + + + + Chapter Number (Lower Case Roman) + + + + + Scene Number (In Chapter) + + + + + Scene Number (Absolute) + + + + + Insert + Invoegen + + + + Apply + Toepassen + + + + _PreviewWidget + + + Press the "Build Preview" button to generate ... + + + + + Processing ... + + + + + Done + Gereed + + + + Unknown + Onbekend + + + + Built + + + diff --git a/i18n/nw_pt_BR.ts b/i18n/nw_pt_BR.ts index 50e0998d..d05166f3 100644 --- a/i18n/nw_pt_BR.ts +++ b/i18n/nw_pt_BR.ts @@ -1,75 +1,283 @@ + + Builds + + + Document Filters + + + + + Novel Documents + + + + + Project Notes + + + + + Inactive Documents + + + + + Headings + + + + + Title Headings + + + + + Chapter Headings + + + + + Unnumbered Headings + + + + + Scene Headings + + + + + Section Headings + + + + + Hide Scene Headings + + + + + Hide Section Headings + + + + + Text Content + + + + + Include Synopsis + + + + + Include Comments + + + + + Include Keywords + + + + + Include Body Text + + + + + Insert Content + + + + + Add Titles for Notes + + + + + Text Format + + + + + Language + Idioma + + + + Font Family + + + + + Font Size + + + + + Line Height + + + + + Text Options + + + + + Justify Text Margins + + + + + Replace Unicode Characters + + + + + Replace Tabs with Spaces + + + + + Page Layout + + + + + Unit + + + + + Page Size + + + + + Page Width + + + + + Page Height + + + + + Top Margin + + + + + Bottom Margin + + + + + Left Margin + + + + + Right Margin + + + + + Open Document (.odt) + Open Document (.odt) + + + + Add Highlight Colours + + + + + HTML (.html) + + + + + Add CSS Styles + + + Common - + in the future no futuro - + just now agora - + a minute ago um minuto atrás - + {0} minutes ago {0} minutos atrás - + an hour ago uma hora atrás - + {0} hours ago {0} horas atrás - + a day ago um dia atrás - + {0} days ago {0} dias atrás - + a week ago uma semana atrás - + {0} weeks ago {0} semanas atrás - + a month ago um mês atrás - + {0} months ago {0} meses atrás - + a year ago um ano atrás - + {0} years ago {0} anos atrás @@ -77,264 +285,345 @@ Constant - - - + + + None Nenhum - + Novel Livro - - + + Plot Enredo - - + + Characters Personagens - - + + Locations Lugares - - + + Timeline Linha do Tempo - - + + Objects Objetos - - + + Entities Entidades - - + + + Custom Outros - + Archive Arquivados - + Trash Lixeira - - + + Novel Document Documento do Livro - - + + Project Note Notas do Projeto - + Root Folder Diretório-Raíz - + Folder Diretório - + Novel Title Page Página de Título do Livro - + Novel Chapter Capítulo do Livro - + Novel Scene Cena do Livro - + Novel Section Seção do Livro - + Tag Etiqueta - + Point of View Ponto de Vista - - + + Focus Foco - + Title Título - + Level Nível - + Document Documento - + Line Linha - + Chars Caracteres - + Words Palavras - + Pars Parágrafos - + POV P.V. - + Synopsis Sinopse - + + Open Document (.odt) + Open Document (.odt) + + + + Flat Open Document (.fodt) + Flat Open Document (.fodt) + + + + novelWriter HTML (.html) + + + + + novelWriter Markup (.txt) + + + + + Standard Markdown (.md) + Markdown Padrão (.md) + + + + Extended Markdown (.md) + + + + + JSON + novelWriter HTML (.json) + JSON + HTML do novelWriter (.json) + + + + JSON + novelWriter Markup (.json) + + + + + Millimetres + + + + + Centimetres + + + + + Inches + + + + + A4 + + + + + A5 + + + + + A6 + + + + + US Legal + + + + + US Letter + + + + Straight single quotation mark Aspas simples retas - + Straight double quotation mark Aspas duplas retas - + Left single quotation mark Aspas simples à esquerda - + Right single quotation mark Aspas simples à direita - + Single low-9 quotation mark Aspas 9-baixo simples - + Single high-reversed-9 quotation mark Aspas 9-alto-invertido simples - + Left double quotation mark Aspas duplas à esquerda - + Right double quotation mark Aspas duplas à direita - + Double low-9 quotation mark Aspas 9-baixo duplas - + Double high-reversed-9 quotation mark Aspas 9-alto-invertido duplas - + Double low-reversed-9 quotation mark Aspas 9-baixo-invertido duplas - + Single left-pointing angle quotation mark Aspas angulares simples à esquerda - + Single right-pointing angle quotation mark Aspas angulares simples à direita - + Double left-pointing angle quotation mark Aspas angulares duplas apontando à esquerda - + Double right-pointing angle quotation mark Aspas angulares duplas apontando à direita - + Left corner bracket Colchete de canto à esquerda - + Right corner bracket Right corner bracket - + Left white corner bracket Colchete branco de canto à esquerda - + Right white corner bracket Colchete branco de canto à direita @@ -342,447 +631,129 @@ GuiAbout - - + + About novelWriter Sobre o novelWriter - + About Sobre - + Release Lançamento - + Credits Créditos - + Licence Licença - + Website: {0} Website: {0} - + novelWriter is a markdown-like text editor designed for organising and writing novels. It is written in Python 3 with a Qt5 GUI, using PyQt5. novelWriter é um editor de texto som sintaxe semelhante ao markdown, projetado para a escrita e organização de livros. É escrito em Python 3 com interface de usuário em Qr5, usando PyQt5. - + novelWriter is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. novelWriter é um software livre: você pode redistribuí-lo e/ou modificá-lo sob os termos da GNU Licença Pública Geral, assim como publicada pela Free Software Foundation, tanto na versão 3 da licença, ou (à sua escolha) qualquer versão subsequente. - + novelWriter is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. novelWriter é distribuído na especativa de que seja útil, mas SEM NENHUMA GARANTIA, nem mesmo a garantia implícita de COMERCIALIZAÇÃO ou ADEQUAÇÃO PARA UM PROPÓSITO ESPECÍFICO. - + See the Licence tab for the full licence text, or visit the GNU website at {0} for more details. Veja a aba de Licença para o texto completo de licença, ou visite o website da GNU em {0} para mais detalhes. - GuiBuildNovel + GuiBuildSettings - - Build Novel Project - Construção do Projeto do Livro + + Manuscript Build Settings + - - Title Formats for Novel Files - Formatos de Título para Arquivos do Livro + + Options + - - Formatting Codes: - Códigos de Formatação: + + Selection + - - {0} for the title as set in the document - {0} para o titulo como definido no documento + + Headings + - - {0} for chapter number (1, 2, 3) - {0} para o numero do capítulo (1, 2, 3) + + Content + - - {0} for chapter number as a word (one, two) - {0} para o numero do capítulo por extenso (um, dois) + + Format + - - {0} for chapter number in upper case Roman - {0} para o número do capítulo em numerais romanos maiúsculos + + Output + - - {0} for chapter number in lower case Roman - {0} para o número do capítulo em numerais romanos minúsculos - - - - {0} for scene number within chapter - {0} para o número da cena no capítulo - - - - {0} for scene number within novel - {0} para o número da cena no livro - - - - Leave blank to skip this heading, or set to a static text, like for instance '{0}', to make a separator. The separator will be centred automatically and only appear between sections of the same type. - Deixe em branco para ignorar este cabeçalho ou defina um texto estático como '{0}', por exemplo, para fazer um separador. O separador será centralizado automaticamente e aparecerá apenas entre seções do mesmo tipo. - - - - Not Set - Não definido - - - - Title - Título - - - - Chapter - Capítulo - - - - Unnumbered - Sem Numeração - - - - Scene - Cena - - - - Section - Seção - - - - Language - Idioma - - - - Hide scene - Ocultar cena - - - - Hide section - Ocultar seção - - - - Font Options - Opções de Fonte - - - - Font family - Família da fonte - - - - Font size - Tamanho da fonte - - - - Line height - Altura da linha - - - - Justify text - Texto justificado - - - - Disable styling - Desabilita a estilização - - - - Styling Options - Opções de Estilo - - - - Include Options - Opções de Inclusão - - - - Include synopsis - Inclui a sinopse - - - - Include comments - Inclui comentários - - - - Include keywords - Inclui palavras-chave - - - - Include body text - Inclui o corpo do texto - - - - Root Filter Options - Opções de Filtro Raiz - - - - File Filter Options - Opções de Filtro de Arquivos - - - - Include novel files - Inclui arquivos do livro - - - - Include note files - Inclui arquivos de notas - - - - Include inactive files - Incluir arquivos inativos - - - - Export Options - Opções de Exportação - - - - Replace tabs with spaces - Substitui tabulações com espaços - - - - Replace Unicode in HTML - Substituir Unicode no HTML - - - - Build Preview - Construir Prévia - - - - Print - Imprimir - - - - Print Preview - Imprimir Prévia - - - - Print to PDF - Imprimir para PDF - - - - Save As - Salvar Como - - - - Open Document (.odt) - Open Document (.odt) - - - - Flat Open Document (.fodt) - Flat Open Document (.fodt) - - - - novelWriter HTML (.htm) - HTML do novelWriter (.htm) - - - - novelWriter Markdown (.nwd) - Markdown do novelWriter (.nwd) - - - - Standard Markdown (.md) - Markdown Padrão (.md) - - - - GitHub Markdown (.md) - Markdown do GitHub (.md) - - - - JSON + novelWriter HTML (.json) - JSON + HTML do novelWriter (.json) - - - - JSON + novelWriter Markdown (.json) - JSON + Markdown do novelWriter (.json) - - - - Close - Fechar - - - - Failed to generate preview. The result is too big. - A geração do rascunho falhou. O resultado é muito grande. - - - - There were problems when building the project: - Houve problemas ao construir o projeto: - - - - Open Document - Abrir Documento - - - - Flat Open Document - Flat Open Document - - - - Plain HTML - HTML Simples - - - - novelWriter Markdown - Markdown do novelWriter - - - - Standard Markdown - Markdown Padrão - - - - GitHub Markdown - Markdown do GitHub - - - - JSON + novelWriter HTML - JSON + HTML do novelWriter - - - - JSON + novelWriter Markdown - JSON + Markdown do novelWriter - - - - PDF - PDF - - - - Save Document As - Salvar Documento Como - - - - {0} file successfully written to: - Arquivo {0} escrito com sucesso para: - - - - Failed to write {0} file. {1} - Falhou para escrever o arquivo {0}. {1} - - - - GuiBuildNovelDocView - - - This area will show the content of the document to be exported or printed. Press the "Build Preview" button to generate content. - Esta área vai mostrar o conteúdo do documento a ser exportado ou impresso. Clique no botão "Construir Prévia" para gerar o conteúdo. - - - - Unknown - Desconhecido - - - - Build Time: - Data da Compilação: + + Name + GuiDocEditFooter - + Status Estado - + Line: {0} ({1}) Linha: {0} ({1}) - + Words: {0} ({1}) Palavras: {0} ({1}) - + Document size is {0} bytes O tamanho do documento é {0} bytes - + Words: {0} selected Palavras: {0} selecionadas - + Character count: {0} Contagem de carecteres: {0} @@ -790,22 +761,22 @@ GuiDocEditHeader - + Edit document label Editar etiqueta do documento - + Search document Procurar no documento - + Toggle Focus Mode Alternar o "Modo Foco" - + Close the document Fechar o documento @@ -813,58 +784,58 @@ GuiDocEditSearch - - + + Search Pesquisa - + Replace Substituir - + Case Sensitive Diferenciar Maiúsculas e Minúsculas - + Whole Words Only Apenas Palavras Inteiras - + RegEx Mode Expressão Regular - + Loop Search Pesquisa do Início - + Search Next File Busca no Próximo Arquivo - + Preserve Case Preserva Maiúsculas e Minúsculas - + Close Search Fechar a Busca - + Find in current document Encontrar no documento atual - + Find and replace in current document Encontrar e substituir no documento atual @@ -872,117 +843,122 @@ GuiDocEditor - + The document you are trying to open is too big. The document size is {0} MB. The maximum size allowed is {1} MB. O documento que você está tentando abrir é muito grande. O tamanho do documento é {0} MB. O tamanho máximo permitido é {1} MB. - + Opened Document: {0} Documento Aberto: {0} - + The text you are trying to add is too big. The text size is {0} MB. The maximum size allowed is {1} MB. O texto que você está tentando adicionar é muito grande. O tamanho do texto é {0} MB. O tamanho máximo permitido é {1} MB. - - File Changed on Disk - Arquivo Modificado no Disco - - - + This document has been changed outside of novelWriter while it was open. Overwrite the file on disk? Este documento foi alterado fora do novelWriter enquanto estava aberto. Sobrescrever o arquivo no disco? - + Could not save document. Não foi possível salvar o documento. - + Saved Document: {0} Documento Salvo: {0} - + Spell checking requires the package PyEnchant. It does not appear to be installed. A verificação ortográfica requer o pacote PyEnchant. Ele parece não estar instalado. - + Spell check complete Verificação ortográfica completa - - File Location - Localização do Arquivo + + Document Details + - - The currently open file is saved in: - O arquivo aberto atualmente está salvo em: + + Created: {0} + - + + Updated: {0} + + + + + File Location: {0} + + + + The document has grown too big and you cannot add more text to it. The maximum size of a single novelWriter document is {0} MB. O tamanho do documento aumentou muito e você não pode adicionar mais texto nele. O tamanho máximo de um único documento do novelWriter é {0} MB. - + Follow Tag Seguir Etiqueta - + Cut Recortar - + Copy Copiar - + Paste Colar - + Select All Selecionar Tudo - + Select Word Selecionar Palavra - + Select Paragraph Selecionar Parágrafo - + Spelling Suggestion(s) Sugestão de Ortografia - + No Suggestions Sem Sugestões - + Add Word to Dictionary Adicionar Palavra ao Dicionário - + Please select some text before calling replace quotes. Por favor, selecione algum texto antes de invocar a substituição de aspas. @@ -990,22 +966,22 @@ GuiDocMerge - + Merge Documents Mescla de Documentos - + Documents to Merge Documentos para Mesclar - + Drag and drop items to change the order, or uncheck to exclude. Arraste e solte itens para alterar a ordem, ou desmarque para excluir. - + Move merged items to Trash Mover arquivos selecionados pro Lixo @@ -1013,52 +989,52 @@ GuiDocSplit - + Split Document Divisão de Documento - + Document Headers Cabeçalhos do Documento - + Select the maximum level to split into files. Selecione o nível máximo para dividir em arquivos. - + Split on Header Level 1 (Title) Dividir nos cabeçalhos de nível 1 (Título) - + Split up to Header Level 2 (Chapter) Dividir até os cabeçalhos de nível 2 (Capítulo) - + Split up to Header Level 3 (Scene) Dividir até os cabeçalhos de nível 3 (Cena) - + Split up to Header Level 4 (Section) Dividir até os cabeçalhos de nível 4 (Seção) - + Split into a new folder Dividir em um novo diretório - + Create document hierarchy Criar hierarquia do documento - + Move split document to Trash Mover documento dividido para o Lixeira @@ -1066,42 +1042,42 @@ GuiDocViewFooter - + Show/hide the references panel Mostrar/ocultar o painel de referências - + Activate to freeze the content of the references panel when changing document Ative para manter o conteúdo do painel de referências quando trocar o documento - + Show comments Mostrar comentários - + Show synopsis comments Mostrar comentários de sinopse - + References Referências - + Sticky Aderente - + Comments Comentários - + Synopsis Sinopse @@ -1109,22 +1085,22 @@ GuiDocViewHeader - + Go backward Voltar - + Go forward Avançar - + Reload the document Recarregar o documento - + Close the document Fechar o documento @@ -1132,27 +1108,27 @@ GuiDocViewer - + An error occurred while generating the preview. Um erro ocorreu enquanto gerava o rascunho. - + Copy Copiar - + Select All Selecionar Tudo - + Select Word Selecionar Palavra - + Select Paragraph Selecionar Parágrafo @@ -1160,12 +1136,12 @@ GuiEditLabel - + Item Label Rótulo do item - + Label Rótulo @@ -1173,37 +1149,37 @@ GuiItemDetails - + Label Rótulo - + Status Estado - + Class Classe - + Usage Uso - + Characters - Personagens + Caracteres - + Words Palavras - + Paragraphs Parágrafos @@ -1239,173 +1215,123 @@ GuiMain - + You are running an untested development version of novelWriter. Please be careful when working on a live project and make sure you take regular backups. Você está executando uma versão de desenvolvimento e não testada do novelWriter. Por favor, tenha cuidado ao trabalhar em um projeto em desenvolvimento e certifique-se de fazer backups regulares. - + novelWriter is ready ... O novelWriter está pronto ... - + Cannot create a new project when another project is open. Não é possível criar um novo projeto quando outro projeto está aberto. - + A project already exists in that location. Please choose another folder. Um projeto já existe neste local. Por favor escolha outro diretório. - - Close Project - Fechar Projeto - - - + Close the current project? Fechar o projeto atual? - - + + Changes are saved automatically. As alterações serão salvas automaticamente. - - Backup Project - Cria uma cópia de segurança do diretório do projeto - - - + Backup the current project? Criar cópia de segurança do projeto atual? - - The project was locked by the computer '{0}' ({1} {2}), last active on {3}. - O projeto foi bloqueado pelo computador '{0}' ({1} {2}), ativo pela última vez em {3}. - - - - Project Locked - Projeto Bloqueado - - - + The project is already open by another instance of novelWriter, and is therefore locked. Override lock and continue anyway? O projeto já está aberto em outra instância do novelWriter, e portanto foi bloqueado. Deseja sobrescrever o bloqueio e continuar mesmo assim? - + Note: If the program or the computer previously crashed, the lock can safely be overridden. However, overriding it is not recommended if the project is open in another instance of novelWriter. Doing so may corrupt the project. Nota: Se o programa ou o computador travaram anteriormente, o bloqueio pode ser substituído com segurança. No entanto, sobrescrevê-lo não é recomendado se o projeto estiver aberto em outra instância do novelWriter. Fazer isso pode corromper o projeto. - + + The project was locked by the computer '{0}' ({1} {2}), last active on {3}. + O projeto foi bloqueado pelo computador '{0}' ({1} {2}), ativo pela última vez em {3}. + + + The project index is outdated or broken. Rebuilding index. O índice do projeto está desatualizado ou quebrado. Reconstruíndo o indice. - + Text files ({0}) Arquivos de texto ({0}) - + Markdown files ({0}) Arquivos Markdown ({0}) - + novelWriter files ({0}) Arquivos do novelWriter ({0}) - + All files ({0}) Todos os arquivos ({0}) - + Import File Importar Arquivo - + Could not read file. The file must be an existing text file. Não foi possível ler o arquivo. O arquivo deve ser um arquivo de texto existente. - + Please open a document to import the text file into. Por favor, abra um documento para importar o text nele. - - Import Document - Importar Documento - - - + Importing the file will overwrite the current content of the document. Do you want to proceed? Importar o arquivo vai sobrescrever o conteúdo atual do documento. Você deseja continuar? - + Indexing completed in {0} ms Indexação completa em {0} ms - + The project index has been successfully rebuilt. O índice do projeto foi reconstruído com sucesso. - + Some changes will not be applied until novelWriter has been restarted. Algumas alterações não serão aplicadas enquanto o novelWriter não for reiniciado. - - Information - Informação - - - - Warning - Alerta - - - - Error - Erro - - - - This is a bug! - Isto é um bug! - - - - Internal Error - Erro Interno - - - - Exit - Sair - - - + Do you want to exit novelWriter? Você deseja realmente sair do novelWriter? - + Could not find the reference for tag '{0}'. It either doesn't exist, or the index is out of date. The index can be updated from the Tools menu, or by pressing {1}. Não foi possível encontrar a referência para a etiqueta '{0}'. Pode ser que ela não exista ou que o índice esteja desatualizado. O índice pode ser atualizado à partir do menu Ferramentas ou pressionando {1}. @@ -1413,492 +1339,492 @@ GuiMainMenu - + &Project &Projeto - + New Project Novo Projeto - + Open Project Abrir Projeto - + Save Project Salvar Projeto - + Close Project Fechar Projeto - + Project Settings Configurações do Projeto - + Project Details Detalhes do Projeto - + Rename Item Renomear Item - + Delete Item Remover Item - + Empty Trash Esvaziar a Lixeira - + Exit Sair - + &Document &Documento - + Open Document Abrir Documento - + Save Document Salvar Documento - + Close Document Fechar Documento - + View Document Ver Documento - + Close Document View Fechar a Visualização do Documento - + Show File Details Mostrar Detalhes do Arquivo - + Import Text from File Importar Texto de Arquivo - + &Edit &Editar - + Undo Desfazer - + Redo Refazer - + Cut Recortar - + Copy Copiar - + Paste Colar - + Select All Selecionar Tudo - + Select Paragraph Selecionar Parágrafo - + &View &Visualizar - + Go to Project Tree Ir para a Estrutura do Projeto - + Go to Document Editor Ir para o Editor de Documentos - + Go to Document Viewer Ir para o Visualizador de Documentos - + Go to Outline Ir para o Escoço - + Navigate Backward Navegar para Trás - + Navigate Forward Navegar para Frente - + Focus Mode Modo de Foco - + Full Screen Mode Tela Cheia - + &Insert &Inserir - + Dashes Travessões - + Short Dash Travessão Curto - + Long Dash Travessão Longo - + Horizontal Bar Barra Horizontal - + Figure Dash Travessão de Número - + Quote Marks Aspas - + Left Single Quote Aspas Simples à Esquerda - + Right Single Quote Aspas Simples à Direita - + Left Double Quote Aspas Duplas à Esquerda - + Right Double Quote Aspas Duplas à Direita - + Alternative Apostrophe Apóstrofo Alternativo - + General Punctuation Pontuação Geral - + Ellipsis Reticências - + Prime Prime - + Double Prime Prime Duplo - + White Spaces Espaços em Branco - + Non-Breaking Space Espaço Não-Separável - + Thin Space Espaço Estreito - + Thin Non-Breaking Space Espaço Estreito Não-Separável - + Other Symbols Outros Simbolos - + List Bullet Marcador de Lista - + Hyphen Bullet Marcador em Hífen - + Flower Mark Marcador em Flor - + Per Mille Por Milha - + Degree Symbol Simbolo de Grau - + Minus Sign Sinal de Menos - + Times Sign Sinal de Multiplicação - + Division Sign Sinal de Divisão - + Tags and References Etiquetas e Referências - + Special Comments Comentários Especiais - + Synopsis Comment Comentário de Sinopse - + Page Break and Space Quebra de Página e Espaçamento - + Page Break Quebra de Página - + Vertical Space (Single) Espaço Vertical (Único) - + Vertical Space (Multi) Espaço Vertical (Múltiplos) - + Placeholder Text Texto de Espaço Reservado - + &Format &Formatar - + Emphasis Ênfase - + Strong Emphasis Ênfase Forte - + Strikethrough Tachado - + Wrap Double Quotes Aspas Duplas - + Wrap Single Quotes Aspas Simples - + Header 1 (Partition) Cabeçalho 1 (Partição) - + Header 2 (Chapter) Cabeçalho 2 (Capítulo) - + Header 3 (Scene) Cabeçalho 3 (Cena) - + Header 4 (Section) Cabeçalho 4 (Seção) - + Novel Title Nome do Livro - + Unnumbered Chapter Capítulo Não Numerado - + Align Left Alinhar à Esquerda - + Align Centre Alinhar ao Centro - + Align Right Alinhar à Direita - + Indent Left Recuo à Esquerda - + Indent Right Recuo à Direita - + Toggle Comment Alternar Comentários - + Remove Block Format Limpar Formatação do Bloco - + Convert Single Quotes Converter Aspas Simples - + Convert Double Quotes Converter Aspas Duplas - + Remove In-Paragraph Breaks Remover Quebras no Parágrafo - + &Search Pe&squisa - + Find Procurar - + Replace Substituir @@ -1908,102 +1834,112 @@ Procurar o Próximo - + Find Previous Procurar a Anterior - + Replace Next Substituir o Próximo - + &Tools Ferramen&tas - + Check Spelling Checar Ortografia - + + Spell Check Language + + + + + Default + Padrão + + + Re-Run Spell Check Checar Ortografia Agora - + Project Word List Lista de Palavras do Projeto - + Rebuild Index Reindexar - + Backup Project Cria uma cópia de segurança do diretório do projeto - - Build Novel Project - Construir o Projeto do Livro + + Build Manuscript + - + Writing Statistics Estatísticas de Escrita - + Preferences Preferências - + &Help A&juda - + About novelWriter Sobre o novelWriter - + About Qt5 Sobre o Qt5 - + User Manual (Online) Manual do Usuário (Online) - + User Manual (PDF) Manual do Usuário (PDF) - + Report an Issue (GitHub) Reportar um Problema (Github) - + Ask a Question (GitHub) Fazer uma Pergunta (Github) - + The novelWriter Website Website do novelWriter - + Check for New Release Verificar por Nova Versão @@ -2011,97 +1947,204 @@ GuiMainStatus - - + + None Nenhum - + Editor Editor - + Project Projeto - + Session Time Tempo de Sessão - + Words: {0} ({1}) Palavras: {0} ({1}) - + Project word count (session change) Contagem de palavras do projeto (alteradas na sessão) - + Novel word count (session change) Contagem de palavras do livro (alteradas na sessão) + + GuiManuscript + + + Build Manuscript + + + + + Add New Build + + + + + Delete Selected Build + + + + + Edit Selected Build + + + + + Builds + + + + + Preview + + + + + Print + Imprimir + + + + Build + Construir + + + + Close + Fechar + + + + + My Manuscript + + + + + GuiManuscriptBuild + + + Build Manuscript + + + + + Output Format + + + + + Table of Contents + Sumário + + + + Path + Caminho + + + + File Name + + + + + Reset file name to default + + + + + &Build + + + + + Select Folder + + + + + Output folder does not exist. + + + + + The file already exists. Do you want to overwrite it? + + + GuiNovelToolBar - + Outline of {0} Esboço de {0} - + Novel Root Raiz do Livro - + Refresh Atualizar - + Last Column Última Coluna - + Hidden Oculto - + Point of View Character Ponto de Vista do Personagem - + Focus Character Personagem em Foco - + Novel Plot Enredo do Livro - - + + Column Size Tamanho da Coluna - + More Options Mais Opções - + Maximum column size in % Tamanho máximo da coluna em % @@ -2109,7 +2152,7 @@ GuiNovelTree - + No meta data Sem metadados @@ -2117,65 +2160,65 @@ GuiOutlineDetails - - - - + + + + Title Título - + Chapter Capítulo - + Scene Cena - + Section Seção - + Document Documento - + Status Estado - + Characters Caracteres - + Words Palavras - + Paragraphs Parágrafos - + Synopsis Sinopse - + Title Details Detalhes do Título - + Reference Tags Referências das Etiquetas @@ -2183,7 +2226,7 @@ GuiOutlineHeaderMenu - + Select Columns Selecionar Colunas @@ -2191,12 +2234,12 @@ GuiOutlineToolBar - + Outline of Esboço de - + Refresh Atualizar @@ -2204,42 +2247,42 @@ GuiPreferences - + Preferences Preferências - + General Geral - + Projects Projetos - + Documents Documentos - + Editor Editor - + Highlighting Destaque - + Automation Automação - + Quotes Citações @@ -2247,103 +2290,103 @@ GuiPreferencesAutomation - + Automatic Features Funcionalidades Automáticas - + Auto-select word under cursor Selecionar automaticamente a palavra sob o cursor - + Apply formatting to word under cursor if no selection is made. Aplicar a formatação à palavra sob o cursor se nenhuma seleção for feita. - + Auto-replace text as you type Substituir automaticamente o texto enquanto digita - + Allow the editor to replace symbols as you type. Permite que o editor substituia símbolos emquanto você digita. - + Replace as You Type Substituição Durante a Digitação - + Auto-replace single quotes Substituir automaticamente aspas simples - - + + Try to guess which is an opening or a closing quote. Tenta adivinhar se a aspa é de abertura ou de fechamento. - + Auto-replace double quotes Subsitituir automaticamente aspas duplas - + Auto-replace dashes Substituir automaticamente os travessões - + Double and triple hyphens become short and long dashes. Hífens duplos ou triplos se tornam travessões curtos ou longos. - + Auto-replace dots Substituir automaticamente os pontos - + Three consecutive dots become ellipsis. Três pontos consecutivos se tornam uma reticência. - + Automatic Padding Espaçamento Automático - + Insert non-breaking space before Insere um espaço não-separável antes - + Automatically add space before any of these symbols. Adicionar automaticamente um espaço antes de cada um desses símbolos. - + Insert non-breaking space after Insere um espaço não-separável após - + Automatically add space after any of these symbols. Adicionar automaticamente um espaço após cada um desses símbolos. - + Use thin space instead Usar um espaço estreito - + Inserts a thin space instead of a regular space. Insere um espaço estreito ao invés de um espaço regular. @@ -2351,93 +2394,93 @@ GuiPreferencesDocuments - + Text Style Estilo do Texto - + Font family Família da fonte - - - - + + + + Applies to both document editor and viewer. Aplica-se para o editor e visualizador de documentos. - + Font size Tamanho da fonte - + pt pt - + Text Flow Fluxo do Texto - + Maximum text width in "Normal Mode" Largura máxima do texto no "Modo Normal" - + Set to 0 to disable this feature. Defina 0 para desativar esta funcionalidade. - - - - + + + + px px - + Maximum text width in "Focus Mode" Largura máxima do texto no "Modo Foco" - + The maximum width cannot be disabled. A largura máxima não pode ser desativada. - + Hide document footer in "Focus Mode" Ocultar o rodapé do documento no "Modo Foco" - + Hide the information bar in the document editor. Ocultar a barra de informações no editor de documentos. - + Justify the text margins Justificar as margens de texto - + Minimum text margin Margem de texto mínima - + Tab width Largura da tabulação - + The width of a tab key press in the editor and viewer. A largura de uma tabulação no editor e visualizador. @@ -2445,117 +2488,112 @@ GuiPreferencesEditor - + Spell Checking Correção Ortográfica - + None Nenhum - - Not installed - Não instalado - - - + Spell check language Idioma do corretor ortográfico - + Available languages are determined by your system. Os idiomas disponíveis são determinados pelo seu sistema. - + Big document limit Limite de documento grande - + Full spell checking is disabled above this limit. A verificação ortográfica é desabilitada acima desse limite. - + kB kB - + Word Count Contagem de Palavras - + Word count interval Intervalo de contagem de palavras - + seconds segundos - + Include project notes in status bar word count Incluir as notas do projeto na contagem de palavras - + Writing Guides Guias de Escrita - + Show tabs and spaces Mostrar tabulações e espaços - + Show line endings Mostrar terminações de linha - + Scroll Behaviour Comportamento da Rolagem - + Scroll past end of the document Rolar após o final do documento - + Set to 0 to disable this feature. Defina 0 para desativar esta funcionalidade. - + lines linhas - + Typewriter style scrolling when you type Rolagem no estilo de máquina de escrever quando digita - + Keeps the cursor at a fixed vertical position. Mantém o cursor em uma posição vertical fixa. - + Minimum position for Typewriter scrolling Posição máxima da rolagem de máquina de escrever - + Percentage of the editor height from the top. Porcentagem da altura do editor desde o topo. @@ -2563,95 +2601,95 @@ GuiPreferencesGeneral - + Look and Feel Aparência - + Main GUI language Idioma da Interface - - - + + + Requires restart to take effect. É necessário reiniciar para ter efeito. - + Main GUI theme Tema da interface - + General colour theme and icons. Cores e ícones gerais do tema. - + Editor theme Tema do editor - + Colour theme for the editor and viewer. Tema de cores do editor e do visualizador. - + Font family Família da fonte - + Font size Tamanho da fonte - + pt pt - + GUI Settings Configurações da Interface - + Emphasise partition and chapter labels Destaca os rótulos de partições e capítulos - + Makes them stand out in the project tree. Faz com que eles se destaquem na estrutura do projeto. - + Show full path in document header Mostrar o caminho completo do documento no cabeçalho - + Add the parent folder names to the header. Adiciona o nome dos diretórios-pai ao cabeçalho. - + Hide vertical scroll bars in main windows Ocultar a barra de rolagem vertical nas janelas principais - - + + Scrolling available with mouse wheel and keys only. A rolagem de tela estará diponível apenas com o mouse ou teclado. - + Hide horizontal scroll bars in main windows Ocultar a barra de rolagem horizontal nas janelas principais @@ -2659,109 +2697,109 @@ GuiPreferencesProjects - + Automatic Save Salvamento Automático - + Save document interval Intervalo de salvamento do documento - + How often the document is automatically saved. Com qual frequência o documento é salvo automaticamente. - - + + seconds segundos - + Save project interval Intervalo de salvamento do projeto - + How often the project is automatically saved. Com qual frequência o projeto é salvo automaticamente. - + Project Backup Cópia de Segurança - + Browse Procurar - + Backup storage location Localização da cópia de segurança - - + + Path: {0} Caminho: {0} - + Run backup when the project is closed Executar a cópia de segurança quando o projeto é fechado - + Can be overridden for individual projects in Project Settings. Pode ser sobrescrito para projetos individuais nas configurações do projeto. - + Ask before running backup Perguntar antes de executar a cópia de segurança - + If off, backups will run in the background. Se desativado, cópias de segurança serão executadas em segundo plano. - + Session Timer Temporizador da Sessão - + Pause the session timer when not writing Pausa o temporizador da sessão quando não estiver escrevendo - + Also pauses when the application window does not have focus. Também pausa quando a janela da aplicação não estiver em foco. - + Editor inactive time before pausing timer Tempo inativo do editor antes de pausar o temporizador - + User activity includes typing and changing the content. Atividades de usuário incluem escrever e alterar o conteúdo. - + minutes minutos - + Backup Directory Diretório das Cópias de Segurança @@ -2769,47 +2807,47 @@ GuiPreferencesQuotes - + Quotation Style Estilo de Aspas - + Single quote open style Estilo da aspa de abertura simples - + The symbol to use for a leading single quote. O símbolo usado para a aspa simples à esquerda. - + Single quote close style Estilo da aspa de fechamento simples - + The symbol to use for a trailing single quote. O símbolo usado para a aspa simples à esquerda. - + Double quote open style Estilo da aspa de abertura dupla - + The symbol to use for a leading double quote. O símbolo usado para a aspa dupla à esquerda. - + Double quote close style Estilo da aspa de fechamento dupla - + The symbol to use for a trailing double quote. O símbolo usado para a aspa dupla à direita. @@ -2817,59 +2855,59 @@ GuiPreferencesSyntax - + Quotes & Dialogue Citações e Diálogos - + Highlight text wrapped in quotes Destaca o texto em citações - - - + + + Applies to the document editor only. Aplica-se apenas para o editor de documentos. - + Allow open-ended single quotes Permite citações com aspas simples sem fechamento - + Highlight single-quoted line with no closing quote. Destaca a linha com citação de aspas simples sem aspas de fechamento. - + Allow open-ended double quotes Permite citações com aspas duplas sem fechamento - + Highlight double-quoted line with no closing quote. Destaca a linha com citação de aspas duplas sem aspas de fechamento. - + Text Emphasis Ênfase de Texto - + Add highlight colour to emphasised text Adiciona destaque de cor ao texto enfatizado - + Text Errors Erros de Texto - + Highlight multiple or trailing spaces Destacar espaços múltiplos ou no final @@ -2877,17 +2915,17 @@ GuiProjectDetails - + Project Details Detalhes do Projeto - + Overview Visão Geral - + Contents Conteúdo @@ -2895,72 +2933,72 @@ GuiProjectDetailsContents - + Table of Contents Sumário - + Title Título - + Words Palavras - + Pages Páginas - + Page Página - + Progress Progresso - + Typical word count for a 5 by 8 inch book page with 11 pt font is 350. Contagem de palavras típica para uma página de livro de 5 por 8 polegadas com a fonte de 11 pt é 350. - + Start counting page numbers from this page. Inicia a contagem de numero de páginas à partir dessa página. - + Assume a new chapter or partition always start on an odd numbered page. Assume que um capítulo ou partição sempre começa em uma página com numeração ímpar. - + Words per page Palavras por página - + Count pages from Contar páginas à partir da página - + Clear double pages Eliminar páginas duplas - + END FIM - + Untitled Sem Título @@ -2968,42 +3006,42 @@ GuiProjectDetailsMain - + Words Palavras - + Chapters Capítulos - + Scenes Cenas - + Revisions Revisões - + Editing Time Tempo de Edição - + Path Caminho - + Project: {0} Projeto: {0} - + By {0} Por {0} @@ -3011,54 +3049,54 @@ GuiProjectEditMain - + Project Settings Configurações do Projeto - + Project name Nome do projeto - + Should be set only once. Deve ser definido apenas uma vez. - + Novel title Título do tivro - - + + Change whenever you want! Mude quando quiser! - + Author(s) Autor(es) - + Default Padrão - + Spell check language Idioma do corretor ortográfico - - + + Overrides main preferences. Sobrescreve as preferências globais. - + No backup on close Não salvar cópia de segurança ao fechar @@ -3066,27 +3104,27 @@ GuiProjectEditReplace - + Text Replace List for Preview and Export Lista de Substituição de Texto para o Preview ou Exportação - + Keyword Palavra-chave - + Replace With Substituir Com - + Select item to edit Selecione um item para editar - + Save Salvar @@ -3094,67 +3132,67 @@ GuiProjectEditStatus - + Novel File Status Levels Níves de Estado do Arquivo do Livro - + Note File Importance Levels Níves de Importância do Arquivo do Livro - + Label Rótulo - + Usage Uso - + Select item to edit Selecione um item para editar - + Colour Cor - + Save Salvar - + Select Colour Selecione a Cor - + New Item Novo Item - + Cannot delete a status item that is in use. Não é possível remove um item de status em uso. - + Not in use Não utilizado - + Used once Utilizado uma vez - + Used by {0} items Utilizado por {0} items @@ -3162,63 +3200,58 @@ GuiProjectLoad - - + + Open Project Abrir Projeto - + Working Title Nome do projeto - + Words Palavras - + Last Opened Aberto Pela Última Vez - + Recently Opened Projects Projetos Abertos Recentemente - + Path Caminho - + New Novo - + Remove Remover - + novelWriter Project File ({0}) Arquivo de Projeto do novelWriter ({0}) - + All files ({0}) Todos os arquivos ({0}) - - Remove Entry - Remover Entrada - - - + Remove '{0}' from the recent projects list? The project files will not be deleted. Remover '{0}' da lista de projetos recentes? Os arquivos do projeto não serão excluídos. @@ -3226,27 +3259,27 @@ GuiProjectSettings - + Project Settings Configurações do Projeto - + Settings Configurações - + Status Estado - + Importance Importância - + Auto-Replace Substituição Automática @@ -3254,52 +3287,52 @@ GuiProjectToolBar - + Project Content Conteúdo do Projeto - + Quick Links Links Rápidos - + Move Up Mover para Cima - + Move Down Mover para Baixo - + Add Item Adicionar Item - + Expand All Expandir Tudo - + Collapse All Recolher Tudo - + Undo Move Desfazer Mover - + Empty Trash Esvaziar a Lixeira - + More Options Mais Opções @@ -3307,204 +3340,216 @@ GuiProjectTree - + Active Ativo - + Inactive Inativo - + Did not find anywhere to add the file or folder! Não foi possível encontrar nenhum lugar para adicionar o arquivo ou diretório! - + Cannot add new files or folders to the Trash folder. Não foi possível adicionar novos arquivos ou diretórios à Lixeira. - + New Note Nova Nota - + New Chapter Novo Capítulo - + New Scene Nova Cena - + New Document Novo Documento - + New Folder Novo Diretório - + There is currently no Trash folder in this project. Não exite um diretório de Lixeira neste projeto. - + The Trash folder is already empty. O diretório de Lixeira já está vazio. - - - Empty Trash - Esvaziar a Lixeira - - - + Permanently delete {0} file(s) from Trash? Permanentemente remover {0} arquivo(s) da Lixeira? - - - Delete - Excluir - - - + Move '{0}' to Trash? Mover '{0}' para a Lixeira? - + Root folders can only be deleted when they are empty. Os diretórios-raiz só podem ser excluídos quando estiverem vazios. - + Permanently delete '{0}'? Excluir permanentemente '{0}? - + + Empty Trash + Esvaziar a Lixeira + + + Open Document Abrir Documento - + View Document Ver Documento - - Change Label - Alterar Etiqueta + + Rename + Renomear - + Toggle Active Alternar Ativo - + Set Status to ... Definir o Estado para... - + Set Importance to ... Definir a Importância para... - + Transform Transformar - - - - + + + + Convert to {0} Converter para {0} - + Merge Child Items into Self Mesclar Sub-Itens Neste - + Merge Child Items into New Mesclar Sub-Itens em um Novo - + Merge Documents in Folder Mesclar os Documentos no Diretório - + Split Document by Headers Dividir o Documento por Cabeçalhos - + Expand All Expandir Tudo - + Collapse All Recolher Tudo - + + Duplicate from Here + + + + + Duplicate Document + + + + Delete Permanently Excluir Permanentemente - + Move to Trash Mover para o Lixo - - Convert Folder - Converter Diretório - - - + Do you want to convert the folder to a {0}? This action cannot be reversed. Você deseja converter o diretório para {0}? Esta ação não pode ser revertida. - + No documents selected for merging. Nenhum documento selecionado para mesclagem. - + Merged Mesclado - - + + Could not write document content. Não foi possível escrever o conteúdo do documento. - - + + Do you want to duplicate this document? + + + + + Do you want to duplicate this item and all child items? + + + + + Could not duplicate all items. + + + + There is nowhere to add item with name '{0}'. Não há lugar para adicionar o item com o nome '{0}'. @@ -3512,67 +3557,67 @@ GuiSideBar - + Project Projeto - + Project Tree View Exibição em Árvore do Projeto - + Novel Livro - + Novel Tree View Visualização em Árvore do Livro - + Outline Esboço - + Novel Outline View Visão do Esboço do Livro - + Build Construir - - Build Novel Project - Construir o Projeto do Livro + + Build Manuscript + - + Details Detalhes - + Project Details Detalhes do Projeto - + Stats Estatísticas - + Writing Statistics Estatísticas de Escrita - + Settings Configurações @@ -3580,33 +3625,33 @@ GuiUpdates - + Check for Updates Verificar Atualizações - + Current Release Versão Atual - - + + novelWriter {0} released on {1} novelWriter {0} lançado em {1} - + Latest Release Versão Mais Recente - + Checking ... Verificando ... - + Download: {0} Transferir: {0} @@ -3614,18 +3659,18 @@ GuiWordList - - + + Project Word List Lista de Palavras do Projeto - + Cannot add a blank word. Não é possível adicionar uma palavra em branco. - + The word '{0}' is already in the word list. A palavra '{0}' já está na lista de palavras. @@ -3633,334 +3678,299 @@ GuiWritingStats - + Writing Statistics Estatísticas de Escrita - + Session Start Início da Sessão - + Length Tamanho - + Idle Ocioso - + Words Palavras - + Histogram Histograma - + Sum Totals Soma dos Totais - + Total Time: Tempo Total: - + Idle Time: Tempo Ocioso: - + Filtered Time: Tempo Filtrado: - + Novel Word Count: Contagem de Palavras do Livro: - + Notes Word Count: Contagem de Palavras das Notas: - + Total Word Count: Contagem Total de Palavras: - + Filters Filtros - + Count novel files Contagem dos arquivos do livro - + Count note files Contagem dos arquvos de notas - + Hide zero word count Ocultar contagem zerada de palavras - + Hide negative word count Ocultar contagem negativa de palavras - + Group entries by day Agrupar entradas por dia - + Show idle time Mostrar tempo ocioso - + Word count cap for the histogram Limite de quantidade de palavras no histograma - + Save As Salvar Como - + JSON Data File (.json) Aruivo de Dados JSON (.json) - + CSV Data File (.csv) Arquivo de Dados CSV (.csv) - + JSON Data File Aruivo de Dados JSON - + CSV Data File Arquivo de Dados CSV - + Save Data As Salvar Dados Como - + {0} file successfully written to: Arquivo {0} escrito com sucesso para: - + Failed to write {0} file. Falha ao escrever o arquivo {0}. - - - Failed to read session log file. - Houve uma falha ao ler o arquivo de log da sessão. - NWProject - + Could not delete document file. Não foi possível Excluir o arquivo do documento. - + Could not open project with path: {0} Não foi possível abrir o projeto com o caminho: {0} - + Unknown Desconhecido - + Project file does not appear to be a novelWriterXML file. O arquivo do projeto não parece ser um arquivo XML do novelWriter. - + Unknown or unsupported novelWriter project file format. The project cannot be opened by this version of novelWriter. The file was saved with novelWriter version {0}. Format de arquivo de projeto do novelWriter desconhecido ou não-suportado. O projeto não pode ser aberto por essa versão do novelWriter. O arquivo foi salvo com a versão {0} do novelWriter. - + Failed to parse project xml. Houve uma falha ao interpretar o conteúdo XML do projeto. - - File Version - Versão do Arquivo - - - + The file format of your project is about to be updated. If you proceed, older versions of novelWriter will no longer be able to open this project. Continue? O formato do arquivo do seu projeto está prestes a ser atualizado. Se você continuar, as versões mais antigas do novelWriter não poderão mais abrir este projeto. Continuar? - - Version Conflict - Conflito de Versão - - - + This project was saved by a newer version of novelWriter, version {0}. This is version {1}. If you continue to open the project, some attributes and settings may not be preserved, but the overall project should be fine. Continue opening the project? O projeto foi salvo por uma versão mais nova do novelWriter, versão {0}. Esta é a versão {1}. Caso deseje continuar a abrir o projeto, alguns atributos e configurações podem não ser preservados, mas o projeto deve funcionar corretamente. Continuar a abrir o projeto? - - Opened Project: {0} - Projeto Aberto: {0} - - - - There is no project open. - Não há um projeto aberto. - - - - Failed to save project. - Houve uma falha ao salvar o projeto. - - - - Saved Project: {0} - Projeto Salvo: {0} - - - - Backing up project ... - Realizando uma cópia de segurança do projeto... - - - - Cannot backup project because no valid backup path is set. Please set a valid backup location in Preferences. - Não foi possível fazer uma cópia de segurança do projeto porque o caminho das cópias de segurança não foi definido. Por favor, defina um caminho válido para as cópias de segurança em Preferências. - - - - Cannot backup project because no project name is set. Please set a Project Name in Project Settings. - Não foi possível realizar a cópia de segurança do projeto porque o nome do projeto não está definido. Por favor defina o Nome do Projeto em Configurações do Projeto. - - - - Could not create backup folder. - Não foi possível ler o diretório de cópias de segurança. - - - - Backup from {0} - Cópia de segurança de {0} - - - - Backup archive file written to: {0} - Arquivo da cópia de segurança escrito em: {0} - - - - Could not write backup archive. - Não foi possível escrever o arquivo da cópia de segurança. - - - - Project backed up to '{0}' - Cópia de segurança do projeto realizada em '{0}' - - - - - New - Novo - - - - Note - Nota - - - - Draft - Rascunho - - - - Finished - Finalizado - - - - Minor - Menor - - - - Major - Maior - - - - Main - Principal - - - - Found {0} orphaned file(s) in project folder. - Foram encontrados {0} arquivos-órfãos no diretório do projeto. - - - + Recovered Recuperado - - [{0}] {1} - [{0}] {1} + + Found {0} orphaned file(s) in the project. {1} file(s) were recovered. + - - Recovered File {0} - Arquivo Recuperado {0} + + Opened Project: {0} + Projeto Aberto: {0} - - One or more orphaned files could not be added back into the project. Make sure at least a Novel root folder exists. - Um ou mais arquivos-órfãos não puderam ser readicionados ao projeto. Verifique que pelo menos um diretório-raiz de Livro exista. + + There is no project open. + Não há um projeto aberto. + + + + Failed to save project. + Houve uma falha ao salvar o projeto. + + + + Saved Project: {0} + Projeto Salvo: {0} + + + + Backing up project ... + Realizando uma cópia de segurança do projeto... + + + + Cannot backup project because no project name is set. Please set a Project Name in Project Settings. + Não foi possível realizar a cópia de segurança do projeto porque o nome do projeto não está definido. Por favor defina o Nome do Projeto em Configurações do Projeto. + + + + Could not create backup folder. + Não foi possível ler o diretório de cópias de segurança. + + + + Created a backup of your project of size {0}B. + + + + + Path: {0} + Caminho: {0} + + + + Could not write backup archive. + Não foi possível escrever o arquivo da cópia de segurança. + + + + Project backed up to '{0}' + Cópia de segurança do projeto realizada em '{0}' + + + + + New + Novo + + + + Note + Nota + + + + Draft + Rascunho + + + + Finished + Finalizado + + + + Minor + Menor + + + + Major + Maior + + + + Main + Principal NovelSelector - + All Novel Folders Todos os Diretórios do Livro @@ -3968,42 +3978,42 @@ ProjWizardCustomPage - + Custom Project Options Opções Personalizadas do Projeto - + Select which additional elements to populate the project with. You can skip making chapters and add only scenes by setting the number of chapters to 0. Selecione quais elementos adicionais serão preenchidos com o projeto. Você pode pular a criação de capítulos e adicionar apenas cenas definindo o número de capítulos para 0. - + Add a folder for plot notes Adicionar um diretório para notas do enredo - + Add a folder for character notes Adicionar um diretório para notas de personagens - + Add a folder for location notes Adicionar um diretório para notas de local - + Add example notes to the above Adicionar notas de exemplo aos itens acima - + Add chapters to the novel folder Adicionar capítulos ao diretório do livro - + Add scenes to each chapter Adicione cenas a cada capítulo @@ -4011,82 +4021,82 @@ ProjWizardFinalPage - + Summary Sumário - + Project Name: {0} Nome do Projeto: {0} - + Project Path: {0} Caminho do Projeto: {0} - + Fill the project with a minimal set of items Popular o projeto com um conjunto mínimo de items - + Fill the project with example files Popular o projeto com arquivos de exemplo - + Add a folder for plot notes Adicionar um diretório para notas de enredo - + Add a folder for character notes Adicionar um diretório para notas de personagens - + Add a folder for location notes Adicionar um diretório para notas de local - + Add example notes to the above Adicionar notas de exemplo aos itens acima - + Add {0} chapters to the novel folder Adicionar {0} capítulos ao diretório do livro - + Add {0} scenes to each chapter Adicione {0} cenas a cada capítulo - + Add {0} scenes Adicionar {0} cenas - + You have selected the following: Você selecionou o seguinte: - + Press '{0}' to create the new project. Pressione '{0}' para criar um novo projeto. - + Done Pronto - + Finish Terminar @@ -4094,33 +4104,33 @@ ProjWizardFolderPage - - + + Select Project Folder Selecione o Diretório do Projeto - + Select a location to store the project. A new project folder will be created in the selected location. Selecione o local para armazenar o projeto. Um novo diretório será criado para o projeto no local selecionado. - + Required Obrigatório - + Project Path Caminho do projeto - + Error: A project folder cannot be created using this path. Erro: Um diretório de projeto não pode ser criado utilizando este caminho. - + Error: The selected path already exists. Erro: O caminho selecionado já existe. @@ -4128,43 +4138,43 @@ ProjWizardIntroPage - + Create New Project Criar um Projeto Novo - + Provide at least a project name. The project name should not be changed beyond this point as it is used for generating file names for for instance backups. The other fields are optional and can be changed at any time in Project Settings. Forneça pelo menos o nome do projeto. O nome do projeto não poderá ser modificado após esse ponto pois é utilizado pela aplicação para a geração de nomes de arquivos e para cópias de segurança. Os outros campos são opcionais e podem ser modificados a qualquer momento nas Configurações do Projeto. - + Side image by {0}, {1} Imagem ao lado por {0}, {1} - + Required Obrigatório - - + + Optional Opcional - + Project Name Nome do Projeto - + Novel Title Nome do Livro - + Author(s) Autor(es) @@ -4172,27 +4182,27 @@ ProjWizardPopulatePage - + Populate Project Popular o Projeto - + Choose how to pre-fill the project. Either with a minimal set of starter items, an example project explaining and showing many of the features, or show further custom options on the next page. Escolha como pré-popular o projeto. escolha entre um conjunto mínimo de items iniciais, um projeto de exemplo explicando e mostrando várias das funcionalidades ou escolha opções personalizadas na próxima página. - + Fill the project with a minimal set of items Popular o projeto com um conjunto mínimo de items - + Fill the project with example files Popular o projeto com arquivos de exemplo - + Show detailed options for filling the project Mostrar opções detalhadas para popular o projeto @@ -4200,73 +4210,73 @@ ProjectBuilder - + New Project Novo Projeto - + New Chapter Novo Capítulo - + New Scene Nova Cena - + Title Page Página de Título - + By Por - + Summary of the chapter. Resumo do capítulo. - + Summary of the scene. Resumo da cena. - + Chapter {0} Capítulo {0} - - + + Scene {0} Cena {0} - + Main Plot Enredo Principal - + Protagonist Protagonista - + Main Location Local Principal - + Failed to create a new example project. Houve uma falha ao criar um novo projeto de exemplo. - + Failed to create a new example project. Could not find the necessary files. They seem to be missing from this installation. Houve uma falha ao criar um novo projeto de exemplo. Não foi possível encontrar os arquivos necessários. Eles parecem estar faltando nesta instalação. @@ -4462,19 +4472,182 @@ Tokenizer - + Synopsis Sinopse - + Document '{0}' is too big ({1} MB). Skipping. O documento '{0}' é muito grande ({1} MB). Ignorando. - + ERROR ERRO + + _FilterTab + + + Included in manuscript + + + + + Excluded from manuscript + + + + + Always included + + + + + Always excluded + + + + + Reset to default + + + + + Mark selection as + + + + + Select Root Folders + + + + + _FormatTab + + + Not Set + Não definido + + + + _GuiAlert + + + Information + Informação + + + + Warning + Alerta + + + + Error + Erro + + + + Question + + + + + _HeadingsTab + + + + Hide + + + + + + Editing: {0} + + + + + + None + Nenhum + + + + Title + Título + + + + Chapter Number + + + + + Chapter Number (Word) + + + + + Chapter Number (Upper Case Roman) + + + + + Chapter Number (Lower Case Roman) + + + + + Scene Number (In Chapter) + + + + + Scene Number (Absolute) + + + + + Insert + Inserir + + + + Apply + Aplicar + + + + _PreviewWidget + + + Press the "Build Preview" button to generate ... + + + + + Processing ... + + + + + Done + Pronto + + + + Unknown + Desconhecido + + + + Built + + + diff --git a/i18n/nw_zh_CN.ts b/i18n/nw_zh_CN.ts index 275f52e5..794a8568 100644 --- a/i18n/nw_zh_CN.ts +++ b/i18n/nw_zh_CN.ts @@ -1,75 +1,283 @@ + + Builds + + + Document Filters + + + + + Novel Documents + + + + + Project Notes + + + + + Inactive Documents + + + + + Headings + + + + + Title Headings + + + + + Chapter Headings + + + + + Unnumbered Headings + + + + + Scene Headings + + + + + Section Headings + + + + + Hide Scene Headings + + + + + Hide Section Headings + + + + + Text Content + + + + + Include Synopsis + + + + + Include Comments + + + + + Include Keywords + + + + + Include Body Text + + + + + Insert Content + + + + + Add Titles for Notes + + + + + Text Format + + + + + Language + 语言 + + + + Font Family + + + + + Font Size + + + + + Line Height + + + + + Text Options + + + + + Justify Text Margins + + + + + Replace Unicode Characters + + + + + Replace Tabs with Spaces + + + + + Page Layout + + + + + Unit + + + + + Page Size + + + + + Page Width + + + + + Page Height + + + + + Top Margin + + + + + Bottom Margin + + + + + Left Margin + + + + + Right Margin + + + + + Open Document (.odt) + Open Document (.odt) + + + + Add Highlight Colours + + + + + HTML (.html) + + + + + Add CSS Styles + + + Common - + in the future 在未来 - + just now 刚才 - + a minute ago 一分钟之前 - + {0} minutes ago {0} 分钟之前 - + an hour ago 一小时之前 - + {0} hours ago {0} 小时之前 - + a day ago 一天之前 - + {0} days ago {0} 天之前 - + a week ago 一周之前 - + {0} weeks ago {0} 周之前 - + a month ago 一个月之前 - + {0} months ago {0} 个月之前 - + a year ago 一年之前 - + {0} years ago {0} 年之前 @@ -77,264 +285,345 @@ Constant - - - + + + None - + Novel 小说 - - + + Plot 情节 - - + + Characters 角色 - - + + Locations 位置 - - + + Timeline 时间线 - - + + Objects 物品 - - + + Entities 条目 - - + + + Custom 自定义 - + Archive 归档 - + Trash 回收站 - - + + Novel Document 小说文档 - - + + Project Note 项目笔记 - + Root Folder 根文件夹 - + Folder 文件夹 - + Novel Title Page 小说标题页 - + Novel Chapter 小说章节 - + Novel Scene 小说场景 - + Novel Section 小说章节 - + Tag 标签 - + Point of View 视角 - - + + Focus 聚焦 - + Title 标题 - + Level 登记 - + Document 文档 - + Line - + Chars 字母 - + Words 单词 - + Pars 段落 - + POV 视角 - + Synopsis 概要 - + + Open Document (.odt) + Open Document (.odt) + + + + Flat Open Document (.fodt) + Flat Open Document (.fodt) + + + + novelWriter HTML (.html) + + + + + novelWriter Markup (.txt) + + + + + Standard Markdown (.md) + Standard Markdown (.md) + + + + Extended Markdown (.md) + + + + + JSON + novelWriter HTML (.json) + JSON + NovelWriter HTML (.json) + + + + JSON + novelWriter Markup (.json) + + + + + Millimetres + + + + + Centimetres + + + + + Inches + + + + + A4 + + + + + A5 + + + + + A6 + + + + + US Legal + + + + + US Letter + + + + Straight single quotation mark 单引号 - + Straight double quotation mark 双引号 - + Left single quotation mark 左单引号标记 - + Right single quotation mark 右单引号标记 - + Single low-9 quotation mark 低单引号 - + Single high-reversed-9 quotation mark 反转的高单引号 - + Left double quotation mark 左双引号标记 - + Right double quotation mark 右双引号标记 - + Double low-9 quotation mark 低双引号 - + Double high-reversed-9 quotation mark 反转的高双引号 - + Double low-reversed-9 quotation mark 反转的低双引号 - + Single left-pointing angle quotation mark 左单角引号 - + Single right-pointing angle quotation mark 右单角引号 - + Double left-pointing angle quotation mark 左双角引号 - + Double right-pointing angle quotation mark 右双角引号 - + Left corner bracket 左角括号 - + Right corner bracket 右角括号 - + Left white corner bracket 白色左角括号 - + Right white corner bracket 白色右角括号 @@ -342,447 +631,129 @@ GuiAbout - - + + About novelWriter 关于 novelWriter - + About 关于 - + Release 发布 - + Credits 赞助 - + Licence 许可证 - + Website: {0} 网站: {0} - + novelWriter is a markdown-like text editor designed for organising and writing novels. It is written in Python 3 with a Qt5 GUI, using PyQt5. novelWriter 是一个类似 Markdown 的文本编辑器,用于组织和编写小说。 它是用 Python 3 编写的,使用 PyQt5提供 Qt5 图形界面。 - + novelWriter is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. novelWriter 是免费软件:您可以根据自由软件基金会发布的 GNU 通用公共许可证(许可证的第 3 版或(由您选择)任何更高版本)的条款重新分发和/或修改它。 - + novelWriter is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 发布novelWriter 是希望它有用,没有任何保证; 甚至没有对适销性或针对特定目的的适用性的暗示保证。 - + See the Licence tab for the full licence text, or visit the GNU website at {0} for more details. 在许可证页面查看完整的许可证内容,或者访问GNU 网站 {0}。 - GuiBuildNovel + GuiBuildSettings - - Build Novel Project - 生成 Novel 项目 + + Manuscript Build Settings + - - Title Formats for Novel Files - Novel 文件的标题格式 + + Options + - - Formatting Codes: - 格式化代码: + + Selection + - - {0} for the title as set in the document - {0} 对于文档中设置的标题 + + Headings + - - {0} for chapter number (1, 2, 3) - {0} 对于章节数编号(1, 2, 3) + + Content + - - {0} for chapter number as a word (one, two) - {0} 表示作为单词的章节编号(一、二) + + Format + - - {0} for chapter number in upper case Roman - {0} 用于大写罗马的章节编号 + + Output + - - {0} for chapter number in lower case Roman - {0} 用于小写罗马的章节编号 - - - - {0} for scene number within chapter - {0} 用于章节内的场景编号 - - - - {0} for scene number within novel - {0} 用于小说中的场景编号 - - - - Leave blank to skip this heading, or set to a static text, like for instance '{0}', to make a separator. The separator will be centred automatically and only appear between sections of the same type. - 留空以跳过该标题,或者设置为静态文本(例如{0})以创建一个分隔符。分隔符会自动居中,并仅在同类型的小节间出现。 - - - - Not Set - 未设置 - - - - Title - 标题 - - - - Chapter - 章节 - - - - Unnumbered - 未编号 - - - - Scene - 场景 - - - - Section - 小结 - - - - Language - 语言 - - - - Hide scene - 隐藏场景 - - - - Hide section - 隐藏小节 - - - - Font Options - 字体选项 - - - - Font family - 字体系列 - - - - Font size - 字体大小 - - - - Line height - 行高 - - - - Justify text - 对齐文本 - - - - Disable styling - 禁用样式 - - - - Styling Options - 样式选项 - - - - Include Options - 包含选项 - - - - Include synopsis - 包括概要 - - - - Include comments - 包含注释 - - - - Include keywords - 包含关键字 - - - - Include body text - 包括正文 - - - - Root Filter Options - 根过滤器选项 - - - - File Filter Options - 文件过滤器选项 - - - - Include novel files - 包含小说文件 - - - - Include note files - 包含笔记文件 - - - - Include inactive files - 包含不活跃的文件 - - - - Export Options - 导出选项 - - - - Replace tabs with spaces - 替换制表符为空格 - - - - Replace Unicode in HTML - 在HTML中替换Unicode - - - - Build Preview - 构建预览 - - - - Print - 打印 - - - - Print Preview - 打印预览 - - - - Print to PDF - 打印为PDF - - - - Save As - 另存为 - - - - Open Document (.odt) - Open Document (.odt) - - - - Flat Open Document (.fodt) - Flat Open Document (.fodt) - - - - novelWriter HTML (.htm) - novelWriter HTML (.htm) - - - - novelWriter Markdown (.nwd) - novelWriter Markdown (.nwd) - - - - Standard Markdown (.md) - Standard Markdown (.md) - - - - GitHub Markdown (.md) - GitHub Markdown (.md) - - - - JSON + novelWriter HTML (.json) - JSON + NovelWriter HTML (.json) - - - - JSON + novelWriter Markdown (.json) - JSON + NovelWriter Markdown (.json) - - - - Close - 关闭 - - - - Failed to generate preview. The result is too big. - 生成预览失败。结果过大。 - - - - There were problems when building the project: - 项目构建过程中遇到的问题: - - - - Open Document - 打开文档 - - - - Flat Open Document - 平铺打开文档 - - - - Plain HTML - 纯HTML - - - - novelWriter Markdown - novelWriter Markdown - - - - Standard Markdown - 标准 Markdown - - - - GitHub Markdown - GitHub Markdown - - - - JSON + novelWriter HTML - JSON + novelWriter HTML - - - - JSON + novelWriter Markdown - JSON + novelWriter Markdown - - - - PDF - PDF - - - - Save Document As - 文档另存为 - - - - {0} file successfully written to: - 成功写入文件{0} : - - - - Failed to write {0} file. {1} - 写入文件 {0} 失败. {1} - - - - GuiBuildNovelDocView - - - This area will show the content of the document to be exported or printed. Press the "Build Preview" button to generate content. - 这个区域会显示将被导出或打印的文档内容。点击“创建预览”按键以生成内容。 - - - - Unknown - 未知 - - - - Build Time: - 生成时间; + + Name + GuiDocEditFooter - + Status 状态 - + Line: {0} ({1}) 行数: {0} ({1}) - + Words: {0} ({1}) 单词树: {0} ({1}) - + Document size is {0} bytes 文档大小为 {0} bytes - + Words: {0} selected 单词:{0} 已选 - + Character count: {0} 字数:{0} @@ -790,22 +761,22 @@ GuiDocEditHeader - + Edit document label 编辑文档标签 - + Search document 搜索文档 - + Toggle Focus Mode 切换聚焦模式 - + Close the document 关闭文档 @@ -813,58 +784,58 @@ GuiDocEditSearch - - + + Search 搜索 - + Replace 替换 - + Case Sensitive 大小写敏感 - + Whole Words Only 匹配整个单词 - + RegEx Mode 正则表达式模式 - + Loop Search 循环搜索 - + Search Next File 搜索下一个文件 - + Preserve Case 保留大小写 - + Close Search 关闭搜索 - + Find in current document 在当前文档中查找 - + Find and replace in current document 在当前文档中查找和替换 @@ -872,117 +843,122 @@ GuiDocEditor - + The document you are trying to open is too big. The document size is {0} MB. The maximum size allowed is {1} MB. 您试图打开的文档体积过大。文档体积为 {0} MB. 允许的最大体积为 {1} MB. - + Opened Document: {0} 已打开的文档: {0} - + The text you are trying to add is too big. The text size is {0} MB. The maximum size allowed is {1} MB. 您试图添加的文本体积过大。文本体积为 {0} MB. 允许的最大体积为 {1} MB. - - File Changed on Disk - 硬盘文件变动 - - - + This document has been changed outside of novelWriter while it was open. Overwrite the file on disk? 当前文件已在 novelWriter 之外被修改,是否覆盖掉磁盘上的版本? - + Could not save document. 无法保存文档。 - + Saved Document: {0} 已保存文档: {0} - + Spell checking requires the package PyEnchant. It does not appear to be installed. 拼写检查需要软件包 PyEnchant。它似乎未安装。 - + Spell check complete 完成拼写检查 - - File Location - 文件位置 + + Document Details + - - The currently open file is saved in: - 当前打开的文件被保存为: + + Created: {0} + - + + Updated: {0} + + + + + File Location: {0} + + + + The document has grown too big and you cannot add more text to it. The maximum size of a single novelWriter document is {0} MB. 文档体积过大,您无法再添加新的内容。单个novelWriter文档的最大体积为 {0} MB. - + Follow Tag 跟随标签 - + Cut 剪贴 - + Copy 复制 - + Paste 粘贴 - + Select All 全选 - + Select Word 选定单词 - + Select Paragraph 选定段落 - + Spelling Suggestion(s) 拼写建议 - + No Suggestions 无建议 - + Add Word to Dictionary 向字典中添加单词 - + Please select some text before calling replace quotes. 在替换引号之前请选择文本。 @@ -990,22 +966,22 @@ GuiDocMerge - + Merge Documents 合并文档 - + Documents to Merge 合并文档 - + Drag and drop items to change the order, or uncheck to exclude. 拖放项目以更改顺序,或取消勾选以排除它。 - + Move merged items to Trash 将选中项移到废纸篓 @@ -1013,52 +989,52 @@ GuiDocSplit - + Split Document 分割文档 - + Document Headers 文档标题 - + Select the maximum level to split into files. 选择要拆分成文件的最大级别。 - + Split on Header Level 1 (Title) 拆分标题级别 1(标题) - + Split up to Header Level 2 (Chapter) 拆分标题级别 2(章节) - + Split up to Header Level 3 (Scene) 拆分标题级别 3(场景) - + Split up to Header Level 4 (Section) 拆分标题级别 4(小结) - + Split into a new folder 拆分到新文件夹 - + Create document hierarchy 创建文档层次结构 - + Move split document to Trash 移动拆分文档到回收站 @@ -1066,42 +1042,42 @@ GuiDocViewFooter - + Show/hide the references panel 显示/隐藏参考面板 - + Activate to freeze the content of the references panel when changing document 更改文档时激活以冻结参考面板的内容 - + Show comments 显示注释 - + Show synopsis comments 显示概要注释 - + References 参考 - + Sticky 粘粘 - + Comments 注释 - + Synopsis 概要 @@ -1109,22 +1085,22 @@ GuiDocViewHeader - + Go backward 向后 - + Go forward 向前 - + Reload the document 重载文档 - + Close the document 关闭文档 @@ -1132,27 +1108,27 @@ GuiDocViewer - + An error occurred while generating the preview. 在生成预览时发生错误。 - + Copy 复制 - + Select All 全选 - + Select Word 选定单词 - + Select Paragraph 选定段落 @@ -1160,12 +1136,12 @@ GuiEditLabel - + Item Label 条目标签 - + Label 标签 @@ -1173,37 +1149,37 @@ GuiItemDetails - + Label 标签 - + Status 状态 - + Class 分类 - + Usage 用法 - + Characters 字母 - + Words 单词 - + Paragraphs 段落 @@ -1239,173 +1215,123 @@ GuiMain - + You are running an untested development version of novelWriter. Please be careful when working on a live project and make sure you take regular backups. 你使用的是一个未经测试的 novelWriter 开发版。请小心使用,并确保定期备份。 - + novelWriter is ready ... novelWriter 已准备就绪… - + Cannot create a new project when another project is open. 当另一个项目开启时,无法创建新项目。 - + A project already exists in that location. Please choose another folder. 该位置已存在项目。请选择其他文件夹。 - - Close Project - 关闭项目 - - - + Close the current project? 关闭当前文档? - - + + Changes are saved automatically. 已自动保存。 - - Backup Project - 备份项目 - - - + Backup the current project? 备份当前项目? - - The project was locked by the computer '{0}' ({1} {2}), last active on {3}. - 该项目被计算机“{0}”({1}{2})锁定,上次激活于{3}。 - - - - Project Locked - 项目被锁定 - - - + The project is already open by another instance of novelWriter, and is therefore locked. Override lock and continue anyway? 该项目已被另一个novelWriter的实例打开,因而现在被锁定。是否覆盖锁定并继续? - + Note: If the program or the computer previously crashed, the lock can safely be overridden. However, overriding it is not recommended if the project is open in another instance of novelWriter. Doing so may corrupt the project. 注意:如果程序或计算机在此前崩溃,你可以安全地覆盖锁定。 然而,如果项目是在另一个 novelWriter 中打开的,则不建议覆盖它。这样做可能会损坏该项目。 - + + The project was locked by the computer '{0}' ({1} {2}), last active on {3}. + 该项目被计算机“{0}”({1}{2})锁定,上次激活于{3}。 + + + The project index is outdated or broken. Rebuilding index. 项目索引已过期或损坏,正在重建索引。 - + Text files ({0}) 文本文件 ({0}) - + Markdown files ({0}) Markdown文件 ({0}) - + novelWriter files ({0}) novelWriter 文件 ({0}) - + All files ({0}) 所有文件 ({0}) - + Import File 导入文件 - + Could not read file. The file must be an existing text file. 无法读取文件,文件须为已存在的文本文件。 - + Please open a document to import the text file into. 请打开一个文档以将文本文件导入其中。 - - Import Document - 导入文档 - - - + Importing the file will overwrite the current content of the document. Do you want to proceed? 导入文件将覆盖文档的当前内容。 您要继续吗? - + Indexing completed in {0} ms 在 {0} 秒内完成索引 - + The project index has been successfully rebuilt. 项目索引 重建成功。 - + Some changes will not be applied until novelWriter has been restarted. 某些改动在novelWriter重启后才能启用。 - - Information - 信息 - - - - Warning - 警告 - - - - Error - 错误 - - - - This is a bug! - 这是一个Bug! - - - - Internal Error - 内部错误 - - - - Exit - 退出 - - - + Do you want to exit novelWriter? 您是否想退出novelWriter? - + Could not find the reference for tag '{0}'. It either doesn't exist, or the index is out of date. The index can be updated from the Tools menu, or by pressing {1}. 无法找到标签 {0} 的引用. 因为不存在或者索引已经过期。索引可在工具菜单或按 {1} 进行更新。 @@ -1413,492 +1339,492 @@ GuiMainMenu - + &Project &项目 - + New Project 新的项目 - + Open Project 打开项目 - + Save Project 保存项目 - + Close Project 关闭项目 - + Project Settings 项目设置 - + Project Details 项目详情 - + Rename Item 重命名项 - + Delete Item 删除条目 - + Empty Trash 清空回收站 - + Exit 退出 - + &Document &文档 - + Open Document 打开文档 - + Save Document 保存文档 - + Close Document 关闭文档 - + View Document 查看文档 - + Close Document View 关闭文档查看 - + Show File Details 显示文件详情 - + Import Text from File 从文件中导入文本 - + &Edit &编辑 - + Undo 撤销 - + Redo 重做 - + Cut 剪贴 - + Copy 复制 - + Paste 粘贴 - + Select All 全选 - + Select Paragraph 选择段落 - + &View &查看 - + Go to Project Tree 转跳转到项目树 - + Go to Document Editor 转到文档编辑器 - + Go to Document Viewer 转到文档编查看器 - + Go to Outline 跳转到大纲 - + Navigate Backward 向后导航 - + Navigate Forward 向前导航 - + Focus Mode 聚焦模式 - + Full Screen Mode 全屏模式 - + &Insert &插入 - + Dashes 破折号 - + Short Dash 短划线 - + Long Dash 长划线 - + Horizontal Bar 横杠 - + Figure Dash 数字线 - + Quote Marks 引号 - + Left Single Quote 左单引号 - + Right Single Quote 右单引号 - + Left Double Quote 左双引号 - + Right Double Quote 右双引号 - + Alternative Apostrophe 替代撇号 - + General Punctuation 一般标点符号 - + Ellipsis 省略号 - + Prime 角分符号 - + Double Prime 角秒符号 - + White Spaces 空白 - + Non-Breaking Space 不间断空格 - + Thin Space 窄空格 - + Thin Non-Breaking Space 窄的不间断空格 - + Other Symbols 其他符号 - + List Bullet 列表项目符号 - + Hyphen Bullet 连字符 - + Flower Mark 花标 - + Per Mille 千分符 - + Degree Symbol 度数符号 - + Minus Sign 减号 - + Times Sign 乘号 - + Division Sign 除号 - + Tags and References 标签和参考 - + Special Comments 特殊评论 - + Synopsis Comment 概要评论 - + Page Break and Space 分页和空格 - + Page Break 分页 - + Vertical Space (Single) 垂直间距(单独) - + Vertical Space (Multi) 垂直间距(多重) - + Placeholder Text 占位符文本 - + &Format &格式 - + Emphasis 强调 - + Strong Emphasis 强烈强调 - + Strikethrough 删除线 - + Wrap Double Quotes 用双引号环绕 - + Wrap Single Quotes 环绕单引号 - + Header 1 (Partition) 标题 1 (分区) - + Header 2 (Chapter) 标题2(章节) - + Header 3 (Scene) 标题 3 (场景) - + Header 4 (Section) 标题 4 (小节) - + Novel Title 小说标题 - + Unnumbered Chapter 未编号章节 - + Align Left 左对齐 - + Align Centre 居中 - + Align Right 右对齐 - + Indent Left 左缩进 - + Indent Right 右缩进 - + Toggle Comment 切换注释 - + Remove Block Format 移除块格式 - + Convert Single Quotes 转换单引号 - + Convert Double Quotes 转换双引号 - + Remove In-Paragraph Breaks 删除段落间断行 - + &Search &搜索 - + Find 查找 - + Replace 替换 @@ -1908,102 +1834,112 @@ 查找下一个 - + Find Previous 查找上一个 - + Replace Next 替换下一个 - + &Tools &工具 - + Check Spelling 拼写检查 - + + Spell Check Language + + + + + Default + 默认 + + + Re-Run Spell Check 重新执行拼写检查 - + Project Word List 项目单词列表 - + Rebuild Index 重建索引 - + Backup Project 备份项目 - - Build Novel Project - 生成 Novel 项目 + + Build Manuscript + - + Writing Statistics 写作统计 - + Preferences 设置 - + &Help &帮助 - + About novelWriter 关于 novelWriter - + About Qt5 关于 Qt5 - + User Manual (Online) 用户手册 (在线) - + User Manual (PDF) 用户手册 (PDF) - + Report an Issue (GitHub) 报告issue(GitHub) - + Ask a Question (GitHub) 咨询(Github) - + The novelWriter Website novelWriter 网站 - + Check for New Release 检查新版本 @@ -2011,94 +1947,212 @@ GuiMainStatus - - + + None - + Editor 编辑器 - + Project 项目 - + Session Time 会话时间 - + Words: {0} ({1}) 单词: {0} ({1}) - + Project word count (session change) 项目单词个数 (session chang) - + Novel word count (session change) 单词计数 (会话更改) + + GuiManuscript + + + Build Manuscript + + + + + Add New Build + + + + + Delete Selected Build + + + + + Edit Selected Build + + + + + Builds + + + + + Preview + + + + + Print + 打印 + + + + Build + 构建 + + + + Close + 关闭 + + + + + My Manuscript + + + + + GuiManuscriptBuild + + + Build Manuscript + + + + + Output Format + + + + + Table of Contents + 目录 + + + + Path + 路径 + + + + File Name + + + + + Reset file name to default + + + + + &Build + + + + + Select Folder + + + + + Output folder does not exist. + + + + + The file already exists. Do you want to overwrite it? + + + GuiNovelToolBar - + Outline of {0} {0} 的提纲 - + Novel Root 小说根 - + Refresh 刷新 - + Last Column 最后一列 - + Hidden 隐藏 - + Point of View Character 视角人物 - + Focus Character 聚焦章节 - + Novel Plot 小说情节 - + + + Column Size + + + + More Options 更多选项 + + + Maximum column size in % + + GuiNovelTree - + No meta data 没有元数据 @@ -2106,65 +2160,65 @@ GuiOutlineDetails - - - - + + + + Title 标题 - + Chapter 章节 - + Scene 场景 - + Section 小结 - + Document 文档 - + Status 状态 - + Characters 人物 - + Words 单词 - + Paragraphs 段落 - + Synopsis 概要 - + Title Details 标题详情 - + Reference Tags 引用标签 @@ -2172,7 +2226,7 @@ GuiOutlineHeaderMenu - + Select Columns 选定列 @@ -2180,12 +2234,12 @@ GuiOutlineToolBar - + Outline of 提纲 - + Refresh 刷新 @@ -2193,42 +2247,42 @@ GuiPreferences - + Preferences 设置 - + General 通用 - + Projects 项目 - + Documents 文档 - + Editor 编辑器 - + Highlighting 突出显示 - + Automation 自动化 - + Quotes 引号 @@ -2236,103 +2290,103 @@ GuiPreferencesAutomation - + Automatic Features 自动化特性 - + Auto-select word under cursor 自动选择光标下的单词 - + Apply formatting to word under cursor if no selection is made. 如果未进行选择,则将格式应用于光标下的单词。 - + Auto-replace text as you type 键入时自动替换文本 - + Allow the editor to replace symbols as you type. 允许编辑器在您键入时替换符号。 - + Replace as You Type 键入时替换 - + Auto-replace single quotes 自动替换单引号 - - + + Try to guess which is an opening or a closing quote. 尝试猜测哪个是开头或结尾的引号。 - + Auto-replace double quotes 自动替换双引号 - + Auto-replace dashes 自动替换破折号 - + Double and triple hyphens become short and long dashes. 双连字符和三连字符变成短划线和长破折号。 - + Auto-replace dots 自动替换点 - + Three consecutive dots become ellipsis. 三个连续的点变成省略号。 - + Automatic Padding 自动填充 - + Insert non-breaking space before 在之前插入不间断的空格 - + Automatically add space before any of these symbols. 在任何这些符号之前自动添加空格。 - + Insert non-breaking space after 在后面插入不间断的空格 - + Automatically add space after any of these symbols. 在任何这些符号后自动添加空格。 - + Use thin space instead 改用细空格 - + Inserts a thin space instead of a regular space. 插入细空格而不是常规空格。 @@ -2340,93 +2394,93 @@ GuiPreferencesDocuments - + Text Style 文本类型 - + Font family 字体系列 - - - - + + + + Applies to both document editor and viewer. 同时应用于文档编辑器和查看器。 - + Font size 字体大小 - + pt pt - + Text Flow 文本流 - + Maximum text width in "Normal Mode" “正常模式”下的最大文本长度 - + Set to 0 to disable this feature. 设置为 0 以禁用此功能。 - - - - + + + + px px - + Maximum text width in "Focus Mode" “聚焦模式”下的最大文本长度 - + The maximum width cannot be disabled. 不能禁用最大宽度。 - + Hide document footer in "Focus Mode" 在“聚焦模式”中隐藏文档页脚" - + Hide the information bar in the document editor. 在文档编辑器中隐藏信息栏。 - + Justify the text margins 对齐文本边距 - + Minimum text margin 最小文本边距 - + Tab width 制表符宽度 - + The width of a tab key press in the editor and viewer. 编辑器和查看器中 制表符的宽度。 @@ -2434,117 +2488,112 @@ GuiPreferencesEditor - + Spell Checking 拼写检查 - + None - - Not installed - 未安装 - - - + Spell check language 拼写检查语言 - + Available languages are determined by your system. 可用的语言由您的系统决定。 - + Big document limit 大文档限制 - + Full spell checking is disabled above this limit. 超过此限制将禁用完整的拼写检查。 - + kB kB - + Word Count 字数 - + Word count interval 内部字数 - + seconds - + Include project notes in status bar word count 在状态栏单词计数中包含项目note - + Writing Guides 写作指南 - + Show tabs and spaces 显示制表符和空格 - + Show line endings 显示行尾 - + Scroll Behaviour 滚动行为 - + Scroll past end of the document 滚动到文档末尾 - + Set to 0 to disable this feature. 设置为 0 以禁用此功能。 - + lines - + Typewriter style scrolling when you type 打字时打字机样式滚动 - + Keeps the cursor at a fixed vertical position. 将光标保持在一个固定的垂直位置。 - + Minimum position for Typewriter scrolling 打字机滚动的最小位置 - + Percentage of the editor height from the top. 从顶部到编辑器高度的百分比。 @@ -2552,95 +2601,95 @@ GuiPreferencesGeneral - + Look and Feel 外观 - + Main GUI language 主要图形用户界面语言 - - - + + + Requires restart to take effect. 需要重新启动才能生效。 - + Main GUI theme 主界面的主题风格 - + General colour theme and icons. 通用颜色主题和图标。 - + Editor theme 编辑器主题 - + Colour theme for the editor and viewer. 应用于编辑器和查看器的颜色主题。 - + Font family 字体系列 - + Font size 字体大小 - + pt pt - + GUI Settings GUI设置 - + Emphasise partition and chapter labels 强调分区和章节标签 - + Makes them stand out in the project tree. 在项目树中突出它们 - + Show full path in document header 在文档标题中显示完整路径 - + Add the parent folder names to the header. 将父文件夹名称添加到标题中。 - + Hide vertical scroll bars in main windows 在主窗口中隐藏垂直滚动条 - - + + Scrolling available with mouse wheel and keys only. 仅可使用鼠标滚轮和按键进行滚动。 - + Hide horizontal scroll bars in main windows 在主窗口中隐藏水平滚动条 @@ -2648,109 +2697,109 @@ GuiPreferencesProjects - + Automatic Save 自动保存 - + Save document interval 保存文档间隔 - + How often the document is automatically saved. 自动保存打开的文档的频率。 - - + + seconds - + Save project interval 保存项目间隔 - + How often the project is automatically saved. 自动保存打开的项目的频率。 - + Project Backup 项目备份 - + Browse 浏览 - + Backup storage location 备份存储位置 - - + + Path: {0} 路径: {0} - + Run backup when the project is closed 项目关闭时进行备份 - + Can be overridden for individual projects in Project Settings. 可以在项目设置中为单个项目覆盖。 - + Ask before running backup 进行备份前询问 - + If off, backups will run in the background. 如果关闭,备份将在后台运行。 - + Session Timer 会话计时器 - + Pause the session timer when not writing 不写入时暂停会话计时器 - + Also pauses when the application window does not have focus. 当应用程序窗口没有焦点时也会暂停。 - + Editor inactive time before pausing timer 暂停计时器前的编辑器非活动时间 - + User activity includes typing and changing the content. 用户活动包括键入和更改内容。 - + minutes 分钟 - + Backup Directory 备份目录 @@ -2758,47 +2807,47 @@ GuiPreferencesQuotes - + Quotation Style 引述样式 - + Single quote open style 单引号打开样式 - + The symbol to use for a leading single quote. 用于前导单引号的符号。 - + Single quote close style 单引号闭合样式 - + The symbol to use for a trailing single quote. 用于尾随单引号的符号。 - + Double quote open style 双引号打开样式 - + The symbol to use for a leading double quote. 用于前导双引号的符号。 - + Double quote close style 双引号闭合样式 - + The symbol to use for a trailing double quote. 用于尾随双引号的符号。 @@ -2806,59 +2855,59 @@ GuiPreferencesSyntax - + Quotes & Dialogue 引用与对话 - + Highlight text wrapped in quotes 突出包含在引用中的文本 - - - + + + Applies to the document editor only. 仅应用于文档编辑器。 - + Allow open-ended single quotes 允许开放式单引号 - + Highlight single-quoted line with no closing quote. 突出显示没有结束引号的单引号行。 - + Allow open-ended double quotes 允许开放式双引号 - + Highlight double-quoted line with no closing quote. 突出显示没有结束引号的双引号行。 - + Text Emphasis 文字强调 - + Add highlight colour to emphasised text 为强调的文本添加高亮颜色 - + Text Errors 文本错误 - + Highlight multiple or trailing spaces 突显重复和结尾的空格 @@ -2866,17 +2915,17 @@ GuiProjectDetails - + Project Details 项目详情 - + Overview 概述 - + Contents 内容 @@ -2884,72 +2933,72 @@ GuiProjectDetailsContents - + Table of Contents 目录 - + Title 标题 - + Words 单词 - + Pages 页面 - + Page 页面 - + Progress 进度 - + Typical word count for a 5 by 8 inch book page with 11 pt font is 350. 具有 11 pt 字体的 5 x 8 英寸书页的典型字数为 350。 - + Start counting page numbers from this page. 从此页开始计算页码。 - + Assume a new chapter or partition always start on an odd numbered page. 假设新的章节或分区总是从奇数页开始的。 - + Words per page 每页字数 - + Count pages from 计算页数 - + Clear double pages 清除双页 - + END 结束 - + Untitled 未命名 @@ -2957,97 +3006,97 @@ GuiProjectDetailsMain - - Working Title: {0} - 工作标题:{0} - - - - By {0} - By {0} - - - + Words 单词 - + Chapters 章节 - + Scenes 场景 - + Revisions 修订 - + Editing Time 编辑时间 - + Path 路径 + + + Project: {0} + + + + + By {0} + By {0} + GuiProjectEditMain - + Project Settings 项目设置 - + Project name 项目名称 - + Should be set only once. 只应设置一次。 - + Novel title 小说标题 - - + + Change whenever you want! 随时修改! - + Author(s) 作者 - + Default 默认 - + Spell check language 拼写检查语言 - - + + Overrides main preferences. 覆盖主要首选项。 - + No backup on close 关闭时没有备份 @@ -3055,27 +3104,27 @@ GuiProjectEditReplace - + Text Replace List for Preview and Export 预览和导出的文本替换列表 - + Keyword 关键字 - + Replace With 替换为 - + Select item to edit 选择要修改的条目 - + Save 保存 @@ -3083,67 +3132,67 @@ GuiProjectEditStatus - + Novel File Status Levels Novel 文件状态级别 - + Note File Importance Levels 笔记文件重要性等级 - + Label 标签 - + Usage 用法 - + Select item to edit 选择要修改的条目 - + Colour 颜色 - + Save 保存 - + Select Colour 选择颜色 - + New Item 新项目 - + Cannot delete a status item that is in use. 无法删除正在使用的状态项。 - + Not in use 未使用 - + Used once 使用过一次 - + Used by {0} items 被 {0} 项目使用 @@ -3151,63 +3200,58 @@ GuiProjectLoad - - + + Open Project 打开项目 - + Working Title 工作标题 - + Words 单词 - + Last Opened 最近打开 - + Recently Opened Projects 最近打开的项目 - + Path 路径 - + New 新建 - + Remove 移除 - + novelWriter Project File ({0}) novelWriter 文件 ({0}) - + All files ({0}) 所有文件 ({0}) - - Remove Entry - 移除条目 - - - + Remove '{0}' from the recent projects list? The project files will not be deleted. 从最近的项目列表中删除 '{0}'?项目文件将不会被删除。 @@ -3215,27 +3259,27 @@ GuiProjectSettings - + Project Settings 项目设置 - + Settings 设置 - + Status 状态 - + Importance 重要性 - + Auto-Replace 自动替换 @@ -3243,52 +3287,52 @@ GuiProjectToolBar - + Project Content 项目内容 - + Quick Links 快捷链接 - + Move Up 上移 - + Move Down 下移 - + Add Item 添加条目 - + Expand All 全部展开 - + Collapse All 全部折叠 - + Undo Move 撤消移动 - + Empty Trash 清空回收站 - + More Options 更多选项 @@ -3296,204 +3340,216 @@ GuiProjectTree - + Active 活跃 - + Inactive 非活跃 - + Did not find anywhere to add the file or folder! 没有找到任何地方添加文件或文件夹! - + Cannot add new files or folders to the Trash folder. 无法将新文件或文件夹添加到废纸篓文件夹。 - + New Note 新笔记 - + New Chapter 新章节 - + New Scene 新场景 - + New Document 新文档 - + New Folder 新文件夹 - + There is currently no Trash folder in this project. 此项目中当前没有回收站文件夹。 - + The Trash folder is already empty. 回收站文件夹已清空。 - - - Empty Trash - 清空回收站 - - - + Permanently delete {0} file(s) from Trash? 从回收站中永久删除 {0} 文件? - - - Delete - 删除 - - - + Move '{0}' to Trash? 将“{0}”移至回收站吗? - + Root folders can only be deleted when they are empty. 只有当根文件夹为空时才能删除。 - + Permanently delete '{0}'? 彻底删除“{0}”吗? - + + Empty Trash + 清空回收站 + + + Open Document 打开文档 - + View Document 查看文档 - - Change Label - 更改标签 + + Rename + - + Toggle Active 切换激活 - + Set Status to ... 设置状态为... - + Set Importance to ... 设置重要性为... - + Transform 变换 - - - - + + + + Convert to {0} 转换为 {0} - + Merge Child Items into Self 将子项合并到自己中 - + Merge Child Items into New 将子项合并为新项 - + Merge Documents in Folder 合并文件夹中的文档 - + Split Document by Headers 按标题拆分文档 - + Expand All 全部展开 - + Collapse All 全部折叠 - + + Duplicate from Here + + + + + Duplicate Document + + + + Delete Permanently 永久删除 - + Move to Trash 移到废纸篓 - - Convert Folder - 转换文件夹 - - - + Do you want to convert the folder to a {0}? This action cannot be reversed. 您想要将文件夹转换为 {0} 吗?此操作不能被撤销。 - + No documents selected for merging. 未选择要合并的文档。 - + Merged 已合并 - - + + Could not write document content. 无法写入文档内容。 - - + + Do you want to duplicate this document? + + + + + Do you want to duplicate this item and all child items? + + + + + Could not duplicate all items. + + + + There is nowhere to add item with name '{0}'. 无处可添加名为 '{0}' 的项目。 @@ -3501,67 +3557,67 @@ GuiSideBar - + Project 项目 - + Project Tree View 项目树视图 - + Novel 小说 - + Novel Tree View 小说树视图 - + Outline 提纲 - + Novel Outline View 小说提纲视图 - + Build 构建 - - Build Novel Project - 构建小说项目 + + Build Manuscript + - + Details 详细信息 - + Project Details 项目详情 - + Stats 统计数据 - + Writing Statistics 写作统计 - + Settings 设置 @@ -3569,33 +3625,33 @@ GuiUpdates - + Check for Updates 检查更新 - + Current Release 当前版本 - - + + novelWriter {0} released on {1} novelWriter {0} 发布于 {1} - + Latest Release 最新版本 - + Checking ... 正在检查... - + Download: {0} 下载: {0} @@ -3603,18 +3659,18 @@ GuiWordList - - + + Project Word List 项目单词列表 - + Cannot add a blank word. 无法添加空白的单词。 - + The word '{0}' is already in the word list. 单词'{0}'已经在单词列表中。 @@ -3622,334 +3678,299 @@ GuiWritingStats - + Writing Statistics 写作统计 - + Session Start 会话开始 - + Length 长度 - + Idle 空闲 - + Words 单词 - + Histogram 直方图 - + Sum Totals 总和 - + Total Time: 总时间: - + Idle Time: 空余时间: - + Filtered Time: 过滤时间: - + Novel Word Count: 小说字数: - + Notes Word Count: 笔记字数: - + Total Word Count: 总字数: - + Filters 过滤器 - + Count novel files 计算小说文件 - + Count note files 计算笔记文件 - + Hide zero word count 隐藏零字数 - + Hide negative word count 隐藏负字数 - + Group entries by day 按天分组 - + Show idle time 显示空闲时间 - + Word count cap for the histogram 直方图的字数上限 - + Save As 另存为 - + JSON Data File (.json) JSON Data File (.json) - + CSV Data File (.csv) CSV Data File (.csv) - + JSON Data File JSON Data File - + CSV Data File CSV Data File - + Save Data As 另存为 - + {0} file successfully written to: {0} 文件已被成功写入: - + Failed to write {0} file. 写入文件 {0} 失败. - - - Failed to read session log file. - 无法读取会话日志文件。 - NWProject - + Could not delete document file. 无法删除文档文件。 - + Could not open project with path: {0} - + Unknown 未知 - + Project file does not appear to be a novelWriterXML file. 项目文件似乎不是 NovelWriterXML 文件。 - + Unknown or unsupported novelWriter project file format. The project cannot be opened by this version of novelWriter. The file was saved with novelWriter version {0}. 未知或不受支持的 NovelWriter 项目文件格式。 此版本的NovelWriter 无法打开该项目。 该文件是用 NovelWriter 版本 {0} 保存的。 - + Failed to parse project xml. 无法解析项目 xml。 - - File Version - 文件版本 - - - + The file format of your project is about to be updated. If you proceed, older versions of novelWriter will no longer be able to open this project. Continue? 您的项目的文件格式即将更新。 如果您继续,较旧版本的新作家将无法再打开此项目,是否继续? - - Version Conflict - 版本冲突 - - - + This project was saved by a newer version of novelWriter, version {0}. This is version {1}. If you continue to open the project, some attributes and settings may not be preserved, but the overall project should be fine. Continue opening the project? 此项目由较新版本的 novelWriter 版本 {0} 保存。 这是版本 {1}。 如果继续打开项目,可能有些属性和设置不会保留,但整体项目应该没问题。 继续打开项目? - - Opened Project: {0} - 已打开的项目:{0} - - - - There is no project open. - 没有打开的项目。 - - - - Failed to save project. - 保存项目失败。 - - - - Saved Project: {0} - 已保存项目: {0} - - - - Backing up project ... - 项目备份中…… - - - - Cannot backup project because no valid backup path is set. Please set a valid backup location in Preferences. - 由于未设置备份路径,无法备份项目。 请在首选项中设置一个有效的备份位置。 - - - - Cannot backup project because no project name is set. Please set a Project Name in Project Settings. - 由于未设置项目名,无法备份项目。 请在项目设置中指定项目名。 - - - - Could not create backup folder. - 无法创建备份文件夹。 - - - - Backup from {0} - 从 {0} 中备份 - - - - Backup archive file written to: {0} - 备份存档文件写入:{0} - - - - Could not write backup archive. - 无法写入备份存档。 - - - - Project backed up to '{0}' - 项目备份到{0} - - - - - New - 新建 - - - - Note - 笔记 - - - - Draft - 草稿 - - - - Finished - 已完成 - - - - Minor - 次要 - - - - Major - 主要 - - - - Main - 主要的 - - - - Found {0} orphaned file(s) in project folder. - 在项目文件夹中找到 {0} 个孤立文件。 - - - + Recovered 已复原 - - [{0}] {1} - [{0}] {1} + + Found {0} orphaned file(s) in the project. {1} file(s) were recovered. + - - Recovered File {0} - 已复原的文件 {0} + + Opened Project: {0} + 已打开的项目:{0} - - One or more orphaned files could not be added back into the project. Make sure at least a Novel root folder exists. - 无法将一个或多个孤立文件重新添加到项目中。确保至少存在一个 Novel 根文件夹。 + + There is no project open. + 没有打开的项目。 + + + + Failed to save project. + 保存项目失败。 + + + + Saved Project: {0} + 已保存项目: {0} + + + + Backing up project ... + 项目备份中…… + + + + Cannot backup project because no project name is set. Please set a Project Name in Project Settings. + 由于未设置项目名,无法备份项目。 请在项目设置中指定项目名。 + + + + Could not create backup folder. + 无法创建备份文件夹。 + + + + Created a backup of your project of size {0}B. + + + + + Path: {0} + 路径: {0} + + + + Could not write backup archive. + 无法写入备份存档。 + + + + Project backed up to '{0}' + 项目备份到{0} + + + + + New + 新建 + + + + Note + 笔记 + + + + Draft + 草稿 + + + + Finished + 已完成 + + + + Minor + 次要 + + + + Major + 主要 + + + + Main + 主要的 NovelSelector - + All Novel Folders 所有小说文件夹 @@ -3957,42 +3978,42 @@ ProjWizardCustomPage - + Custom Project Options 自定义项目选项 - + Select which additional elements to populate the project with. You can skip making chapters and add only scenes by setting the number of chapters to 0. 选择要使用项目的附加元素。 您可以通过设置章节数量为0来跳过制作章节,只添加场景。 - + Add a folder for plot notes 为情节笔记添加一个文件夹 - + Add a folder for character notes 为章节注释添加文件夹 - + Add a folder for location notes 为位置注释添加文件夹 - + Add example notes to the above 在上面添加示例注释 - + Add chapters to the novel folder 将章节添加到新建文件夹 - + Add scenes to each chapter 将场景添加到每个章节 @@ -4000,82 +4021,82 @@ ProjWizardFinalPage - + Summary 概述 - + Project Name: {0} 项目名称:{0} - + Project Path: {0} 项目路径:{0} - + Fill the project with a minimal set of items 用最简项目集填充项目 - + Fill the project with example files 用示例文件集填充项目 - + Add a folder for plot notes 为情节笔记添加一个文件夹 - + Add a folder for character notes 为章节笔记添加文件夹 - + Add a folder for location notes 为位置笔记添加文件夹 - + Add example notes to the above 在上面添加示例注释 - + Add {0} chapters to the novel folder 将 {0} 章节添加到新建文件夹 - + Add {0} scenes to each chapter 将{0} 场景添加到每个章节 - + Add {0} scenes 添加{0} 场景 - + You have selected the following: 您选择了以下内容: - + Press '{0}' to create the new project. 按下'{0}' 创建新项目。 - + Done 完成 - + Finish 完成 @@ -4083,33 +4104,33 @@ ProjWizardFolderPage - - + + Select Project Folder 选择项目文件夹 - + Select a location to store the project. A new project folder will be created in the selected location. 选择一个位置来存储项目。 将在所选位置创建一个新的项目文件夹。 - + Required 必须的 - + Project Path 项目路径 - + Error: A project folder cannot be created using this path. 错误:无法使用此路径创建项目文件夹。 - + Error: The selected path already exists. 错误:所选路径已存在。 @@ -4117,43 +4138,43 @@ ProjWizardIntroPage - + Create New Project 新建项目 - + Provide at least a project name. The project name should not be changed beyond this point as it is used for generating file names for for instance backups. The other fields are optional and can be changed at any time in Project Settings. 至少提供一个项目名称。 项目名称在此后不应被更改,因为它用于生成文件名,例如备份。 其他字段是可选的,可以随时在项目设置中更改。 - + Side image by {0}, {1} 侧面图 {0}, {1} - + Required 必须 - - + + Optional 可选 - + Project Name 项目名称 - + Novel Title 小说标题 - + Author(s) 作者 @@ -4161,27 +4182,27 @@ ProjWizardPopulatePage - + Populate Project 填充项目 - + Choose how to pre-fill the project. Either with a minimal set of starter items, an example project explaining and showing many of the features, or show further custom options on the next page. 选择如何预填项目。 使用最少的入门项目集,一个显示许多功能的示例;或者在下一页显示更多自定义选项。 - + Fill the project with a minimal set of items 用最少的项目集填充项目 - + Fill the project with example files 用示例文件集填充项目 - + Show detailed options for filling the project 显示填充项目的详细选项 @@ -4189,73 +4210,73 @@ ProjectBuilder - + New Project 创建项目 - + New Chapter 新章节 - + New Scene 新场景 - + Title Page 标题页面 - + By - + Summary of the chapter. 本章概要。 - + Summary of the scene. 场景概况。 - + Chapter {0} 章节 {0} - - + + Scene {0} 场景 {0} - + Main Plot 主线情节 - + Protagonist 主角 - + Main Location 主位置 - + Failed to create a new example project. 无法创建新的示例项目。 - + Failed to create a new example project. Could not find the necessary files. They seem to be missing from this installation. 无法创建新的示例项目。 找不到必要的文件。此安装中似乎缺少它们。 @@ -4451,19 +4472,182 @@ Tokenizer - + Synopsis 概要 - + Document '{0}' is too big ({1} MB). Skipping. 文档 '{0}‘太大 ({1} MB)。跳过。 - + ERROR 错误 + + _FilterTab + + + Included in manuscript + + + + + Excluded from manuscript + + + + + Always included + + + + + Always excluded + + + + + Reset to default + + + + + Mark selection as + + + + + Select Root Folders + + + + + _FormatTab + + + Not Set + 未设置 + + + + _GuiAlert + + + Information + 信息 + + + + Warning + 警告 + + + + Error + 错误 + + + + Question + + + + + _HeadingsTab + + + + Hide + + + + + + Editing: {0} + + + + + + None + + + + + Title + 标题 + + + + Chapter Number + + + + + Chapter Number (Word) + + + + + Chapter Number (Upper Case Roman) + + + + + Chapter Number (Lower Case Roman) + + + + + Scene Number (In Chapter) + + + + + Scene Number (Absolute) + + + + + Insert + 插入 + + + + Apply + 应用 + + + + _PreviewWidget + + + Press the "Build Preview" button to generate ... + + + + + Processing ... + + + + + Done + 完成 + + + + Unknown + 未知 + + + + Built + + + diff --git a/novelwriter/__init__.py b/novelwriter/__init__.py index 86706068..eb80034d 100644 --- a/novelwriter/__init__.py +++ b/novelwriter/__init__.py @@ -60,9 +60,9 @@ __license__ = "GPLv3" __author__ = "Veronica Berglyd Olsen" __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" -__version__ = "2.1-beta1" -__hexversion__ = "0x020100b1" -__date__ = "2023-07-30" +__version__ = "2.1-rc1" +__hexversion__ = "0x020100c1" +__date__ = "2023-08-31" __status__ = "Stable" __domain__ = "novelwriter.io" diff --git a/novelwriter/assets/text/release_notes.htm b/novelwriter/assets/text/release_notes.htm index eb6d242e..f1f71c6b 100644 --- a/novelwriter/assets/text/release_notes.htm +++ b/novelwriter/assets/text/release_notes.htm @@ -2,11 +2,11 @@ -

Release Notes for 2.1 Beta 1

-

Released on 30 July 2023

+

Release Notes for 2.1 RC 1

+

Released on 31 August 2023

-

This is a beta release of the next release version, and is intended for testing purposes. Please -be careful when using this version on live writing projects, and make sure you take frequent +

This is a release candidate of the next release version, and is intended for testing purposes. +Please be careful when using this version on live writing projects, and make sure you take frequent backups.

Please check the changelog for an overview of changes. The full release notes will be added to the final release.

diff --git a/sample/nwProject.nwx b/sample/nwProject.nwx index 3140df48..0d88590d 100644 --- a/sample/nwProject.nwx +++ b/sample/nwProject.nwx @@ -1,6 +1,6 @@ - - + + Sample Project Sample Project Jane Smith