diff --git a/CHANGELOG.md b/CHANGELOG.md index 84be59b8..362a704b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -228,7 +228,7 @@ Interface. PR #1146. ---- -## Version 1.7 Beta 1 [2022-05-17] +## Version 2.0 Beta 1 [2022-05-17] **Note:** The 1.7 release cycle was renamed 2.0 on 2022-10-06. See #1144. @@ -1886,51 +1886,6 @@ _These Release Notes also include the changes from 1.1 RC 1._ ---- -## Version 1.0.4 [2021-02-03] - -### Release Notes - -This patch release fixes a couple of minor issues with the Preferences dialog and the behaviour of -one of the keyboard shortcuts. - -Aside from these fixes, the main point of this patch is to add new setup features for novelWriter -on Windows. A Windows installer will no longer be provided for the foreseeable future, and instead -functionality has been added to the main setup script to create desktop and start menu icons. - -### Detailed Changelog - -**Bug Fixes** - -* Fixed an issue with the Preferences dialog where the setting for justified text was mixed with - the setting for fixed text width. This meant that the justified text setting could potentially - get overwritten when the Preferences were changed and saved. Issue #623, PR #625. -* Fixed an issue with the Open Project dialog where the list of recent projects would contain - duplicate entries if the dialog was opened multiple times. PR #627. - -**User Interface** - -* The `Ctrl+Del` keyboard shortcut is now only active when the project tree has focus. Since this - is also a common shortcut in many applications for deleting the next word ahead of the cursor, - the activation of the delete file function when the editor has focus is unexpected to some users. - Issue #629, PR #631. - -**Installation** - -* A new command has been added to the `setup.py` script. The new command, `win-install`, will - create a desktop and start menu icon for novelWriter when run in the source folder. A windows - batch file, `setup_windows.bat`, has also been added. Running this file from the source folder, - either by command line or by double-click, will install dependencies from PyPi and set up the - icons and file association with novelWriter project files. This should make it easier to run - novelWriter from the source folder on Windows. PRs #634, #641 and #642. - -**Documentation** - -* The documentation on how to setup and install novelWriter has been extended and reorganised into - one file per operating system. Some of the other documentation files have also been moved to a - different section. PR #634. - ----- - ## Version 1.1 RC 1 [2021-01-31] ### Release Notes @@ -1979,8 +1934,8 @@ be left "hanging", that is, no closing quote in the same paragraph. options on each tab. PRs #577 and #624. * Minor changes to margins and alignments of widgets on the main GUI. PR #565. * Added a keyboard shortcut to change focus to the Outline tab. The focus change now also ensures - that the main GUI also switches to the tab where the focus is shifted. Issues #609 and #612, PR - #615. + that the main GUI also switches to the tab where the focus is shifted. Issues #609 and #612, + PR #615. * The cursor should now also be visible when opening a blank document and the editor has focus. Issue #608, PR #621. @@ -2002,6 +1957,51 @@ be left "hanging", that is, no closing quote in the same paragraph. ---- +## Version 1.0.4 [2021-02-03] + +### Release Notes + +This patch release fixes a couple of minor issues with the Preferences dialog and the behaviour of +one of the keyboard shortcuts. + +Aside from these fixes, the main point of this patch is to add new setup features for novelWriter +on Windows. A Windows installer will no longer be provided for the foreseeable future, and instead +functionality has been added to the main setup script to create desktop and start menu icons. + +### Detailed Changelog + +**Bug Fixes** + +* Fixed an issue with the Preferences dialog where the setting for justified text was mixed with + the setting for fixed text width. This meant that the justified text setting could potentially + get overwritten when the Preferences were changed and saved. Issue #623, PR #625. +* Fixed an issue with the Open Project dialog where the list of recent projects would contain + duplicate entries if the dialog was opened multiple times. PR #627. + +**User Interface** + +* The `Ctrl+Del` keyboard shortcut is now only active when the project tree has focus. Since this + is also a common shortcut in many applications for deleting the next word ahead of the cursor, + the activation of the delete file function when the editor has focus is unexpected to some users. + Issue #629, PR #631. + +**Installation** + +* A new command has been added to the `setup.py` script. The new command, `win-install`, will + create a desktop and start menu icon for novelWriter when run in the source folder. A windows + batch file, `setup_windows.bat`, has also been added. Running this file from the source folder, + either by command line or by double-click, will install dependencies from PyPi and set up the + icons and file association with novelWriter project files. This should make it easier to run + novelWriter from the source folder on Windows. PRs #634, #641 and #642. + +**Documentation** + +* The documentation on how to setup and install novelWriter has been extended and reorganised into + one file per operating system. Some of the other documentation files have also been moved to a + different section. PR #634. + +---- + ## Version 1.0.3 [2021-01-24] ### Release Notes @@ -2218,7 +2218,7 @@ requests in the issue tracker, or if not fully formed, can be discussed on the ---- -## Version 1.0 Release Candidate 2 [2020-12-13] +## Version 1.0 RC 2 [2020-12-13] ### Release Notes @@ -2253,8 +2253,8 @@ issues are discovered, the next release will be the final version 1.0 release. * The headers and footers of the document editor and viewer would be clipped on high DPI monitors. This was due to the QWidget holding these did not automatically scale in the layout. The proper - height of these are now calculated and enforced instead of relying on automated scaling. Issue - #499, PR #502. + height of these are now calculated and enforced instead of relying on automated scaling. + Issue #499, PR #502. * Fixed a few inconsistencies in scaling of toggle switches, the form layouts, and the margins of the Item Editor when viewing on a high DPI screen. PR #502. * Switching syntax theme live would not update all colours in the editor and viewer. This has now @@ -2280,8 +2280,8 @@ issues are discovered, the next release will be the final version 1.0 release. * The Windows installer now properly sets up the mime type for novelWriter, meaning novelWriter project files can be opened from the Explorer directly into novelWriter. PR #511. -* It is now possible to create new files in the Outtakes root folder from the context menu. Issue - #517, PR #519. +* It is now possible to create new files in the Outtakes root folder from the context menu. + Issue #517, PR #519. **Test Suite** @@ -2297,7 +2297,7 @@ issues are discovered, the next release will be the final version 1.0 release. ---- -## Version 1.0 Release Candidate 1 [2020-11-16] +## Version 1.0 RC 1 [2020-11-16] ### Release Notes @@ -2608,8 +2608,8 @@ Switching main GUI theme still requires a restart. * It is now possible to set a different spell check language for a project than the one set in the main Preferences. It is only possible to select a different language, not a different spell check - tool. The setting is managed in the first tab of the Project Settings dialog. Issue #368, PR - #437. + tool. The setting is managed in the first tab of the Project Settings dialog. Issue #368, + PR #437. * The document editor now has the Cut/Copy/Paste options in the main context menu. In addition, Select All, Select Word, and Select Paragraph have been added to the menu. The latter two will select the word or paragraph under the mouse pointer, not the cursor as the main menu entries do. @@ -2649,8 +2649,8 @@ Switching main GUI theme still requires a restart. * Not technically a bug, but the clearing of the document editor footer bar, both during start-up and when a document was closed, would print two ERROR messages to the terminal window. These were - benign, but are now prevented from occurring by a slight change in the logic. Issue #418, PR - #420. + benign, but are now prevented from occurring by a slight change in the logic. Issue #418, + PR #420. * Fixed spell check highlighting for words separated by a forward slash, which was treated as a single word. Issue #427, PR #428. @@ -2783,8 +2783,8 @@ Switching main GUI theme still requires a restart. * The Travis CI build system has been altered to first check that the tests pass for Python 3.8, for then to move to the other supported Python versions. These are currently 3.6 and 3.7. Python 3.9 will be added when it is released in October. PR #388. -* Some clean-up of the source code, mostly in terms of unused imports and missing docstrings. PR - #391. +* Some clean-up of the source code, mostly in terms of unused imports and missing docstrings. + PR #391. ---- @@ -2882,8 +2882,8 @@ planned by GitHub. See their [notes](https://github.com/github/renaming) for mor **Other Changes** * The install scripts now try to create folders before copying icons. PR #364. -* The manifest file now lists the root assets folder, so that it is included in the PyPi build. PR - #364. +* The manifest file now lists the root assets folder, so that it is included in the PyPi build. + PR #364. * The .desktop template file has the correct categories set according to the FreeDesktop standard. PR #364. @@ -2914,8 +2914,8 @@ longer be read by an earlier version due to the change of how autoReplace settin * The document editor footer can optionally be hidden in Distraction Free mode. PR #351. * The Italic and Bold menu entries have been renamed to Emphasis and Strong Emphasis, which is more in line with what they represent in Markdown and HTML. They are still renderred as Italic and - Bold in the document viewer, but the HTML export is using the `` and `` tags. PR - #350. + Bold in the document viewer, but the HTML export is using the `` and `` tags. + PR #350. * Due to several issues with the formatting of emphasised text using `*`, `**`, and `***` wrappers, especially when using nested emphasis, the syntax for emphasis (italic) and strong (bold) has been reverted to use `_` and `**` wrapping, respectively. This removes the ambiguity, and @@ -2924,13 +2924,13 @@ longer be read by an earlier version due to the change of how autoReplace settin syntax highlighting. I decided therefore to stick with RegEx parsing, and keeping those RegExes as short and fast as possible while enforcing the basic formatting rules. Separating the notation for emphasis and strong is commonly recommended when writing Markdown anyway, so it is a sensible - compromise between speed and flexibility. This PR partially reverses PR #310. Issue #353, PR - #355. + compromise between speed and flexibility. This PR partially reverses PR #310. Issue #353, + PR #355. * The syntax highlighter now properly highlights overlapping formattings, including emphasised text inside of highlighted quotes. PR #355. * The colour highlighting of emphasis, strong and strikethrough, can now be switch off in - Preferences. The syntax highlighter will still apply the italic, bold and strike effects. PR - #357. + Preferences. The syntax highlighter will still apply the italic, bold and strike effects. + PR #357. * The project path in the Details tab of Project Settings can now be selected and copied to clipboard. Issue #354, PR #356. @@ -2950,8 +2950,8 @@ longer be read by an earlier version due to the change of how autoReplace settin * The project tree word counts were getting mixed up when a file was moved to the trash folder, or permanently deleted. This has now been fixed, and moving a file should give a zero net change of - project word count. Permanently deleting it will result in a negative net change. Issue #333, PR - #335. + project word count. Permanently deleting it will result in a negative net change. Issue #333, + PR #335. **User Interface** @@ -2999,15 +2999,15 @@ longer be read by an earlier version due to the change of how autoReplace settin * The `Ctrl+Z` key sequence (undo) would not go through the wrapper function for document action for the document editor, but act directly on the document. This caused some of the logic preventing conflict between auto-replace and undo to be bypassed. This has now been resolved by - blocking the keypress itself and let the menu action handle the key sequence. Issue #320, PR - #321. + blocking the keypress itself and let the menu action handle the key sequence. Issue #320, + PR #321. * The dialog window size and column width setting for the auto-replace feature in Project Settings are now preserved between closing and opening the dialog. Issue #322, PR #324. **User Interface** -* The Open Project dialog will now ask before removing an entry from the recent projects list. PR - #309. +* The Open Project dialog will now ask before removing an entry from the recent projects list. + PR #309. * The text emphasis functions, either selected from the menu or via keyboard shortcuts, will now try to respond to the command in a more meaningful way. That is, the text editor will try to toggle the bold or italics features independently of eachother on the selected text. A menu entry @@ -3050,8 +3050,8 @@ longer be read by an earlier version due to the change of how autoReplace settin construct to prevent crashes caused by potential edge cases in document content. If the rendering fails, the view window will show an error message instead of the intended document. Issue #298, PR #299. -* Clipping of the descended part of fonts in the document title bar has been fixed. Issue #295, PR - #300. +* Clipping of the descended part of fonts in the document title bar has been fixed. Issue #295, + PR #300. * When clicking a tag in the editor while the viewer was closed, nothing would happen. Now, the viewer is first opened before navigating to the source of the reference tag. Issue #294, PR #306. * The missing optional rendering of synopsis comments in the document view panel has been added. @@ -3078,11 +3078,11 @@ longer be read by an earlier version due to the change of how autoReplace settin changes that may have been made to it. PRs #293, #300, #303 and #306. * The References panel below the document viewer has been redesigned. It now sits in a resizeable panel below the document, and its controls sit in a footer bar in the document itself. The - functionality of the feature is otherwise unchanged, but the buttons have received new icons. PRs - #304 and #306. + functionality of the feature is otherwise unchanged, but the buttons have received new icons. + PRs #304 and #306. * The option to render comments and synopsis in the document view panel has been added to - Preferences. The toggle option for comments that was previously in the menu has been removed. PR - #311. + Preferences. The toggle option for comments that was previously in the menu has been removed. + PR #311. **Project Structure** @@ -3153,8 +3153,8 @@ longer be read by an earlier version due to the change of how autoReplace settin an older version, and require a new to be built. This is done automatically. PR #234. * Moved the Close button on the "Build Novel Project" dialog to the area with the other buttons since we anyway increased the size of that area. PR #256. -* Updated the unit for Preferences > Editor > Big document limit from `kb` to `kB`. Issue #258, PR - #260. +* Updated the unit for Preferences > Editor > Big document limit from `kb` to `kB`. Issue #258, + PR #260. * Added Typicons-based coloured icon set also for light GUI background. PR #265. * The export check mark that was added to the Flags column in the project tree in Version 0.6 has been moved to its own column, and been replaced with a proper icon. The details panel below it @@ -3170,8 +3170,8 @@ longer be read by an earlier version due to the change of how autoReplace settin * Fonts are now selected via the system's font dialog rather than the font combo box. PR #270. * Word, character and paragraph counts are now updated on the project tree details panel if the file currently being edited is also selected in the tree. PR #272. -* The Build Novel Project dialog now shows the previous generated content when it's opened. PR - #272. +* The Build Novel Project dialog now shows the previous generated content when it's opened. + PR #272. * The Build Novel Project tool can now export the HTML and NWD output into a JSON data file. This file is convenient if the user wants to post-process the output with for instance Python, or one of the other numerous languages that can read JSON files. PR #272. @@ -3220,8 +3220,8 @@ longer be read by an earlier version due to the change of how autoReplace settin You must actually click this to be able to export or print. Issue #237, PR #238. * Added font family and font size selectors to the "Build Novel Project" tool. You may want a different print font than used in the editor itself. Issue #230, PR #238. -* Removed the "Help" feature in "Build Novel Project" and instead added detailed tooltips. Issue - #250, PR #249. +* Removed the "Help" feature in "Build Novel Project" and instead added detailed tooltips. + Issue #250, PR #249. * Changed the title formatting codes for "Build Novel Project" to something less verbose. The old codes are translated automatically. Issue #247, PR #249. * A margin of the viewport (outside the document) has been added to the document editor and viewer @@ -3230,8 +3230,8 @@ longer be read by an earlier version due to the change of how autoReplace settin scrolling). PR #236. * Fixed an alignment issue for the status icon on the project tree details panel. Mentioned in #235, PR #239. -* Removed the `Xo` icon for NO_LAYOUT in the project tree details panel. Mentioned in #235, PR - #239. +* Removed the `Xo` icon for NO_LAYOUT in the project tree details panel. Mentioned in #235, + PR #239. * Added a "Details" tab to the "Project Settings" dialog, which also lists the project path. Issue #242, PR #239. @@ -3295,8 +3295,8 @@ longer be read by an earlier version due to the change of how autoReplace settin new tool also supports printing. PRs #204, #220 and #221. * The Project Settings, Preferences, Item Editor, Merge Documents, and Split Documents dialogs have been redesigned. The ones with tabs now have vertical tabs on the left with horizontal labels. - The dialog design should be more compact, and have room for more tabs for future settings. PR - #212. + The dialog design should be more compact, and have room for more tabs for future settings. + PR #212. * A new icon, as well as a mimetype icon for the project files, have been designed and added to the app. PRs #213 and #214. * The About dialog has been completely redesigned to allow more information. PR #217. @@ -3312,8 +3312,8 @@ longer be read by an earlier version due to the change of how autoReplace settin **Bugfixes** * When running on Windows 10, some of the buttons were missing icons. More fallback icons have been - added to ensure that all current buttons have a fallback path that always ends in an icon. PR - #211. + added to ensure that all current buttons have a fallback path that always ends in an icon. + PR #211. **User Interface** @@ -3406,8 +3406,8 @@ helpful feedback and issue reports for the new features added in this, and previ data associated with a novel heading in a column-wise manner. The Timeline View feature has been dropped in favour of the new Outline View. PRs #140, #181 and #191. * A synopsis feature has been added. It allows a comment to be flagged as a synopsis comment to be - picked up by the indexer and displayed in the GUI. Currently available in the Outline View. PRs - #140 and #191. + picked up by the indexer and displayed in the GUI. Currently available in the Outline View. + PRs #140 and #191. * A document title bar has been added to the top of the editor and viewer. These show the document label as seen in the project tree. Optionally, the full document path can be shown. Clicking the title will highlight the document in the project tree. PRs #192 and #194. @@ -3427,8 +3427,8 @@ helpful feedback and issue reports for the new features added in this, and previ **Bug Fixes** -* The `install.py` script has been fixed to reflect changes in storage location of the themes. PR - #174. +* The `install.py` script has been fixed to reflect changes in storage location of the themes. + PR #174. * Fixed a bug with launching Preferences without Enchant spell checking installed. PR #190. * A minor issue with running backups with no backup path set has been fixed. The backups would be written into the source folder, or wherever novelWriter was launched from, which is a very messy @@ -3437,8 +3437,8 @@ helpful feedback and issue reports for the new features added in this, and previ **Documentation** * Some outdated links and a number of typos and spelling errors have been corrected. PR #173. -* Documentation has been brought up to date with the current set of features of novelWriter. PR - #202. +* Documentation has been brought up to date with the current set of features of novelWriter. + PR #202. **Project Structure** @@ -3624,8 +3624,8 @@ helpful feedback and issue reports for the new features added in this, and previ option that will prevent it from updating if links are followed. PRs #109 and #110. * The tag and reference system no longer has any restrictions on file class. That is, any file can have tags and references, and they are indexed by the indexer and displayed as links in the - document view pane. The timeline view behaves as before, only listing active Novel files. PR - #114. + document view pane. The timeline view behaves as before, only listing active Novel files. + PR #114. * A new root folder type and keyword for "Entities" has been added. These can be useful for describing plot elements fitting under such a category. PR #115. @@ -3753,8 +3753,8 @@ helpful feedback and issue reports for the new features added in this, and previ **User Interface** * Added a basic search function for the currently open document. This is a simple interface to the - find command that exists in the Qt document editor. It will be extended further in the future. PR - #49. + find command that exists in the Qt document editor. It will be extended further in the future. + PR #49. ---- @@ -3856,8 +3856,8 @@ helpful feedback and issue reports for the new features added in this, and previ **Bug Fixes** -* Fixed a bug where an item had to be selected in the tree view for a root item to be created. PR - #16. +* Fixed a bug where an item had to be selected in the tree view for a root item to be created. + PR #16. **User Interface** diff --git a/i18n/nw_base.ts b/i18n/nw_base.ts index ddb5b171..333f4afc 100644 --- a/i18n/nw_base.ts +++ b/i18n/nw_base.ts @@ -2936,72 +2936,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 @@ -3019,32 +3019,32 @@ - + Words - + Chapters - + Scenes - + Revisions - + Editing Time - + Path @@ -3052,58 +3052,54 @@ GuiProjectEditMain - + Project Settings - + Project name - + Should be set only once. - + Novel title - + + Change whenever you want! - + Author(s) - - One name per line. - - - - + Default - + Spell check language - - + + Overrides main preferences. - + No backup on close @@ -3111,27 +3107,27 @@ GuiProjectEditReplace - + Text Replace List for Preview and Export - + Keyword - + Replace With - + Select item to edit - + Save @@ -3139,67 +3135,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 @@ -3271,27 +3267,27 @@ GuiProjectSettings - + Project Settings - + Settings - + Status - + Importance - + Auto-Replace @@ -3969,32 +3965,27 @@ - - and - - - - + Found {0} orphaned file(s) in project folder. - + Recovered - + [{0}] {1} - + Recovered File {0} - + One or more orphaned files could not be added back into the project. Make sure at least a Novel root folder exists. @@ -4010,42 +4001,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 @@ -4053,82 +4044,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 @@ -4136,33 +4127,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. @@ -4170,47 +4161,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 - - Optional. One name per line. - - - - + Project Name - + Novel Title - + Author(s) @@ -4218,27 +4205,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 diff --git a/i18n/nw_de_DE.ts b/i18n/nw_de_DE.ts index 578e450f..d6d8ce99 100644 --- a/i18n/nw_de_DE.ts +++ b/i18n/nw_de_DE.ts @@ -610,7 +610,7 @@ Root Filter Options - Root Filter Options + Filtern @@ -630,7 +630,7 @@ Include inactive files - Include inactive files + Inaktive Dateien einbeziehen @@ -1059,7 +1059,7 @@ Move merged items to Trash - Move merged items to Trash + Zusammengeführte Elemente in den Papierkorb verschieben @@ -1102,12 +1102,12 @@ Split into a new folder - Split into a new folder + In einen neuen Ordner aufteilen Create document hierarchy - Create document hierarchy + Dokumenten-Hierarchie erstellen @@ -1214,7 +1214,7 @@ Item Label - Item Label + Titel @@ -2063,38 +2063,38 @@ 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) @@ -2102,47 +2102,47 @@ GuiNovelToolBar - - Novel Outline - Romangliederung + + Outline of {0} + Gliederung für {0} - + + Novel Root + Hauptordner für den Roman + + + Refresh Aktualisieren - - Novel Root - Novel Root - - - + Last Column Letzte Spalte - + Hidden Ausblenden - + Point of View Character Erzählperspektive - + Focus Character Figur im Mittelpunkt - + Novel Plot Romanhandlung - + More Options Weitere Optionen @@ -2150,7 +2150,7 @@ GuiNovelTree - + No meta data Keine Meta-Daten @@ -2158,65 +2158,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 @@ -2224,7 +2224,7 @@ GuiOutlineHeaderMenu - + Select Columns Spalten anzeigen @@ -2232,20 +2232,15 @@ GuiOutlineToolBar - + Outline of Gliederung für - + Refresh Aktualisieren - - - All Novel Folders - Alle Romanordner - GuiPreferences @@ -2638,7 +2633,7 @@ Editor theme - Editor theme + Syntaxhervorhebung @@ -2923,17 +2918,17 @@ GuiProjectDetails - + Project Details Projektdetails - + Overview Übersicht - + Contents Inhalt @@ -2941,72 +2936,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 @@ -3014,42 +3009,42 @@ GuiProjectDetailsMain - + Working Title: {0} Arbeitstitel: {0} - + By {0} Von {0} - + Words Wörter - + Chapters Kapitel - + Scenes Szenen - + Revisions Revisionen - + Editing Time Bearbeitungszeit - + Path Pfad @@ -3057,58 +3052,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) - - One name per line. - Ein Name pro Zeile. - - - + Default Standard - + Spell check language Rechtschreibprüfung - - + + Overrides main preferences. Überschreibt die Einstellungen. - + No backup on close Keine Backups beim Schließen @@ -3116,27 +3107,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 @@ -3144,67 +3135,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 @@ -3276,27 +3267,27 @@ GuiProjectSettings - + Project Settings Projekteinstellungen - + Settings Einstellungen - + Status Status - + Importance Wichtigkeit - + Auto-Replace Ersetzen @@ -3974,75 +3965,78 @@ Zentral - - and - und - - - + Found {0} orphaned file(s) in project folder. {0} verwaiste Datei(en) im Projektverzeichnis gefunden. - + Recovered Wiederhergestellt - + [{0}] {1} [{0}] {1} - + Recovered File {0} Wiederhergestelltes Dokument {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. + + NovelSelector + + + All Novel Folders + Alle Romanordner + + 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 @@ -4050,82 +4044,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 @@ -4133,33 +4127,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. @@ -4167,47 +4161,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 - - Optional. One name per line. - Optional, ein Name pro Zeile. - - - + Project Name Projektname - + Novel Title Romantitel - + Author(s) Autor(en) @@ -4215,27 +4205,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 diff --git a/i18n/nw_en_US.ts b/i18n/nw_en_US.ts index 270f7aa8..67780a41 100644 --- a/i18n/nw_en_US.ts +++ b/i18n/nw_en_US.ts @@ -2063,38 +2063,38 @@ 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) @@ -2102,47 +2102,47 @@ GuiNovelToolBar - - Novel Outline - Novel Outline + + Outline of {0} + Outline of {0} - - Refresh - Refresh - - - + 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 - + More Options More Options @@ -2150,7 +2150,7 @@ GuiNovelTree - + No meta data No meta data @@ -2158,65 +2158,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 @@ -2224,7 +2224,7 @@ GuiOutlineHeaderMenu - + Select Columns Select Columns @@ -2232,20 +2232,15 @@ GuiOutlineToolBar - + Outline of Outline of - + Refresh Refresh - - - All Novel Folders - All Novel Folders - GuiPreferences @@ -2923,17 +2918,17 @@ GuiProjectDetails - + Project Details Project Details - + Overview Overview - + Contents Contents @@ -2941,72 +2936,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 @@ -3014,42 +3009,42 @@ GuiProjectDetailsMain - + Working Title: {0} Working Title: {0} - + By {0} By {0} - + Words Words - + Chapters Chapters - + Scenes Scenes - + Revisions Revisions - + Editing Time Editing Time - + Path Path @@ -3057,58 +3052,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) - - One name per line. - One name per line. - - - + Default Default - + Spell check language Spell check language - - + + Overrides main preferences. Overrides main preferences. - + No backup on close No backup on close @@ -3116,27 +3107,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 @@ -3144,67 +3135,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 @@ -3276,27 +3267,27 @@ GuiProjectSettings - + Project Settings Project Settings - + Settings Settings - + Status Status - + Importance Importance - + Auto-Replace Auto-Replace @@ -3974,75 +3965,78 @@ Main - - and - and - - - + Found {0} orphaned file(s) in project folder. Found {0} orphaned file(s) in project folder. - + Recovered Recovered - + [{0}] {1} [{0}] {1} - + Recovered File {0} Recovered File {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. + + NovelSelector + + + All Novel Folders + All Novel Folders + + 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 @@ -4050,82 +4044,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 @@ -4133,33 +4127,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. @@ -4167,47 +4161,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 - - Optional. One name per line. - Optional. One name per line. - - - + Project Name Project Name - + Novel Title Novel Title - + Author(s) Author(s) @@ -4215,27 +4205,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 diff --git a/i18n/nw_es_419.ts b/i18n/nw_es_419.ts index ca02d8ae..71330f01 100644 --- a/i18n/nw_es_419.ts +++ b/i18n/nw_es_419.ts @@ -2063,38 +2063,38 @@ 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) @@ -2102,47 +2102,47 @@ GuiNovelToolBar - - Novel Outline - Estructura de la Novela + + Outline of {0} + Outline of {0} - - Refresh - Actualizar - - - + 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 - + More Options Más Opciones @@ -2150,7 +2150,7 @@ GuiNovelTree - + No meta data Sin metadatos @@ -2158,65 +2158,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 @@ -2224,7 +2224,7 @@ GuiOutlineHeaderMenu - + Select Columns Escoger Columnas @@ -2232,20 +2232,15 @@ GuiOutlineToolBar - + Outline of Estructura de - + Refresh Actualizar - - - All Novel Folders - Todas las Carpetas de Novela - GuiPreferences @@ -2923,17 +2918,17 @@ GuiProjectDetails - + Project Details Detalles del Proyecto - + Overview Resumen - + Contents Contenido @@ -2941,72 +2936,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 @@ -3014,42 +3009,42 @@ GuiProjectDetailsMain - + Working Title: {0} Título Provisional: {0} - + By {0} Por {0} - + Words Palabras - + Chapters Capítulos - + Scenes Escenas - + Revisions Revisiones - + Editing Time Tiempo de Edición - + Path Ruta @@ -3057,58 +3052,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 - - One name per line. - Un nombre por línea. - - - + 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 @@ -3116,27 +3107,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 @@ -3144,67 +3135,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 @@ -3276,27 +3267,27 @@ GuiProjectSettings - + Project Settings Configuración del Proyecto - + Settings Configuración - + Status Estado - + Importance Importancia - + Auto-Replace Reemplazos @@ -3974,75 +3965,78 @@ Principal - - and - y - - - + 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} - + Recovered File {0} Se Restauró el Archivo {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. + + NovelSelector + + + All Novel Folders + All Novel Folders + + 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 @@ -4050,82 +4044,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 @@ -4133,33 +4127,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. @@ -4167,47 +4161,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 - - Optional. One name per line. - Opcional. Un nombre por línea. - - - + Project Name Nombre del Proyecto - + Novel Title Título de la Novela - + Author(s) Autores @@ -4215,27 +4205,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 diff --git a/i18n/nw_nb_NO.ts b/i18n/nw_nb_NO.ts index b02ee0a7..0a086d94 100644 --- a/i18n/nw_nb_NO.ts +++ b/i18n/nw_nb_NO.ts @@ -2063,38 +2063,38 @@ 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) @@ -2102,47 +2102,47 @@ GuiNovelToolBar - - Novel Outline - Disposisjon + + Outline of {0} + Innhold i {0} - - Refresh - Oppdatér - - - + 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 - + More Options Flere valg @@ -2150,7 +2150,7 @@ GuiNovelTree - + No meta data Ingen meta-data @@ -2158,65 +2158,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 @@ -2224,7 +2224,7 @@ GuiOutlineHeaderMenu - + Select Columns Velg kolonner @@ -2232,20 +2232,15 @@ GuiOutlineToolBar - + Outline of Disposisjon for - + Refresh Oppdatér - - - All Novel Folders - Alle roman-mapper - GuiPreferences @@ -2923,17 +2918,17 @@ GuiProjectDetails - + Project Details Prosjektdetaljer - + Overview Oversikt - + Contents Innhold @@ -2941,72 +2936,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 @@ -3014,42 +3009,42 @@ GuiProjectDetailsMain - + Working Title: {0} Arbeidstittel: {0} - + By {0} Av {0} - + Words Ord - + Chapters Kapitler - + Scenes Scener - + Revisions Revisjoner - + Editing Time Redigeringstid - + Path Filbane @@ -3057,58 +3052,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) - - One name per line. - Ett navn per linje. - - - + Default Ingen valg - + Spell check language Språk for stavekontroll - - + + Overrides main preferences. Overstyrer valg i innstillinger. - + No backup on close Slå av sikkerhetskopi @@ -3116,27 +3107,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 @@ -3144,67 +3135,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 @@ -3276,27 +3267,27 @@ GuiProjectSettings - + Project Settings Prosjektinnstillinger - + Settings Innstillinger - + Status Status - + Importance Viktighet - + Auto-Replace Autoerstatt @@ -3974,75 +3965,78 @@ Hoved - - and - og - - - + Found {0} orphaned file(s) in project folder. Fant {0} tapte filer i prosjektmappen. - + Recovered Gjennopprettet - + [{0}] {1} [{0}] {1} - + Recovered File {0} Gjennopprettet fil {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. + + NovelSelector + + + All Novel Folders + Alle roman-mapper + + 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 @@ -4050,82 +4044,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 @@ -4133,33 +4127,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. @@ -4167,47 +4161,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 - - Optional. One name per line. - Valgfritt. Ett navn per linje. - - - + Project Name Prosjektnavn - + Novel Title Bokens tittel - + Author(s) Forfatter(e) @@ -4215,27 +4205,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 diff --git a/i18n/nw_nl_NL.ts b/i18n/nw_nl_NL.ts index e0a0dc27..23779a7d 100644 --- a/i18n/nw_nl_NL.ts +++ b/i18n/nw_nl_NL.ts @@ -630,7 +630,7 @@ Include inactive files - Include inactive files + Inactieve bestanden invoegen @@ -1112,7 +1112,7 @@ Move split document to Trash - Move split document to Trash + Gesplitst document verplaatsen naar Prullenbak @@ -1419,7 +1419,7 @@ Some changes will not be applied until novelWriter has been restarted. - Some changes will not be applied until novelWriter has been restarted. + Sommige wijzigingen zullen niet worden toegepast totdat novelWriter opnieuw is gestart. @@ -1797,12 +1797,12 @@ Special Comments - Special Comments + Speciale Opmerkingen Synopsis Comment - Synopsis Comment + Commentaar Synopsis @@ -2063,38 +2063,38 @@ 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) @@ -2102,47 +2102,47 @@ GuiNovelToolBar - - Novel Outline - Roman Omlijning + + Outline of {0} + Omlijning van {0} - - Refresh - Verversen - - - + 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 - + More Options Meer Opties @@ -2150,7 +2150,7 @@ GuiNovelTree - + No meta data Geen metadata @@ -2158,65 +2158,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 @@ -2224,7 +2224,7 @@ GuiOutlineHeaderMenu - + Select Columns Selecteer Kolommen @@ -2232,20 +2232,15 @@ GuiOutlineToolBar - + Outline of Omlijning van - + Refresh Verversen - - - All Novel Folders - Alle Roman Mappen - GuiPreferences @@ -2623,7 +2618,7 @@ Requires restart to take effect. - Requires restart to take effect. + Vereist herstart om van kracht te worden. @@ -2633,7 +2628,7 @@ General colour theme and icons. - General colour theme and icons. + Algemene kleuren thema en iconen. @@ -2923,17 +2918,17 @@ GuiProjectDetails - + Project Details Project Details - + Overview Overzicht - + Contents Inhoud @@ -2941,72 +2936,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 @@ -3014,42 +3009,42 @@ GuiProjectDetailsMain - + Working Title: {0} Werktitel: {0} - + By {0} Door {0} - + Words Woorden - + Chapters Hoofdstukken - + Scenes Scènes - + Revisions Revisies - + Editing Time Bewerk tijd - + Path Pad @@ -3057,58 +3052,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) - - One name per line. - Eén naam per regel. - - - + Default Standaard - + Spell check language Taal voor spellingscontrole - - + + Overrides main preferences. Overschrijft de hoofd voorkeuren. - + No backup on close Geen back-up bij sluiten @@ -3116,27 +3107,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 @@ -3144,67 +3135,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 @@ -3276,27 +3267,27 @@ GuiProjectSettings - + Project Settings Project Instellingen - + Settings Instellingen - + Status Status - + Importance Belangrijkheid - + Auto-Replace Auto-Vervang @@ -3359,12 +3350,12 @@ Active - Active + Actief Inactive - Inactive + Inactief @@ -3461,7 +3452,7 @@ Toggle Active - Toggle Active + Schakel Actief @@ -3497,12 +3488,12 @@ Merge Documents in Folder - Merge Documents in Folder + Documenten in Map Samenvoegen Split Document by Headers - Split Document by Headers + Document Splitsen op Koptekst @@ -3561,67 +3552,67 @@ Project - Project + Project Project Tree View - Project Tree View + Project Boomstructuur Weergave Novel - Novel + Roman Novel Tree View - Novel Tree View + Roman Boomstructuur Weergave Outline - Outline + Omlijning Novel Outline View - Novel Outline View + Roman Omlijning Weergave Build - Build + Bouwen Build Novel Project - Build Novel Project + Bouw Roman Project Details - Details + Details Project Details - Project Details + Project Details Stats - Stats + Stats Writing Statistics - Writing Statistics + Schrijf Statistieken Settings - Settings + Instellingen @@ -3885,7 +3876,7 @@ There is no project open. - There is no project open. + Er is geen project open. @@ -3910,7 +3901,7 @@ 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. + Kan geen back-up maken van het project omdat er geen projectnaam is ingesteld. Stel een projectnaam in in Projectinstellingen. @@ -3920,7 +3911,7 @@ Backup from {0} - Backup from {0} + Reservekopie van {0} @@ -3974,75 +3965,78 @@ Hoofd - - and - en - - - + Found {0} orphaned file(s) in project folder. {0} weesbestand(en) gevonden in de projectmap. - + Recovered Hersteld - + [{0}] {1} [{0}] {1} - + Recovered File {0} Hersteld bestand {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. + + NovelSelector + + + All Novel Folders + Alle Roman Mappen + + 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 @@ -4050,82 +4044,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 @@ -4133,33 +4127,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. @@ -4167,47 +4161,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 - - Optional. One name per line. - Optioneel. Eén naam per regel. - - - + Project Name Projectnaam - + Novel Title Roman titel - + Author(s) Auteur(s) @@ -4215,27 +4205,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 @@ -4245,73 +4235,73 @@ New Project - New Project + Nieuw Project New Chapter - New Chapter + Nieuw Hoofdstuk New Scene - New Scene + Nieuwe Scène Title Page - Title Page + Titel Pagina By - By + Door Summary of the chapter. - Summary of the chapter. + Samenvatting van het hoofdstuk. Summary of the scene. - Summary of the scene. + Samenvatting van de scène. Chapter {0} - Chapter {0} + Hoofdstuk {0} Scene {0} - Scene {0} + Scène {0} Main Plot - Main Plot + Hoofd Plot Protagonist - Protagonist + Protagonist Main Location - Main Location + Hoofd Locatie Failed to create a new example project. - 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. - 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. diff --git a/i18n/nw_pt_BR.ts b/i18n/nw_pt_BR.ts index 3ce8de06..bb39d4da 100644 --- a/i18n/nw_pt_BR.ts +++ b/i18n/nw_pt_BR.ts @@ -180,7 +180,7 @@ Novel Section - + Seção do Livro @@ -610,7 +610,7 @@ Root Filter Options - + Opções de Filtro Raiz @@ -630,7 +630,7 @@ Include inactive files - + Incluir arquivos inativos @@ -844,7 +844,7 @@ Edit document label - + Editar etiqueta do documento @@ -1054,12 +1054,12 @@ 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 @@ -1102,17 +1102,17 @@ 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 @@ -1214,12 +1214,12 @@ Item Label - + Rótulo do item Label - Rótulo + Rótulo @@ -1265,27 +1265,27 @@ Insert Placeholder Text - + Inserir Espaço Reservado para Texto Insert Lorem Ipsum Text - + Inserir Texto Fictício (Lorem Ipsum) Number of paragraphs - + Número de parágrafos Randomise order - + Ordem aleatória Insert - + Inserir @@ -1419,7 +1419,7 @@ Some changes will not be applied until novelWriter has been restarted. - Algumas alterações não serão aplicadas enquanto a aplicação não for reiniciada. + Algumas alterações não serão aplicadas enquanto o novelWriter não for reiniciado. @@ -1459,7 +1459,7 @@ 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}. + 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}. @@ -1502,7 +1502,7 @@ Rename Item - + Renomear Item @@ -1797,12 +1797,12 @@ Special Comments - + Comentários Especiais Synopsis Comment - + Comentário de Sinopse @@ -1827,7 +1827,7 @@ Placeholder Text - + Texto de Espaço Reservado @@ -2063,38 +2063,38 @@ 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) @@ -2102,121 +2102,121 @@ GuiNovelToolBar - - Novel Outline - Esboço do Livro + + Outline of {0} + Esboço de {0} - - Refresh - - - - + Novel Root - Livro + Raiz do Livro - + + Refresh + Atualizar + + + Last Column - - - - - Hidden - + Última Coluna - Point of View Character - + Hidden + Oculto - Focus Character - + Point of View Character + Ponto de Vista do Personagem - Novel Plot - + Focus Character + Personagem em Foco - + + Novel Plot + Enredo do Livro + + + More Options - + Mais Opções GuiNovelTree - + No meta data - + Sem metadados 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 @@ -2224,7 +2224,7 @@ GuiOutlineHeaderMenu - + Select Columns Selecionar Colunas @@ -2232,19 +2232,14 @@ GuiOutlineToolBar - + Outline of - + Esboço de - + Refresh - - - - - All Novel Folders - + Atualizar @@ -2623,7 +2618,7 @@ Requires restart to take effect. - + É necessário reiniciar para ter efeito. @@ -2633,17 +2628,17 @@ 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. + Tema de cores do editor e do visualizador. @@ -2917,23 +2912,23 @@ Highlight multiple or trailing spaces - + Destacar espaços múltiplos ou no final GuiProjectDetails - + Project Details Detalhes do Projeto - + Overview Visão Geral - + Contents Conteúdo @@ -2941,72 +2936,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 @@ -3014,42 +3009,42 @@ GuiProjectDetailsMain - + Working Title: {0} Nome do projeto - + By {0} Por {0} - + Words Palavras - + Chapters Capítulos - + Scenes Cenas - + Revisions Revisões - + Editing Time Tempo de Edição - + Path Caminho @@ -3057,58 +3052,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) - - One name per line. - Um nome por linha. - - - + 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 @@ -3116,27 +3107,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 @@ -3144,67 +3135,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 @@ -3276,27 +3267,27 @@ GuiProjectSettings - + Project Settings Configurações do Projeto - + Settings Configurações - + Status Estado - + Importance Importância - + Auto-Replace Substituição Automática @@ -3306,52 +3297,52 @@ 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 + Esvaziar a Lixeira More Options - + Mais Opções @@ -3359,12 +3350,12 @@ Active - + Ativo Inactive - + Inativo @@ -3379,22 +3370,22 @@ New Note - + Nova Nota New Chapter - Novo Capítulo + Novo Capítulo New Scene - Nova Cena + Nova Cena New Document - Novo Documento + Novo Documento @@ -3426,129 +3417,129 @@ 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}? Open Document - Abrir Documento + Abrir Documento View Document - Ver Documento + Ver Documento Change Label - + Alterar Etiqueta 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 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. @@ -3561,67 +3552,67 @@ Project - Projeto + Projeto Project Tree View - + Exibição em Árvore do Projeto Novel - Livro + Livro Novel Tree View - + Visualização em Árvore do Livro Outline - Estrutura + Esboço Novel Outline View - + Visão do Esboço do Livro Build - + Construir Build Novel Project - Construir o Projeto do Livro + Construir o Projeto do Livro Details - + Detalhes Project Details - Detalhes do Projeto + Detalhes do Projeto Stats - + Estatísticas Writing Statistics - Estatísticas de Escrita + Estatísticas de Escrita Settings - Configurações + Configurações @@ -3835,7 +3826,7 @@ Could not delete document file. - Não foi possível remover o arquivo do documento. + Não foi possível Excluir o arquivo do documento. @@ -3885,7 +3876,7 @@ There is no project open. - + Não há um projeto aberto. @@ -3910,7 +3901,7 @@ 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. @@ -3974,158 +3965,161 @@ Principal - - and - e - - - + 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} - + Recovered File {0} Arquivo Recuperado {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. + + NovelSelector + + + All Novel Folders + Todos os Diretórios do Livro + + 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 plot notes - + Add a folder for location notes + Adicionar um diretório para notas de local - Add a folder for character notes - + Add example notes to the above + Adicionar notas de exemplo aos itens acima - Add a folder for location notes - + Add chapters to the novel folder + Adicionar capítulos ao diretório do livro - Add example notes to the above - - - - - Add chapters to the novel folder - - - - Add scenes to each chapter - + Adicione cenas a cada capítulo 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 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 - - 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 plot notes - + Add a folder for character notes + Adicionar um diretório para notas de personagens - Add a folder for character notes - + Add a folder for location notes + Adicionar um diretório para notas de local - Add a folder for location notes - + Add example notes to the above + Adicionar notas de exemplo aos itens acima - Add example notes to the above - - - - 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: - You have selected the following: - - - - Press '{0}' to create the new project. Pressione '{0}' para criar um novo projeto. - + Done Pronto - + Finish Terminar @@ -4133,81 +4127,77 @@ 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. 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 - - Optional. One name per line. - Opcional. Um nome por linha. - - - + Project Name - + Nome do Projeto - + Novel Title Nome do Livro - + Author(s) Autor(es) @@ -4215,27 +4205,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 @@ -4245,73 +4235,73 @@ New Project - Novo Projeto + Novo Projeto New Chapter - Novo Capítulo + Novo Capítulo New Scene - Nova Cena + Nova Cena Title Page - Página de Título + Página de Título By - Por + Por Summary of the chapter. - + Resumo do capítulo. Summary of the scene. - + Resumo da cena. Chapter {0} - Capítulo {0} + Capítulo {0} Scene {0} - Cena {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. + 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. + 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. diff --git a/i18n/nw_zh_CN.ts b/i18n/nw_zh_CN.ts index 2334edcb..cecdba78 100644 --- a/i18n/nw_zh_CN.ts +++ b/i18n/nw_zh_CN.ts @@ -2063,38 +2063,38 @@ GuiMainStatus - - + + None - + Editor 编辑器 - + Project 项目 - + Session Time 会话时间 - + Words: {0} ({1}) 单词: {0} ({1}) - + Project word count (session change) 项目单词个数 (session chang) - + Novel word count (session change) 单词计数 (会话更改) @@ -2102,47 +2102,47 @@ GuiNovelToolBar - - Novel Outline - 小说提纲 + + Outline of {0} + Outline of {0} - - Refresh - 刷新 - - - + Novel Root 小说根 - + + Refresh + 刷新 + + + Last Column 最后一列 - + Hidden 隐藏 - + Point of View Character 视角人物 - + Focus Character 聚焦章节 - + Novel Plot 小说情节 - + More Options 更多选项 @@ -2150,7 +2150,7 @@ GuiNovelTree - + No meta data 没有元数据 @@ -2158,65 +2158,65 @@ GuiOutlineDetails - - - - + + + + Title 标题 - + Chapter 章节 - + Scene 场景 - + Section 小结 - + Document 文档 - + Status 状态 - + Characters 人物 - + Words 单词 - + Paragraphs 段落 - + Synopsis 概要 - + Title Details 标题详情 - + Reference Tags 引用标签 @@ -2224,7 +2224,7 @@ GuiOutlineHeaderMenu - + Select Columns 选定列 @@ -2232,20 +2232,15 @@ GuiOutlineToolBar - + Outline of 提纲 - + Refresh 刷新 - - - All Novel Folders - 所有小说文件夹 - GuiPreferences @@ -2923,17 +2918,17 @@ GuiProjectDetails - + Project Details 项目详情 - + Overview 概述 - + Contents 内容 @@ -2941,72 +2936,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 未命名 @@ -3014,42 +3009,42 @@ GuiProjectDetailsMain - + Working Title: {0} 工作标题:{0} - + By {0} By {0} - + Words 单词 - + Chapters 章节 - + Scenes 场景 - + Revisions 修订 - + Editing Time 编辑时间 - + Path 路径 @@ -3057,58 +3052,54 @@ GuiProjectEditMain - + Project Settings 项目设置 - + Project name 项目名称 - + Should be set only once. 只应设置一次。 - + Novel title 小说标题 - + + Change whenever you want! 随时修改! - + Author(s) 作者 - - One name per line. - 每行一个名字。 - - - + Default 默认 - + Spell check language 拼写检查语言 - - + + Overrides main preferences. 覆盖主要首选项。 - + No backup on close 关闭时没有备份 @@ -3116,27 +3107,27 @@ GuiProjectEditReplace - + Text Replace List for Preview and Export 预览和导出的文本替换列表 - + Keyword 关键字 - + Replace With 替换为 - + Select item to edit 选择要修改的条目 - + Save 保存 @@ -3144,67 +3135,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} 项目使用 @@ -3276,27 +3267,27 @@ GuiProjectSettings - + Project Settings 项目设置 - + Settings 设置 - + Status 状态 - + Importance 重要性 - + Auto-Replace 自动替换 @@ -3974,75 +3965,78 @@ 主要的 - - and - - - - + Found {0} orphaned file(s) in project folder. 在项目文件夹中找到 {0} 个孤立文件。 - + Recovered 已复原 - + [{0}] {1} [{0}] {1} - + Recovered File {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 根文件夹。 + + NovelSelector + + + All Novel Folders + All Novel Folders + + 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 将场景添加到每个章节 @@ -4050,82 +4044,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 完成 @@ -4133,33 +4127,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. 错误:所选路径已存在。 @@ -4167,47 +4161,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 可选 - - Optional. One name per line. - 可选,每行一个名字。 - - - + Project Name 项目名称 - + Novel Title 小说标题 - + Author(s) 作者 @@ -4215,27 +4205,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 显示填充项目的详细选项 diff --git a/novelwriter/core/coretools.py b/novelwriter/core/coretools.py index b87bb7b8..8434626d 100644 --- a/novelwriter/core/coretools.py +++ b/novelwriter/core/coretools.py @@ -4,8 +4,8 @@ novelWriter – Project Document Tools A collection of tools to create and manipulate documents File History: -Created: 2022-10-02 [2.0b1] DocMerger -Created: 2022-10-11 [2.0b1] DocSplitter +Created: 2022-10-02 [2.0rc1] DocMerger +Created: 2022-10-11 [2.0rc1] DocSplitter This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/core/index.py b/novelwriter/core/index.py index 39c70c81..7d292af4 100644 --- a/novelwriter/core/index.py +++ b/novelwriter/core/index.py @@ -6,8 +6,10 @@ Data class for the project index of tags, headers and references File History: Created: 2019-04-22 [0.0.1] countWords Created: 2019-05-27 [0.1.4] NWIndex -Created: 2022-05-28 [1.7rc1] IndexItem, IndexHeading -Created: 2022-05-29 [1.7rc1] TagsIndex, ItemIndex +Created: 2022-05-28 [2.0rc1] IndexItem +Created: 2022-05-28 [2.0rc1] IndexHeading +Created: 2022-05-29 [2.0rc1] TagsIndex +Created: 2022-05-29 [2.0rc1] ItemIndex This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/core/projectdata.py b/novelwriter/core/projectdata.py index 9fb1c9e9..599855e4 100644 --- a/novelwriter/core/projectdata.py +++ b/novelwriter/core/projectdata.py @@ -4,7 +4,7 @@ novelWriter – Project Data Class Data class for novelWriter projects File History: -Created: 2022-10-30 [2.0rc1] +Created: 2022-10-30 [2.0rc2] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/core/projectxml.py b/novelwriter/core/projectxml.py index 5f8912b1..a264570f 100644 --- a/novelwriter/core/projectxml.py +++ b/novelwriter/core/projectxml.py @@ -4,8 +4,9 @@ novelWriter – Project XML Read/Write Classes for reading and writing the project XML file File History: -Created: 2022-09-28 [2.0rc1] ProjectXMLReader -Created: 2022-09-28 [2.0rc1] XMLReadState +Created: 2022-09-28 [2.0rc2] XMLReadState +Created: 2022-09-28 [2.0rc2] ProjectXMLReader +Created: 2022-10-31 [2.0rc2] ProjectXMLWriter This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/core/status.py b/novelwriter/core/status.py index fea6397d..2dbd5568 100644 --- a/novelwriter/core/status.py +++ b/novelwriter/core/status.py @@ -5,7 +5,7 @@ Data class for the status/importance settings of a project item File History: Created: 2019-05-19 [0.1.3] -Rewritten: 2022-04-05 [1.7a0] +Rewritten: 2022-04-05 [2.0b1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/core/storage.py b/novelwriter/core/storage.py index 9b28f31a..c9580522 100644 --- a/novelwriter/core/storage.py +++ b/novelwriter/core/storage.py @@ -4,7 +4,7 @@ novelWriter – Project Storage Class The main class handling the project storage File History: -Created: 2022-11-01 [2.0rc1] NWStorage +Created: 2022-11-01 [2.0rc2] NWStorage This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/core/tomd.py b/novelwriter/core/tomd.py index 89ae9e4f..14698cd1 100644 --- a/novelwriter/core/tomd.py +++ b/novelwriter/core/tomd.py @@ -4,7 +4,7 @@ novelWriter – Markdown Text Converter Extends the Tokenizer class to generate Makrdown output File History: -Created: 2021-02-06 [1.2a0] +Created: 2021-02-06 [1.2b1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/core/toodt.py b/novelwriter/core/toodt.py index e05121df..19497ade 100644 --- a/novelwriter/core/toodt.py +++ b/novelwriter/core/toodt.py @@ -4,7 +4,7 @@ novelWriter – ODT Text Converter Extends the Tokenizer class to generate ODT and FODT files File History: -Created: 2021-01-26 [1.2a0] +Created: 2021-01-26 [1.2b1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/dialogs/docmerge.py b/novelwriter/dialogs/docmerge.py index b6fd8381..ed2b2dde 100644 --- a/novelwriter/dialogs/docmerge.py +++ b/novelwriter/dialogs/docmerge.py @@ -5,7 +5,7 @@ Custom dialog class for merging documents. File History: Created: 2020-01-23 [0.4.3] -Rewritten: 2022-10-06 [2.0b1] +Rewritten: 2022-10-06 [2.0rc1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/dialogs/docsplit.py b/novelwriter/dialogs/docsplit.py index 314ef8d8..e7fabeee 100644 --- a/novelwriter/dialogs/docsplit.py +++ b/novelwriter/dialogs/docsplit.py @@ -5,7 +5,7 @@ Custom dialog class for splitting documents. File History: Created: 2020-02-01 [0.4.3] -Rewritten: 2022-10-12 [2.0b1] +Rewritten: 2022-10-12 [2.0rc1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/dialogs/editlabel.py b/novelwriter/dialogs/editlabel.py index a1982ede..bc780898 100644 --- a/novelwriter/dialogs/editlabel.py +++ b/novelwriter/dialogs/editlabel.py @@ -4,7 +4,7 @@ novelWriter – Edit Label Dialog A simple dialog for editing a label File History: -Created: 2022-06-11 [1.7b1] +Created: 2022-06-11 [2.0rc1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/dialogs/projdetails.py b/novelwriter/dialogs/projdetails.py index 8c0097e2..df8d9ae8 100644 --- a/novelwriter/dialogs/projdetails.py +++ b/novelwriter/dialogs/projdetails.py @@ -4,7 +4,7 @@ novelWriter – GUI Project Details Class holding the project details dialog File History: -Created: 2021-01-03 [1.1a0] +Created: 2021-01-03 [1.1rc1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/dialogs/updates.py b/novelwriter/dialogs/updates.py index 1e79dc26..020e2338 100644 --- a/novelwriter/dialogs/updates.py +++ b/novelwriter/dialogs/updates.py @@ -4,7 +4,7 @@ novelWriter – GUI Updates A dialog box for checking for latest updates File History: -Created: 2021-08-21 [1.5a0] +Created: 2021-08-21 [1.5b1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/dialogs/wordlist.py b/novelwriter/dialogs/wordlist.py index 9281df0a..a8994887 100644 --- a/novelwriter/dialogs/wordlist.py +++ b/novelwriter/dialogs/wordlist.py @@ -4,7 +4,7 @@ novelWriter – GUI User Wordlist Class holding the user's wordlist dialog File History: -Created: 2021-02-12 [1.2b1] +Created: 2021-02-12 [1.2rc1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/gui/components.py b/novelwriter/gui/components.py index 9b1cf2d4..ed8c91fb 100644 --- a/novelwriter/gui/components.py +++ b/novelwriter/gui/components.py @@ -4,8 +4,8 @@ novelWriter – GUI Components Module A module of various small GUI components File History: -Created: 2020-05-17 [0.5.1] StatusLED -Created: 2022-11-17 [2.0rc2] NovelSelector +Created: 2020-05-17 [0.5.1] StatusLED +Created: 2022-11-17 [2.0] NovelSelector This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/gui/doceditor.py b/novelwriter/gui/doceditor.py index af150b85..e5d87502 100644 --- a/novelwriter/gui/doceditor.py +++ b/novelwriter/gui/doceditor.py @@ -4,13 +4,13 @@ novelWriter – GUI Document Editor GUI classes for the main document editor File History: -Created: 2018-09-29 [0.0.1] GuiDocEditor -Created: 2019-04-22 [0.0.1] BackgroundWordCounter -Created: 2019-09-29 [0.2.1] GuiDocEditSearch -Created: 2020-04-25 [0.4.5] GuiDocEditHeader -Rewritten: 2020-06-15 [0.9] GuiDocEditSearch -Created: 2020-06-27 [0.10] GuiDocEditFooter -Rewritten: 2020-10-07 [1.0b3] BackgroundWordCounter +Created: 2018-09-29 [0.0.1] GuiDocEditor +Created: 2019-04-22 [0.0.1] BackgroundWordCounter +Created: 2019-09-29 [0.2.1] GuiDocEditSearch +Created: 2020-04-25 [0.4.5] GuiDocEditHeader +Rewritten: 2020-06-15 [0.9] GuiDocEditSearch +Created: 2020-06-27 [0.10] GuiDocEditFooter +Rewritten: 2020-10-07 [1.0b3] BackgroundWordCounter This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/gui/noveltree.py b/novelwriter/gui/noveltree.py index 25cdc5f9..eae204c1 100644 --- a/novelwriter/gui/noveltree.py +++ b/novelwriter/gui/noveltree.py @@ -4,9 +4,9 @@ novelWriter – GUI Novel Tree GUI classe for the main window novel tree File History: -Created: 2020-12-20 [1.1a0] GuiNovelTree -Created: 2022-06-12 [1.7b1] GuiNovelView -Created: 2022-06-12 [1.7b1] GuiNovelToolBar +Created: 2020-12-20 [1.1rc1] GuiNovelTree +Created: 2022-06-12 [2.0rc1] GuiNovelView +Created: 2022-06-12 [2.0rc1] GuiNovelToolBar This file is a part of novelWriter Copyright 2018–2020, Veronica Berglyd Olsen diff --git a/novelwriter/gui/outline.py b/novelwriter/gui/outline.py index 16e8c0fe..b04f44c9 100644 --- a/novelwriter/gui/outline.py +++ b/novelwriter/gui/outline.py @@ -4,11 +4,11 @@ novelWriter – GUI Project Outline GUI class for the project outline view File History: -Created: 2022-05-15 [1.7b1] GuiOutlineView -Created: 2022-05-22 [1.7b1] GuiOutlineToolBar -Created: 2019-11-16 [0.4.1] GuiOutlineTree -Created: 2019-11-16 [0.4.1] GuiOutlineHeaderMenu -Created: 2020-06-02 [0.7.0] GuiOutlineDetails +Created: 2022-05-15 [2.0rc1] GuiOutlineView +Created: 2022-05-22 [2.0rc1] GuiOutlineToolBar +Created: 2019-11-16 [0.4.1] GuiOutlineTree +Created: 2019-11-16 [0.4.1] GuiOutlineHeaderMenu +Created: 2020-06-02 [0.7] GuiOutlineDetails This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/gui/projtree.py b/novelwriter/gui/projtree.py index 3b6a38f0..b5ddc926 100644 --- a/novelwriter/gui/projtree.py +++ b/novelwriter/gui/projtree.py @@ -4,9 +4,9 @@ novelWriter – GUI Project Tree GUI classes for the main window project tree File History: -Created: 2018-09-29 [0.0.1] GuiProjectTree -Created: 2022-06-06 [1.7b1] GuiProjectView -Created: 2022-06-06 [1.7b1] GuiProjectToolBar +Created: 2018-09-29 [0.0.1] GuiProjectTree +Created: 2022-06-06 [2.0rc1] GuiProjectView +Created: 2022-06-06 [2.0rc1] GuiProjectToolBar This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/gui/sidebar.py b/novelwriter/gui/sidebar.py index 59d827b7..37a37538 100644 --- a/novelwriter/gui/sidebar.py +++ b/novelwriter/gui/sidebar.py @@ -4,7 +4,7 @@ novelWriter – GUI Main Window SideBar GUI class for the main window side bar File History: -Created: 2022-05-10 [1.7b1] +Created: 2022-05-10 [2.0rc1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/tools/lipsum.py b/novelwriter/tools/lipsum.py index def306c5..f084dfa2 100644 --- a/novelwriter/tools/lipsum.py +++ b/novelwriter/tools/lipsum.py @@ -4,7 +4,7 @@ novelWriter – Lorem Ipsum Tool Simple tool for inserting placeholder text in a document File History: -Created: 2022-04-02 [1.7a0] +Created: 2022-04-02 [2.0rc1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen