Move qutae symbol dialog source file to the dialogs folder

This commit is contained in:
Veronica K. B. Olsen
2021-04-23 21:49:20 +02:00
parent 03a80beebe
commit b698ccbc1d
10 changed files with 690 additions and 654 deletions
+135 -135
View File
@@ -2762,47 +2762,47 @@
<context> <context>
<name>GuiPreferences</name> <name>GuiPreferences</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="57"/> <location filename="../nw/dialogs/preferences.py" line="58"/>
<source>Preferences</source> <source>Preferences</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="67"/> <location filename="../nw/dialogs/preferences.py" line="68"/>
<source>General</source> <source>General</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="68"/> <location filename="../nw/dialogs/preferences.py" line="69"/>
<source>Projects</source> <source>Projects</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="69"/> <location filename="../nw/dialogs/preferences.py" line="70"/>
<source>Documents</source> <source>Documents</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="70"/> <location filename="../nw/dialogs/preferences.py" line="71"/>
<source>Editor</source> <source>Editor</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="71"/> <location filename="../nw/dialogs/preferences.py" line="72"/>
<source>Highlighting</source> <source>Highlighting</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="72"/> <location filename="../nw/dialogs/preferences.py" line="73"/>
<source>Automation</source> <source>Automation</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="106"/> <location filename="../nw/dialogs/preferences.py" line="107"/>
<source>Some changes will not be applied until novelWriter has been restarted.</source> <source>Some changes will not be applied until novelWriter has been restarted.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="73"/> <location filename="../nw/dialogs/preferences.py" line="74"/>
<source>Quotes</source> <source>Quotes</source>
<translation></translation> <translation></translation>
</message> </message>
@@ -2810,107 +2810,107 @@
<context> <context>
<name>GuiPreferencesAutomation</name> <name>GuiPreferencesAutomation</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="976"/> <location filename="../nw/dialogs/preferences.py" line="977"/>
<source>Automatic Features</source> <source>Automatic Features</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="981"/> <location filename="../nw/dialogs/preferences.py" line="982"/>
<source>Auto-select word under cursor</source> <source>Auto-select word under cursor</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="981"/> <location filename="../nw/dialogs/preferences.py" line="982"/>
<source>Apply formatting to word under cursor if no selection is made.</source> <source>Apply formatting to word under cursor if no selection is made.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="991"/> <location filename="../nw/dialogs/preferences.py" line="992"/>
<source>Auto-replace text as you type</source> <source>Auto-replace text as you type</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="991"/> <location filename="../nw/dialogs/preferences.py" line="992"/>
<source>Allow the editor to replace symbols as you type.</source> <source>Allow the editor to replace symbols as you type.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="999"/> <location filename="../nw/dialogs/preferences.py" line="1000"/>
<source>Replace as You Type</source> <source>Replace as You Type</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1005"/> <location filename="../nw/dialogs/preferences.py" line="1006"/>
<source>Auto-replace single quotes</source> <source>Auto-replace single quotes</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1005"/> <location filename="../nw/dialogs/preferences.py" line="1006"/>
<source>Try to guess which is an opening or a closing single quote.</source> <source>Try to guess which is an opening or a closing single quote.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1015"/> <location filename="../nw/dialogs/preferences.py" line="1016"/>
<source>Auto-replace double quotes</source> <source>Auto-replace double quotes</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1015"/> <location filename="../nw/dialogs/preferences.py" line="1016"/>
<source>Try to guess which is an opening or a closing double quote.</source> <source>Try to guess which is an opening or a closing double quote.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1025"/> <location filename="../nw/dialogs/preferences.py" line="1026"/>
<source>Auto-replace dashes</source> <source>Auto-replace dashes</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1025"/> <location filename="../nw/dialogs/preferences.py" line="1026"/>
<source>Double and triple hyphens become short and long dashes.</source> <source>Double and triple hyphens become short and long dashes.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1035"/> <location filename="../nw/dialogs/preferences.py" line="1036"/>
<source>Auto-replace dots</source> <source>Auto-replace dots</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1035"/> <location filename="../nw/dialogs/preferences.py" line="1036"/>
<source>Three consecutive dots become ellipsis.</source> <source>Three consecutive dots become ellipsis.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1043"/> <location filename="../nw/dialogs/preferences.py" line="1044"/>
<source>Automatic Padding</source> <source>Automatic Padding</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1049"/> <location filename="../nw/dialogs/preferences.py" line="1050"/>
<source>Insert non-breaking space before</source> <source>Insert non-breaking space before</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1059"/> <location filename="../nw/dialogs/preferences.py" line="1060"/>
<source>Insert non-breaking space after</source> <source>Insert non-breaking space after</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1069"/> <location filename="../nw/dialogs/preferences.py" line="1070"/>
<source>Use thin space instead</source> <source>Use thin space instead</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1049"/> <location filename="../nw/dialogs/preferences.py" line="1050"/>
<source>Automatically add space before any of these symbols.</source> <source>Automatically add space before any of these symbols.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1059"/> <location filename="../nw/dialogs/preferences.py" line="1060"/>
<source>Automatically add space after any of these symbols.</source> <source>Automatically add space after any of these symbols.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1069"/> <location filename="../nw/dialogs/preferences.py" line="1070"/>
<source>Inserts a thin space instead of a regular space.</source> <source>Inserts a thin space instead of a regular space.</source>
<translation></translation> <translation></translation>
</message> </message>
@@ -2918,107 +2918,107 @@
<context> <context>
<name>GuiPreferencesDocuments</name> <name>GuiPreferencesDocuments</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="498"/> <location filename="../nw/dialogs/preferences.py" line="499"/>
<source>Text Style</source> <source>Text Style</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="508"/> <location filename="../nw/dialogs/preferences.py" line="509"/>
<source>Font family</source> <source>Font family</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="508"/> <location filename="../nw/dialogs/preferences.py" line="509"/>
<source>Font for the document editor and viewer.</source> <source>Font for the document editor and viewer.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="521"/> <location filename="../nw/dialogs/preferences.py" line="522"/>
<source>Font size</source> <source>Font size</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="521"/> <location filename="../nw/dialogs/preferences.py" line="522"/>
<source>Font size for the document editor and viewer.</source> <source>Font size for the document editor and viewer.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="521"/> <location filename="../nw/dialogs/preferences.py" line="522"/>
<source>pt</source> <source>pt</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="530"/> <location filename="../nw/dialogs/preferences.py" line="531"/>
<source>Text Flow</source> <source>Text Flow</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="538"/> <location filename="../nw/dialogs/preferences.py" line="539"/>
<source>Maximum text width in &quot;Normal Mode&quot;</source> <source>Maximum text width in &quot;Normal Mode&quot;</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="551"/> <location filename="../nw/dialogs/preferences.py" line="552"/>
<source>Horizontal margins are scaled automatically.</source> <source>Horizontal margins are scaled automatically.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="604"/> <location filename="../nw/dialogs/preferences.py" line="605"/>
<source>px</source> <source>px</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="551"/> <location filename="../nw/dialogs/preferences.py" line="552"/>
<source>Maximum text width in &quot;Focus Mode&quot;</source> <source>Maximum text width in &quot;Focus Mode&quot;</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="561"/> <location filename="../nw/dialogs/preferences.py" line="562"/>
<source>Disable maximum text width in &quot;Normal Mode&quot;</source> <source>Disable maximum text width in &quot;Normal Mode&quot;</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="561"/> <location filename="../nw/dialogs/preferences.py" line="562"/>
<source>Text width is defined by the margins only.</source> <source>Text width is defined by the margins only.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="570"/> <location filename="../nw/dialogs/preferences.py" line="571"/>
<source>Hide document footer in &quot;Focus Mode&quot;</source> <source>Hide document footer in &quot;Focus Mode&quot;</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="570"/> <location filename="../nw/dialogs/preferences.py" line="571"/>
<source>Hide the information bar at the bottom of the document.</source> <source>Hide the information bar at the bottom of the document.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="579"/> <location filename="../nw/dialogs/preferences.py" line="580"/>
<source>Justify the text margins in editor and viewer</source> <source>Justify the text margins in editor and viewer</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="579"/> <location filename="../nw/dialogs/preferences.py" line="580"/>
<source>Lay out text with straight edges in the editor and viewer.</source> <source>Lay out text with straight edges in the editor and viewer.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="591"/> <location filename="../nw/dialogs/preferences.py" line="592"/>
<source>Text margin</source> <source>Text margin</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="591"/> <location filename="../nw/dialogs/preferences.py" line="592"/>
<source>If maximum width is set, this becomes the minimum margin.</source> <source>If maximum width is set, this becomes the minimum margin.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="604"/> <location filename="../nw/dialogs/preferences.py" line="605"/>
<source>Tab width</source> <source>Tab width</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="604"/> <location filename="../nw/dialogs/preferences.py" line="605"/>
<source>The width of a tab key press in the editor and viewer.</source> <source>The width of a tab key press in the editor and viewer.</source>
<translation></translation> <translation></translation>
</message> </message>
@@ -3026,127 +3026,127 @@
<context> <context>
<name>GuiPreferencesEditor</name> <name>GuiPreferencesEditor</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="670"/> <location filename="../nw/dialogs/preferences.py" line="671"/>
<source>Spell Checking</source> <source>Spell Checking</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="678"/> <location filename="../nw/dialogs/preferences.py" line="679"/>
<source>Internal</source> <source>Internal</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="691"/> <location filename="../nw/dialogs/preferences.py" line="692"/>
<source>Spell check provider</source> <source>Spell check provider</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="691"/> <location filename="../nw/dialogs/preferences.py" line="692"/>
<source>Note that the internal spell check tool is quite slow.</source> <source>Note that the internal spell check tool is quite slow.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="696"/> <location filename="../nw/dialogs/preferences.py" line="697"/>
<source>Spell check language</source> <source>Spell check language</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="696"/> <location filename="../nw/dialogs/preferences.py" line="697"/>
<source>Available languages are determined by your system.</source> <source>Available languages are determined by your system.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="708"/> <location filename="../nw/dialogs/preferences.py" line="709"/>
<source>Big document limit</source> <source>Big document limit</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="708"/> <location filename="../nw/dialogs/preferences.py" line="709"/>
<source>Full spell checking is disabled above this limit.</source> <source>Full spell checking is disabled above this limit.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="708"/> <location filename="../nw/dialogs/preferences.py" line="709"/>
<source>kB</source> <source>kB</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="717"/> <location filename="../nw/dialogs/preferences.py" line="718"/>
<source>Word Count</source> <source>Word Count</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="726"/> <location filename="../nw/dialogs/preferences.py" line="727"/>
<source>Word count interval</source> <source>Word count interval</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="726"/> <location filename="../nw/dialogs/preferences.py" line="727"/>
<source>How often the word count is updated.</source> <source>How often the word count is updated.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="726"/> <location filename="../nw/dialogs/preferences.py" line="727"/>
<source>seconds</source> <source>seconds</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="735"/> <location filename="../nw/dialogs/preferences.py" line="736"/>
<source>Writing Guides</source> <source>Writing Guides</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="740"/> <location filename="../nw/dialogs/preferences.py" line="741"/>
<source>Show tabs and spaces</source> <source>Show tabs and spaces</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="740"/> <location filename="../nw/dialogs/preferences.py" line="741"/>
<source>Add symbols to indicate tabs and spaces in the editor.</source> <source>Add symbols to indicate tabs and spaces in the editor.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="749"/> <location filename="../nw/dialogs/preferences.py" line="750"/>
<source>Show line endings</source> <source>Show line endings</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="749"/> <location filename="../nw/dialogs/preferences.py" line="750"/>
<source>Add a symbol to indicate line endings in the editor.</source> <source>Add a symbol to indicate line endings in the editor.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="757"/> <location filename="../nw/dialogs/preferences.py" line="758"/>
<source>Scroll Behaviour</source> <source>Scroll Behaviour</source>
<translation>Scroll Behavior</translation> <translation>Scroll Behavior</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="762"/> <location filename="../nw/dialogs/preferences.py" line="763"/>
<source>Scroll past end of the document</source> <source>Scroll past end of the document</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="762"/> <location filename="../nw/dialogs/preferences.py" line="763"/>
<source>Also improves trypewriter scrolling for short documents.</source> <source>Also improves trypewriter scrolling for short documents.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="771"/> <location filename="../nw/dialogs/preferences.py" line="772"/>
<source>Typewriter style scrolling when you type</source> <source>Typewriter style scrolling when you type</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="771"/> <location filename="../nw/dialogs/preferences.py" line="772"/>
<source>Try to keep the cursor at a fixed vertical position.</source> <source>Try to keep the cursor at a fixed vertical position.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="783"/> <location filename="../nw/dialogs/preferences.py" line="784"/>
<source>Minimum position for Typewriter scrolling</source> <source>Minimum position for Typewriter scrolling</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="783"/> <location filename="../nw/dialogs/preferences.py" line="784"/>
<source>Percentage of the editor height from the top.</source> <source>Percentage of the editor height from the top.</source>
<translation></translation> <translation></translation>
</message> </message>
@@ -3154,82 +3154,82 @@
<context> <context>
<name>GuiPreferencesGeneral</name> <name>GuiPreferencesGeneral</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="153"/> <location filename="../nw/dialogs/preferences.py" line="154"/>
<source>Look and Feel</source> <source>Look and Feel</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="166"/> <location filename="../nw/dialogs/preferences.py" line="167"/>
<source>Main GUI language</source> <source>Main GUI language</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="234"/> <location filename="../nw/dialogs/preferences.py" line="235"/>
<source>Changing this requires restarting novelWriter.</source> <source>Changing this requires restarting novelWriter.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="182"/> <location filename="../nw/dialogs/preferences.py" line="183"/>
<source>Main GUI theme</source> <source>Main GUI theme</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="198"/> <location filename="../nw/dialogs/preferences.py" line="199"/>
<source>Main icon theme</source> <source>Main icon theme</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="207"/> <location filename="../nw/dialogs/preferences.py" line="208"/>
<source>Prefer icons for dark backgrounds</source> <source>Prefer icons for dark backgrounds</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="207"/> <location filename="../nw/dialogs/preferences.py" line="208"/>
<source>May improve the look of icons on dark themes.</source> <source>May improve the look of icons on dark themes.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="221"/> <location filename="../nw/dialogs/preferences.py" line="222"/>
<source>Font family</source> <source>Font family</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="234"/> <location filename="../nw/dialogs/preferences.py" line="235"/>
<source>Font size</source> <source>Font size</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="234"/> <location filename="../nw/dialogs/preferences.py" line="235"/>
<source>pt</source> <source>pt</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="243"/> <location filename="../nw/dialogs/preferences.py" line="244"/>
<source>GUI Settings</source> <source>GUI Settings</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="247"/> <location filename="../nw/dialogs/preferences.py" line="248"/>
<source>Show full path in document header</source> <source>Show full path in document header</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="247"/> <location filename="../nw/dialogs/preferences.py" line="248"/>
<source>Add the parent folder names to the header.</source> <source>Add the parent folder names to the header.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="255"/> <location filename="../nw/dialogs/preferences.py" line="256"/>
<source>Hide vertical scroll bars in main windows</source> <source>Hide vertical scroll bars in main windows</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="263"/> <location filename="../nw/dialogs/preferences.py" line="264"/>
<source>Scrolling available with mouse wheel and keys only.</source> <source>Scrolling available with mouse wheel and keys only.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="263"/> <location filename="../nw/dialogs/preferences.py" line="264"/>
<source>Hide horizontal scroll bars in main windows</source> <source>Hide horizontal scroll bars in main windows</source>
<translation></translation> <translation></translation>
</message> </message>
@@ -3237,107 +3237,107 @@
<context> <context>
<name>GuiPreferencesProjects</name> <name>GuiPreferencesProjects</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="338"/> <location filename="../nw/dialogs/preferences.py" line="339"/>
<source>Automatic Save</source> <source>Automatic Save</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="346"/> <location filename="../nw/dialogs/preferences.py" line="347"/>
<source>Save document interval</source> <source>Save document interval</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="346"/> <location filename="../nw/dialogs/preferences.py" line="347"/>
<source>How often the open document is automatically saved.</source> <source>How often the open document is automatically saved.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="359"/> <location filename="../nw/dialogs/preferences.py" line="360"/>
<source>seconds</source> <source>seconds</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="359"/> <location filename="../nw/dialogs/preferences.py" line="360"/>
<source>Save project interval</source> <source>Save project interval</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="359"/> <location filename="../nw/dialogs/preferences.py" line="360"/>
<source>How often the open project is automatically saved.</source> <source>How often the open project is automatically saved.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="368"/> <location filename="../nw/dialogs/preferences.py" line="369"/>
<source>Project Backup</source> <source>Project Backup</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="372"/> <location filename="../nw/dialogs/preferences.py" line="373"/>
<source>Browse</source> <source>Browse</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="374"/> <location filename="../nw/dialogs/preferences.py" line="375"/>
<source>Backup storage location</source> <source>Backup storage location</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="466"/> <location filename="../nw/dialogs/preferences.py" line="467"/>
<source>Path: {0}</source> <source>Path: {0}</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="384"/> <location filename="../nw/dialogs/preferences.py" line="385"/>
<source>Run backup when the project is closed</source> <source>Run backup when the project is closed</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="384"/> <location filename="../nw/dialogs/preferences.py" line="385"/>
<source>Can be overridden for individual projects in Project Settings.</source> <source>Can be overridden for individual projects in Project Settings.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="395"/> <location filename="../nw/dialogs/preferences.py" line="396"/>
<source>Ask before running backup</source> <source>Ask before running backup</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="395"/> <location filename="../nw/dialogs/preferences.py" line="396"/>
<source>If off, backups will run in the background.</source> <source>If off, backups will run in the background.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="403"/> <location filename="../nw/dialogs/preferences.py" line="404"/>
<source>Session Timer</source> <source>Session Timer</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="408"/> <location filename="../nw/dialogs/preferences.py" line="409"/>
<source>Pause the session timer when not writing</source> <source>Pause the session timer when not writing</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="408"/> <location filename="../nw/dialogs/preferences.py" line="409"/>
<source>Also pauses when the application window does not have focus.</source> <source>Also pauses when the application window does not have focus.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="421"/> <location filename="../nw/dialogs/preferences.py" line="422"/>
<source>Editor inactive time before pausing timer</source> <source>Editor inactive time before pausing timer</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="421"/> <location filename="../nw/dialogs/preferences.py" line="422"/>
<source>User activity includes typing and changing the content.</source> <source>User activity includes typing and changing the content.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="421"/> <location filename="../nw/dialogs/preferences.py" line="422"/>
<source>minutes</source> <source>minutes</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="461"/> <location filename="../nw/dialogs/preferences.py" line="462"/>
<source>Backup Directory</source> <source>Backup Directory</source>
<translation></translation> <translation></translation>
</message> </message>
@@ -3345,47 +3345,47 @@
<context> <context>
<name>GuiPreferencesQuotes</name> <name>GuiPreferencesQuotes</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1132"/> <location filename="../nw/dialogs/preferences.py" line="1133"/>
<source>Quotation Style</source> <source>Quotation Style</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1148"/> <location filename="../nw/dialogs/preferences.py" line="1149"/>
<source>Single quote open style</source> <source>Single quote open style</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1148"/> <location filename="../nw/dialogs/preferences.py" line="1149"/>
<source>The symbol to use for a leading single quote.</source> <source>The symbol to use for a leading single quote.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1164"/> <location filename="../nw/dialogs/preferences.py" line="1165"/>
<source>Single quote close style</source> <source>Single quote close style</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1164"/> <location filename="../nw/dialogs/preferences.py" line="1165"/>
<source>The symbol to use for a trailing single quote.</source> <source>The symbol to use for a trailing single quote.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1181"/> <location filename="../nw/dialogs/preferences.py" line="1182"/>
<source>Double quote open style</source> <source>Double quote open style</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1181"/> <location filename="../nw/dialogs/preferences.py" line="1182"/>
<source>The symbol to use for a leading double quote.</source> <source>The symbol to use for a leading double quote.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1197"/> <location filename="../nw/dialogs/preferences.py" line="1198"/>
<source>Double quote close style</source> <source>Double quote close style</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1197"/> <location filename="../nw/dialogs/preferences.py" line="1198"/>
<source>The symbol to use for a trailing double quote.</source> <source>The symbol to use for a trailing double quote.</source>
<translation></translation> <translation></translation>
</message> </message>
@@ -3393,67 +3393,67 @@
<context> <context>
<name>GuiPreferencesSyntax</name> <name>GuiPreferencesSyntax</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="868"/> <location filename="../nw/dialogs/preferences.py" line="869"/>
<source>Highlighting Theme</source> <source>Highlighting Theme</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="879"/> <location filename="../nw/dialogs/preferences.py" line="880"/>
<source>Highlighting theme</source> <source>Highlighting theme</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="879"/> <location filename="../nw/dialogs/preferences.py" line="880"/>
<source>Colour theme to apply to the editor and viewer.</source> <source>Colour theme to apply to the editor and viewer.</source>
<translation>Color theme to apply to the editor and viewer.</translation> <translation>Color theme to apply to the editor and viewer.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="887"/> <location filename="../nw/dialogs/preferences.py" line="888"/>
<source>Quotes &amp; Dialogue</source> <source>Quotes &amp; Dialogue</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="892"/> <location filename="../nw/dialogs/preferences.py" line="893"/>
<source>Highlight text wrapped in quotes</source> <source>Highlight text wrapped in quotes</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="892"/> <location filename="../nw/dialogs/preferences.py" line="893"/>
<source>Applies to single, double and straight quotes.</source> <source>Applies to single, double and straight quotes.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="900"/> <location filename="../nw/dialogs/preferences.py" line="901"/>
<source>Allow open-ended single quotes</source> <source>Allow open-ended single quotes</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="900"/> <location filename="../nw/dialogs/preferences.py" line="901"/>
<source>Highlight single-quoted line with no closing quote.</source> <source>Highlight single-quoted line with no closing quote.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="908"/> <location filename="../nw/dialogs/preferences.py" line="909"/>
<source>Allow open-ended double quotes</source> <source>Allow open-ended double quotes</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="908"/> <location filename="../nw/dialogs/preferences.py" line="909"/>
<source>Highlight double-quoted line with no closing quote.</source> <source>Highlight double-quoted line with no closing quote.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="916"/> <location filename="../nw/dialogs/preferences.py" line="917"/>
<source>Text Emphasis</source> <source>Text Emphasis</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="920"/> <location filename="../nw/dialogs/preferences.py" line="921"/>
<source>Add highlight colour to emphasised text</source> <source>Add highlight colour to emphasised text</source>
<translation>Add highlight color to emphasised text</translation> <translation>Add highlight color to emphasised text</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="920"/> <location filename="../nw/dialogs/preferences.py" line="921"/>
<source>Applies to emphasis (italic) and strong (bold).</source> <source>Applies to emphasis (italic) and strong (bold).</source>
<translation></translation> <translation></translation>
</message> </message>
+135 -135
View File
@@ -2762,47 +2762,47 @@
<context> <context>
<name>GuiPreferences</name> <name>GuiPreferences</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="57"/> <location filename="../nw/dialogs/preferences.py" line="58"/>
<source>Preferences</source> <source>Preferences</source>
<translation>Préférences</translation> <translation>Préférences</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="67"/> <location filename="../nw/dialogs/preferences.py" line="68"/>
<source>General</source> <source>General</source>
<translation>Général</translation> <translation>Général</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="68"/> <location filename="../nw/dialogs/preferences.py" line="69"/>
<source>Projects</source> <source>Projects</source>
<translation>Projets</translation> <translation>Projets</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="69"/> <location filename="../nw/dialogs/preferences.py" line="70"/>
<source>Documents</source> <source>Documents</source>
<translation>Documents</translation> <translation>Documents</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="70"/> <location filename="../nw/dialogs/preferences.py" line="71"/>
<source>Editor</source> <source>Editor</source>
<translation>Éditeur</translation> <translation>Éditeur</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="71"/> <location filename="../nw/dialogs/preferences.py" line="72"/>
<source>Highlighting</source> <source>Highlighting</source>
<translation>Mise en évidence</translation> <translation>Mise en évidence</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="72"/> <location filename="../nw/dialogs/preferences.py" line="73"/>
<source>Automation</source> <source>Automation</source>
<translation>Automation</translation> <translation>Automation</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="106"/> <location filename="../nw/dialogs/preferences.py" line="107"/>
<source>Some changes will not be applied until novelWriter has been restarted.</source> <source>Some changes will not be applied until novelWriter has been restarted.</source>
<translation>Certains changements ne seront effectifs qu&apos;après un redémarrage de novelWriter.</translation> <translation>Certains changements ne seront effectifs qu&apos;après un redémarrage de novelWriter.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="73"/> <location filename="../nw/dialogs/preferences.py" line="74"/>
<source>Quotes</source> <source>Quotes</source>
<translation>Guillemets</translation> <translation>Guillemets</translation>
</message> </message>
@@ -2810,107 +2810,107 @@
<context> <context>
<name>GuiPreferencesAutomation</name> <name>GuiPreferencesAutomation</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="976"/> <location filename="../nw/dialogs/preferences.py" line="977"/>
<source>Automatic Features</source> <source>Automatic Features</source>
<translation>Automatismes</translation> <translation>Automatismes</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="981"/> <location filename="../nw/dialogs/preferences.py" line="982"/>
<source>Auto-select word under cursor</source> <source>Auto-select word under cursor</source>
<translation>Auto-sélection du mot sous le curseur</translation> <translation>Auto-sélection du mot sous le curseur</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="981"/> <location filename="../nw/dialogs/preferences.py" line="982"/>
<source>Apply formatting to word under cursor if no selection is made.</source> <source>Apply formatting to word under cursor if no selection is made.</source>
<translation>En l&apos;absence de texte sélectionné la mise en forme s&apos;applique au mot sous le curseur.</translation> <translation>En l&apos;absence de texte sélectionné la mise en forme s&apos;applique au mot sous le curseur.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="991"/> <location filename="../nw/dialogs/preferences.py" line="992"/>
<source>Auto-replace text as you type</source> <source>Auto-replace text as you type</source>
<translation>Auto-remplacement par la frappe</translation> <translation>Auto-remplacement par la frappe</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="991"/> <location filename="../nw/dialogs/preferences.py" line="992"/>
<source>Allow the editor to replace symbols as you type.</source> <source>Allow the editor to replace symbols as you type.</source>
<translation>Permet à l&apos;éditeur de remplacer les symboles au fur et à mesure de la frappe.</translation> <translation>Permet à l&apos;éditeur de remplacer les symboles au fur et à mesure de la frappe.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="999"/> <location filename="../nw/dialogs/preferences.py" line="1000"/>
<source>Replace as You Type</source> <source>Replace as You Type</source>
<translation>Remplacement par la frappe</translation> <translation>Remplacement par la frappe</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1005"/> <location filename="../nw/dialogs/preferences.py" line="1006"/>
<source>Auto-replace single quotes</source> <source>Auto-replace single quotes</source>
<translation>Auto-remplacement des guillemets simples</translation> <translation>Auto-remplacement des guillemets simples</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1005"/> <location filename="../nw/dialogs/preferences.py" line="1006"/>
<source>Try to guess which is an opening or a closing single quote.</source> <source>Try to guess which is an opening or a closing single quote.</source>
<translation>Tenter de deviner si un guillemet simple est ouvrant ou fermant.</translation> <translation>Tenter de deviner si un guillemet simple est ouvrant ou fermant.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1015"/> <location filename="../nw/dialogs/preferences.py" line="1016"/>
<source>Auto-replace double quotes</source> <source>Auto-replace double quotes</source>
<translation>Auto-remplacement des guillemets doubles</translation> <translation>Auto-remplacement des guillemets doubles</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1015"/> <location filename="../nw/dialogs/preferences.py" line="1016"/>
<source>Try to guess which is an opening or a closing double quote.</source> <source>Try to guess which is an opening or a closing double quote.</source>
<translation>Tenter de deviner si un guillemet double est ouvrant ou fermant.</translation> <translation>Tenter de deviner si un guillemet double est ouvrant ou fermant.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1025"/> <location filename="../nw/dialogs/preferences.py" line="1026"/>
<source>Auto-replace dashes</source> <source>Auto-replace dashes</source>
<translation>Auto-remplacemet des tirets</translation> <translation>Auto-remplacemet des tirets</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1025"/> <location filename="../nw/dialogs/preferences.py" line="1026"/>
<source>Double and triple hyphens become short and long dashes.</source> <source>Double and triple hyphens become short and long dashes.</source>
<translation>Deux ou trois tirets successifs deviennent des tirets moyens (semi-cadratin) ou longs (cadratins).</translation> <translation>Deux ou trois tirets successifs deviennent des tirets moyens (semi-cadratin) ou longs (cadratins).</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1035"/> <location filename="../nw/dialogs/preferences.py" line="1036"/>
<source>Auto-replace dots</source> <source>Auto-replace dots</source>
<translation>Auto-remplacement des points</translation> <translation>Auto-remplacement des points</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1035"/> <location filename="../nw/dialogs/preferences.py" line="1036"/>
<source>Three consecutive dots become ellipsis.</source> <source>Three consecutive dots become ellipsis.</source>
<translation>Trois points consécutifs deviennent des points de suspension.</translation> <translation>Trois points consécutifs deviennent des points de suspension.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1043"/> <location filename="../nw/dialogs/preferences.py" line="1044"/>
<source>Automatic Padding</source> <source>Automatic Padding</source>
<translation>Insertion automatique</translation> <translation>Insertion automatique</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1049"/> <location filename="../nw/dialogs/preferences.py" line="1050"/>
<source>Insert non-breaking space before</source> <source>Insert non-breaking space before</source>
<translation>Espace insécable avant</translation> <translation>Espace insécable avant</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1059"/> <location filename="../nw/dialogs/preferences.py" line="1060"/>
<source>Insert non-breaking space after</source> <source>Insert non-breaking space after</source>
<translation>Espace insécable après</translation> <translation>Espace insécable après</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1069"/> <location filename="../nw/dialogs/preferences.py" line="1070"/>
<source>Use thin space instead</source> <source>Use thin space instead</source>
<translation>Utiliser des espaces fines</translation> <translation>Utiliser des espaces fines</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1049"/> <location filename="../nw/dialogs/preferences.py" line="1050"/>
<source>Automatically add space before any of these symbols.</source> <source>Automatically add space before any of these symbols.</source>
<translation>Ajouter lors de la frappe une espace avant chacun de ces caractères.</translation> <translation>Ajouter lors de la frappe une espace avant chacun de ces caractères.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1059"/> <location filename="../nw/dialogs/preferences.py" line="1060"/>
<source>Automatically add space after any of these symbols.</source> <source>Automatically add space after any of these symbols.</source>
<translation>Ajouter lors de la frappe une espace après chacun de ces caractères.</translation> <translation>Ajouter lors de la frappe une espace après chacun de ces caractères.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1069"/> <location filename="../nw/dialogs/preferences.py" line="1070"/>
<source>Inserts a thin space instead of a regular space.</source> <source>Inserts a thin space instead of a regular space.</source>
<translation>Insérer une espace fine au lieu d&apos;une espace-mot.</translation> <translation>Insérer une espace fine au lieu d&apos;une espace-mot.</translation>
</message> </message>
@@ -2918,107 +2918,107 @@
<context> <context>
<name>GuiPreferencesDocuments</name> <name>GuiPreferencesDocuments</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="498"/> <location filename="../nw/dialogs/preferences.py" line="499"/>
<source>Text Style</source> <source>Text Style</source>
<translation>Style du texte</translation> <translation>Style du texte</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="508"/> <location filename="../nw/dialogs/preferences.py" line="509"/>
<source>Font family</source> <source>Font family</source>
<translation>Police de caractères</translation> <translation>Police de caractères</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="508"/> <location filename="../nw/dialogs/preferences.py" line="509"/>
<source>Font for the document editor and viewer.</source> <source>Font for the document editor and viewer.</source>
<translation>Police pour l&apos;éditeur et l&apos;afficheur de document.</translation> <translation>Police pour l&apos;éditeur et l&apos;afficheur de document.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="521"/> <location filename="../nw/dialogs/preferences.py" line="522"/>
<source>Font size</source> <source>Font size</source>
<translation>Taille de police</translation> <translation>Taille de police</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="521"/> <location filename="../nw/dialogs/preferences.py" line="522"/>
<source>Font size for the document editor and viewer.</source> <source>Font size for the document editor and viewer.</source>
<translation>Taille de la police pour l&apos;éditeur et l&apos;afficheur de document.</translation> <translation>Taille de la police pour l&apos;éditeur et l&apos;afficheur de document.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="521"/> <location filename="../nw/dialogs/preferences.py" line="522"/>
<source>pt</source> <source>pt</source>
<translation>pt</translation> <translation>pt</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="530"/> <location filename="../nw/dialogs/preferences.py" line="531"/>
<source>Text Flow</source> <source>Text Flow</source>
<translation>Déroulement du texte</translation> <translation>Déroulement du texte</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="538"/> <location filename="../nw/dialogs/preferences.py" line="539"/>
<source>Maximum text width in &quot;Normal Mode&quot;</source> <source>Maximum text width in &quot;Normal Mode&quot;</source>
<translation>Largeur maximale du texte en mode &quot;normal&quot;</translation> <translation>Largeur maximale du texte en mode &quot;normal&quot;</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="551"/> <location filename="../nw/dialogs/preferences.py" line="552"/>
<source>Horizontal margins are scaled automatically.</source> <source>Horizontal margins are scaled automatically.</source>
<translation>Les marges horizontales sont ajustées automatiquement.</translation> <translation>Les marges horizontales sont ajustées automatiquement.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="604"/> <location filename="../nw/dialogs/preferences.py" line="605"/>
<source>px</source> <source>px</source>
<translation>px</translation> <translation>px</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="551"/> <location filename="../nw/dialogs/preferences.py" line="552"/>
<source>Maximum text width in &quot;Focus Mode&quot;</source> <source>Maximum text width in &quot;Focus Mode&quot;</source>
<translation>Largeur maximale du texte en mode &quot;sans distraction&quot;</translation> <translation>Largeur maximale du texte en mode &quot;sans distraction&quot;</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="561"/> <location filename="../nw/dialogs/preferences.py" line="562"/>
<source>Disable maximum text width in &quot;Normal Mode&quot;</source> <source>Disable maximum text width in &quot;Normal Mode&quot;</source>
<translation>Oublier la largeur maximale en mode &quot;normal&quot;</translation> <translation>Oublier la largeur maximale en mode &quot;normal&quot;</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="561"/> <location filename="../nw/dialogs/preferences.py" line="562"/>
<source>Text width is defined by the margins only.</source> <source>Text width is defined by the margins only.</source>
<translation>La largeur du texte est définie uniquement par les marges.</translation> <translation>La largeur du texte est définie uniquement par les marges.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="570"/> <location filename="../nw/dialogs/preferences.py" line="571"/>
<source>Hide document footer in &quot;Focus Mode&quot;</source> <source>Hide document footer in &quot;Focus Mode&quot;</source>
<translation>Masquer le bas de page en mode &quot;sans distraction&quot;</translation> <translation>Masquer le bas de page en mode &quot;sans distraction&quot;</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="570"/> <location filename="../nw/dialogs/preferences.py" line="571"/>
<source>Hide the information bar at the bottom of the document.</source> <source>Hide the information bar at the bottom of the document.</source>
<translation>Ne pas afficher la barre d&apos;informations sous le document.</translation> <translation>Ne pas afficher la barre d&apos;informations sous le document.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="579"/> <location filename="../nw/dialogs/preferences.py" line="580"/>
<source>Justify the text margins in editor and viewer</source> <source>Justify the text margins in editor and viewer</source>
<translation>Justifier aux marges dans l&apos;éditeur et l&apos;afficheur</translation> <translation>Justifier aux marges dans l&apos;éditeur et l&apos;afficheur</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="579"/> <location filename="../nw/dialogs/preferences.py" line="580"/>
<source>Lay out text with straight edges in the editor and viewer.</source> <source>Lay out text with straight edges in the editor and viewer.</source>
<translation>Aligner le texte avec des bords droits aux marges droite et gauche dans l&apos;éditeur et l&apos;afficheur.</translation> <translation>Aligner le texte avec des bords droits aux marges droite et gauche dans l&apos;éditeur et l&apos;afficheur.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="591"/> <location filename="../nw/dialogs/preferences.py" line="592"/>
<source>Text margin</source> <source>Text margin</source>
<translation>Marge de texte</translation> <translation>Marge de texte</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="591"/> <location filename="../nw/dialogs/preferences.py" line="592"/>
<source>If maximum width is set, this becomes the minimum margin.</source> <source>If maximum width is set, this becomes the minimum margin.</source>
<translation>Si une largeur maximale est définie, ceci devient la marge minimale.</translation> <translation>Si une largeur maximale est définie, ceci devient la marge minimale.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="604"/> <location filename="../nw/dialogs/preferences.py" line="605"/>
<source>Tab width</source> <source>Tab width</source>
<translation>Largeur des tabulations</translation> <translation>Largeur des tabulations</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="604"/> <location filename="../nw/dialogs/preferences.py" line="605"/>
<source>The width of a tab key press in the editor and viewer.</source> <source>The width of a tab key press in the editor and viewer.</source>
<translation>La largeur résultant d&apos;un appui sur la touche de tabulation dans l&apos;éditeur et l&apos;afficheur.</translation> <translation>La largeur résultant d&apos;un appui sur la touche de tabulation dans l&apos;éditeur et l&apos;afficheur.</translation>
</message> </message>
@@ -3026,127 +3026,127 @@
<context> <context>
<name>GuiPreferencesEditor</name> <name>GuiPreferencesEditor</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="670"/> <location filename="../nw/dialogs/preferences.py" line="671"/>
<source>Spell Checking</source> <source>Spell Checking</source>
<translation>Vérification orthographique</translation> <translation>Vérification orthographique</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="678"/> <location filename="../nw/dialogs/preferences.py" line="679"/>
<source>Internal</source> <source>Internal</source>
<translation>Interne</translation> <translation>Interne</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="691"/> <location filename="../nw/dialogs/preferences.py" line="692"/>
<source>Spell check provider</source> <source>Spell check provider</source>
<translation>Vérificateur</translation> <translation>Vérificateur</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="691"/> <location filename="../nw/dialogs/preferences.py" line="692"/>
<source>Note that the internal spell check tool is quite slow.</source> <source>Note that the internal spell check tool is quite slow.</source>
<translation>Veuillez noter que la vérification interne est plutôt lente.</translation> <translation>Veuillez noter que la vérification interne est plutôt lente.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="696"/> <location filename="../nw/dialogs/preferences.py" line="697"/>
<source>Spell check language</source> <source>Spell check language</source>
<translation>Langue à vérifier</translation> <translation>Langue à vérifier</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="696"/> <location filename="../nw/dialogs/preferences.py" line="697"/>
<source>Available languages are determined by your system.</source> <source>Available languages are determined by your system.</source>
<translation>Les langues disponibles dépendent de votre système.</translation> <translation>Les langues disponibles dépendent de votre système.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="708"/> <location filename="../nw/dialogs/preferences.py" line="709"/>
<source>Big document limit</source> <source>Big document limit</source>
<translation>Taille maximale de document</translation> <translation>Taille maximale de document</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="708"/> <location filename="../nw/dialogs/preferences.py" line="709"/>
<source>Full spell checking is disabled above this limit.</source> <source>Full spell checking is disabled above this limit.</source>
<translation>La vérification compléte est désactivée au dessus de cette limite.</translation> <translation>La vérification compléte est désactivée au dessus de cette limite.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="708"/> <location filename="../nw/dialogs/preferences.py" line="709"/>
<source>kB</source> <source>kB</source>
<translation>ko</translation> <translation>ko</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="717"/> <location filename="../nw/dialogs/preferences.py" line="718"/>
<source>Word Count</source> <source>Word Count</source>
<translation>Compteur de mots</translation> <translation>Compteur de mots</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="726"/> <location filename="../nw/dialogs/preferences.py" line="727"/>
<source>Word count interval</source> <source>Word count interval</source>
<translation>Intervalle de comptage</translation> <translation>Intervalle de comptage</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="726"/> <location filename="../nw/dialogs/preferences.py" line="727"/>
<source>How often the word count is updated.</source> <source>How often the word count is updated.</source>
<translation>Indique à quelle fréquence le compteur est mis à jour.</translation> <translation>Indique à quelle fréquence le compteur est mis à jour.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="726"/> <location filename="../nw/dialogs/preferences.py" line="727"/>
<source>seconds</source> <source>seconds</source>
<translation>secondes</translation> <translation>secondes</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="735"/> <location filename="../nw/dialogs/preferences.py" line="736"/>
<source>Writing Guides</source> <source>Writing Guides</source>
<translation>Aides à l&apos;écriture</translation> <translation>Aides à l&apos;écriture</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="740"/> <location filename="../nw/dialogs/preferences.py" line="741"/>
<source>Show tabs and spaces</source> <source>Show tabs and spaces</source>
<translation>Montrer les tabulations et les espaces</translation> <translation>Montrer les tabulations et les espaces</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="740"/> <location filename="../nw/dialogs/preferences.py" line="741"/>
<source>Add symbols to indicate tabs and spaces in the editor.</source> <source>Add symbols to indicate tabs and spaces in the editor.</source>
<translation>Dans l&apos;éditeur un symbole montre l&apos;emplacement des tabulations et des espaces.</translation> <translation>Dans l&apos;éditeur un symbole montre l&apos;emplacement des tabulations et des espaces.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="749"/> <location filename="../nw/dialogs/preferences.py" line="750"/>
<source>Show line endings</source> <source>Show line endings</source>
<translation>Montrer les fins de lignes</translation> <translation>Montrer les fins de lignes</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="749"/> <location filename="../nw/dialogs/preferences.py" line="750"/>
<source>Add a symbol to indicate line endings in the editor.</source> <source>Add a symbol to indicate line endings in the editor.</source>
<translation>Dans l&apos;éditeur un symbole montre l&apos;emplacement des fins de lignes.</translation> <translation>Dans l&apos;éditeur un symbole montre l&apos;emplacement des fins de lignes.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="757"/> <location filename="../nw/dialogs/preferences.py" line="758"/>
<source>Scroll Behaviour</source> <source>Scroll Behaviour</source>
<translation>Défilement du texte</translation> <translation>Défilement du texte</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="762"/> <location filename="../nw/dialogs/preferences.py" line="763"/>
<source>Scroll past end of the document</source> <source>Scroll past end of the document</source>
<translation>Le défilement dépasse la fin du document</translation> <translation>Le défilement dépasse la fin du document</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="762"/> <location filename="../nw/dialogs/preferences.py" line="763"/>
<source>Also improves trypewriter scrolling for short documents.</source> <source>Also improves trypewriter scrolling for short documents.</source>
<translation>Améliore également le défilement machine à écrire pour les documents courts.</translation> <translation>Améliore également le défilement machine à écrire pour les documents courts.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="771"/> <location filename="../nw/dialogs/preferences.py" line="772"/>
<source>Typewriter style scrolling when you type</source> <source>Typewriter style scrolling when you type</source>
<translation>Défilement de machine à écrire</translation> <translation>Défilement de machine à écrire</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="771"/> <location filename="../nw/dialogs/preferences.py" line="772"/>
<source>Try to keep the cursor at a fixed vertical position.</source> <source>Try to keep the cursor at a fixed vertical position.</source>
<translation>L&apos;éditeur essaye de conserver le curseur à la même position verticale.</translation> <translation>L&apos;éditeur essaye de conserver le curseur à la même position verticale.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="783"/> <location filename="../nw/dialogs/preferences.py" line="784"/>
<source>Minimum position for Typewriter scrolling</source> <source>Minimum position for Typewriter scrolling</source>
<translation>Position minimale en mode machine à écrire</translation> <translation>Position minimale en mode machine à écrire</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="783"/> <location filename="../nw/dialogs/preferences.py" line="784"/>
<source>Percentage of the editor height from the top.</source> <source>Percentage of the editor height from the top.</source>
<translation>En pourcentage de la hauteur de la fenêtre depuis le haut.</translation> <translation>En pourcentage de la hauteur de la fenêtre depuis le haut.</translation>
</message> </message>
@@ -3154,82 +3154,82 @@
<context> <context>
<name>GuiPreferencesGeneral</name> <name>GuiPreferencesGeneral</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="153"/> <location filename="../nw/dialogs/preferences.py" line="154"/>
<source>Look and Feel</source> <source>Look and Feel</source>
<translation>Apparence</translation> <translation>Apparence</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="166"/> <location filename="../nw/dialogs/preferences.py" line="167"/>
<source>Main GUI language</source> <source>Main GUI language</source>
<translation>Langue de l&apos;interface</translation> <translation>Langue de l&apos;interface</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="234"/> <location filename="../nw/dialogs/preferences.py" line="235"/>
<source>Changing this requires restarting novelWriter.</source> <source>Changing this requires restarting novelWriter.</source>
<translation>Un changement ne sera pris en compte qu&apos;après le redémarrage de novelWriter.</translation> <translation>Un changement ne sera pris en compte qu&apos;après le redémarrage de novelWriter.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="182"/> <location filename="../nw/dialogs/preferences.py" line="183"/>
<source>Main GUI theme</source> <source>Main GUI theme</source>
<translation>Thème de l&apos;interface</translation> <translation>Thème de l&apos;interface</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="198"/> <location filename="../nw/dialogs/preferences.py" line="199"/>
<source>Main icon theme</source> <source>Main icon theme</source>
<translation>Thème des icônes</translation> <translation>Thème des icônes</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="207"/> <location filename="../nw/dialogs/preferences.py" line="208"/>
<source>Prefer icons for dark backgrounds</source> <source>Prefer icons for dark backgrounds</source>
<translation>Préférer les icônes pour fonds sombres</translation> <translation>Préférer les icônes pour fonds sombres</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="207"/> <location filename="../nw/dialogs/preferences.py" line="208"/>
<source>May improve the look of icons on dark themes.</source> <source>May improve the look of icons on dark themes.</source>
<translation>Améliore l&apos;apparence des icônes dans les thèmes sombres.</translation> <translation>Améliore l&apos;apparence des icônes dans les thèmes sombres.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="221"/> <location filename="../nw/dialogs/preferences.py" line="222"/>
<source>Font family</source> <source>Font family</source>
<translation>Police de caractères</translation> <translation>Police de caractères</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="234"/> <location filename="../nw/dialogs/preferences.py" line="235"/>
<source>Font size</source> <source>Font size</source>
<translation>Taille de police</translation> <translation>Taille de police</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="234"/> <location filename="../nw/dialogs/preferences.py" line="235"/>
<source>pt</source> <source>pt</source>
<translation>pt</translation> <translation>pt</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="243"/> <location filename="../nw/dialogs/preferences.py" line="244"/>
<source>GUI Settings</source> <source>GUI Settings</source>
<translation>Paramètres de l&apos;interface</translation> <translation>Paramètres de l&apos;interface</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="247"/> <location filename="../nw/dialogs/preferences.py" line="248"/>
<source>Show full path in document header</source> <source>Show full path in document header</source>
<translation>Montrer le chemin complet dans l&apos;en-tête du document</translation> <translation>Montrer le chemin complet dans l&apos;en-tête du document</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="247"/> <location filename="../nw/dialogs/preferences.py" line="248"/>
<source>Add the parent folder names to the header.</source> <source>Add the parent folder names to the header.</source>
<translation>Ajouter les noms des dossiers parents dans l&apos;en-tête.</translation> <translation>Ajouter les noms des dossiers parents dans l&apos;en-tête.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="255"/> <location filename="../nw/dialogs/preferences.py" line="256"/>
<source>Hide vertical scroll bars in main windows</source> <source>Hide vertical scroll bars in main windows</source>
<translation>Masquer les barres de défilement verticales dans les fenêtres principales</translation> <translation>Masquer les barres de défilement verticales dans les fenêtres principales</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="263"/> <location filename="../nw/dialogs/preferences.py" line="264"/>
<source>Scrolling available with mouse wheel and keys only.</source> <source>Scrolling available with mouse wheel and keys only.</source>
<translation>Le défilement ne pourra se faire que par la molette de la souris et les touches du clavier.</translation> <translation>Le défilement ne pourra se faire que par la molette de la souris et les touches du clavier.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="263"/> <location filename="../nw/dialogs/preferences.py" line="264"/>
<source>Hide horizontal scroll bars in main windows</source> <source>Hide horizontal scroll bars in main windows</source>
<translation>Masquer les barres de défilement horizontales dans les fenêtres principales</translation> <translation>Masquer les barres de défilement horizontales dans les fenêtres principales</translation>
</message> </message>
@@ -3237,107 +3237,107 @@
<context> <context>
<name>GuiPreferencesProjects</name> <name>GuiPreferencesProjects</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="338"/> <location filename="../nw/dialogs/preferences.py" line="339"/>
<source>Automatic Save</source> <source>Automatic Save</source>
<translation>Enregistrement automatique</translation> <translation>Enregistrement automatique</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="346"/> <location filename="../nw/dialogs/preferences.py" line="347"/>
<source>Save document interval</source> <source>Save document interval</source>
<translation>Intervalle d&apos;enregistrement</translation> <translation>Intervalle d&apos;enregistrement</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="346"/> <location filename="../nw/dialogs/preferences.py" line="347"/>
<source>How often the open document is automatically saved.</source> <source>How often the open document is automatically saved.</source>
<translation>Indique à quelle fréquence le document ouvert est automatiquement enregistré.</translation> <translation>Indique à quelle fréquence le document ouvert est automatiquement enregistré.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="359"/> <location filename="../nw/dialogs/preferences.py" line="360"/>
<source>seconds</source> <source>seconds</source>
<translation>secondes</translation> <translation>secondes</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="359"/> <location filename="../nw/dialogs/preferences.py" line="360"/>
<source>Save project interval</source> <source>Save project interval</source>
<translation>Intervalle d&apos;enregistrement du projet</translation> <translation>Intervalle d&apos;enregistrement du projet</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="359"/> <location filename="../nw/dialogs/preferences.py" line="360"/>
<source>How often the open project is automatically saved.</source> <source>How often the open project is automatically saved.</source>
<translation>Indique à quelle fréquence le projet ouvert est automatiquement enregistré.</translation> <translation>Indique à quelle fréquence le projet ouvert est automatiquement enregistré.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="368"/> <location filename="../nw/dialogs/preferences.py" line="369"/>
<source>Project Backup</source> <source>Project Backup</source>
<translation>Sauvegarde du projet</translation> <translation>Sauvegarde du projet</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="372"/> <location filename="../nw/dialogs/preferences.py" line="373"/>
<source>Browse</source> <source>Browse</source>
<translation>Parcourir</translation> <translation>Parcourir</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="374"/> <location filename="../nw/dialogs/preferences.py" line="375"/>
<source>Backup storage location</source> <source>Backup storage location</source>
<translation>Emplacement de sauvegarde du projet</translation> <translation>Emplacement de sauvegarde du projet</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="466"/> <location filename="../nw/dialogs/preferences.py" line="467"/>
<source>Path: {0}</source> <source>Path: {0}</source>
<translation>Chemin : {0}</translation> <translation>Chemin : {0}</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="384"/> <location filename="../nw/dialogs/preferences.py" line="385"/>
<source>Run backup when the project is closed</source> <source>Run backup when the project is closed</source>
<translation>Sauvegarder à la fermeture du projet</translation> <translation>Sauvegarder à la fermeture du projet</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="384"/> <location filename="../nw/dialogs/preferences.py" line="385"/>
<source>Can be overridden for individual projects in Project Settings.</source> <source>Can be overridden for individual projects in Project Settings.</source>
<translation>Peut être invalidé pour des projets spécifiques dans leurs paramètres.</translation> <translation>Peut être invalidé pour des projets spécifiques dans leurs paramètres.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="395"/> <location filename="../nw/dialogs/preferences.py" line="396"/>
<source>Ask before running backup</source> <source>Ask before running backup</source>
<translation>Demander avant de sauvegarder</translation> <translation>Demander avant de sauvegarder</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="395"/> <location filename="../nw/dialogs/preferences.py" line="396"/>
<source>If off, backups will run in the background.</source> <source>If off, backups will run in the background.</source>
<translation>Si désactivé, les sauvegardes seront effectuées en arrière-plan.</translation> <translation>Si désactivé, les sauvegardes seront effectuées en arrière-plan.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="403"/> <location filename="../nw/dialogs/preferences.py" line="404"/>
<source>Session Timer</source> <source>Session Timer</source>
<translation>Chronomètre de session</translation> <translation>Chronomètre de session</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="408"/> <location filename="../nw/dialogs/preferences.py" line="409"/>
<source>Pause the session timer when not writing</source> <source>Pause the session timer when not writing</source>
<translation>Arrêter le chronomètre quand on n&apos;écrit pas</translation> <translation>Arrêter le chronomètre quand on n&apos;écrit pas</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="408"/> <location filename="../nw/dialogs/preferences.py" line="409"/>
<source>Also pauses when the application window does not have focus.</source> <source>Also pauses when the application window does not have focus.</source>
<translation>Arrêter également lorsque la fenêtre de l&apos;application n&apos;a pas le focus.</translation> <translation>Arrêter également lorsque la fenêtre de l&apos;application n&apos;a pas le focus.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="421"/> <location filename="../nw/dialogs/preferences.py" line="422"/>
<source>Editor inactive time before pausing timer</source> <source>Editor inactive time before pausing timer</source>
<translation>Durée d&apos;inactivité de l&apos;éditeur avant la mise en pause du chronomètre</translation> <translation>Durée d&apos;inactivité de l&apos;éditeur avant la mise en pause du chronomètre</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="421"/> <location filename="../nw/dialogs/preferences.py" line="422"/>
<source>User activity includes typing and changing the content.</source> <source>User activity includes typing and changing the content.</source>
<translation>L&apos;activité de l&apos;utilisateur inclut la frappe et la modification du contenu.</translation> <translation>L&apos;activité de l&apos;utilisateur inclut la frappe et la modification du contenu.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="421"/> <location filename="../nw/dialogs/preferences.py" line="422"/>
<source>minutes</source> <source>minutes</source>
<translation>minutes</translation> <translation>minutes</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="461"/> <location filename="../nw/dialogs/preferences.py" line="462"/>
<source>Backup Directory</source> <source>Backup Directory</source>
<translation>Répertoire de sauvegarde</translation> <translation>Répertoire de sauvegarde</translation>
</message> </message>
@@ -3345,47 +3345,47 @@
<context> <context>
<name>GuiPreferencesQuotes</name> <name>GuiPreferencesQuotes</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1132"/> <location filename="../nw/dialogs/preferences.py" line="1133"/>
<source>Quotation Style</source> <source>Quotation Style</source>
<translation>Style de guillemets</translation> <translation>Style de guillemets</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1148"/> <location filename="../nw/dialogs/preferences.py" line="1149"/>
<source>Single quote open style</source> <source>Single quote open style</source>
<translation>Guillemets simples ouvrants</translation> <translation>Guillemets simples ouvrants</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1148"/> <location filename="../nw/dialogs/preferences.py" line="1149"/>
<source>The symbol to use for a leading single quote.</source> <source>The symbol to use for a leading single quote.</source>
<translation>Symbole à utiliser pour un guillemet simple ouvrant.</translation> <translation>Symbole à utiliser pour un guillemet simple ouvrant.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1164"/> <location filename="../nw/dialogs/preferences.py" line="1165"/>
<source>Single quote close style</source> <source>Single quote close style</source>
<translation>Guillemets simples fermants</translation> <translation>Guillemets simples fermants</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1164"/> <location filename="../nw/dialogs/preferences.py" line="1165"/>
<source>The symbol to use for a trailing single quote.</source> <source>The symbol to use for a trailing single quote.</source>
<translation>Symbole à utiliser pour un guillemet simple fermant.</translation> <translation>Symbole à utiliser pour un guillemet simple fermant.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1181"/> <location filename="../nw/dialogs/preferences.py" line="1182"/>
<source>Double quote open style</source> <source>Double quote open style</source>
<translation>Guillemets doubles ouvrants</translation> <translation>Guillemets doubles ouvrants</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1181"/> <location filename="../nw/dialogs/preferences.py" line="1182"/>
<source>The symbol to use for a leading double quote.</source> <source>The symbol to use for a leading double quote.</source>
<translation>Symbole à utiliser pour un guillemet double ouvrant.</translation> <translation>Symbole à utiliser pour un guillemet double ouvrant.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1197"/> <location filename="../nw/dialogs/preferences.py" line="1198"/>
<source>Double quote close style</source> <source>Double quote close style</source>
<translation>Guillemets doubles fermants</translation> <translation>Guillemets doubles fermants</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1197"/> <location filename="../nw/dialogs/preferences.py" line="1198"/>
<source>The symbol to use for a trailing double quote.</source> <source>The symbol to use for a trailing double quote.</source>
<translation>Symbole à utiliser pour un guillemet double fermant.</translation> <translation>Symbole à utiliser pour un guillemet double fermant.</translation>
</message> </message>
@@ -3393,67 +3393,67 @@
<context> <context>
<name>GuiPreferencesSyntax</name> <name>GuiPreferencesSyntax</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="868"/> <location filename="../nw/dialogs/preferences.py" line="869"/>
<source>Highlighting Theme</source> <source>Highlighting Theme</source>
<translation>Thème de mise en évidence</translation> <translation>Thème de mise en évidence</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="879"/> <location filename="../nw/dialogs/preferences.py" line="880"/>
<source>Highlighting theme</source> <source>Highlighting theme</source>
<translation>Thème de mise en évidence</translation> <translation>Thème de mise en évidence</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="879"/> <location filename="../nw/dialogs/preferences.py" line="880"/>
<source>Colour theme to apply to the editor and viewer.</source> <source>Colour theme to apply to the editor and viewer.</source>
<translation>Thème de couleurs à utiliser dans l&apos;éditeur et l&apos;afficheur.</translation> <translation>Thème de couleurs à utiliser dans l&apos;éditeur et l&apos;afficheur.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="887"/> <location filename="../nw/dialogs/preferences.py" line="888"/>
<source>Quotes &amp; Dialogue</source> <source>Quotes &amp; Dialogue</source>
<translation>Dialogues et citations</translation> <translation>Dialogues et citations</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="892"/> <location filename="../nw/dialogs/preferences.py" line="893"/>
<source>Highlight text wrapped in quotes</source> <source>Highlight text wrapped in quotes</source>
<translation>Mettre en évidence le texte situé entre des guillemets</translation> <translation>Mettre en évidence le texte situé entre des guillemets</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="892"/> <location filename="../nw/dialogs/preferences.py" line="893"/>
<source>Applies to single, double and straight quotes.</source> <source>Applies to single, double and straight quotes.</source>
<translation>S&apos;applique aux guillemets simples, doubles, et droits.</translation> <translation>S&apos;applique aux guillemets simples, doubles, et droits.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="900"/> <location filename="../nw/dialogs/preferences.py" line="901"/>
<source>Allow open-ended single quotes</source> <source>Allow open-ended single quotes</source>
<translation>Autoriser les guillemets simples non fermés</translation> <translation>Autoriser les guillemets simples non fermés</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="900"/> <location filename="../nw/dialogs/preferences.py" line="901"/>
<source>Highlight single-quoted line with no closing quote.</source> <source>Highlight single-quoted line with no closing quote.</source>
<translation>Mettre en évidence les lignes avec guillemet simple ouvrant et non fermées.</translation> <translation>Mettre en évidence les lignes avec guillemet simple ouvrant et non fermées.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="908"/> <location filename="../nw/dialogs/preferences.py" line="909"/>
<source>Allow open-ended double quotes</source> <source>Allow open-ended double quotes</source>
<translation>Autoriser les guillemets doubles non fermés</translation> <translation>Autoriser les guillemets doubles non fermés</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="908"/> <location filename="../nw/dialogs/preferences.py" line="909"/>
<source>Highlight double-quoted line with no closing quote.</source> <source>Highlight double-quoted line with no closing quote.</source>
<translation>Mettre en évidence les lignes avec guillemet double ouvrant et non fermées.</translation> <translation>Mettre en évidence les lignes avec guillemet double ouvrant et non fermées.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="916"/> <location filename="../nw/dialogs/preferences.py" line="917"/>
<source>Text Emphasis</source> <source>Text Emphasis</source>
<translation>Texte appuyé</translation> <translation>Texte appuyé</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="920"/> <location filename="../nw/dialogs/preferences.py" line="921"/>
<source>Add highlight colour to emphasised text</source> <source>Add highlight colour to emphasised text</source>
<translation>Mettre en évidence le texte appuyé</translation> <translation>Mettre en évidence le texte appuyé</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="920"/> <location filename="../nw/dialogs/preferences.py" line="921"/>
<source>Applies to emphasis (italic) and strong (bold).</source> <source>Applies to emphasis (italic) and strong (bold).</source>
<translation>S&apos;applique au texte en caractères italiques ou gras.</translation> <translation>S&apos;applique au texte en caractères italiques ou gras.</translation>
</message> </message>
+135 -135
View File
@@ -2762,47 +2762,47 @@
<context> <context>
<name>GuiPreferences</name> <name>GuiPreferences</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="57"/> <location filename="../nw/dialogs/preferences.py" line="58"/>
<source>Preferences</source> <source>Preferences</source>
<translation>Innstillinger</translation> <translation>Innstillinger</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="67"/> <location filename="../nw/dialogs/preferences.py" line="68"/>
<source>General</source> <source>General</source>
<translation>Generelt</translation> <translation>Generelt</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="68"/> <location filename="../nw/dialogs/preferences.py" line="69"/>
<source>Projects</source> <source>Projects</source>
<translation>Prosjekt</translation> <translation>Prosjekt</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="69"/> <location filename="../nw/dialogs/preferences.py" line="70"/>
<source>Documents</source> <source>Documents</source>
<translation>Dokument</translation> <translation>Dokument</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="70"/> <location filename="../nw/dialogs/preferences.py" line="71"/>
<source>Editor</source> <source>Editor</source>
<translation>Editor</translation> <translation>Editor</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="71"/> <location filename="../nw/dialogs/preferences.py" line="72"/>
<source>Highlighting</source> <source>Highlighting</source>
<translation>Fremheving</translation> <translation>Fremheving</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="72"/> <location filename="../nw/dialogs/preferences.py" line="73"/>
<source>Automation</source> <source>Automation</source>
<translation>Automasjon</translation> <translation>Automasjon</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="106"/> <location filename="../nw/dialogs/preferences.py" line="107"/>
<source>Some changes will not be applied until novelWriter has been restarted.</source> <source>Some changes will not be applied until novelWriter has been restarted.</source>
<translation>Noen endringer vil ikke tas i bruk før neste gang novelWriter startes.</translation> <translation>Noen endringer vil ikke tas i bruk før neste gang novelWriter startes.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="73"/> <location filename="../nw/dialogs/preferences.py" line="74"/>
<source>Quotes</source> <source>Quotes</source>
<translation>Sitattegn</translation> <translation>Sitattegn</translation>
</message> </message>
@@ -2810,107 +2810,107 @@
<context> <context>
<name>GuiPreferencesAutomation</name> <name>GuiPreferencesAutomation</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="976"/> <location filename="../nw/dialogs/preferences.py" line="977"/>
<source>Automatic Features</source> <source>Automatic Features</source>
<translation>Automatiske funksjoner</translation> <translation>Automatiske funksjoner</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="981"/> <location filename="../nw/dialogs/preferences.py" line="982"/>
<source>Auto-select word under cursor</source> <source>Auto-select word under cursor</source>
<translation>Auto-velg ord under markør</translation> <translation>Auto-velg ord under markør</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="981"/> <location filename="../nw/dialogs/preferences.py" line="982"/>
<source>Apply formatting to word under cursor if no selection is made.</source> <source>Apply formatting to word under cursor if no selection is made.</source>
<translation>Hvis ingen tekst er valgt, formatter ordet hvor markøren står.</translation> <translation>Hvis ingen tekst er valgt, formatter ordet hvor markøren står.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="991"/> <location filename="../nw/dialogs/preferences.py" line="992"/>
<source>Auto-replace text as you type</source> <source>Auto-replace text as you type</source>
<translation>Erstatt mens du skriver</translation> <translation>Erstatt mens du skriver</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="991"/> <location filename="../nw/dialogs/preferences.py" line="992"/>
<source>Allow the editor to replace symbols as you type.</source> <source>Allow the editor to replace symbols as you type.</source>
<translation>La editoren erstatte symboler mens du skriver.</translation> <translation>La editoren erstatte symboler mens du skriver.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="999"/> <location filename="../nw/dialogs/preferences.py" line="1000"/>
<source>Replace as You Type</source> <source>Replace as You Type</source>
<translation>Erstatt mens du skriver</translation> <translation>Erstatt mens du skriver</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1005"/> <location filename="../nw/dialogs/preferences.py" line="1006"/>
<source>Auto-replace single quotes</source> <source>Auto-replace single quotes</source>
<translation>Erstatt enkle sitattegn</translation> <translation>Erstatt enkle sitattegn</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1005"/> <location filename="../nw/dialogs/preferences.py" line="1006"/>
<source>Try to guess which is an opening or a closing single quote.</source> <source>Try to guess which is an opening or a closing single quote.</source>
<translation>Forsøker å gjette hva som er venstre og høyre tegn.</translation> <translation>Forsøker å gjette hva som er venstre og høyre tegn.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1015"/> <location filename="../nw/dialogs/preferences.py" line="1016"/>
<source>Auto-replace double quotes</source> <source>Auto-replace double quotes</source>
<translation>Erstatt doble sitattegn</translation> <translation>Erstatt doble sitattegn</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1015"/> <location filename="../nw/dialogs/preferences.py" line="1016"/>
<source>Try to guess which is an opening or a closing double quote.</source> <source>Try to guess which is an opening or a closing double quote.</source>
<translation>Forsøker å gjette hva som er venstre og høyre tegn.</translation> <translation>Forsøker å gjette hva som er venstre og høyre tegn.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1025"/> <location filename="../nw/dialogs/preferences.py" line="1026"/>
<source>Auto-replace dashes</source> <source>Auto-replace dashes</source>
<translation>Erstatt bindestreker</translation> <translation>Erstatt bindestreker</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1025"/> <location filename="../nw/dialogs/preferences.py" line="1026"/>
<source>Double and triple hyphens become short and long dashes.</source> <source>Double and triple hyphens become short and long dashes.</source>
<translation>To og tre bindestreker erstattes med kort og lang bindestrek.</translation> <translation>To og tre bindestreker erstattes med kort og lang bindestrek.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1035"/> <location filename="../nw/dialogs/preferences.py" line="1036"/>
<source>Auto-replace dots</source> <source>Auto-replace dots</source>
<translation>Erstatt tre punktum</translation> <translation>Erstatt tre punktum</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1035"/> <location filename="../nw/dialogs/preferences.py" line="1036"/>
<source>Three consecutive dots become ellipsis.</source> <source>Three consecutive dots become ellipsis.</source>
<translation>Tre punktum rad erstattes med ellipsis.</translation> <translation>Tre punktum rad erstattes med ellipsis.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1043"/> <location filename="../nw/dialogs/preferences.py" line="1044"/>
<source>Automatic Padding</source> <source>Automatic Padding</source>
<translation>Automatisk mellomrom</translation> <translation>Automatisk mellomrom</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1049"/> <location filename="../nw/dialogs/preferences.py" line="1050"/>
<source>Insert non-breaking space before</source> <source>Insert non-breaking space before</source>
<translation>Sett inn hardt mellomrom foran</translation> <translation>Sett inn hardt mellomrom foran</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1059"/> <location filename="../nw/dialogs/preferences.py" line="1060"/>
<source>Insert non-breaking space after</source> <source>Insert non-breaking space after</source>
<translation>Sett inn hardt mellomrom etter</translation> <translation>Sett inn hardt mellomrom etter</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1069"/> <location filename="../nw/dialogs/preferences.py" line="1070"/>
<source>Use thin space instead</source> <source>Use thin space instead</source>
<translation>Bruk tynt mellomrom istedet</translation> <translation>Bruk tynt mellomrom istedet</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1049"/> <location filename="../nw/dialogs/preferences.py" line="1050"/>
<source>Automatically add space before any of these symbols.</source> <source>Automatically add space before any of these symbols.</source>
<translation>Legg til mellomrom automatisk foran disse tegnene.</translation> <translation>Legg til mellomrom automatisk foran disse tegnene.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1059"/> <location filename="../nw/dialogs/preferences.py" line="1060"/>
<source>Automatically add space after any of these symbols.</source> <source>Automatically add space after any of these symbols.</source>
<translation>Legg til mellomrom automatisk etter disse tegnene.</translation> <translation>Legg til mellomrom automatisk etter disse tegnene.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1069"/> <location filename="../nw/dialogs/preferences.py" line="1070"/>
<source>Inserts a thin space instead of a regular space.</source> <source>Inserts a thin space instead of a regular space.</source>
<translation>Sett inn et tynt mellomrom istedenfor et vanlig et.</translation> <translation>Sett inn et tynt mellomrom istedenfor et vanlig et.</translation>
</message> </message>
@@ -2918,107 +2918,107 @@
<context> <context>
<name>GuiPreferencesDocuments</name> <name>GuiPreferencesDocuments</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="498"/> <location filename="../nw/dialogs/preferences.py" line="499"/>
<source>Text Style</source> <source>Text Style</source>
<translation>Tekststil</translation> <translation>Tekststil</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="508"/> <location filename="../nw/dialogs/preferences.py" line="509"/>
<source>Font family</source> <source>Font family</source>
<translation>Skriftfamilie</translation> <translation>Skriftfamilie</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="508"/> <location filename="../nw/dialogs/preferences.py" line="509"/>
<source>Font for the document editor and viewer.</source> <source>Font for the document editor and viewer.</source>
<translation>Skrifttype til bruk for editor og visning.</translation> <translation>Skrifttype til bruk for editor og visning.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="521"/> <location filename="../nw/dialogs/preferences.py" line="522"/>
<source>Font size</source> <source>Font size</source>
<translation>Skriftstørrelse</translation> <translation>Skriftstørrelse</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="521"/> <location filename="../nw/dialogs/preferences.py" line="522"/>
<source>Font size for the document editor and viewer.</source> <source>Font size for the document editor and viewer.</source>
<translation>Skriftstørrelse til bruk for editor og visning.</translation> <translation>Skriftstørrelse til bruk for editor og visning.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="521"/> <location filename="../nw/dialogs/preferences.py" line="522"/>
<source>pt</source> <source>pt</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="530"/> <location filename="../nw/dialogs/preferences.py" line="531"/>
<source>Text Flow</source> <source>Text Flow</source>
<translation>Tekstflyt</translation> <translation>Tekstflyt</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="538"/> <location filename="../nw/dialogs/preferences.py" line="539"/>
<source>Maximum text width in &quot;Normal Mode&quot;</source> <source>Maximum text width in &quot;Normal Mode&quot;</source>
<translation>Maks tekstbredde i &quot;Normal-modues&quot;</translation> <translation>Maks tekstbredde i &quot;Normal-modues&quot;</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="551"/> <location filename="../nw/dialogs/preferences.py" line="552"/>
<source>Horizontal margins are scaled automatically.</source> <source>Horizontal margins are scaled automatically.</source>
<translation>Horisontale marger skalerer da automatisk.</translation> <translation>Horisontale marger skalerer da automatisk.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="604"/> <location filename="../nw/dialogs/preferences.py" line="605"/>
<source>px</source> <source>px</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="551"/> <location filename="../nw/dialogs/preferences.py" line="552"/>
<source>Maximum text width in &quot;Focus Mode&quot;</source> <source>Maximum text width in &quot;Focus Mode&quot;</source>
<translation>Maks tekstbredde i &quot;Fokus-modues&quot;</translation> <translation>Maks tekstbredde i &quot;Fokus-modues&quot;</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="561"/> <location filename="../nw/dialogs/preferences.py" line="562"/>
<source>Disable maximum text width in &quot;Normal Mode&quot;</source> <source>Disable maximum text width in &quot;Normal Mode&quot;</source>
<translation>Slå av maks tekstbredde i &quot;Normal-modus&quot;</translation> <translation>Slå av maks tekstbredde i &quot;Normal-modus&quot;</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="561"/> <location filename="../nw/dialogs/preferences.py" line="562"/>
<source>Text width is defined by the margins only.</source> <source>Text width is defined by the margins only.</source>
<translation>Tekstbredden er kun definert av margene.</translation> <translation>Tekstbredden er kun definert av margene.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="570"/> <location filename="../nw/dialogs/preferences.py" line="571"/>
<source>Hide document footer in &quot;Focus Mode&quot;</source> <source>Hide document footer in &quot;Focus Mode&quot;</source>
<translation>Gjem dokumentets bunnlinje i &quot;Fokus-modus&quot;</translation> <translation>Gjem dokumentets bunnlinje i &quot;Fokus-modus&quot;</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="570"/> <location filename="../nw/dialogs/preferences.py" line="571"/>
<source>Hide the information bar at the bottom of the document.</source> <source>Hide the information bar at the bottom of the document.</source>
<translation>Gjemmer informasjonslinja i bunnen av dokumentet.</translation> <translation>Gjemmer informasjonslinja i bunnen av dokumentet.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="579"/> <location filename="../nw/dialogs/preferences.py" line="580"/>
<source>Justify the text margins in editor and viewer</source> <source>Justify the text margins in editor and viewer</source>
<translation>Bruk justerte marger i editor og visning</translation> <translation>Bruk justerte marger i editor og visning</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="579"/> <location filename="../nw/dialogs/preferences.py" line="580"/>
<source>Lay out text with straight edges in the editor and viewer.</source> <source>Lay out text with straight edges in the editor and viewer.</source>
<translation>Justerte marger gir rette linjeender i avsnitt.</translation> <translation>Justerte marger gir rette linjeender i avsnitt.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="591"/> <location filename="../nw/dialogs/preferences.py" line="592"/>
<source>Text margin</source> <source>Text margin</source>
<translation>Marger</translation> <translation>Marger</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="591"/> <location filename="../nw/dialogs/preferences.py" line="592"/>
<source>If maximum width is set, this becomes the minimum margin.</source> <source>If maximum width is set, this becomes the minimum margin.</source>
<translation>Hvis tekstbredde er satt, blir dette istedet minste marger.</translation> <translation>Hvis tekstbredde er satt, blir dette istedet minste marger.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="604"/> <location filename="../nw/dialogs/preferences.py" line="605"/>
<source>Tab width</source> <source>Tab width</source>
<translation>Tabulatorens bredde</translation> <translation>Tabulatorens bredde</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="604"/> <location filename="../nw/dialogs/preferences.py" line="605"/>
<source>The width of a tab key press in the editor and viewer.</source> <source>The width of a tab key press in the editor and viewer.</source>
<translation>Hvor langt tabulatoren hopper i editor og visning.</translation> <translation>Hvor langt tabulatoren hopper i editor og visning.</translation>
</message> </message>
@@ -3026,127 +3026,127 @@
<context> <context>
<name>GuiPreferencesEditor</name> <name>GuiPreferencesEditor</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="670"/> <location filename="../nw/dialogs/preferences.py" line="671"/>
<source>Spell Checking</source> <source>Spell Checking</source>
<translation>Stavekontroll</translation> <translation>Stavekontroll</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="678"/> <location filename="../nw/dialogs/preferences.py" line="679"/>
<source>Internal</source> <source>Internal</source>
<translation>Intern</translation> <translation>Intern</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="691"/> <location filename="../nw/dialogs/preferences.py" line="692"/>
<source>Spell check provider</source> <source>Spell check provider</source>
<translation>Verktøy for stavekontroll</translation> <translation>Verktøy for stavekontroll</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="691"/> <location filename="../nw/dialogs/preferences.py" line="692"/>
<source>Note that the internal spell check tool is quite slow.</source> <source>Note that the internal spell check tool is quite slow.</source>
<translation>Merk at den interne stavekontrollen er ganske treg.</translation> <translation>Merk at den interne stavekontrollen er ganske treg.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="696"/> <location filename="../nw/dialogs/preferences.py" line="697"/>
<source>Spell check language</source> <source>Spell check language</source>
<translation>Språk for stavekontroll</translation> <translation>Språk for stavekontroll</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="696"/> <location filename="../nw/dialogs/preferences.py" line="697"/>
<source>Available languages are determined by your system.</source> <source>Available languages are determined by your system.</source>
<translation>Tilgjengelige språk hentes fra operativystemet ditt.</translation> <translation>Tilgjengelige språk hentes fra operativystemet ditt.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="708"/> <location filename="../nw/dialogs/preferences.py" line="709"/>
<source>Big document limit</source> <source>Big document limit</source>
<translation>Grense for store dokumenter</translation> <translation>Grense for store dokumenter</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="708"/> <location filename="../nw/dialogs/preferences.py" line="709"/>
<source>Full spell checking is disabled above this limit.</source> <source>Full spell checking is disabled above this limit.</source>
<translation>Automatisk stavekontroll slås av over grensen.</translation> <translation>Automatisk stavekontroll slås av over grensen.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="708"/> <location filename="../nw/dialogs/preferences.py" line="709"/>
<source>kB</source> <source>kB</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="717"/> <location filename="../nw/dialogs/preferences.py" line="718"/>
<source>Word Count</source> <source>Word Count</source>
<translation>Telling av ord</translation> <translation>Telling av ord</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="726"/> <location filename="../nw/dialogs/preferences.py" line="727"/>
<source>Word count interval</source> <source>Word count interval</source>
<translation>Telle-intervall</translation> <translation>Telle-intervall</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="726"/> <location filename="../nw/dialogs/preferences.py" line="727"/>
<source>How often the word count is updated.</source> <source>How often the word count is updated.</source>
<translation>Hvor ofte antall ord blir oppdatert.</translation> <translation>Hvor ofte antall ord blir oppdatert.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="726"/> <location filename="../nw/dialogs/preferences.py" line="727"/>
<source>seconds</source> <source>seconds</source>
<translation>sekunder</translation> <translation>sekunder</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="735"/> <location filename="../nw/dialogs/preferences.py" line="736"/>
<source>Writing Guides</source> <source>Writing Guides</source>
<translation>Hjelpesymboler</translation> <translation>Hjelpesymboler</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="740"/> <location filename="../nw/dialogs/preferences.py" line="741"/>
<source>Show tabs and spaces</source> <source>Show tabs and spaces</source>
<translation>Synlige tabulatorer og mellomrom</translation> <translation>Synlige tabulatorer og mellomrom</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="740"/> <location filename="../nw/dialogs/preferences.py" line="741"/>
<source>Add symbols to indicate tabs and spaces in the editor.</source> <source>Add symbols to indicate tabs and spaces in the editor.</source>
<translation>Viser symboler for å indikere disse i editoren.</translation> <translation>Viser symboler for å indikere disse i editoren.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="749"/> <location filename="../nw/dialogs/preferences.py" line="750"/>
<source>Show line endings</source> <source>Show line endings</source>
<translation>Synlige linjeender</translation> <translation>Synlige linjeender</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="749"/> <location filename="../nw/dialogs/preferences.py" line="750"/>
<source>Add a symbol to indicate line endings in the editor.</source> <source>Add a symbol to indicate line endings in the editor.</source>
<translation>Viser symbol for å indikere dette i editoren.</translation> <translation>Viser symbol for å indikere dette i editoren.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="757"/> <location filename="../nw/dialogs/preferences.py" line="758"/>
<source>Scroll Behaviour</source> <source>Scroll Behaviour</source>
<translation>Rullefelt</translation> <translation>Rullefelt</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="762"/> <location filename="../nw/dialogs/preferences.py" line="763"/>
<source>Scroll past end of the document</source> <source>Scroll past end of the document</source>
<translation>Tillat å rulle forbi slutten av dokumentet</translation> <translation>Tillat å rulle forbi slutten av dokumentet</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="762"/> <location filename="../nw/dialogs/preferences.py" line="763"/>
<source>Also improves trypewriter scrolling for short documents.</source> <source>Also improves trypewriter scrolling for short documents.</source>
<translation>Forbedrer funksjonen til skrivemaskin-rulling.</translation> <translation>Forbedrer funksjonen til skrivemaskin-rulling.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="771"/> <location filename="../nw/dialogs/preferences.py" line="772"/>
<source>Typewriter style scrolling when you type</source> <source>Typewriter style scrolling when you type</source>
<translation>Skrivemaskin-liknende rulling mens du skriver</translation> <translation>Skrivemaskin-liknende rulling mens du skriver</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="771"/> <location filename="../nw/dialogs/preferences.py" line="772"/>
<source>Try to keep the cursor at a fixed vertical position.</source> <source>Try to keep the cursor at a fixed vertical position.</source>
<translation>Prøver å holde markøren samme sted vertikalt.</translation> <translation>Prøver å holde markøren samme sted vertikalt.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="783"/> <location filename="../nw/dialogs/preferences.py" line="784"/>
<source>Minimum position for Typewriter scrolling</source> <source>Minimum position for Typewriter scrolling</source>
<translation>Minste avstand for skrivemaskin-rulling</translation> <translation>Minste avstand for skrivemaskin-rulling</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="783"/> <location filename="../nw/dialogs/preferences.py" line="784"/>
<source>Percentage of the editor height from the top.</source> <source>Percentage of the editor height from the top.</source>
<translation>I prosent fra toppen av editor-vinduet.</translation> <translation>I prosent fra toppen av editor-vinduet.</translation>
</message> </message>
@@ -3154,82 +3154,82 @@
<context> <context>
<name>GuiPreferencesGeneral</name> <name>GuiPreferencesGeneral</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="153"/> <location filename="../nw/dialogs/preferences.py" line="154"/>
<source>Look and Feel</source> <source>Look and Feel</source>
<translation>Utseende</translation> <translation>Utseende</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="182"/> <location filename="../nw/dialogs/preferences.py" line="183"/>
<source>Main GUI theme</source> <source>Main GUI theme</source>
<translation>Fargetema</translation> <translation>Fargetema</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="234"/> <location filename="../nw/dialogs/preferences.py" line="235"/>
<source>Changing this requires restarting novelWriter.</source> <source>Changing this requires restarting novelWriter.</source>
<translation>Endring av dette krever omstart av novelWriter.</translation> <translation>Endring av dette krever omstart av novelWriter.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="198"/> <location filename="../nw/dialogs/preferences.py" line="199"/>
<source>Main icon theme</source> <source>Main icon theme</source>
<translation>Ikon-tema</translation> <translation>Ikon-tema</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="207"/> <location filename="../nw/dialogs/preferences.py" line="208"/>
<source>Prefer icons for dark backgrounds</source> <source>Prefer icons for dark backgrounds</source>
<translation>Foretrekk ikoner for mørk bakgrunn</translation> <translation>Foretrekk ikoner for mørk bakgrunn</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="207"/> <location filename="../nw/dialogs/preferences.py" line="208"/>
<source>May improve the look of icons on dark themes.</source> <source>May improve the look of icons on dark themes.</source>
<translation>Kan forbedre utseende mørke temaer.</translation> <translation>Kan forbedre utseende mørke temaer.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="221"/> <location filename="../nw/dialogs/preferences.py" line="222"/>
<source>Font family</source> <source>Font family</source>
<translation>Skriftfamilie</translation> <translation>Skriftfamilie</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="234"/> <location filename="../nw/dialogs/preferences.py" line="235"/>
<source>Font size</source> <source>Font size</source>
<translation>Skriftstørrelse</translation> <translation>Skriftstørrelse</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="234"/> <location filename="../nw/dialogs/preferences.py" line="235"/>
<source>pt</source> <source>pt</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="243"/> <location filename="../nw/dialogs/preferences.py" line="244"/>
<source>GUI Settings</source> <source>GUI Settings</source>
<translation>Brukergrensesnitt</translation> <translation>Brukergrensesnitt</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="247"/> <location filename="../nw/dialogs/preferences.py" line="248"/>
<source>Show full path in document header</source> <source>Show full path in document header</source>
<translation>Vis full prosjektbane i dokumenthoder</translation> <translation>Vis full prosjektbane i dokumenthoder</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="247"/> <location filename="../nw/dialogs/preferences.py" line="248"/>
<source>Add the parent folder names to the header.</source> <source>Add the parent folder names to the header.</source>
<translation>Legger til mappene foran dokumentets navn.</translation> <translation>Legger til mappene foran dokumentets navn.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="255"/> <location filename="../nw/dialogs/preferences.py" line="256"/>
<source>Hide vertical scroll bars in main windows</source> <source>Hide vertical scroll bars in main windows</source>
<translation>Skjul vertikale rullefelt i hovedvinduer</translation> <translation>Skjul vertikale rullefelt i hovedvinduer</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="263"/> <location filename="../nw/dialogs/preferences.py" line="264"/>
<source>Scrolling available with mouse wheel and keys only.</source> <source>Scrolling available with mouse wheel and keys only.</source>
<translation>Rulling kan bare gjøres med mus og tastatur.</translation> <translation>Rulling kan bare gjøres med mus og tastatur.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="263"/> <location filename="../nw/dialogs/preferences.py" line="264"/>
<source>Hide horizontal scroll bars in main windows</source> <source>Hide horizontal scroll bars in main windows</source>
<translation>Skjul horisontale rullefelt i hovedvinduer</translation> <translation>Skjul horisontale rullefelt i hovedvinduer</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="166"/> <location filename="../nw/dialogs/preferences.py" line="167"/>
<source>Main GUI language</source> <source>Main GUI language</source>
<translation>Programspråk</translation> <translation>Programspråk</translation>
</message> </message>
@@ -3237,107 +3237,107 @@
<context> <context>
<name>GuiPreferencesProjects</name> <name>GuiPreferencesProjects</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="338"/> <location filename="../nw/dialogs/preferences.py" line="339"/>
<source>Automatic Save</source> <source>Automatic Save</source>
<translation>Automatisk lagring</translation> <translation>Automatisk lagring</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="346"/> <location filename="../nw/dialogs/preferences.py" line="347"/>
<source>Save document interval</source> <source>Save document interval</source>
<translation>Interval for lagring av dokument</translation> <translation>Interval for lagring av dokument</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="346"/> <location filename="../nw/dialogs/preferences.py" line="347"/>
<source>How often the open document is automatically saved.</source> <source>How often the open document is automatically saved.</source>
<translation>Hvor ofte det åpne dokumentet lagres automatisk.</translation> <translation>Hvor ofte det åpne dokumentet lagres automatisk.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="359"/> <location filename="../nw/dialogs/preferences.py" line="360"/>
<source>seconds</source> <source>seconds</source>
<translation>sekunder</translation> <translation>sekunder</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="359"/> <location filename="../nw/dialogs/preferences.py" line="360"/>
<source>Save project interval</source> <source>Save project interval</source>
<translation>Interval for lagring av prosjekt</translation> <translation>Interval for lagring av prosjekt</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="359"/> <location filename="../nw/dialogs/preferences.py" line="360"/>
<source>How often the open project is automatically saved.</source> <source>How often the open project is automatically saved.</source>
<translation>Hvor ofte det åpne prosjektet lagres automatisk.</translation> <translation>Hvor ofte det åpne prosjektet lagres automatisk.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="368"/> <location filename="../nw/dialogs/preferences.py" line="369"/>
<source>Project Backup</source> <source>Project Backup</source>
<translation>Sikkerhetskopi</translation> <translation>Sikkerhetskopi</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="372"/> <location filename="../nw/dialogs/preferences.py" line="373"/>
<source>Browse</source> <source>Browse</source>
<translation>Bla</translation> <translation>Bla</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="374"/> <location filename="../nw/dialogs/preferences.py" line="375"/>
<source>Backup storage location</source> <source>Backup storage location</source>
<translation>Filbane for sikkerhetskopi</translation> <translation>Filbane for sikkerhetskopi</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="466"/> <location filename="../nw/dialogs/preferences.py" line="467"/>
<source>Path: {0}</source> <source>Path: {0}</source>
<translation>Filbane: {0}</translation> <translation>Filbane: {0}</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="384"/> <location filename="../nw/dialogs/preferences.py" line="385"/>
<source>Run backup when the project is closed</source> <source>Run backup when the project is closed</source>
<translation>Lag sikkerhetskopi når prosjektet lukkes</translation> <translation>Lag sikkerhetskopi når prosjektet lukkes</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="384"/> <location filename="../nw/dialogs/preferences.py" line="385"/>
<source>Can be overridden for individual projects in Project Settings.</source> <source>Can be overridden for individual projects in Project Settings.</source>
<translation>Kan overstyres fra individuelle prosjektinnstillinger.</translation> <translation>Kan overstyres fra individuelle prosjektinnstillinger.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="395"/> <location filename="../nw/dialogs/preferences.py" line="396"/>
<source>Ask before running backup</source> <source>Ask before running backup</source>
<translation>Spør før sikkerhetskopi tas</translation> <translation>Spør før sikkerhetskopi tas</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="395"/> <location filename="../nw/dialogs/preferences.py" line="396"/>
<source>If off, backups will run in the background.</source> <source>If off, backups will run in the background.</source>
<translation>Hvis avslått, tas sikkerhetskopi automatisk.</translation> <translation>Hvis avslått, tas sikkerhetskopi automatisk.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="403"/> <location filename="../nw/dialogs/preferences.py" line="404"/>
<source>Session Timer</source> <source>Session Timer</source>
<translation>Sesjons-klokke</translation> <translation>Sesjons-klokke</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="408"/> <location filename="../nw/dialogs/preferences.py" line="409"/>
<source>Pause the session timer when not writing</source> <source>Pause the session timer when not writing</source>
<translation>Sett klokka pause når du er inaktiv</translation> <translation>Sett klokka pause når du er inaktiv</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="408"/> <location filename="../nw/dialogs/preferences.py" line="409"/>
<source>Also pauses when the application window does not have focus.</source> <source>Also pauses when the application window does not have focus.</source>
<translation>Pauses også når du ikke jobber i applikasjonens vindu.</translation> <translation>Pauses også når du ikke jobber i applikasjonens vindu.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="421"/> <location filename="../nw/dialogs/preferences.py" line="422"/>
<source>Editor inactive time before pausing timer</source> <source>Editor inactive time before pausing timer</source>
<translation>Tid uten skriving før klokka settes pause</translation> <translation>Tid uten skriving før klokka settes pause</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="421"/> <location filename="../nw/dialogs/preferences.py" line="422"/>
<source>User activity includes typing and changing the content.</source> <source>User activity includes typing and changing the content.</source>
<translation>Dette måler kun endringer i teksteditoren.</translation> <translation>Dette måler kun endringer i teksteditoren.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="421"/> <location filename="../nw/dialogs/preferences.py" line="422"/>
<source>minutes</source> <source>minutes</source>
<translation>minutter</translation> <translation>minutter</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="461"/> <location filename="../nw/dialogs/preferences.py" line="462"/>
<source>Backup Directory</source> <source>Backup Directory</source>
<translation>Mappe for sikkerhetskopi</translation> <translation>Mappe for sikkerhetskopi</translation>
</message> </message>
@@ -3345,47 +3345,47 @@
<context> <context>
<name>GuiPreferencesQuotes</name> <name>GuiPreferencesQuotes</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1132"/> <location filename="../nw/dialogs/preferences.py" line="1133"/>
<source>Quotation Style</source> <source>Quotation Style</source>
<translation>Sitattegn</translation> <translation>Sitattegn</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1148"/> <location filename="../nw/dialogs/preferences.py" line="1149"/>
<source>Single quote open style</source> <source>Single quote open style</source>
<translation>Enkelt sitat, venstre side</translation> <translation>Enkelt sitat, venstre side</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1148"/> <location filename="../nw/dialogs/preferences.py" line="1149"/>
<source>The symbol to use for a leading single quote.</source> <source>The symbol to use for a leading single quote.</source>
<translation>Symbol for enkelt sitattegn før et sitat.</translation> <translation>Symbol for enkelt sitattegn før et sitat.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1164"/> <location filename="../nw/dialogs/preferences.py" line="1165"/>
<source>Single quote close style</source> <source>Single quote close style</source>
<translation>Enkelt sitat, høyre side</translation> <translation>Enkelt sitat, høyre side</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1164"/> <location filename="../nw/dialogs/preferences.py" line="1165"/>
<source>The symbol to use for a trailing single quote.</source> <source>The symbol to use for a trailing single quote.</source>
<translation>Symbol for enkelt sitattegn etter et sitat.</translation> <translation>Symbol for enkelt sitattegn etter et sitat.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1181"/> <location filename="../nw/dialogs/preferences.py" line="1182"/>
<source>Double quote open style</source> <source>Double quote open style</source>
<translation>Dobbelt sitat, venstre side</translation> <translation>Dobbelt sitat, venstre side</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1181"/> <location filename="../nw/dialogs/preferences.py" line="1182"/>
<source>The symbol to use for a leading double quote.</source> <source>The symbol to use for a leading double quote.</source>
<translation>Symbol for dobbelt sitattegn før et sitat.</translation> <translation>Symbol for dobbelt sitattegn før et sitat.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1197"/> <location filename="../nw/dialogs/preferences.py" line="1198"/>
<source>Double quote close style</source> <source>Double quote close style</source>
<translation>Dobbelt sitat, høyre side</translation> <translation>Dobbelt sitat, høyre side</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1197"/> <location filename="../nw/dialogs/preferences.py" line="1198"/>
<source>The symbol to use for a trailing double quote.</source> <source>The symbol to use for a trailing double quote.</source>
<translation>Symbol for dobbelt sitattegn etter et sitat.</translation> <translation>Symbol for dobbelt sitattegn etter et sitat.</translation>
</message> </message>
@@ -3393,67 +3393,67 @@
<context> <context>
<name>GuiPreferencesSyntax</name> <name>GuiPreferencesSyntax</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="868"/> <location filename="../nw/dialogs/preferences.py" line="869"/>
<source>Highlighting Theme</source> <source>Highlighting Theme</source>
<translation>Syntaksfremheving</translation> <translation>Syntaksfremheving</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="879"/> <location filename="../nw/dialogs/preferences.py" line="880"/>
<source>Highlighting theme</source> <source>Highlighting theme</source>
<translation>Fremhevingstema</translation> <translation>Fremhevingstema</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="879"/> <location filename="../nw/dialogs/preferences.py" line="880"/>
<source>Colour theme to apply to the editor and viewer.</source> <source>Colour theme to apply to the editor and viewer.</source>
<translation>Fargetema for editor og visning.</translation> <translation>Fargetema for editor og visning.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="887"/> <location filename="../nw/dialogs/preferences.py" line="888"/>
<source>Quotes &amp; Dialogue</source> <source>Quotes &amp; Dialogue</source>
<translation>Sitattegn &amp; dialog</translation> <translation>Sitattegn &amp; dialog</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="892"/> <location filename="../nw/dialogs/preferences.py" line="893"/>
<source>Highlight text wrapped in quotes</source> <source>Highlight text wrapped in quotes</source>
<translation>Fremhev tekst mellom sitattegn</translation> <translation>Fremhev tekst mellom sitattegn</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="892"/> <location filename="../nw/dialogs/preferences.py" line="893"/>
<source>Applies to single, double and straight quotes.</source> <source>Applies to single, double and straight quotes.</source>
<translation>Gjelder enkle, doble og rette sitattegn.</translation> <translation>Gjelder enkle, doble og rette sitattegn.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="900"/> <location filename="../nw/dialogs/preferences.py" line="901"/>
<source>Allow open-ended single quotes</source> <source>Allow open-ended single quotes</source>
<translation>Tillat enkle sitattegn som ikke lukkes</translation> <translation>Tillat enkle sitattegn som ikke lukkes</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="900"/> <location filename="../nw/dialogs/preferences.py" line="901"/>
<source>Highlight single-quoted line with no closing quote.</source> <source>Highlight single-quoted line with no closing quote.</source>
<translation>Fremhev sitater som ikke er lukket i samme avsnitt.</translation> <translation>Fremhev sitater som ikke er lukket i samme avsnitt.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="908"/> <location filename="../nw/dialogs/preferences.py" line="909"/>
<source>Allow open-ended double quotes</source> <source>Allow open-ended double quotes</source>
<translation>Tillat doble sitattegn som ikke lukkes</translation> <translation>Tillat doble sitattegn som ikke lukkes</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="908"/> <location filename="../nw/dialogs/preferences.py" line="909"/>
<source>Highlight double-quoted line with no closing quote.</source> <source>Highlight double-quoted line with no closing quote.</source>
<translation>Fremhev sitater som ikke er lukket i samme avsnitt.</translation> <translation>Fremhev sitater som ikke er lukket i samme avsnitt.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="916"/> <location filename="../nw/dialogs/preferences.py" line="917"/>
<source>Text Emphasis</source> <source>Text Emphasis</source>
<translation>Fremheving av tekst</translation> <translation>Fremheving av tekst</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="920"/> <location filename="../nw/dialogs/preferences.py" line="921"/>
<source>Add highlight colour to emphasised text</source> <source>Add highlight colour to emphasised text</source>
<translation>Fremhev formattert tekst</translation> <translation>Fremhev formattert tekst</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="920"/> <location filename="../nw/dialogs/preferences.py" line="921"/>
<source>Applies to emphasis (italic) and strong (bold).</source> <source>Applies to emphasis (italic) and strong (bold).</source>
<translation>Gjelder kursiv og fet tekst.</translation> <translation>Gjelder kursiv og fet tekst.</translation>
</message> </message>
+135 -135
View File
@@ -2762,47 +2762,47 @@
<context> <context>
<name>GuiPreferences</name> <name>GuiPreferences</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="106"/> <location filename="../nw/dialogs/preferences.py" line="107"/>
<source>Some changes will not be applied until novelWriter has been restarted.</source> <source>Some changes will not be applied until novelWriter has been restarted.</source>
<translation>Algumas alterações não serão aplicadas enquanto a aplicação não for reiniciada.</translation> <translation>Algumas alterações não serão aplicadas enquanto a aplicação não for reiniciada.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="57"/> <location filename="../nw/dialogs/preferences.py" line="58"/>
<source>Preferences</source> <source>Preferences</source>
<translation>Preferências</translation> <translation>Preferências</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="67"/> <location filename="../nw/dialogs/preferences.py" line="68"/>
<source>General</source> <source>General</source>
<translation>Geral</translation> <translation>Geral</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="68"/> <location filename="../nw/dialogs/preferences.py" line="69"/>
<source>Projects</source> <source>Projects</source>
<translation>Projetos</translation> <translation>Projetos</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="70"/> <location filename="../nw/dialogs/preferences.py" line="71"/>
<source>Editor</source> <source>Editor</source>
<translation>Editor</translation> <translation>Editor</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="69"/> <location filename="../nw/dialogs/preferences.py" line="70"/>
<source>Documents</source> <source>Documents</source>
<translation>Documentos</translation> <translation>Documentos</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="71"/> <location filename="../nw/dialogs/preferences.py" line="72"/>
<source>Highlighting</source> <source>Highlighting</source>
<translation>Destaque</translation> <translation>Destaque</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="72"/> <location filename="../nw/dialogs/preferences.py" line="73"/>
<source>Automation</source> <source>Automation</source>
<translation>Automação</translation> <translation>Automação</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="73"/> <location filename="../nw/dialogs/preferences.py" line="74"/>
<source>Quotes</source> <source>Quotes</source>
<translation>Citações</translation> <translation>Citações</translation>
</message> </message>
@@ -2810,107 +2810,107 @@
<context> <context>
<name>GuiPreferencesAutomation</name> <name>GuiPreferencesAutomation</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="976"/> <location filename="../nw/dialogs/preferences.py" line="977"/>
<source>Automatic Features</source> <source>Automatic Features</source>
<translation>Funcionalidades Automáticas</translation> <translation>Funcionalidades Automáticas</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="981"/> <location filename="../nw/dialogs/preferences.py" line="982"/>
<source>Auto-select word under cursor</source> <source>Auto-select word under cursor</source>
<translation>Selecionar automaticamente a palavra sob o cursor</translation> <translation>Selecionar automaticamente a palavra sob o cursor</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="981"/> <location filename="../nw/dialogs/preferences.py" line="982"/>
<source>Apply formatting to word under cursor if no selection is made.</source> <source>Apply formatting to word under cursor if no selection is made.</source>
<translation>Aplicar a formatação à palavra sob o cursor se nenhuma seleção for feita.</translation> <translation>Aplicar a formatação à palavra sob o cursor se nenhuma seleção for feita.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="991"/> <location filename="../nw/dialogs/preferences.py" line="992"/>
<source>Auto-replace text as you type</source> <source>Auto-replace text as you type</source>
<translation>Substituir automaticamente o texto enquanto digita</translation> <translation>Substituir automaticamente o texto enquanto digita</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="991"/> <location filename="../nw/dialogs/preferences.py" line="992"/>
<source>Allow the editor to replace symbols as you type.</source> <source>Allow the editor to replace symbols as you type.</source>
<translation>Permite que o editor substituia símbolos emquanto você digita.</translation> <translation>Permite que o editor substituia símbolos emquanto você digita.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="999"/> <location filename="../nw/dialogs/preferences.py" line="1000"/>
<source>Replace as You Type</source> <source>Replace as You Type</source>
<translation>Substituição Durante a Digitação</translation> <translation>Substituição Durante a Digitação</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1005"/> <location filename="../nw/dialogs/preferences.py" line="1006"/>
<source>Auto-replace single quotes</source> <source>Auto-replace single quotes</source>
<translation>Substituir automaticamente aspas simples</translation> <translation>Substituir automaticamente aspas simples</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1005"/> <location filename="../nw/dialogs/preferences.py" line="1006"/>
<source>Try to guess which is an opening or a closing single quote.</source> <source>Try to guess which is an opening or a closing single quote.</source>
<translation>Tenta adivinhar se a aspa simples é de abertura ou de fechamento.</translation> <translation>Tenta adivinhar se a aspa simples é de abertura ou de fechamento.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1015"/> <location filename="../nw/dialogs/preferences.py" line="1016"/>
<source>Auto-replace double quotes</source> <source>Auto-replace double quotes</source>
<translation>Subsitituir automaticamente aspas duplas</translation> <translation>Subsitituir automaticamente aspas duplas</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1015"/> <location filename="../nw/dialogs/preferences.py" line="1016"/>
<source>Try to guess which is an opening or a closing double quote.</source> <source>Try to guess which is an opening or a closing double quote.</source>
<translation>Tenta adivinhar se a aspa dupla é de abertura ou de fechamento.</translation> <translation>Tenta adivinhar se a aspa dupla é de abertura ou de fechamento.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1025"/> <location filename="../nw/dialogs/preferences.py" line="1026"/>
<source>Auto-replace dashes</source> <source>Auto-replace dashes</source>
<translation>Substituir automaticamente os travessões</translation> <translation>Substituir automaticamente os travessões</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1025"/> <location filename="../nw/dialogs/preferences.py" line="1026"/>
<source>Double and triple hyphens become short and long dashes.</source> <source>Double and triple hyphens become short and long dashes.</source>
<translation>Hífens duplos ou triplos se tornam travessões curtos ou longos.</translation> <translation>Hífens duplos ou triplos se tornam travessões curtos ou longos.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1035"/> <location filename="../nw/dialogs/preferences.py" line="1036"/>
<source>Auto-replace dots</source> <source>Auto-replace dots</source>
<translation>Substituir automaticamente os pontos</translation> <translation>Substituir automaticamente os pontos</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1035"/> <location filename="../nw/dialogs/preferences.py" line="1036"/>
<source>Three consecutive dots become ellipsis.</source> <source>Three consecutive dots become ellipsis.</source>
<translation>Três pontos consecutivos se tornam uma reticência.</translation> <translation>Três pontos consecutivos se tornam uma reticência.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1043"/> <location filename="../nw/dialogs/preferences.py" line="1044"/>
<source>Automatic Padding</source> <source>Automatic Padding</source>
<translation>Espaçamento Automático</translation> <translation>Espaçamento Automático</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1049"/> <location filename="../nw/dialogs/preferences.py" line="1050"/>
<source>Insert non-breaking space before</source> <source>Insert non-breaking space before</source>
<translation>Insere um espaço não-separável antes</translation> <translation>Insere um espaço não-separável antes</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1059"/> <location filename="../nw/dialogs/preferences.py" line="1060"/>
<source>Insert non-breaking space after</source> <source>Insert non-breaking space after</source>
<translation>Insere um espaço não-separável após</translation> <translation>Insere um espaço não-separável após</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1069"/> <location filename="../nw/dialogs/preferences.py" line="1070"/>
<source>Use thin space instead</source> <source>Use thin space instead</source>
<translation>Usar um espaço estreito</translation> <translation>Usar um espaço estreito</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1049"/> <location filename="../nw/dialogs/preferences.py" line="1050"/>
<source>Automatically add space before any of these symbols.</source> <source>Automatically add space before any of these symbols.</source>
<translation>Adicionar automaticamente um espaço antes de cada um desses símbolos.</translation> <translation>Adicionar automaticamente um espaço antes de cada um desses símbolos.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1059"/> <location filename="../nw/dialogs/preferences.py" line="1060"/>
<source>Automatically add space after any of these symbols.</source> <source>Automatically add space after any of these symbols.</source>
<translation>Adicionar automaticamente um espaço após cada um desses símbolos.</translation> <translation>Adicionar automaticamente um espaço após cada um desses símbolos.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1069"/> <location filename="../nw/dialogs/preferences.py" line="1070"/>
<source>Inserts a thin space instead of a regular space.</source> <source>Inserts a thin space instead of a regular space.</source>
<translation>Insere um espaço estreito ao invés de um espaço regular.</translation> <translation>Insere um espaço estreito ao invés de um espaço regular.</translation>
</message> </message>
@@ -2918,107 +2918,107 @@
<context> <context>
<name>GuiPreferencesDocuments</name> <name>GuiPreferencesDocuments</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="498"/> <location filename="../nw/dialogs/preferences.py" line="499"/>
<source>Text Style</source> <source>Text Style</source>
<translation>Estilo do Texto</translation> <translation>Estilo do Texto</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="508"/> <location filename="../nw/dialogs/preferences.py" line="509"/>
<source>Font family</source> <source>Font family</source>
<translation>Família da fonte</translation> <translation>Família da fonte</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="508"/> <location filename="../nw/dialogs/preferences.py" line="509"/>
<source>Font for the document editor and viewer.</source> <source>Font for the document editor and viewer.</source>
<translation>Fonte para o editor e visualizador de documentos.</translation> <translation>Fonte para o editor e visualizador de documentos.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="521"/> <location filename="../nw/dialogs/preferences.py" line="522"/>
<source>Font size</source> <source>Font size</source>
<translation>Tamanho da fonte</translation> <translation>Tamanho da fonte</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="521"/> <location filename="../nw/dialogs/preferences.py" line="522"/>
<source>Font size for the document editor and viewer.</source> <source>Font size for the document editor and viewer.</source>
<translation>Tamanho da fonte para o editor e visualizador de documentos.</translation> <translation>Tamanho da fonte para o editor e visualizador de documentos.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="530"/> <location filename="../nw/dialogs/preferences.py" line="531"/>
<source>Text Flow</source> <source>Text Flow</source>
<translation>Fluxo do Texto</translation> <translation>Fluxo do Texto</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="538"/> <location filename="../nw/dialogs/preferences.py" line="539"/>
<source>Maximum text width in &quot;Normal Mode&quot;</source> <source>Maximum text width in &quot;Normal Mode&quot;</source>
<translation>Largura máxima do texto no &quot;Modo Normal&quot;</translation> <translation>Largura máxima do texto no &quot;Modo Normal&quot;</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="551"/> <location filename="../nw/dialogs/preferences.py" line="552"/>
<source>Horizontal margins are scaled automatically.</source> <source>Horizontal margins are scaled automatically.</source>
<translation>Margens horizontais são redimensionadas automaticamente.</translation> <translation>Margens horizontais são redimensionadas automaticamente.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="551"/> <location filename="../nw/dialogs/preferences.py" line="552"/>
<source>Maximum text width in &quot;Focus Mode&quot;</source> <source>Maximum text width in &quot;Focus Mode&quot;</source>
<translation>Largura máxima do texto no &quot;Modo Foco&quot;</translation> <translation>Largura máxima do texto no &quot;Modo Foco&quot;</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="561"/> <location filename="../nw/dialogs/preferences.py" line="562"/>
<source>Disable maximum text width in &quot;Normal Mode&quot;</source> <source>Disable maximum text width in &quot;Normal Mode&quot;</source>
<translation>Desabilita a largura máxima do texto no &quot;Modo Normal&quot;</translation> <translation>Desabilita a largura máxima do texto no &quot;Modo Normal&quot;</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="561"/> <location filename="../nw/dialogs/preferences.py" line="562"/>
<source>Text width is defined by the margins only.</source> <source>Text width is defined by the margins only.</source>
<translation>A largura do texto é definida apenas pelas margens.</translation> <translation>A largura do texto é definida apenas pelas margens.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="570"/> <location filename="../nw/dialogs/preferences.py" line="571"/>
<source>Hide document footer in &quot;Focus Mode&quot;</source> <source>Hide document footer in &quot;Focus Mode&quot;</source>
<translation>Oculta o rodapé do documento no &quot;Modo Foco&quot;</translation> <translation>Oculta o rodapé do documento no &quot;Modo Foco&quot;</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="570"/> <location filename="../nw/dialogs/preferences.py" line="571"/>
<source>Hide the information bar at the bottom of the document.</source> <source>Hide the information bar at the bottom of the document.</source>
<translation>Oculta a barra de informações na parte de baixo do documento.</translation> <translation>Oculta a barra de informações na parte de baixo do documento.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="579"/> <location filename="../nw/dialogs/preferences.py" line="580"/>
<source>Justify the text margins in editor and viewer</source> <source>Justify the text margins in editor and viewer</source>
<translation>Justifica as margens do texto no editor e visualizador</translation> <translation>Justifica as margens do texto no editor e visualizador</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="579"/> <location filename="../nw/dialogs/preferences.py" line="580"/>
<source>Lay out text with straight edges in the editor and viewer.</source> <source>Lay out text with straight edges in the editor and viewer.</source>
<translation>Organiza o texto com cantos retos no editor e visualizador.</translation> <translation>Organiza o texto com cantos retos no editor e visualizador.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="591"/> <location filename="../nw/dialogs/preferences.py" line="592"/>
<source>Text margin</source> <source>Text margin</source>
<translation>Margem do texto</translation> <translation>Margem do texto</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="591"/> <location filename="../nw/dialogs/preferences.py" line="592"/>
<source>If maximum width is set, this becomes the minimum margin.</source> <source>If maximum width is set, this becomes the minimum margin.</source>
<translation>Se a largura máxima for definida, esta se torna a margem mínima.</translation> <translation>Se a largura máxima for definida, esta se torna a margem mínima.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="604"/> <location filename="../nw/dialogs/preferences.py" line="605"/>
<source>Tab width</source> <source>Tab width</source>
<translation>Largura da tabulação</translation> <translation>Largura da tabulação</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="604"/> <location filename="../nw/dialogs/preferences.py" line="605"/>
<source>The width of a tab key press in the editor and viewer.</source> <source>The width of a tab key press in the editor and viewer.</source>
<translation>A largura de uma tabulação no editor e visualizador.</translation> <translation>A largura de uma tabulação no editor e visualizador.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="604"/> <location filename="../nw/dialogs/preferences.py" line="605"/>
<source>px</source> <source>px</source>
<translation>px</translation> <translation>px</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="521"/> <location filename="../nw/dialogs/preferences.py" line="522"/>
<source>pt</source> <source>pt</source>
<translation>pt</translation> <translation>pt</translation>
</message> </message>
@@ -3026,127 +3026,127 @@
<context> <context>
<name>GuiPreferencesEditor</name> <name>GuiPreferencesEditor</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="670"/> <location filename="../nw/dialogs/preferences.py" line="671"/>
<source>Spell Checking</source> <source>Spell Checking</source>
<translation>Correção Ortográfica</translation> <translation>Correção Ortográfica</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="678"/> <location filename="../nw/dialogs/preferences.py" line="679"/>
<source>Internal</source> <source>Internal</source>
<translation>Interno</translation> <translation>Interno</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="691"/> <location filename="../nw/dialogs/preferences.py" line="692"/>
<source>Spell check provider</source> <source>Spell check provider</source>
<translation>Provedor de correção ortográfica</translation> <translation>Provedor de correção ortográfica</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="691"/> <location filename="../nw/dialogs/preferences.py" line="692"/>
<source>Note that the internal spell check tool is quite slow.</source> <source>Note that the internal spell check tool is quite slow.</source>
<translation>Note que o corretor ortográfico interno é significativamente lento.</translation> <translation>Note que o corretor ortográfico interno é significativamente lento.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="696"/> <location filename="../nw/dialogs/preferences.py" line="697"/>
<source>Spell check language</source> <source>Spell check language</source>
<translation>Idioma do corretor ortográfico</translation> <translation>Idioma do corretor ortográfico</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="696"/> <location filename="../nw/dialogs/preferences.py" line="697"/>
<source>Available languages are determined by your system.</source> <source>Available languages are determined by your system.</source>
<translation>Os idiomas disponíveis são determinados pelo seu sistema.</translation> <translation>Os idiomas disponíveis são determinados pelo seu sistema.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="708"/> <location filename="../nw/dialogs/preferences.py" line="709"/>
<source>Big document limit</source> <source>Big document limit</source>
<translation>Limite de documento grande</translation> <translation>Limite de documento grande</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="708"/> <location filename="../nw/dialogs/preferences.py" line="709"/>
<source>Full spell checking is disabled above this limit.</source> <source>Full spell checking is disabled above this limit.</source>
<translation>A verificação ortográfica é desabilitada acima desse limite.</translation> <translation>A verificação ortográfica é desabilitada acima desse limite.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="735"/> <location filename="../nw/dialogs/preferences.py" line="736"/>
<source>Writing Guides</source> <source>Writing Guides</source>
<translation>Guias de Escrita</translation> <translation>Guias de Escrita</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="740"/> <location filename="../nw/dialogs/preferences.py" line="741"/>
<source>Show tabs and spaces</source> <source>Show tabs and spaces</source>
<translation>Mostrar tabulações e espaços</translation> <translation>Mostrar tabulações e espaços</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="740"/> <location filename="../nw/dialogs/preferences.py" line="741"/>
<source>Add symbols to indicate tabs and spaces in the editor.</source> <source>Add symbols to indicate tabs and spaces in the editor.</source>
<translation>Adiciona símbolos para indicar tabulações e espaços no editor.</translation> <translation>Adiciona símbolos para indicar tabulações e espaços no editor.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="749"/> <location filename="../nw/dialogs/preferences.py" line="750"/>
<source>Show line endings</source> <source>Show line endings</source>
<translation>Mostrar terminações de linha</translation> <translation>Mostrar terminações de linha</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="749"/> <location filename="../nw/dialogs/preferences.py" line="750"/>
<source>Add a symbol to indicate line endings in the editor.</source> <source>Add a symbol to indicate line endings in the editor.</source>
<translation>Adiciona um símbolo para indicar a terminação de linha no editor.</translation> <translation>Adiciona um símbolo para indicar a terminação de linha no editor.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="757"/> <location filename="../nw/dialogs/preferences.py" line="758"/>
<source>Scroll Behaviour</source> <source>Scroll Behaviour</source>
<translation>Comportamento da Rolagem</translation> <translation>Comportamento da Rolagem</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="762"/> <location filename="../nw/dialogs/preferences.py" line="763"/>
<source>Scroll past end of the document</source> <source>Scroll past end of the document</source>
<translation>Rolar após o final do documento</translation> <translation>Rolar após o final do documento</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="762"/> <location filename="../nw/dialogs/preferences.py" line="763"/>
<source>Also improves trypewriter scrolling for short documents.</source> <source>Also improves trypewriter scrolling for short documents.</source>
<translation>Também melhora a rolagem de máquina de escrever em documentos curtos.</translation> <translation>Também melhora a rolagem de máquina de escrever em documentos curtos.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="771"/> <location filename="../nw/dialogs/preferences.py" line="772"/>
<source>Typewriter style scrolling when you type</source> <source>Typewriter style scrolling when you type</source>
<translation>Rolagem no estilo de máquina de escrever quando digita</translation> <translation>Rolagem no estilo de máquina de escrever quando digita</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="771"/> <location filename="../nw/dialogs/preferences.py" line="772"/>
<source>Try to keep the cursor at a fixed vertical position.</source> <source>Try to keep the cursor at a fixed vertical position.</source>
<translation>Tenta manter o cursor em uma posição vertical fixa.</translation> <translation>Tenta manter o cursor em uma posição vertical fixa.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="783"/> <location filename="../nw/dialogs/preferences.py" line="784"/>
<source>Minimum position for Typewriter scrolling</source> <source>Minimum position for Typewriter scrolling</source>
<translation>Posição máxima da rolagem de máquina de escrever</translation> <translation>Posição máxima da rolagem de máquina de escrever</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="783"/> <location filename="../nw/dialogs/preferences.py" line="784"/>
<source>Percentage of the editor height from the top.</source> <source>Percentage of the editor height from the top.</source>
<translation>Porcentagem da altura do editor desde o topo.</translation> <translation>Porcentagem da altura do editor desde o topo.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="708"/> <location filename="../nw/dialogs/preferences.py" line="709"/>
<source>kB</source> <source>kB</source>
<translation>kB</translation> <translation>kB</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="717"/> <location filename="../nw/dialogs/preferences.py" line="718"/>
<source>Word Count</source> <source>Word Count</source>
<translation>Contagem de Palavras</translation> <translation>Contagem de Palavras</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="726"/> <location filename="../nw/dialogs/preferences.py" line="727"/>
<source>Word count interval</source> <source>Word count interval</source>
<translation>Intervalo de contagem de palavras</translation> <translation>Intervalo de contagem de palavras</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="726"/> <location filename="../nw/dialogs/preferences.py" line="727"/>
<source>How often the word count is updated.</source> <source>How often the word count is updated.</source>
<translation>Com qual frequência a contagem de palavras é atualizada.</translation> <translation>Com qual frequência a contagem de palavras é atualizada.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="726"/> <location filename="../nw/dialogs/preferences.py" line="727"/>
<source>seconds</source> <source>seconds</source>
<translation>segundos</translation> <translation>segundos</translation>
</message> </message>
@@ -3154,82 +3154,82 @@
<context> <context>
<name>GuiPreferencesGeneral</name> <name>GuiPreferencesGeneral</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="153"/> <location filename="../nw/dialogs/preferences.py" line="154"/>
<source>Look and Feel</source> <source>Look and Feel</source>
<translation>Aparência</translation> <translation>Aparência</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="182"/> <location filename="../nw/dialogs/preferences.py" line="183"/>
<source>Main GUI theme</source> <source>Main GUI theme</source>
<translation>Tema da interface</translation> <translation>Tema da interface</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="234"/> <location filename="../nw/dialogs/preferences.py" line="235"/>
<source>Changing this requires restarting novelWriter.</source> <source>Changing this requires restarting novelWriter.</source>
<translation>Alterações nessa configuração exigem reinício da aplicação.</translation> <translation>Alterações nessa configuração exigem reinício da aplicação.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="198"/> <location filename="../nw/dialogs/preferences.py" line="199"/>
<source>Main icon theme</source> <source>Main icon theme</source>
<translation>Tema dos ícones</translation> <translation>Tema dos ícones</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="207"/> <location filename="../nw/dialogs/preferences.py" line="208"/>
<source>Prefer icons for dark backgrounds</source> <source>Prefer icons for dark backgrounds</source>
<translation>Preferir ícones para fundos escuros</translation> <translation>Preferir ícones para fundos escuros</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="207"/> <location filename="../nw/dialogs/preferences.py" line="208"/>
<source>May improve the look of icons on dark themes.</source> <source>May improve the look of icons on dark themes.</source>
<translation>Pode melhorar a aparência dos ícones em temas escuros.</translation> <translation>Pode melhorar a aparência dos ícones em temas escuros.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="221"/> <location filename="../nw/dialogs/preferences.py" line="222"/>
<source>Font family</source> <source>Font family</source>
<translation>Família da fonte</translation> <translation>Família da fonte</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="234"/> <location filename="../nw/dialogs/preferences.py" line="235"/>
<source>Font size</source> <source>Font size</source>
<translation>Tamanho da fonte</translation> <translation>Tamanho da fonte</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="243"/> <location filename="../nw/dialogs/preferences.py" line="244"/>
<source>GUI Settings</source> <source>GUI Settings</source>
<translation>Configurações da Interface</translation> <translation>Configurações da Interface</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="247"/> <location filename="../nw/dialogs/preferences.py" line="248"/>
<source>Show full path in document header</source> <source>Show full path in document header</source>
<translation>Mostrar o caminho completo do documento no cabeçalho</translation> <translation>Mostrar o caminho completo do documento no cabeçalho</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="247"/> <location filename="../nw/dialogs/preferences.py" line="248"/>
<source>Add the parent folder names to the header.</source> <source>Add the parent folder names to the header.</source>
<translation>Adiciona o nome dos diretórios-pai ao cabeçalho.</translation> <translation>Adiciona o nome dos diretórios-pai ao cabeçalho.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="255"/> <location filename="../nw/dialogs/preferences.py" line="256"/>
<source>Hide vertical scroll bars in main windows</source> <source>Hide vertical scroll bars in main windows</source>
<translation>Ocultar a barra de rolagem vertical nas janelas principais</translation> <translation>Ocultar a barra de rolagem vertical nas janelas principais</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="263"/> <location filename="../nw/dialogs/preferences.py" line="264"/>
<source>Scrolling available with mouse wheel and keys only.</source> <source>Scrolling available with mouse wheel and keys only.</source>
<translation>A rolagem de tela estará diponível apenas com o mouse ou teclado.</translation> <translation>A rolagem de tela estará diponível apenas com o mouse ou teclado.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="263"/> <location filename="../nw/dialogs/preferences.py" line="264"/>
<source>Hide horizontal scroll bars in main windows</source> <source>Hide horizontal scroll bars in main windows</source>
<translation>Ocultar a barra de rolagem horizontal nas janelas principais</translation> <translation>Ocultar a barra de rolagem horizontal nas janelas principais</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="234"/> <location filename="../nw/dialogs/preferences.py" line="235"/>
<source>pt</source> <source>pt</source>
<translation>pt</translation> <translation>pt</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="166"/> <location filename="../nw/dialogs/preferences.py" line="167"/>
<source>Main GUI language</source> <source>Main GUI language</source>
<translation>Idioma da Interface</translation> <translation>Idioma da Interface</translation>
</message> </message>
@@ -3237,107 +3237,107 @@
<context> <context>
<name>GuiPreferencesProjects</name> <name>GuiPreferencesProjects</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="338"/> <location filename="../nw/dialogs/preferences.py" line="339"/>
<source>Automatic Save</source> <source>Automatic Save</source>
<translation>Salvamento Automático</translation> <translation>Salvamento Automático</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="346"/> <location filename="../nw/dialogs/preferences.py" line="347"/>
<source>Save document interval</source> <source>Save document interval</source>
<translation>Intervalo de salvamento do documento</translation> <translation>Intervalo de salvamento do documento</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="346"/> <location filename="../nw/dialogs/preferences.py" line="347"/>
<source>How often the open document is automatically saved.</source> <source>How often the open document is automatically saved.</source>
<translation>Com qual frequência o documento aberto é salvo automaticamente.</translation> <translation>Com qual frequência o documento aberto é salvo automaticamente.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="359"/> <location filename="../nw/dialogs/preferences.py" line="360"/>
<source>Save project interval</source> <source>Save project interval</source>
<translation>Intervalo de salvamento do projeto</translation> <translation>Intervalo de salvamento do projeto</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="359"/> <location filename="../nw/dialogs/preferences.py" line="360"/>
<source>How often the open project is automatically saved.</source> <source>How often the open project is automatically saved.</source>
<translation>Com qual frequencia o projeto aberto é salvo automaticamente.</translation> <translation>Com qual frequencia o projeto aberto é salvo automaticamente.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="368"/> <location filename="../nw/dialogs/preferences.py" line="369"/>
<source>Project Backup</source> <source>Project Backup</source>
<translation>Cópia de Segurança</translation> <translation>Cópia de Segurança</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="372"/> <location filename="../nw/dialogs/preferences.py" line="373"/>
<source>Browse</source> <source>Browse</source>
<translation>Procurar</translation> <translation>Procurar</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="374"/> <location filename="../nw/dialogs/preferences.py" line="375"/>
<source>Backup storage location</source> <source>Backup storage location</source>
<translation>Localização da cópia de segurança</translation> <translation>Localização da cópia de segurança</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="384"/> <location filename="../nw/dialogs/preferences.py" line="385"/>
<source>Run backup when the project is closed</source> <source>Run backup when the project is closed</source>
<translation>Executar a cópia de segurança quando o projeto é fechado</translation> <translation>Executar a cópia de segurança quando o projeto é fechado</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="384"/> <location filename="../nw/dialogs/preferences.py" line="385"/>
<source>Can be overridden for individual projects in Project Settings.</source> <source>Can be overridden for individual projects in Project Settings.</source>
<translation>Pode ser sobrescrito para projetos individuais nas configurações do projeto.</translation> <translation>Pode ser sobrescrito para projetos individuais nas configurações do projeto.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="395"/> <location filename="../nw/dialogs/preferences.py" line="396"/>
<source>Ask before running backup</source> <source>Ask before running backup</source>
<translation>Perguntar antes de executar a cópia de segurança</translation> <translation>Perguntar antes de executar a cópia de segurança</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="395"/> <location filename="../nw/dialogs/preferences.py" line="396"/>
<source>If off, backups will run in the background.</source> <source>If off, backups will run in the background.</source>
<translation>Se desativado, cópias de segurança serão executadas em segundo plano.</translation> <translation>Se desativado, cópias de segurança serão executadas em segundo plano.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="461"/> <location filename="../nw/dialogs/preferences.py" line="462"/>
<source>Backup Directory</source> <source>Backup Directory</source>
<translation>Diretório das Cópias de Segurança</translation> <translation>Diretório das Cópias de Segurança</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="359"/> <location filename="../nw/dialogs/preferences.py" line="360"/>
<source>seconds</source> <source>seconds</source>
<translation>segundos</translation> <translation>segundos</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="403"/> <location filename="../nw/dialogs/preferences.py" line="404"/>
<source>Session Timer</source> <source>Session Timer</source>
<translation>Temporizador da Sessão</translation> <translation>Temporizador da Sessão</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="408"/> <location filename="../nw/dialogs/preferences.py" line="409"/>
<source>Pause the session timer when not writing</source> <source>Pause the session timer when not writing</source>
<translation>Pausa o temporizador da sessão quando não estiver escrevendo</translation> <translation>Pausa o temporizador da sessão quando não estiver escrevendo</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="408"/> <location filename="../nw/dialogs/preferences.py" line="409"/>
<source>Also pauses when the application window does not have focus.</source> <source>Also pauses when the application window does not have focus.</source>
<translation>Também pausa quando a janela da aplicação não estiver em foco.</translation> <translation>Também pausa quando a janela da aplicação não estiver em foco.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="421"/> <location filename="../nw/dialogs/preferences.py" line="422"/>
<source>Editor inactive time before pausing timer</source> <source>Editor inactive time before pausing timer</source>
<translation>Tempo inativo do editor antes de pausar o temporizador</translation> <translation>Tempo inativo do editor antes de pausar o temporizador</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="421"/> <location filename="../nw/dialogs/preferences.py" line="422"/>
<source>User activity includes typing and changing the content.</source> <source>User activity includes typing and changing the content.</source>
<translation>Atividades de usuário incluem escrever e alterar o conteúdo.</translation> <translation>Atividades de usuário incluem escrever e alterar o conteúdo.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="421"/> <location filename="../nw/dialogs/preferences.py" line="422"/>
<source>minutes</source> <source>minutes</source>
<translation>minutos</translation> <translation>minutos</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="466"/> <location filename="../nw/dialogs/preferences.py" line="467"/>
<source>Path: {0}</source> <source>Path: {0}</source>
<translation>Caminho: {0}</translation> <translation>Caminho: {0}</translation>
</message> </message>
@@ -3345,47 +3345,47 @@
<context> <context>
<name>GuiPreferencesQuotes</name> <name>GuiPreferencesQuotes</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1132"/> <location filename="../nw/dialogs/preferences.py" line="1133"/>
<source>Quotation Style</source> <source>Quotation Style</source>
<translation>Estilo de Aspas</translation> <translation>Estilo de Aspas</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1148"/> <location filename="../nw/dialogs/preferences.py" line="1149"/>
<source>Single quote open style</source> <source>Single quote open style</source>
<translation>Estilo da aspa de abertura simples</translation> <translation>Estilo da aspa de abertura simples</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1148"/> <location filename="../nw/dialogs/preferences.py" line="1149"/>
<source>The symbol to use for a leading single quote.</source> <source>The symbol to use for a leading single quote.</source>
<translation>O símbolo usado para a aspa simples à esquerda.</translation> <translation>O símbolo usado para a aspa simples à esquerda.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1164"/> <location filename="../nw/dialogs/preferences.py" line="1165"/>
<source>Single quote close style</source> <source>Single quote close style</source>
<translation>Estilo da aspa de fechamento simples</translation> <translation>Estilo da aspa de fechamento simples</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1164"/> <location filename="../nw/dialogs/preferences.py" line="1165"/>
<source>The symbol to use for a trailing single quote.</source> <source>The symbol to use for a trailing single quote.</source>
<translation>O símbolo usado para a aspa simples à esquerda.</translation> <translation>O símbolo usado para a aspa simples à esquerda.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1181"/> <location filename="../nw/dialogs/preferences.py" line="1182"/>
<source>Double quote open style</source> <source>Double quote open style</source>
<translation>Estilo da aspa de abertura dupla</translation> <translation>Estilo da aspa de abertura dupla</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1181"/> <location filename="../nw/dialogs/preferences.py" line="1182"/>
<source>The symbol to use for a leading double quote.</source> <source>The symbol to use for a leading double quote.</source>
<translation>O símbolo usado para a aspa dupla à esquerda.</translation> <translation>O símbolo usado para a aspa dupla à esquerda.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1197"/> <location filename="../nw/dialogs/preferences.py" line="1198"/>
<source>Double quote close style</source> <source>Double quote close style</source>
<translation>Estilo da aspa de fechamento dupla</translation> <translation>Estilo da aspa de fechamento dupla</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="1197"/> <location filename="../nw/dialogs/preferences.py" line="1198"/>
<source>The symbol to use for a trailing double quote.</source> <source>The symbol to use for a trailing double quote.</source>
<translation>O símbolo usado para a aspa dupla à direita.</translation> <translation>O símbolo usado para a aspa dupla à direita.</translation>
</message> </message>
@@ -3393,67 +3393,67 @@
<context> <context>
<name>GuiPreferencesSyntax</name> <name>GuiPreferencesSyntax</name>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="868"/> <location filename="../nw/dialogs/preferences.py" line="869"/>
<source>Highlighting Theme</source> <source>Highlighting Theme</source>
<translation>Tema do Destaque</translation> <translation>Tema do Destaque</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="879"/> <location filename="../nw/dialogs/preferences.py" line="880"/>
<source>Highlighting theme</source> <source>Highlighting theme</source>
<translation>Tema do destaque</translation> <translation>Tema do destaque</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="879"/> <location filename="../nw/dialogs/preferences.py" line="880"/>
<source>Colour theme to apply to the editor and viewer.</source> <source>Colour theme to apply to the editor and viewer.</source>
<translation>Tema de cores para aplicar ao editor e visualizador.</translation> <translation>Tema de cores para aplicar ao editor e visualizador.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="887"/> <location filename="../nw/dialogs/preferences.py" line="888"/>
<source>Quotes &amp; Dialogue</source> <source>Quotes &amp; Dialogue</source>
<translation>Citações e Diálogos</translation> <translation>Citações e Diálogos</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="892"/> <location filename="../nw/dialogs/preferences.py" line="893"/>
<source>Highlight text wrapped in quotes</source> <source>Highlight text wrapped in quotes</source>
<translation>Destaca o texto em citações</translation> <translation>Destaca o texto em citações</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="892"/> <location filename="../nw/dialogs/preferences.py" line="893"/>
<source>Applies to single, double and straight quotes.</source> <source>Applies to single, double and straight quotes.</source>
<translation>Aplica-se a citações com aspas simples, duplas e retas.</translation> <translation>Aplica-se a citações com aspas simples, duplas e retas.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="900"/> <location filename="../nw/dialogs/preferences.py" line="901"/>
<source>Allow open-ended single quotes</source> <source>Allow open-ended single quotes</source>
<translation>Permite citações com aspas simples sem fechamento</translation> <translation>Permite citações com aspas simples sem fechamento</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="900"/> <location filename="../nw/dialogs/preferences.py" line="901"/>
<source>Highlight single-quoted line with no closing quote.</source> <source>Highlight single-quoted line with no closing quote.</source>
<translation>Destaca a linha com citação de aspas simples sem aspas de fechamento.</translation> <translation>Destaca a linha com citação de aspas simples sem aspas de fechamento.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="908"/> <location filename="../nw/dialogs/preferences.py" line="909"/>
<source>Allow open-ended double quotes</source> <source>Allow open-ended double quotes</source>
<translation>Permite citações com aspas duplas sem fechamento</translation> <translation>Permite citações com aspas duplas sem fechamento</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="908"/> <location filename="../nw/dialogs/preferences.py" line="909"/>
<source>Highlight double-quoted line with no closing quote.</source> <source>Highlight double-quoted line with no closing quote.</source>
<translation>Destaca a linha com citação de aspas duplas sem aspas de fechamento.</translation> <translation>Destaca a linha com citação de aspas duplas sem aspas de fechamento.</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="916"/> <location filename="../nw/dialogs/preferences.py" line="917"/>
<source>Text Emphasis</source> <source>Text Emphasis</source>
<translation>Ênfase de Texto</translation> <translation>Ênfase de Texto</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="920"/> <location filename="../nw/dialogs/preferences.py" line="921"/>
<source>Add highlight colour to emphasised text</source> <source>Add highlight colour to emphasised text</source>
<translation>Adiciona destaque de cor ao texto enfatizado</translation> <translation>Adiciona destaque de cor ao texto enfatizado</translation>
</message> </message>
<message> <message>
<location filename="../nw/dialogs/preferences.py" line="920"/> <location filename="../nw/dialogs/preferences.py" line="921"/>
<source>Applies to emphasis (italic) and strong (bold).</source> <source>Applies to emphasis (italic) and strong (bold).</source>
<translation>Aplica-se à ênfase (itálico) e ênfase forte (negrito).</translation> <translation>Aplica-se à ênfase (itálico) e ênfase forte (negrito).</translation>
</message> </message>
+2
View File
@@ -7,6 +7,7 @@ from nw.dialogs.itemeditor import GuiItemEditor
from nw.dialogs.preferences import GuiPreferences from nw.dialogs.preferences import GuiPreferences
from nw.dialogs.projload import GuiProjectLoad from nw.dialogs.projload import GuiProjectLoad
from nw.dialogs.projsettings import GuiProjectSettings from nw.dialogs.projsettings import GuiProjectSettings
from nw.dialogs.quotes import GuiQuoteSelect
from nw.dialogs.wordlist import GuiWordList from nw.dialogs.wordlist import GuiWordList
__all__ = [ __all__ = [
@@ -17,5 +18,6 @@ __all__ = [
"GuiPreferences", "GuiPreferences",
"GuiProjectLoad", "GuiProjectLoad",
"GuiProjectSettings", "GuiProjectSettings",
"GuiQuoteSelect",
"GuiWordList", "GuiWordList",
] ]
+3 -2
View File
@@ -38,7 +38,8 @@ from PyQt5.QtWidgets import (
from nw.core import NWSpellSimple, NWSpellEnchant from nw.core import NWSpellSimple, NWSpellEnchant
from nw.enum import nwAlert from nw.enum import nwAlert
from nw.constants import nwConst from nw.constants import nwConst
from nw.gui.custom import QSwitch, QConfigLayout, PagedDialog, QuotesDialog from nw.gui.custom import QSwitch, QConfigLayout, PagedDialog
from nw.dialogs.quotes import GuiQuoteSelect
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
@@ -1223,7 +1224,7 @@ class GuiPreferencesQuotes(QWidget):
def _getQuote(self, qType): def _getQuote(self, qType):
"""Dialog for single quote open. """Dialog for single quote open.
""" """
qtBox = QuotesDialog(self, currentQuote=self.quoteSym[qType].text()) qtBox = GuiQuoteSelect(self, currentQuote=self.quoteSym[qType].text())
if qtBox.exec_() == QDialog.Accepted: if qtBox.exec_() == QDialog.Accepted:
self.quoteSym[qType].setText(qtBox.selectedQuote) self.quoteSym[qType].setText(qtBox.selectedQuote)
+133
View File
@@ -0,0 +1,133 @@
# -*- coding: utf-8 -*-
"""
novelWriter GUI Quotes Dialog
===============================
GUI class for quotes dialog
File History:
Created: 2020-06-18 [0.9]
This file is a part of novelWriter
Copyright 20182021, Veronica Berglyd Olsen
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
import nw
import logging
from PyQt5.QtGui import QFontMetrics
from PyQt5.QtCore import Qt, QSize
from PyQt5.QtWidgets import (
QLabel, QVBoxLayout, QHBoxLayout, QDialog, QDialogButtonBox,
QListWidget, QListWidgetItem, QFrame
)
from nw.constants import trConst, nwQuotes
logger = logging.getLogger(__name__)
class GuiQuoteSelect(QDialog):
selectedQuote = ""
def __init__(self, theParent=None, currentQuote="\""):
QDialog.__init__(self, parent=theParent)
self.mainConf = nw.CONFIG
self.outerBox = QVBoxLayout()
self.innerBox = QHBoxLayout()
self.labelBox = QVBoxLayout()
self.selectedQuote = currentQuote
qMetrics = QFontMetrics(self.font())
pxW = 7*qMetrics.boundingRectChar("M").width()
pxH = 7*qMetrics.boundingRectChar("M").height()
pxH = 7*qMetrics.boundingRectChar("M").height()
lblFont = self.font()
lblFont.setPointSizeF(4*lblFont.pointSizeF())
# Preview Label
self.previewLabel = QLabel(currentQuote)
self.previewLabel.setFont(lblFont)
self.previewLabel.setFixedSize(QSize(pxW, pxH))
self.previewLabel.setAlignment(Qt.AlignCenter)
self.previewLabel.setFrameStyle(QFrame.Box | QFrame.Plain)
# Quote Symbols
self.listBox = QListWidget()
self.listBox.itemSelectionChanged.connect(self._selectedSymbol)
minSize = 100
for sKey, sLabel in nwQuotes.SYMBOLS.items():
theText = "[ %s ] %s" % (sKey, trConst(sLabel))
minSize = max(minSize, qMetrics.boundingRect(theText).width())
qtItem = QListWidgetItem(theText)
qtItem.setData(Qt.UserRole, sKey)
self.listBox.addItem(qtItem)
if sKey == currentQuote:
self.listBox.setCurrentItem(qtItem)
self.listBox.setMinimumWidth(minSize + self.mainConf.pxInt(40))
self.listBox.setMinimumHeight(self.mainConf.pxInt(150))
# Buttons
self.buttonBox = QDialogButtonBox(QDialogButtonBox.Ok | QDialogButtonBox.Cancel)
self.buttonBox.accepted.connect(self._doAccept)
self.buttonBox.rejected.connect(self._doReject)
# Assemble
self.labelBox.addWidget(self.previewLabel, 0, Qt.AlignTop)
self.labelBox.addStretch(1)
self.innerBox.addLayout(self.labelBox)
self.innerBox.addWidget(self.listBox)
self.outerBox.addLayout(self.innerBox)
self.outerBox.addWidget(self.buttonBox)
self.setLayout(self.outerBox)
return
##
# Slots
##
def _selectedSymbol(self):
"""Update the preview label and the selected quote style.
"""
selItems = self.listBox.selectedItems()
if selItems:
theSymbol = selItems[0].data(Qt.UserRole)
self.previewLabel.setText(theSymbol)
self.selectedQuote = theSymbol
return
def _doAccept(self):
"""Ok button clicked.
"""
self.accept()
return
def _doReject(self):
"""Cancel button clicked.
"""
self.reject()
return
# END Class GuiQuoteSelect
+5 -104
View File
@@ -29,18 +29,17 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
import nw import nw
import logging import logging
from PyQt5.QtGui import QColor, QPalette, QPainter, QFontMetrics from PyQt5.QtGui import QColor, QPalette, QPainter
from PyQt5.QtCore import ( from PyQt5.QtCore import (
Qt, QRect, QPoint, QSize, QRectF, QPropertyAnimation, pyqtProperty Qt, QRect, QPoint, QRectF, QPropertyAnimation, pyqtProperty
) )
from PyQt5.QtWidgets import ( from PyQt5.QtWidgets import (
QGridLayout, QLabel, QWidget, QVBoxLayout, QHBoxLayout, QSizePolicy, QGridLayout, QLabel, QWidget, QVBoxLayout, QHBoxLayout, QSizePolicy,
QAbstractButton, QDialog, QTabWidget, QTabBar, QStyle, QDialogButtonBox, QAbstractButton, QDialog, QTabWidget, QTabBar, QStyle, QStylePainter,
QStylePainter, QStyleOptionTab, QListWidget, QListWidgetItem, QFrame, QStyleOptionTab, QLineEdit
QLineEdit
) )
from nw.constants import trConst, nwQuotes, nwUnicode from nw.constants import nwUnicode
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
@@ -461,101 +460,3 @@ class VerticalTabBar(QTabBar):
return return
# END Class VerticalTabBar # END Class VerticalTabBar
# =============================================================================================== #
# Quotes Dialog
# =============================================================================================== #
class QuotesDialog(QDialog):
selectedQuote = ""
def __init__(self, theParent=None, currentQuote="\""):
QDialog.__init__(self, parent=theParent)
self.mainConf = nw.CONFIG
self.outerBox = QVBoxLayout()
self.innerBox = QHBoxLayout()
self.labelBox = QVBoxLayout()
self.selectedQuote = currentQuote
qMetrics = QFontMetrics(self.font())
pxW = 7*qMetrics.boundingRectChar("M").width()
pxH = 7*qMetrics.boundingRectChar("M").height()
pxH = 7*qMetrics.boundingRectChar("M").height()
lblFont = self.font()
lblFont.setPointSizeF(4*lblFont.pointSizeF())
# Preview Label
self.previewLabel = QLabel(currentQuote)
self.previewLabel.setFont(lblFont)
self.previewLabel.setFixedSize(QSize(pxW, pxH))
self.previewLabel.setAlignment(Qt.AlignCenter)
self.previewLabel.setFrameStyle(QFrame.Box | QFrame.Plain)
# Quote Symbols
self.listBox = QListWidget()
self.listBox.itemSelectionChanged.connect(self._selectedSymbol)
minSize = 100
for sKey, sLabel in nwQuotes.SYMBOLS.items():
theText = "[ %s ] %s" % (sKey, trConst(sLabel))
minSize = max(minSize, qMetrics.boundingRect(theText).width())
qtItem = QListWidgetItem(theText)
qtItem.setData(Qt.UserRole, sKey)
self.listBox.addItem(qtItem)
if sKey == currentQuote:
self.listBox.setCurrentItem(qtItem)
self.listBox.setMinimumWidth(minSize + self.mainConf.pxInt(40))
self.listBox.setMinimumHeight(self.mainConf.pxInt(150))
# Buttons
self.buttonBox = QDialogButtonBox(QDialogButtonBox.Ok | QDialogButtonBox.Cancel)
self.buttonBox.accepted.connect(self._doAccept)
self.buttonBox.rejected.connect(self._doReject)
# Assemble
self.labelBox.addWidget(self.previewLabel, 0, Qt.AlignTop)
self.labelBox.addStretch(1)
self.innerBox.addLayout(self.labelBox)
self.innerBox.addWidget(self.listBox)
self.outerBox.addLayout(self.innerBox)
self.outerBox.addWidget(self.buttonBox)
self.setLayout(self.outerBox)
return
##
# Slots
##
def _selectedSymbol(self):
"""Update the preview label and the selected quote style.
"""
selItems = self.listBox.selectedItems()
if selItems:
theSymbol = selItems[0].data(Qt.UserRole)
self.previewLabel.setText(theSymbol)
self.selectedQuote = theSymbol
return
def _doAccept(self):
"""Ok button clicked.
"""
self.accept()
return
def _doReject(self):
"""Cancel button clicked.
"""
self.reject()
return
# END Class QuotesDialog
@@ -25,20 +25,20 @@ import pytest
from PyQt5.QtCore import QItemSelectionModel from PyQt5.QtCore import QItemSelectionModel
from PyQt5.QtWidgets import QListWidgetItem, QDialog, QMessageBox from PyQt5.QtWidgets import QListWidgetItem, QDialog, QMessageBox
from nw.gui.custom import QuotesDialog from nw.dialogs import GuiQuoteSelect
keyDelay = 2 keyDelay = 2
typeDelay = 1 typeDelay = 1
stepDelay = 20 stepDelay = 20
@pytest.mark.gui @pytest.mark.gui
def testGuiDialogs_Quotes(qtbot, monkeypatch, nwGUI, nwMinimal): def testDialogs_QuoteSelect(qtbot, monkeypatch, nwGUI, nwMinimal):
"""Test the quote symbols dialog. """Test the quote symbols dialog.
""" """
# Block message box # Block message box
monkeypatch.setattr(QMessageBox, "question", lambda *args: QMessageBox.Yes) monkeypatch.setattr(QMessageBox, "question", lambda *args: QMessageBox.Yes)
nwQuot = QuotesDialog(nwGUI) nwQuot = GuiQuoteSelect(nwGUI)
nwQuot.show() nwQuot.show()
lastItem = "" lastItem = ""
@@ -58,4 +58,4 @@ def testGuiDialogs_Quotes(qtbot, monkeypatch, nwGUI, nwMinimal):
nwQuot._doReject() nwQuot._doReject()
nwQuot.close() nwQuot.close()
# END Test testDialogs_Quotes # END Test testDialogs_QuoteSelect
+3 -4
View File
@@ -33,8 +33,7 @@ from PyQt5.QtWidgets import (
) )
from nw.config import Config from nw.config import Config
from nw.gui.custom import QuotesDialog from nw.dialogs import GuiPreferences, GuiQuoteSelect
from nw.dialogs import GuiPreferences
from nw.constants import nwConst from nw.constants import nwConst
keyDelay = 2 keyDelay = 2
@@ -234,8 +233,8 @@ def testDlgPreferences_Main(qtbot, monkeypatch, fncDir, outDir, refDir):
tabQuote = nwPrefs.tabQuote tabQuote = nwPrefs.tabQuote
nwPrefs._tabBox.setCurrentWidget(tabQuote) nwPrefs._tabBox.setCurrentWidget(tabQuote)
monkeypatch.setattr(QuotesDialog, "selectedQuote", "'") monkeypatch.setattr(GuiQuoteSelect, "selectedQuote", "'")
monkeypatch.setattr(QuotesDialog, "exec_", lambda *args: QDialog.Accepted) monkeypatch.setattr(GuiQuoteSelect, "exec_", lambda *args: QDialog.Accepted)
qtbot.mouseClick(tabQuote.btnDoubleStyleC, Qt.LeftButton) qtbot.mouseClick(tabQuote.btnDoubleStyleC, Qt.LeftButton)
# Save and Check Config # Save and Check Config