diff --git a/data/com.github.phase1geo.minder.appdata.xml b/data/com.github.phase1geo.minder.appdata.xml index 3a34953a..cf6711bc 100644 --- a/data/com.github.phase1geo.minder.appdata.xml +++ b/data/com.github.phase1geo.minder.appdata.xml @@ -159,6 +159,29 @@ none + + +

New

+

Novo

+

Nouveau

+
    +
  • Added support for Shift-L to change the color of any selected nodes.
  • +
  • Added support for natural scrolling preference.
  • +
+

Changes

+

Изменения

+

Alterações

+

Modifications

+
    +
  • Updated README.md to change the installation instructions for Arch-based distros to avoid issues with discount library.
  • +
+
+ + TODO status not inherited by all child nodes + Favorited stickers are not displayed in favorited section on application restart + Missing linked node causes errors with tooltip display + +

New

diff --git a/data/com.github.phase1geo.minder.appdata.xml.in b/data/com.github.phase1geo.minder.appdata.xml.in index d14f27c1..c34d7e0c 100644 --- a/data/com.github.phase1geo.minder.appdata.xml.in +++ b/data/com.github.phase1geo.minder.appdata.xml.in @@ -92,6 +92,24 @@ none + + +

New

+
    +
  • Added support for Shift-L to change the color of any selected nodes.
  • +
  • Added support for natural scrolling preference.
  • +
+

Changes

+
    +
  • Updated README.md to change the installation instructions for Arch-based distros to avoid issues with discount library.
  • +
+
+ + TODO status not inherited by all child nodes + Favorited stickers are not displayed in favorited section on application restart + Missing linked node causes errors with tooltip display + +

New

diff --git a/meson.build b/meson.build index 9fa4af6e..91a65106 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.phase1geo.minder', ['vala', 'c'], - version : '1.16.1', + version : '1.16.2', license: 'GPL-3.0' ) diff --git a/po/com.github.phase1geo.minder.pot b/po/com.github.phase1geo.minder.pot index 71189060..088686c7 100644 --- a/po/com.github.phase1geo.minder.pot +++ b/po/com.github.phase1geo.minder.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.phase1geo.minder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,72 +29,72 @@ msgstr "" msgid "Minder in AppCenter" msgstr "" -#: src/Application.vala:114 +#: src/Application.vala:122 msgid "ERROR: Unable to import file" msgstr "" -#: src/Application.vala:118 +#: src/Application.vala:126 msgid "ERROR: Import is missing filename to import" msgstr "" -#: src/Application.vala:133 +#: src/Application.vala:141 msgid "ERROR: Export is missing input file and/or export output file" msgstr "" -#: src/Application.vala:140 +#: src/Application.vala:148 #, c-format msgid "ERROR: Unable to open file '%s'\n" msgstr "" -#: src/Application.vala:184 +#: src/Application.vala:192 #, c-format msgid "Import file from format (%s)" msgstr "" -#: src/Application.vala:185 +#: src/Application.vala:193 #, c-format msgid "Export mindmap as format (%s)" msgstr "" -#: src/Application.vala:188 +#: src/Application.vala:196 msgid "Display version number" msgstr "" -#: src/Application.vala:189 +#: src/Application.vala:197 msgid "Starts Minder with a new file" msgstr "" -#: src/Application.vala:190 +#: src/Application.vala:198 msgid "Run testing" msgstr "" -#: src/Application.vala:193 +#: src/Application.vala:201 msgid "Enables a transparent background for PNG images" msgstr "" -#: src/Application.vala:194 +#: src/Application.vala:202 msgid "PNG compression value (0-9)" msgstr "" -#: src/Application.vala:195 +#: src/Application.vala:203 msgid "JPEG quality (0-100)" msgstr "" -#: src/Application.vala:196 +#: src/Application.vala:204 msgid "Enables image links in exported Markdown" msgstr "" -#: src/Application.vala:205 +#: src/Application.vala:213 #, c-format msgid "ERROR: %s\n" msgstr "" -#: src/Application.vala:206 +#: src/Application.vala:214 #, c-format msgid "Run '%s --help' to see valid options\n" msgstr "" -#: src/Application.vala:253 +#: src/Application.vala:261 #, c-format msgid "ERROR: Unable to load Minder input file %s" msgstr "" @@ -106,11 +106,11 @@ msgid "Delete" msgstr "" #: src/CalloutMenu.vala:38 src/EmptyMenu.vala:49 -#: data/com.github.phase1geo.minder.shortcuts.ui:649 +#: data/com.github.phase1geo.minder.shortcuts.ui:656 msgid "Select Node" msgstr "" -#: src/Callout.vala:129 src/NodeMenu.vala:237 +#: src/Callout.vala:129 src/NodeMenu.vala:238 msgid "Callout" msgstr "" @@ -118,7 +118,7 @@ msgstr "" msgid "No text found" msgstr "" -#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:232 +#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:233 msgid "Connection" msgstr "" @@ -145,7 +145,7 @@ msgstr "" #: src/ConnectionMenu.vala:50 src/GroupsMenu.vala:47 src/NodeMenu.vala:103 #: data/com.github.phase1geo.minder.shortcuts.ui:338 -#: data/com.github.phase1geo.minder.shortcuts.ui:676 +#: data/com.github.phase1geo.minder.shortcuts.ui:683 msgid "Edit Note" msgstr "" @@ -154,7 +154,7 @@ msgid "Remove Sticker" msgstr "" #: src/ConnectionMenu.vala:56 src/GroupsMenu.vala:54 src/ImageManager.vala:300 -#: src/NodeMenu.vala:187 src/NodesMenu.vala:99 +#: src/NodeMenu.vala:188 src/NodesMenu.vala:100 msgid "Select" msgstr "" @@ -223,11 +223,11 @@ msgstr "" msgid "connection drag" msgstr "" -#: src/DrawArea.vala:3659 src/DrawArea.vala:3673 src/DrawArea.vala:5643 +#: src/DrawArea.vala:3660 src/DrawArea.vala:3674 src/DrawArea.vala:5650 msgid "Another Idea" msgstr "" -#: src/DrawArea.vala:5096 src/layouts/LayoutManual.vala:26 +#: src/DrawArea.vala:5099 src/layouts/LayoutManual.vala:26 #: src/MapInspector.vala:225 src/MapInspector.vala:448 msgid "Manual" msgstr "" @@ -278,7 +278,7 @@ msgstr "" msgid "Paste" msgstr "" -#: src/EmptyMenu.vala:42 src/NodeMenu.vala:156 +#: src/EmptyMenu.vala:42 src/NodeMenu.vala:157 msgid "Add Root Node" msgstr "" @@ -308,13 +308,13 @@ msgid "Export As %s" msgstr "" #: src/Exporter.vala:134 src/ImageEditor.vala:381 src/ImageManager.vala:300 -#: src/MainWindow.vala:1028 src/MainWindow.vala:1123 src/MainWindow.vala:1267 -#: src/QuickEntry.vala:154 src/StickerInspector.vala:401 src/StickerSet.vala:75 +#: src/MainWindow.vala:1083 src/MainWindow.vala:1178 src/MainWindow.vala:1322 +#: src/QuickEntry.vala:154 src/StickerInspector.vala:402 src/StickerSet.vala:75 #: src/ThemeEditor.vala:144 src/UrlEditor.vala:62 msgid "Cancel" msgstr "" -#: src/Exporter.vala:134 src/MainWindow.vala:845 src/StickerSet.vala:352 +#: src/Exporter.vala:134 src/MainWindow.vala:900 src/StickerSet.vala:352 msgid "Export" msgstr "" @@ -485,7 +485,7 @@ msgstr "" msgid "All Grouped Nodes" msgstr "" -#: src/GroupsMenu.vala:111 src/NodeMenu.vala:689 src/NodesMenu.vala:289 +#: src/GroupsMenu.vala:111 src/NodeMenu.vala:690 src/NodesMenu.vala:290 msgid "Select a link color" msgstr "" @@ -519,7 +519,7 @@ msgstr "" msgid "Paste Image from Clipboard" msgstr "" -#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:447 +#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:448 msgid "Remove Image" msgstr "" @@ -531,208 +531,220 @@ msgstr "" msgid "Images" msgstr "" -#: src/MainWindow.vala:154 src/MainWindow.vala:1272 +#: src/MainWindow.vala:64 +msgid "Use system setting" +msgstr "" + +#: src/MainWindow.vala:65 +msgid "Always use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:66 +msgid "Never use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:195 src/MainWindow.vala:1327 msgid "Minder" msgstr "" -#: src/MainWindow.vala:188 data/com.github.phase1geo.minder.shortcuts.ui:21 +#: src/MainWindow.vala:229 data/com.github.phase1geo.minder.shortcuts.ui:21 msgid "New File" msgstr "" -#: src/MainWindow.vala:194 src/MainWindow.vala:1119 +#: src/MainWindow.vala:235 src/MainWindow.vala:1174 #: data/com.github.phase1geo.minder.shortcuts.ui:28 msgid "Open File" msgstr "" -#: src/MainWindow.vala:200 data/com.github.phase1geo.minder.shortcuts.ui:42 +#: src/MainWindow.vala:241 data/com.github.phase1geo.minder.shortcuts.ui:42 msgid "Save File As" msgstr "" -#: src/MainWindow.vala:206 src/StickerSet.vala:307 src/UndoBuffer.vala:84 +#: src/MainWindow.vala:247 src/StickerSet.vala:307 src/UndoBuffer.vala:84 msgid "Undo" msgstr "" -#: src/MainWindow.vala:213 src/StickerSet.vala:308 src/UndoBuffer.vala:90 +#: src/MainWindow.vala:254 src/StickerSet.vala:308 src/UndoBuffer.vala:90 msgid "Redo" msgstr "" -#: src/MainWindow.vala:548 +#: src/MainWindow.vala:603 msgid "Unnamed Document" msgstr "" -#: src/MainWindow.vala:551 +#: src/MainWindow.vala:606 msgid "Read-Only" msgstr "" -#: src/MainWindow.vala:555 src/MainWindow.vala:880 +#: src/MainWindow.vala:610 src/MainWindow.vala:935 msgid "Focus Mode" msgstr "" -#: src/MainWindow.vala:589 src/MainWindow.vala:1324 +#: src/MainWindow.vala:644 src/MainWindow.vala:1379 #, c-format msgid "Zoom (%d%%)" msgstr "" -#: src/MainWindow.vala:596 +#: src/MainWindow.vala:651 msgid "Zoom to Percent" msgstr "" -#: src/MainWindow.vala:609 src/ZoomWidget.vala:102 +#: src/MainWindow.vala:664 src/ZoomWidget.vala:102 #: data/com.github.phase1geo.minder.shortcuts.ui:119 msgid "Zoom In" msgstr "" -#: src/MainWindow.vala:615 src/ZoomWidget.vala:92 +#: src/MainWindow.vala:670 src/ZoomWidget.vala:92 #: data/com.github.phase1geo.minder.shortcuts.ui:126 msgid "Zoom Out" msgstr "" -#: src/MainWindow.vala:625 +#: src/MainWindow.vala:680 msgid "Zoom to Fit" msgstr "" -#: src/MainWindow.vala:630 data/com.github.phase1geo.minder.shortcuts.ui:140 +#: src/MainWindow.vala:685 data/com.github.phase1geo.minder.shortcuts.ui:140 msgid "Zoom to Fit Selected Node Tree" msgstr "" -#: src/MainWindow.vala:635 +#: src/MainWindow.vala:690 msgid "Zoom to Actual Size" msgstr "" -#: src/MainWindow.vala:659 src/StickerSet.vala:114 +#: src/MainWindow.vala:714 src/StickerSet.vala:114 msgid "Search" msgstr "" -#: src/MainWindow.vala:669 +#: src/MainWindow.vala:724 msgid "Search Nodes, Callouts and Connections" msgstr "" -#: src/MainWindow.vala:698 +#: src/MainWindow.vala:753 msgid "Search Criteria" msgstr "" -#: src/MainWindow.vala:701 +#: src/MainWindow.vala:756 msgid "Search all tabs" msgstr "" -#: src/MainWindow.vala:735 +#: src/MainWindow.vala:790 msgid "Nodes" msgstr "" -#: src/MainWindow.vala:736 +#: src/MainWindow.vala:791 msgid "Connections" msgstr "" -#: src/MainWindow.vala:737 +#: src/MainWindow.vala:792 msgid "Callouts" msgstr "" -#: src/MainWindow.vala:738 +#: src/MainWindow.vala:793 msgid "Titles" msgstr "" -#: src/MainWindow.vala:739 +#: src/MainWindow.vala:794 msgid "Notes" msgstr "" -#: src/MainWindow.vala:740 +#: src/MainWindow.vala:795 msgid "Folded" msgstr "" -#: src/MainWindow.vala:741 +#: src/MainWindow.vala:796 msgid "Unfolded" msgstr "" -#: src/MainWindow.vala:742 +#: src/MainWindow.vala:797 msgid "Tasks" msgstr "" -#: src/MainWindow.vala:743 +#: src/MainWindow.vala:798 msgid "Non-tasks" msgstr "" -#: src/MainWindow.vala:857 +#: src/MainWindow.vala:912 msgid "Print…" msgstr "" -#: src/MainWindow.vala:905 src/Preferences.vala:36 +#: src/MainWindow.vala:960 src/Preferences.vala:36 msgid "Preferences" msgstr "" -#: src/MainWindow.vala:910 +#: src/MainWindow.vala:965 msgid "Shortcuts Cheatsheet" msgstr "" -#: src/MainWindow.vala:914 +#: src/MainWindow.vala:969 msgid "About Minder" msgstr "" -#: src/MainWindow.vala:947 src/MainWindow.vala:1396 +#: src/MainWindow.vala:1002 src/MainWindow.vala:1451 msgid "Show Property Sidebar" msgstr "" -#: src/MainWindow.vala:962 +#: src/MainWindow.vala:1017 msgid "Current" msgstr "" -#: src/MainWindow.vala:963 src/StyleInspector.vala:198 +#: src/MainWindow.vala:1018 src/StyleInspector.vala:198 msgid "Style" msgstr "" -#: src/MainWindow.vala:964 +#: src/MainWindow.vala:1019 msgid "Stickers" msgstr "" -#: src/MainWindow.vala:965 +#: src/MainWindow.vala:1020 msgid "Map" msgstr "" -#: src/MainWindow.vala:1019 +#: src/MainWindow.vala:1074 msgid "Save current unnamed document?" msgstr "" -#: src/MainWindow.vala:1020 +#: src/MainWindow.vala:1075 msgid "Changes will be permanently lost if not saved." msgstr "" -#: src/MainWindow.vala:1025 +#: src/MainWindow.vala:1080 msgid "Discard Changes" msgstr "" -#: src/MainWindow.vala:1031 src/MainWindow.vala:1267 src/ThemeEditor.vala:147 +#: src/MainWindow.vala:1086 src/MainWindow.vala:1322 src/ThemeEditor.vala:147 msgid "Save" msgstr "" -#: src/MainWindow.vala:1060 +#: src/MainWindow.vala:1115 #, c-format msgid "The file %s was modified outside of the application." msgstr "" -#: src/MainWindow.vala:1061 +#: src/MainWindow.vala:1116 msgid "What do you want to do?" msgstr "" -#: src/MainWindow.vala:1066 +#: src/MainWindow.vala:1121 msgid "Discard Changes and reload" msgstr "" -#: src/MainWindow.vala:1069 +#: src/MainWindow.vala:1124 msgid "Save local version and overwrite" msgstr "" -#: src/MainWindow.vala:1119 +#: src/MainWindow.vala:1174 msgid "Open Directory" msgstr "" -#: src/MainWindow.vala:1122 +#: src/MainWindow.vala:1177 msgid "Open" msgstr "" -#: src/MainWindow.vala:1267 +#: src/MainWindow.vala:1322 msgid "Save File" msgstr "" -#: src/MainWindow.vala:1340 +#: src/MainWindow.vala:1395 msgid "Hide Property Sidebar" msgstr "" @@ -852,7 +864,7 @@ msgstr "" msgid "Delete Node" msgstr "" -#: src/NodeLink.vala:106 +#: src/NodeLink.vala:107 src/NodeLink.vala:110 msgid "No node found" msgstr "" @@ -864,7 +876,7 @@ msgstr "" msgid "Cut" msgstr "" -#: src/NodeMenu.vala:84 src/NodeMenu.vala:459 +#: src/NodeMenu.vala:84 src/NodeMenu.vala:460 msgid "Paste and Replace Node" msgstr "" @@ -880,15 +892,15 @@ msgstr "" msgid "Edit Text…" msgstr "" -#: src/NodeMenu.vala:107 src/NodeMenu.vala:429 +#: src/NodeMenu.vala:107 src/NodeMenu.vala:430 msgid "Add Task" msgstr "" -#: src/NodeMenu.vala:110 src/NodeMenu.vala:447 +#: src/NodeMenu.vala:110 src/NodeMenu.vala:448 msgid "Add Image" msgstr "" -#: src/NodeMenu.vala:117 src/NodeMenu.vala:430 +#: src/NodeMenu.vala:117 src/NodeMenu.vala:431 msgid "Add Node Link" msgstr "" @@ -900,7 +912,7 @@ msgstr "" msgid "Add Group" msgstr "" -#: src/NodeMenu.vala:129 src/NodeMenu.vala:432 +#: src/NodeMenu.vala:129 src/NodeMenu.vala:433 msgid "Add Callout" msgstr "" @@ -908,144 +920,144 @@ msgstr "" msgid "Link Color" msgstr "" -#: src/NodeMenu.vala:136 src/NodesMenu.vala:84 +#: src/NodeMenu.vala:137 src/NodesMenu.vala:85 msgid "Set to color…" msgstr "" -#: src/NodeMenu.vala:139 +#: src/NodeMenu.vala:140 msgid "Randomize color" msgstr "" -#: src/NodeMenu.vala:142 src/NodesMenu.vala:90 +#: src/NodeMenu.vala:143 src/NodesMenu.vala:91 msgid "Use parent color" msgstr "" -#: src/NodeMenu.vala:146 src/NodeMenu.vala:431 src/NodesMenu.vala:64 -#: src/NodesMenu.vala:222 +#: src/NodeMenu.vala:147 src/NodeMenu.vala:432 src/NodesMenu.vala:64 +#: src/NodesMenu.vala:223 msgid "Fold Children" msgstr "" -#: src/NodeMenu.vala:149 +#: src/NodeMenu.vala:150 msgid "Detach" msgstr "" -#: src/NodeMenu.vala:152 +#: src/NodeMenu.vala:153 msgid "Add Node" msgstr "" -#: src/NodeMenu.vala:159 +#: src/NodeMenu.vala:160 msgid "Add Parent Node" msgstr "" -#: src/NodeMenu.vala:163 +#: src/NodeMenu.vala:164 msgid "Add Child Node" msgstr "" -#: src/NodeMenu.vala:167 +#: src/NodeMenu.vala:168 msgid "Add Sibling Node" msgstr "" -#: src/NodeMenu.vala:171 +#: src/NodeMenu.vala:172 msgid "Use to Summarize Previous Sibling Nodes" msgstr "" -#: src/NodeMenu.vala:175 src/QuickEntry.vala:44 +#: src/NodeMenu.vala:176 src/QuickEntry.vala:44 msgid "Quick Entry" msgstr "" -#: src/NodeMenu.vala:179 +#: src/NodeMenu.vala:180 msgid "Insert Nodes" msgstr "" -#: src/NodeMenu.vala:183 +#: src/NodeMenu.vala:184 msgid "Replace Nodes" msgstr "" -#: src/NodeMenu.vala:192 +#: src/NodeMenu.vala:193 msgid "Root Node" msgstr "" -#: src/NodeMenu.vala:197 +#: src/NodeMenu.vala:198 msgid "Next Sibling Node" msgstr "" -#: src/NodeMenu.vala:202 +#: src/NodeMenu.vala:203 msgid "Previous Sibling Node" msgstr "" -#: src/NodeMenu.vala:207 +#: src/NodeMenu.vala:208 msgid "Child Node" msgstr "" -#: src/NodeMenu.vala:212 src/NodesMenu.vala:108 +#: src/NodeMenu.vala:213 src/NodesMenu.vala:109 msgid "Child Nodes" msgstr "" -#: src/NodeMenu.vala:217 +#: src/NodeMenu.vala:218 msgid "Subtree" msgstr "" -#: src/NodeMenu.vala:222 +#: src/NodeMenu.vala:223 msgid "Parent Node" msgstr "" -#: src/NodeMenu.vala:227 +#: src/NodeMenu.vala:228 msgid "Linked Node" msgstr "" -#: src/NodeMenu.vala:241 +#: src/NodeMenu.vala:242 msgid "Center Current Node" msgstr "" -#: src/NodeMenu.vala:245 +#: src/NodeMenu.vala:246 msgid "Sort Children" msgstr "" -#: src/NodeMenu.vala:249 +#: src/NodeMenu.vala:250 msgid "Alphabetically" msgstr "" -#: src/NodeMenu.vala:252 +#: src/NodeMenu.vala:253 msgid "Randomize" msgstr "" -#: src/NodeMenu.vala:427 +#: src/NodeMenu.vala:428 msgid "Remove Task" msgstr "" -#: src/NodeMenu.vala:428 +#: src/NodeMenu.vala:429 msgid "Mark Task As Done" msgstr "" -#: src/NodeMenu.vala:430 +#: src/NodeMenu.vala:431 msgid "Remove Node Link" msgstr "" -#: src/NodeMenu.vala:431 src/NodesMenu.vala:222 +#: src/NodeMenu.vala:432 src/NodesMenu.vala:223 msgid "Unfold Children" msgstr "" -#: src/NodeMenu.vala:432 data/com.github.phase1geo.minder.shortcuts.ui:636 +#: src/NodeMenu.vala:433 data/com.github.phase1geo.minder.shortcuts.ui:643 msgid "Remove Callout" msgstr "" -#: src/NodeMenu.vala:452 +#: src/NodeMenu.vala:453 msgid "Paste Text As Child Node" msgstr "" -#: src/NodeMenu.vala:453 +#: src/NodeMenu.vala:454 msgid "Paste and Replace Node Text" msgstr "" -#: src/NodeMenu.vala:455 +#: src/NodeMenu.vala:456 msgid "Paste Image As Child Node" msgstr "" -#: src/NodeMenu.vala:456 +#: src/NodeMenu.vala:457 msgid "Paste and Replace Node Image" msgstr "" -#: src/NodeMenu.vala:458 +#: src/NodeMenu.vala:459 msgid "Paste Node As Child" msgstr "" @@ -1057,7 +1069,7 @@ msgstr "" msgid "Connect" msgstr "" -#: src/NodesMenu.vala:72 src/NodesMenu.vala:223 +#: src/NodesMenu.vala:72 src/NodesMenu.vala:224 msgid "Link Nodes" msgstr "" @@ -1065,55 +1077,55 @@ msgstr "" msgid "Link Colors" msgstr "" -#: src/NodesMenu.vala:87 +#: src/NodesMenu.vala:88 msgid "Randomize colors" msgstr "" -#: src/NodesMenu.vala:103 +#: src/NodesMenu.vala:104 msgid "Parent Nodes" msgstr "" -#: src/NodesMenu.vala:117 +#: src/NodesMenu.vala:118 msgid "Align Nodes" msgstr "" -#: src/NodesMenu.vala:121 +#: src/NodesMenu.vala:122 msgid "Align Top" msgstr "" -#: src/NodesMenu.vala:125 +#: src/NodesMenu.vala:126 msgid "Align Center Horizontally" msgstr "" -#: src/NodesMenu.vala:129 +#: src/NodesMenu.vala:130 msgid "Align Bottom" msgstr "" -#: src/NodesMenu.vala:133 +#: src/NodesMenu.vala:134 msgid "Align Left" msgstr "" -#: src/NodesMenu.vala:137 +#: src/NodesMenu.vala:138 msgid "Align Center Vertically" msgstr "" -#: src/NodesMenu.vala:141 +#: src/NodesMenu.vala:142 msgid "Align Right" msgstr "" -#: src/NodesMenu.vala:223 +#: src/NodesMenu.vala:224 msgid "Remove Node Links" msgstr "" -#: src/Node.vala:2325 +#: src/Node.vala:2321 msgid "Node Title" msgstr "" -#: src/Node.vala:2333 +#: src/Node.vala:2329 msgid "Node Note" msgstr "" -#: src/Node.vala:2344 +#: src/Node.vala:2340 msgid "Callout Text" msgstr "" @@ -1181,23 +1193,31 @@ msgstr "" msgid "If enabled, selects items when mouse cursor hovers over the item." msgstr "" -#: src/Preferences.vala:110 -msgid "Hide themes not matching visual style" +#: src/Preferences.vala:99 +msgid "Natural scrolling" +msgstr "" + +#: src/Preferences.vala:101 +msgid "Specifies scrolling used when panning the canvas." msgstr "" #: src/Preferences.vala:114 +msgid "Hide themes not matching visual style" +msgstr "" + +#: src/Preferences.vala:118 msgid "Default theme" msgstr "" -#: src/Preferences.vala:117 +#: src/Preferences.vala:121 msgid "Enable animations" msgstr "" -#: src/Preferences.vala:120 +#: src/Preferences.vala:124 msgid "Text field font size" msgstr "" -#: src/Preferences.vala:123 +#: src/Preferences.vala:127 msgid "" "Specifies the custom font size to use in text editing fields (i.e, quick " "entry or notes field)." @@ -1287,23 +1307,23 @@ msgstr "" msgid "Search Stickers" msgstr "" -#: src/StickerInspector.vala:134 +#: src/StickerInspector.vala:137 msgid "Favorites" msgstr "" -#: src/StickerInspector.vala:140 +#: src/StickerInspector.vala:143 msgid "Show Custom Sticker Directory" msgstr "" -#: src/StickerInspector.vala:214 +#: src/StickerInspector.vala:215 msgid "Add custom stickers" msgstr "" -#: src/StickerInspector.vala:401 +#: src/StickerInspector.vala:402 msgid "Import Sticker(s)" msgstr "" -#: src/StickerInspector.vala:401 src/StickerSet.vala:353 +#: src/StickerInspector.vala:402 src/StickerSet.vala:353 msgid "Import" msgstr "" @@ -3211,7 +3231,7 @@ msgid "Minder Shortcuts" msgstr "" #: data/com.github.phase1geo.minder.shortcuts.ui:12 -#: data/com.github.phase1geo.minder.shortcuts.ui:960 +#: data/com.github.phase1geo.minder.shortcuts.ui:967 msgid "General" msgstr "" @@ -3284,7 +3304,7 @@ msgid "Show Map Tab" msgstr "" #: data/com.github.phase1geo.minder.shortcuts.ui:190 -#: data/com.github.phase1geo.minder.shortcuts.ui:740 +#: data/com.github.phase1geo.minder.shortcuts.ui:747 msgid "Miscellaneous" msgstr "" @@ -3297,7 +3317,7 @@ msgid "Search Nodes/Connections" msgstr "" #: data/com.github.phase1geo.minder.shortcuts.ui:208 -#: data/com.github.phase1geo.minder.shortcuts.ui:964 +#: data/com.github.phase1geo.minder.shortcuts.ui:971 msgid "Show Contextual Menu" msgstr "" @@ -3342,7 +3362,7 @@ msgid "Quick Entry Replacement" msgstr "" #: data/com.github.phase1geo.minder.shortcuts.ui:293 -#: data/com.github.phase1geo.minder.shortcuts.ui:850 +#: data/com.github.phase1geo.minder.shortcuts.ui:857 msgid "Clipboard" msgstr "" @@ -3367,7 +3387,7 @@ msgid "Changing Current" msgstr "" #: data/com.github.phase1geo.minder.shortcuts.ui:331 -#: data/com.github.phase1geo.minder.shortcuts.ui:669 +#: data/com.github.phase1geo.minder.shortcuts.ui:676 msgid "Edit Title" msgstr "" @@ -3380,462 +3400,466 @@ msgid "Add URL Link To Text" msgstr "" #: data/com.github.phase1geo.minder.shortcuts.ui:359 -#: data/com.github.phase1geo.minder.shortcuts.ui:772 +#: data/com.github.phase1geo.minder.shortcuts.ui:779 msgid "Remove URL Link From Text" msgstr "" #: data/com.github.phase1geo.minder.shortcuts.ui:366 -msgid "View Properties" +msgid "Change Link Color" msgstr "" #: data/com.github.phase1geo.minder.shortcuts.ui:373 -msgid "Toggle Fold" +msgid "View Properties" msgstr "" #: data/com.github.phase1geo.minder.shortcuts.ui:380 -msgid "Toggle Node Link" +msgid "Toggle Fold" msgstr "" #: data/com.github.phase1geo.minder.shortcuts.ui:387 +msgid "Toggle Node Link" +msgstr "" + +#: data/com.github.phase1geo.minder.shortcuts.ui:394 msgid "Create Link to Selected Node" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:388 +#: data/com.github.phase1geo.minder.shortcuts.ui:395 msgid "[After using this command, 'y' will create the link]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:395 +#: data/com.github.phase1geo.minder.shortcuts.ui:402 msgid "Create Group" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:402 +#: data/com.github.phase1geo.minder.shortcuts.ui:409 msgid "Create Connection" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:409 +#: data/com.github.phase1geo.minder.shortcuts.ui:416 msgid "Create Callout" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:416 +#: data/com.github.phase1geo.minder.shortcuts.ui:423 msgid "Center In View" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:423 -#: data/com.github.phase1geo.minder.shortcuts.ui:690 +#: data/com.github.phase1geo.minder.shortcuts.ui:430 +#: data/com.github.phase1geo.minder.shortcuts.ui:697 msgid "Place Into View" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:432 -#: data/com.github.phase1geo.minder.shortcuts.ui:645 -#: data/com.github.phase1geo.minder.shortcuts.ui:877 +#: data/com.github.phase1geo.minder.shortcuts.ui:439 +#: data/com.github.phase1geo.minder.shortcuts.ui:652 +#: data/com.github.phase1geo.minder.shortcuts.ui:884 msgid "Selection" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:436 +#: data/com.github.phase1geo.minder.shortcuts.ui:443 msgid "Select Root" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:443 +#: data/com.github.phase1geo.minder.shortcuts.ui:450 msgid "Select Parent" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:450 +#: data/com.github.phase1geo.minder.shortcuts.ui:457 msgid "Select Next Sibling" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:457 +#: data/com.github.phase1geo.minder.shortcuts.ui:464 msgid "Select Previous Sibling" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:464 +#: data/com.github.phase1geo.minder.shortcuts.ui:471 msgid "Select Child" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:471 +#: data/com.github.phase1geo.minder.shortcuts.ui:478 msgid "Select Children" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:478 +#: data/com.github.phase1geo.minder.shortcuts.ui:485 msgid "Select Subtree" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:485 +#: data/com.github.phase1geo.minder.shortcuts.ui:492 msgid "Select Node Below" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:492 +#: data/com.github.phase1geo.minder.shortcuts.ui:499 msgid "Select Node Above" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:499 +#: data/com.github.phase1geo.minder.shortcuts.ui:506 msgid "Select Node To Right" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:506 +#: data/com.github.phase1geo.minder.shortcuts.ui:513 msgid "Select Node To Left" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:513 +#: data/com.github.phase1geo.minder.shortcuts.ui:520 msgid "Select Linked Node" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:520 +#: data/com.github.phase1geo.minder.shortcuts.ui:527 msgid "Select Callout" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:527 +#: data/com.github.phase1geo.minder.shortcuts.ui:534 msgid "Select Attached Connection" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:536 +#: data/com.github.phase1geo.minder.shortcuts.ui:543 msgid "Move" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:540 +#: data/com.github.phase1geo.minder.shortcuts.ui:547 msgid "Swap with Sibling Node to Right" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:547 +#: data/com.github.phase1geo.minder.shortcuts.ui:554 msgid "Swap with Sibling Node to Left" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:554 +#: data/com.github.phase1geo.minder.shortcuts.ui:561 msgid "Swap with Sibling Node Above" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:561 +#: data/com.github.phase1geo.minder.shortcuts.ui:568 msgid "Swap with Sibling Node Below" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:568 +#: data/com.github.phase1geo.minder.shortcuts.ui:575 msgid "Sort Child Nodes Alphabetically" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:577 +#: data/com.github.phase1geo.minder.shortcuts.ui:584 msgid "Alignment" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:581 +#: data/com.github.phase1geo.minder.shortcuts.ui:588 msgid "Align Top Side" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:588 +#: data/com.github.phase1geo.minder.shortcuts.ui:595 msgid "Align Vertical Center" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:595 +#: data/com.github.phase1geo.minder.shortcuts.ui:602 msgid "Align Bottom Side" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:602 +#: data/com.github.phase1geo.minder.shortcuts.ui:609 msgid "Align Left Side" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:609 +#: data/com.github.phase1geo.minder.shortcuts.ui:616 msgid "Align Horizontal Center" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:616 +#: data/com.github.phase1geo.minder.shortcuts.ui:623 msgid "Align Right Side" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:628 +#: data/com.github.phase1geo.minder.shortcuts.ui:635 msgid "Callout Commands" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:632 -#: data/com.github.phase1geo.minder.shortcuts.ui:665 +#: data/com.github.phase1geo.minder.shortcuts.ui:639 +#: data/com.github.phase1geo.minder.shortcuts.ui:672 msgid "Change Current" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:661 +#: data/com.github.phase1geo.minder.shortcuts.ui:668 msgid "Connection Commands" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:683 +#: data/com.github.phase1geo.minder.shortcuts.ui:690 msgid "Show Properties" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:699 +#: data/com.github.phase1geo.minder.shortcuts.ui:706 msgid "Traversal" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:703 +#: data/com.github.phase1geo.minder.shortcuts.ui:710 msgid "Select Start Node" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:710 +#: data/com.github.phase1geo.minder.shortcuts.ui:717 msgid "Select End Node" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:717 +#: data/com.github.phase1geo.minder.shortcuts.ui:724 msgid "Select Next Connection" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:724 +#: data/com.github.phase1geo.minder.shortcuts.ui:731 msgid "Select Previous Connection" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:736 +#: data/com.github.phase1geo.minder.shortcuts.ui:743 msgid "Text Editing" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:744 +#: data/com.github.phase1geo.minder.shortcuts.ui:751 msgid "Insert Newline Character" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:751 +#: data/com.github.phase1geo.minder.shortcuts.ui:758 msgid "Insert Tab Character" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:758 +#: data/com.github.phase1geo.minder.shortcuts.ui:765 msgid "Show Emoji Picker" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:765 +#: data/com.github.phase1geo.minder.shortcuts.ui:772 msgid "Add URL Link To Selected Text" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:779 +#: data/com.github.phase1geo.minder.shortcuts.ui:786 msgid "End Editing" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:788 +#: data/com.github.phase1geo.minder.shortcuts.ui:795 msgid "Cursor Movement" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:792 +#: data/com.github.phase1geo.minder.shortcuts.ui:799 msgid "Next Character" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:799 +#: data/com.github.phase1geo.minder.shortcuts.ui:806 msgid "Previous Character" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:806 +#: data/com.github.phase1geo.minder.shortcuts.ui:813 msgid "Next Word" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:813 +#: data/com.github.phase1geo.minder.shortcuts.ui:820 msgid "Previous Word" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:820 +#: data/com.github.phase1geo.minder.shortcuts.ui:827 msgid "Next Line" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:827 +#: data/com.github.phase1geo.minder.shortcuts.ui:834 msgid "Previous Line" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:834 +#: data/com.github.phase1geo.minder.shortcuts.ui:841 msgid "Start Of Text" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:841 +#: data/com.github.phase1geo.minder.shortcuts.ui:848 msgid "End Of Text" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:854 +#: data/com.github.phase1geo.minder.shortcuts.ui:861 msgid "Copy Selected Text" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:861 +#: data/com.github.phase1geo.minder.shortcuts.ui:868 msgid "Cut Selected Text" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:868 +#: data/com.github.phase1geo.minder.shortcuts.ui:875 msgid "Paste Text" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:881 +#: data/com.github.phase1geo.minder.shortcuts.ui:888 msgid "Add Next Character" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:888 +#: data/com.github.phase1geo.minder.shortcuts.ui:895 msgid "Add Previous Character" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:895 +#: data/com.github.phase1geo.minder.shortcuts.ui:902 msgid "Add Next Word" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:902 +#: data/com.github.phase1geo.minder.shortcuts.ui:909 msgid "Add Previous Word" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:909 +#: data/com.github.phase1geo.minder.shortcuts.ui:916 msgid "Add Next Line" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:916 +#: data/com.github.phase1geo.minder.shortcuts.ui:923 msgid "Add Previous Line" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:923 +#: data/com.github.phase1geo.minder.shortcuts.ui:930 msgid "Add Start Of Text" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:930 +#: data/com.github.phase1geo.minder.shortcuts.ui:937 msgid "Add End Of Text" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:937 +#: data/com.github.phase1geo.minder.shortcuts.ui:944 msgid "Select All Text" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:944 +#: data/com.github.phase1geo.minder.shortcuts.ui:951 msgid "Clear Selection" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:956 +#: data/com.github.phase1geo.minder.shortcuts.ui:963 msgid "Mouse Events" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:965 +#: data/com.github.phase1geo.minder.shortcuts.ui:972 msgid "[Right-click when item is selected]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:971 +#: data/com.github.phase1geo.minder.shortcuts.ui:978 msgid "Edit Image in Canvas" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:972 +#: data/com.github.phase1geo.minder.shortcuts.ui:979 msgid "[Double left-click on image]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:980 +#: data/com.github.phase1geo.minder.shortcuts.ui:987 msgid "Canvas Movement" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:984 +#: data/com.github.phase1geo.minder.shortcuts.ui:991 msgid "Pan Canvas" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:985 +#: data/com.github.phase1geo.minder.shortcuts.ui:992 msgid "[Middle-click + Drag / Alt + Motion]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:991 +#: data/com.github.phase1geo.minder.shortcuts.ui:998 msgid "Scroll Vertically" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:992 +#: data/com.github.phase1geo.minder.shortcuts.ui:999 msgid "[Scrollwheel up/down]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:998 +#: data/com.github.phase1geo.minder.shortcuts.ui:1005 msgid "Scroll Horizontally" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:999 +#: data/com.github.phase1geo.minder.shortcuts.ui:1006 msgid "[Shift + Scrollwheel up/down]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1007 +#: data/com.github.phase1geo.minder.shortcuts.ui:1014 msgid "Item Selection" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1011 +#: data/com.github.phase1geo.minder.shortcuts.ui:1018 msgid "Select Single Item" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1012 +#: data/com.github.phase1geo.minder.shortcuts.ui:1019 msgid "[Left-click on item]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1018 +#: data/com.github.phase1geo.minder.shortcuts.ui:1025 msgid "Select Child Nodes" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1019 +#: data/com.github.phase1geo.minder.shortcuts.ui:1026 msgid "[Control + Left-click on parent node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1025 +#: data/com.github.phase1geo.minder.shortcuts.ui:1032 msgid "Select Node Tree/Subtree" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1026 +#: data/com.github.phase1geo.minder.shortcuts.ui:1033 msgid "[Control + Double left-click on parent node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1032 +#: data/com.github.phase1geo.minder.shortcuts.ui:1039 msgid "Select All Nodes at Same Depth Level" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1033 +#: data/com.github.phase1geo.minder.shortcuts.ui:1040 msgid "[Control + Triple left-click on node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1039 +#: data/com.github.phase1geo.minder.shortcuts.ui:1046 msgid "Block Selection" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1040 +#: data/com.github.phase1geo.minder.shortcuts.ui:1047 msgid "[Left-click + Drag]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1048 +#: data/com.github.phase1geo.minder.shortcuts.ui:1055 msgid "Item Selection Toggle (Add to/Remove from Selection)" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1052 +#: data/com.github.phase1geo.minder.shortcuts.ui:1059 msgid "Toggle Selection of Item" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1053 +#: data/com.github.phase1geo.minder.shortcuts.ui:1060 msgid "[Shift + Left-click on item]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1059 +#: data/com.github.phase1geo.minder.shortcuts.ui:1066 msgid "Toggle Selection of Child Nodes" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1060 +#: data/com.github.phase1geo.minder.shortcuts.ui:1067 msgid "[Shift + Control + Left-click on item]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1066 +#: data/com.github.phase1geo.minder.shortcuts.ui:1073 msgid "Toggle Selection of Node Tree/Subtree" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1067 +#: data/com.github.phase1geo.minder.shortcuts.ui:1074 msgid "[Shift + Control + Double left-click on parent node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1073 +#: data/com.github.phase1geo.minder.shortcuts.ui:1080 msgid "Toggle Selection of All Nodes at Same Depth Level" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1074 +#: data/com.github.phase1geo.minder.shortcuts.ui:1081 msgid "[Shift + Control + Triple left-click on node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1082 +#: data/com.github.phase1geo.minder.shortcuts.ui:1089 msgid "Text Selection" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1086 +#: data/com.github.phase1geo.minder.shortcuts.ui:1093 msgid "Set Cursor Insert Point" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1087 +#: data/com.github.phase1geo.minder.shortcuts.ui:1094 msgid "[Left-click anywhere in text]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1093 +#: data/com.github.phase1geo.minder.shortcuts.ui:1100 msgid "Select current word" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1094 +#: data/com.github.phase1geo.minder.shortcuts.ui:1101 msgid "[Double left-click on word]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1100 +#: data/com.github.phase1geo.minder.shortcuts.ui:1107 msgid "Select all text" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1101 +#: data/com.github.phase1geo.minder.shortcuts.ui:1108 msgid "[Triple left-click anywhere in text]" msgstr "" diff --git a/po/cs.po b/po/cs.po index 1bcd9138..f19557d8 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.phase1geo.minder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: 2022-02-20 17:48+0100\n" "Last-Translator: Jan Kožíšek \n" "Language-Team: none\n" @@ -30,74 +30,74 @@ msgstr "© 2018-2021 Trevor Williams" msgid "Minder in AppCenter" msgstr "Minder je v AppCenter" -#: src/Application.vala:114 +#: src/Application.vala:122 #, fuzzy msgid "ERROR: Unable to import file" msgstr "ERROR: Nelze otevřít soubor '%s'\n" -#: src/Application.vala:118 +#: src/Application.vala:126 msgid "ERROR: Import is missing filename to import" msgstr "" -#: src/Application.vala:133 +#: src/Application.vala:141 msgid "ERROR: Export is missing input file and/or export output file" msgstr "" -#: src/Application.vala:140 +#: src/Application.vala:148 #, c-format msgid "ERROR: Unable to open file '%s'\n" msgstr "ERROR: Nelze otevřít soubor '%s'\n" -#: src/Application.vala:184 +#: src/Application.vala:192 #, c-format msgid "Import file from format (%s)" msgstr "" -#: src/Application.vala:185 +#: src/Application.vala:193 #, fuzzy, c-format msgid "Export mindmap as format (%s)" msgstr "Možnosti exportu" -#: src/Application.vala:188 +#: src/Application.vala:196 msgid "Display version number" msgstr "Zobrazit označení verze" -#: src/Application.vala:189 +#: src/Application.vala:197 msgid "Starts Minder with a new file" msgstr "Začít Minder s novým souborem" -#: src/Application.vala:190 +#: src/Application.vala:198 msgid "Run testing" msgstr "Spustit testování" -#: src/Application.vala:193 +#: src/Application.vala:201 #, fuzzy msgid "Enables a transparent background for PNG images" msgstr "Povolit průhledné pozadí" -#: src/Application.vala:194 +#: src/Application.vala:202 msgid "PNG compression value (0-9)" msgstr "" -#: src/Application.vala:195 +#: src/Application.vala:203 msgid "JPEG quality (0-100)" msgstr "" -#: src/Application.vala:196 +#: src/Application.vala:204 msgid "Enables image links in exported Markdown" msgstr "" -#: src/Application.vala:205 +#: src/Application.vala:213 #, c-format msgid "ERROR: %s\n" msgstr "ERROR: %s\n" -#: src/Application.vala:206 +#: src/Application.vala:214 #, c-format msgid "Run '%s --help' to see valid options\n" msgstr "Zadejte '%s --help' pro zobrazení všech možností\n" -#: src/Application.vala:253 +#: src/Application.vala:261 #, fuzzy, c-format msgid "ERROR: Unable to load Minder input file %s" msgstr "ERROR: Nelze otevřít soubor '%s'\n" @@ -109,11 +109,11 @@ msgid "Delete" msgstr "Smazat" #: src/CalloutMenu.vala:38 src/EmptyMenu.vala:49 -#: data/com.github.phase1geo.minder.shortcuts.ui:649 +#: data/com.github.phase1geo.minder.shortcuts.ui:656 msgid "Select Node" msgstr "Vybrat uzel" -#: src/Callout.vala:129 src/NodeMenu.vala:237 +#: src/Callout.vala:129 src/NodeMenu.vala:238 msgid "Callout" msgstr "" @@ -121,7 +121,7 @@ msgstr "" msgid "No text found" msgstr "Text nenalezen" -#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:232 +#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:233 msgid "Connection" msgstr "Spojení" @@ -148,7 +148,7 @@ msgstr "Upravit název…" #: src/ConnectionMenu.vala:50 src/GroupsMenu.vala:47 src/NodeMenu.vala:103 #: data/com.github.phase1geo.minder.shortcuts.ui:338 -#: data/com.github.phase1geo.minder.shortcuts.ui:676 +#: data/com.github.phase1geo.minder.shortcuts.ui:683 msgid "Edit Note" msgstr "Upravit poznámku" @@ -157,7 +157,7 @@ msgid "Remove Sticker" msgstr "Odstranit nálepku" #: src/ConnectionMenu.vala:56 src/GroupsMenu.vala:54 src/ImageManager.vala:300 -#: src/NodeMenu.vala:187 src/NodesMenu.vala:99 +#: src/NodeMenu.vala:188 src/NodesMenu.vala:100 msgid "Select" msgstr "Vybrat" @@ -226,11 +226,11 @@ msgstr "změna konce spojení" msgid "connection drag" msgstr "přetáhnutí spojení" -#: src/DrawArea.vala:3659 src/DrawArea.vala:3673 src/DrawArea.vala:5643 +#: src/DrawArea.vala:3660 src/DrawArea.vala:3674 src/DrawArea.vala:5650 msgid "Another Idea" msgstr "Další myšlenka" -#: src/DrawArea.vala:5096 src/layouts/LayoutManual.vala:26 +#: src/DrawArea.vala:5099 src/layouts/LayoutManual.vala:26 #: src/MapInspector.vala:225 src/MapInspector.vala:448 msgid "Manual" msgstr "Ruční" @@ -284,7 +284,7 @@ msgstr "" msgid "Paste" msgstr "Vložit" -#: src/EmptyMenu.vala:42 src/NodeMenu.vala:156 +#: src/EmptyMenu.vala:42 src/NodeMenu.vala:157 msgid "Add Root Node" msgstr "Přidat kořenový uzel" @@ -314,13 +314,13 @@ msgid "Export As %s" msgstr "Exportovat jako %s" #: src/Exporter.vala:134 src/ImageEditor.vala:381 src/ImageManager.vala:300 -#: src/MainWindow.vala:1028 src/MainWindow.vala:1123 src/MainWindow.vala:1267 -#: src/QuickEntry.vala:154 src/StickerInspector.vala:401 src/StickerSet.vala:75 +#: src/MainWindow.vala:1083 src/MainWindow.vala:1178 src/MainWindow.vala:1322 +#: src/QuickEntry.vala:154 src/StickerInspector.vala:402 src/StickerSet.vala:75 #: src/ThemeEditor.vala:144 src/UrlEditor.vala:62 msgid "Cancel" msgstr "Zrušit" -#: src/Exporter.vala:134 src/MainWindow.vala:845 src/StickerSet.vala:352 +#: src/Exporter.vala:134 src/MainWindow.vala:900 src/StickerSet.vala:352 msgid "Export" msgstr "Export" @@ -494,7 +494,7 @@ msgstr "Vrchní uzle" msgid "All Grouped Nodes" msgstr "Všechny sdružené uzle" -#: src/GroupsMenu.vala:111 src/NodeMenu.vala:689 src/NodesMenu.vala:289 +#: src/GroupsMenu.vala:111 src/NodeMenu.vala:690 src/NodesMenu.vala:290 msgid "Select a link color" msgstr "Vyberte barvu odkazu" @@ -528,7 +528,7 @@ msgstr "Vyjmout obrázek do schránky" msgid "Paste Image from Clipboard" msgstr "Vložit obrázek ze schránky" -#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:447 +#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:448 msgid "Remove Image" msgstr "Odstranit obrázek" @@ -540,212 +540,224 @@ msgstr "Vybrat obrázek" msgid "Images" msgstr "Obrázky" -#: src/MainWindow.vala:154 src/MainWindow.vala:1272 +#: src/MainWindow.vala:64 +msgid "Use system setting" +msgstr "" + +#: src/MainWindow.vala:65 +msgid "Always use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:66 +msgid "Never use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:195 src/MainWindow.vala:1327 msgid "Minder" msgstr "Minder" -#: src/MainWindow.vala:188 data/com.github.phase1geo.minder.shortcuts.ui:21 +#: src/MainWindow.vala:229 data/com.github.phase1geo.minder.shortcuts.ui:21 msgid "New File" msgstr "Nový soubor" -#: src/MainWindow.vala:194 src/MainWindow.vala:1119 +#: src/MainWindow.vala:235 src/MainWindow.vala:1174 #: data/com.github.phase1geo.minder.shortcuts.ui:28 msgid "Open File" msgstr "Otevřít soubor" -#: src/MainWindow.vala:200 data/com.github.phase1geo.minder.shortcuts.ui:42 +#: src/MainWindow.vala:241 data/com.github.phase1geo.minder.shortcuts.ui:42 msgid "Save File As" msgstr "Uložit soubor jako" -#: src/MainWindow.vala:206 src/StickerSet.vala:307 src/UndoBuffer.vala:84 +#: src/MainWindow.vala:247 src/StickerSet.vala:307 src/UndoBuffer.vala:84 msgid "Undo" msgstr "Zpět" -#: src/MainWindow.vala:213 src/StickerSet.vala:308 src/UndoBuffer.vala:90 +#: src/MainWindow.vala:254 src/StickerSet.vala:308 src/UndoBuffer.vala:90 msgid "Redo" msgstr "Znovu" -#: src/MainWindow.vala:548 +#: src/MainWindow.vala:603 msgid "Unnamed Document" msgstr "Nepojmenovaný dokument" -#: src/MainWindow.vala:551 +#: src/MainWindow.vala:606 #, fuzzy msgid "Read-Only" msgstr "Čtení" -#: src/MainWindow.vala:555 src/MainWindow.vala:880 +#: src/MainWindow.vala:610 src/MainWindow.vala:935 msgid "Focus Mode" msgstr "Režim soustředění" -#: src/MainWindow.vala:589 src/MainWindow.vala:1324 +#: src/MainWindow.vala:644 src/MainWindow.vala:1379 #, c-format msgid "Zoom (%d%%)" msgstr "Přiblížení (%d%%)" -#: src/MainWindow.vala:596 +#: src/MainWindow.vala:651 msgid "Zoom to Percent" msgstr "Procentuální přiblížení" -#: src/MainWindow.vala:609 src/ZoomWidget.vala:102 +#: src/MainWindow.vala:664 src/ZoomWidget.vala:102 #: data/com.github.phase1geo.minder.shortcuts.ui:119 msgid "Zoom In" msgstr "Přiblížit" -#: src/MainWindow.vala:615 src/ZoomWidget.vala:92 +#: src/MainWindow.vala:670 src/ZoomWidget.vala:92 #: data/com.github.phase1geo.minder.shortcuts.ui:126 msgid "Zoom Out" msgstr "Oddálit" -#: src/MainWindow.vala:625 +#: src/MainWindow.vala:680 msgid "Zoom to Fit" msgstr "Vměstnat do okna" -#: src/MainWindow.vala:630 data/com.github.phase1geo.minder.shortcuts.ui:140 +#: src/MainWindow.vala:685 data/com.github.phase1geo.minder.shortcuts.ui:140 #, fuzzy msgid "Zoom to Fit Selected Node Tree" msgstr "Vměstnat do okna vybraný uzel" -#: src/MainWindow.vala:635 +#: src/MainWindow.vala:690 msgid "Zoom to Actual Size" msgstr "Přiblížení na skutečnou velikost" -#: src/MainWindow.vala:659 src/StickerSet.vala:114 +#: src/MainWindow.vala:714 src/StickerSet.vala:114 msgid "Search" msgstr "Hledat" -#: src/MainWindow.vala:669 +#: src/MainWindow.vala:724 #, fuzzy msgid "Search Nodes, Callouts and Connections" msgstr "Hledat uzly a spojení" -#: src/MainWindow.vala:698 +#: src/MainWindow.vala:753 msgid "Search Criteria" msgstr "Kritéria hledání" -#: src/MainWindow.vala:701 +#: src/MainWindow.vala:756 msgid "Search all tabs" msgstr "Prohledat všechny panely" -#: src/MainWindow.vala:735 +#: src/MainWindow.vala:790 msgid "Nodes" msgstr "Uzly" -#: src/MainWindow.vala:736 +#: src/MainWindow.vala:791 msgid "Connections" msgstr "Spojení" -#: src/MainWindow.vala:737 +#: src/MainWindow.vala:792 msgid "Callouts" msgstr "" -#: src/MainWindow.vala:738 +#: src/MainWindow.vala:793 msgid "Titles" msgstr "Názvy" -#: src/MainWindow.vala:739 +#: src/MainWindow.vala:794 msgid "Notes" msgstr "Poznámky" -#: src/MainWindow.vala:740 +#: src/MainWindow.vala:795 msgid "Folded" msgstr "Sbalené" -#: src/MainWindow.vala:741 +#: src/MainWindow.vala:796 msgid "Unfolded" msgstr "Rozbalené" -#: src/MainWindow.vala:742 +#: src/MainWindow.vala:797 msgid "Tasks" msgstr "Úkoly" -#: src/MainWindow.vala:743 +#: src/MainWindow.vala:798 msgid "Non-tasks" msgstr "Nejsou úkoly" -#: src/MainWindow.vala:857 +#: src/MainWindow.vala:912 msgid "Print…" msgstr "Vytisknout…" -#: src/MainWindow.vala:905 src/Preferences.vala:36 +#: src/MainWindow.vala:960 src/Preferences.vala:36 msgid "Preferences" msgstr "Přizpůsobení" -#: src/MainWindow.vala:910 +#: src/MainWindow.vala:965 msgid "Shortcuts Cheatsheet" msgstr "Seznam všech zkratek" -#: src/MainWindow.vala:914 +#: src/MainWindow.vala:969 msgid "About Minder" msgstr "O Minderu" -#: src/MainWindow.vala:947 src/MainWindow.vala:1396 +#: src/MainWindow.vala:1002 src/MainWindow.vala:1451 msgid "Show Property Sidebar" msgstr "Zobrazit panel vlastností" -#: src/MainWindow.vala:962 +#: src/MainWindow.vala:1017 msgid "Current" msgstr "Současné" -#: src/MainWindow.vala:963 src/StyleInspector.vala:198 +#: src/MainWindow.vala:1018 src/StyleInspector.vala:198 msgid "Style" msgstr "Styl" -#: src/MainWindow.vala:964 +#: src/MainWindow.vala:1019 msgid "Stickers" msgstr "Nálepky" -#: src/MainWindow.vala:965 +#: src/MainWindow.vala:1020 msgid "Map" msgstr "Mapa" -#: src/MainWindow.vala:1019 +#: src/MainWindow.vala:1074 msgid "Save current unnamed document?" msgstr "Uložit aktuální nepojmenovaný dokument?" -#: src/MainWindow.vala:1020 +#: src/MainWindow.vala:1075 msgid "Changes will be permanently lost if not saved." msgstr "Pokud soubor neuložíte, provedené změny se navždy ztratí." -#: src/MainWindow.vala:1025 +#: src/MainWindow.vala:1080 msgid "Discard Changes" msgstr "Zahodit změny" -#: src/MainWindow.vala:1031 src/MainWindow.vala:1267 src/ThemeEditor.vala:147 +#: src/MainWindow.vala:1086 src/MainWindow.vala:1322 src/ThemeEditor.vala:147 msgid "Save" msgstr "Uložit" -#: src/MainWindow.vala:1060 +#: src/MainWindow.vala:1115 #, c-format msgid "The file %s was modified outside of the application." msgstr "Soubor %s byl upraven mimo tuto aplikaci." -#: src/MainWindow.vala:1061 +#: src/MainWindow.vala:1116 msgid "What do you want to do?" msgstr "Co chcete dělat?" -#: src/MainWindow.vala:1066 +#: src/MainWindow.vala:1121 msgid "Discard Changes and reload" msgstr "Zahodit změny a obnovit" -#: src/MainWindow.vala:1069 +#: src/MainWindow.vala:1124 msgid "Save local version and overwrite" msgstr "Uložit lokální verzi a přepsat" -#: src/MainWindow.vala:1119 +#: src/MainWindow.vala:1174 #, fuzzy msgid "Open Directory" msgstr "Otevřít soubor" -#: src/MainWindow.vala:1122 +#: src/MainWindow.vala:1177 msgid "Open" msgstr "Otevřít" -#: src/MainWindow.vala:1267 +#: src/MainWindow.vala:1322 msgid "Save File" msgstr "Uložit soubor" -#: src/MainWindow.vala:1340 +#: src/MainWindow.vala:1395 msgid "Hide Property Sidebar" msgstr "Schovat panel vlastností" @@ -868,7 +880,7 @@ msgstr "Odpojit uzel" msgid "Delete Node" msgstr "Smazat uzel" -#: src/NodeLink.vala:106 +#: src/NodeLink.vala:107 src/NodeLink.vala:110 msgid "No node found" msgstr "Nenalezen žádný uzel" @@ -880,7 +892,7 @@ msgstr "Kopírovat" msgid "Cut" msgstr "Vyjmout" -#: src/NodeMenu.vala:84 src/NodeMenu.vala:459 +#: src/NodeMenu.vala:84 src/NodeMenu.vala:460 msgid "Paste and Replace Node" msgstr "Režim vložení a nahrazení" @@ -896,15 +908,15 @@ msgstr "Změnit uzly" msgid "Edit Text…" msgstr "Upravit text…" -#: src/NodeMenu.vala:107 src/NodeMenu.vala:429 +#: src/NodeMenu.vala:107 src/NodeMenu.vala:430 msgid "Add Task" msgstr "Přidat úkol" -#: src/NodeMenu.vala:110 src/NodeMenu.vala:447 +#: src/NodeMenu.vala:110 src/NodeMenu.vala:448 msgid "Add Image" msgstr "Přidat obrázek" -#: src/NodeMenu.vala:117 src/NodeMenu.vala:430 +#: src/NodeMenu.vala:117 src/NodeMenu.vala:431 msgid "Add Node Link" msgstr "Přidat poznámku k odkazu" @@ -916,7 +928,7 @@ msgstr "Přidat spojení" msgid "Add Group" msgstr "Přidat skupinu" -#: src/NodeMenu.vala:129 src/NodeMenu.vala:432 +#: src/NodeMenu.vala:129 src/NodeMenu.vala:433 #, fuzzy msgid "Add Callout" msgstr "Přidat skupinu" @@ -925,146 +937,146 @@ msgstr "Přidat skupinu" msgid "Link Color" msgstr "Barva odkazu" -#: src/NodeMenu.vala:136 src/NodesMenu.vala:84 +#: src/NodeMenu.vala:137 src/NodesMenu.vala:85 msgid "Set to color…" msgstr "Nastavit barvu…" -#: src/NodeMenu.vala:139 +#: src/NodeMenu.vala:140 msgid "Randomize color" msgstr "Randomizovat barvu" -#: src/NodeMenu.vala:142 src/NodesMenu.vala:90 +#: src/NodeMenu.vala:143 src/NodesMenu.vala:91 msgid "Use parent color" msgstr "Použít nadřazenou barvu" -#: src/NodeMenu.vala:146 src/NodeMenu.vala:431 src/NodesMenu.vala:64 -#: src/NodesMenu.vala:222 +#: src/NodeMenu.vala:147 src/NodeMenu.vala:432 src/NodesMenu.vala:64 +#: src/NodesMenu.vala:223 msgid "Fold Children" msgstr "Sbalit podřadné uzly" -#: src/NodeMenu.vala:149 +#: src/NodeMenu.vala:150 msgid "Detach" msgstr "Odpojit" -#: src/NodeMenu.vala:152 +#: src/NodeMenu.vala:153 msgid "Add Node" msgstr "Přidat uzel" -#: src/NodeMenu.vala:159 +#: src/NodeMenu.vala:160 msgid "Add Parent Node" msgstr "Hledat nadřazený uzel" -#: src/NodeMenu.vala:163 +#: src/NodeMenu.vala:164 msgid "Add Child Node" msgstr "Přidat podřadný uzel" -#: src/NodeMenu.vala:167 +#: src/NodeMenu.vala:168 msgid "Add Sibling Node" msgstr "Přidat souřadný uzel" -#: src/NodeMenu.vala:171 +#: src/NodeMenu.vala:172 #, fuzzy msgid "Use to Summarize Previous Sibling Nodes" msgstr "Předchozí souřadný uzel" -#: src/NodeMenu.vala:175 src/QuickEntry.vala:44 +#: src/NodeMenu.vala:176 src/QuickEntry.vala:44 msgid "Quick Entry" msgstr "Rychlé zadávání" -#: src/NodeMenu.vala:179 +#: src/NodeMenu.vala:180 msgid "Insert Nodes" msgstr "Vložit uzly" -#: src/NodeMenu.vala:183 +#: src/NodeMenu.vala:184 msgid "Replace Nodes" msgstr "Nahradit uzly" -#: src/NodeMenu.vala:192 +#: src/NodeMenu.vala:193 msgid "Root Node" msgstr "Kořenový uzel" -#: src/NodeMenu.vala:197 +#: src/NodeMenu.vala:198 msgid "Next Sibling Node" msgstr "Další souřadný uzel" -#: src/NodeMenu.vala:202 +#: src/NodeMenu.vala:203 msgid "Previous Sibling Node" msgstr "Předchozí souřadný uzel" -#: src/NodeMenu.vala:207 +#: src/NodeMenu.vala:208 msgid "Child Node" msgstr "Podřadný uzel" -#: src/NodeMenu.vala:212 src/NodesMenu.vala:108 +#: src/NodeMenu.vala:213 src/NodesMenu.vala:109 msgid "Child Nodes" msgstr "Podřadné uzly" -#: src/NodeMenu.vala:217 +#: src/NodeMenu.vala:218 msgid "Subtree" msgstr "Podřadný strom" -#: src/NodeMenu.vala:222 +#: src/NodeMenu.vala:223 msgid "Parent Node" msgstr "Nadřazený uzel" -#: src/NodeMenu.vala:227 +#: src/NodeMenu.vala:228 msgid "Linked Node" msgstr "Spojený uzel" -#: src/NodeMenu.vala:241 +#: src/NodeMenu.vala:242 msgid "Center Current Node" msgstr "Zarovnat tento uzel na střed" -#: src/NodeMenu.vala:245 +#: src/NodeMenu.vala:246 msgid "Sort Children" msgstr "Třídit podřadné uzly" -#: src/NodeMenu.vala:249 +#: src/NodeMenu.vala:250 msgid "Alphabetically" msgstr "Abecedně" -#: src/NodeMenu.vala:252 +#: src/NodeMenu.vala:253 msgid "Randomize" msgstr "Randomizovat" -#: src/NodeMenu.vala:427 +#: src/NodeMenu.vala:428 msgid "Remove Task" msgstr "Odstranit úkol" -#: src/NodeMenu.vala:428 +#: src/NodeMenu.vala:429 msgid "Mark Task As Done" msgstr "Označit úkol za splněný" -#: src/NodeMenu.vala:430 +#: src/NodeMenu.vala:431 msgid "Remove Node Link" msgstr "Odstranit odkaz uzlu" -#: src/NodeMenu.vala:431 src/NodesMenu.vala:222 +#: src/NodeMenu.vala:432 src/NodesMenu.vala:223 msgid "Unfold Children" msgstr "Rozbalit podřadné uzly" -#: src/NodeMenu.vala:432 data/com.github.phase1geo.minder.shortcuts.ui:636 +#: src/NodeMenu.vala:433 data/com.github.phase1geo.minder.shortcuts.ui:643 #, fuzzy msgid "Remove Callout" msgstr "Odstranit úkol" -#: src/NodeMenu.vala:452 +#: src/NodeMenu.vala:453 msgid "Paste Text As Child Node" msgstr "Vložit uzel jako podřadný" -#: src/NodeMenu.vala:453 +#: src/NodeMenu.vala:454 msgid "Paste and Replace Node Text" msgstr "Vložit a nahradit text uzlu" -#: src/NodeMenu.vala:455 +#: src/NodeMenu.vala:456 msgid "Paste Image As Child Node" msgstr "Vložit obrázek jako podřadný uzel" -#: src/NodeMenu.vala:456 +#: src/NodeMenu.vala:457 msgid "Paste and Replace Node Image" msgstr "Vložit a nahradit obrázek uzlu" -#: src/NodeMenu.vala:458 +#: src/NodeMenu.vala:459 msgid "Paste Node As Child" msgstr "Vložit uzel jako podřadný" @@ -1076,7 +1088,7 @@ msgstr "Přepnout úkoly" msgid "Connect" msgstr "Spojit" -#: src/NodesMenu.vala:72 src/NodesMenu.vala:223 +#: src/NodesMenu.vala:72 src/NodesMenu.vala:224 msgid "Link Nodes" msgstr "Uzly s odkazem" @@ -1084,55 +1096,55 @@ msgstr "Uzly s odkazem" msgid "Link Colors" msgstr "Barvy odkazu" -#: src/NodesMenu.vala:87 +#: src/NodesMenu.vala:88 msgid "Randomize colors" msgstr "Randomizovat barvy" -#: src/NodesMenu.vala:103 +#: src/NodesMenu.vala:104 msgid "Parent Nodes" msgstr "Nadřazené uzly" -#: src/NodesMenu.vala:117 +#: src/NodesMenu.vala:118 msgid "Align Nodes" msgstr "Zarovnat uzly" -#: src/NodesMenu.vala:121 +#: src/NodesMenu.vala:122 msgid "Align Top" msgstr "Zarovnat nahoru" -#: src/NodesMenu.vala:125 +#: src/NodesMenu.vala:126 msgid "Align Center Horizontally" msgstr "Zarovnat prostředek vodorovně" -#: src/NodesMenu.vala:129 +#: src/NodesMenu.vala:130 msgid "Align Bottom" msgstr "Zarovnat dolů" -#: src/NodesMenu.vala:133 +#: src/NodesMenu.vala:134 msgid "Align Left" msgstr "Zarovnat vlevo" -#: src/NodesMenu.vala:137 +#: src/NodesMenu.vala:138 msgid "Align Center Vertically" msgstr "Zarovnat prostředek svisle" -#: src/NodesMenu.vala:141 +#: src/NodesMenu.vala:142 msgid "Align Right" msgstr "Zarovnat vpravo" -#: src/NodesMenu.vala:223 +#: src/NodesMenu.vala:224 msgid "Remove Node Links" msgstr "Odstranit odkazy uzlu" -#: src/Node.vala:2325 +#: src/Node.vala:2321 msgid "Node Title" msgstr "Název poznámky" -#: src/Node.vala:2333 +#: src/Node.vala:2329 msgid "Node Note" msgstr "Poznámka uzlu" -#: src/Node.vala:2344 +#: src/Node.vala:2340 #, fuzzy msgid "Callout Text" msgstr "Vložit text" @@ -1205,23 +1217,32 @@ msgstr "Vybrat položky táhnutím myši" msgid "If enabled, selects items when mouse cursor hovers over the item." msgstr "Po aktivaci je možné vybrat položky přetáhnutím myši." -#: src/Preferences.vala:110 +#: src/Preferences.vala:99 +#, fuzzy +msgid "Natural scrolling" +msgstr "Nestranný obchod" + +#: src/Preferences.vala:101 +msgid "Specifies scrolling used when panning the canvas." +msgstr "" + +#: src/Preferences.vala:114 msgid "Hide themes not matching visual style" msgstr "Schovat motivy neodpovídající stylu rozhraní" -#: src/Preferences.vala:114 +#: src/Preferences.vala:118 msgid "Default theme" msgstr "Základní motiv" -#: src/Preferences.vala:117 +#: src/Preferences.vala:121 msgid "Enable animations" msgstr "Povolit animace" -#: src/Preferences.vala:120 +#: src/Preferences.vala:124 msgid "Text field font size" msgstr "Velikost stylu písma v textových polích" -#: src/Preferences.vala:123 +#: src/Preferences.vala:127 msgid "" "Specifies the custom font size to use in text editing fields (i.e, quick " "entry or notes field)." @@ -1328,25 +1349,25 @@ msgstr "" msgid "Search Stickers" msgstr "Hledat nálepky" -#: src/StickerInspector.vala:134 +#: src/StickerInspector.vala:137 msgid "Favorites" msgstr "Oblíbené" -#: src/StickerInspector.vala:140 +#: src/StickerInspector.vala:143 msgid "Show Custom Sticker Directory" msgstr "" -#: src/StickerInspector.vala:214 +#: src/StickerInspector.vala:215 #, fuzzy msgid "Add custom stickers" msgstr "přidat poznámku uzlu" -#: src/StickerInspector.vala:401 +#: src/StickerInspector.vala:402 #, fuzzy msgid "Import Sticker(s)" msgstr "Odstranit nálepku" -#: src/StickerInspector.vala:401 src/StickerSet.vala:353 +#: src/StickerInspector.vala:402 src/StickerSet.vala:353 msgid "Import" msgstr "Import" @@ -3269,7 +3290,7 @@ msgid "Minder Shortcuts" msgstr "Zkratky Minderu" #: data/com.github.phase1geo.minder.shortcuts.ui:12 -#: data/com.github.phase1geo.minder.shortcuts.ui:960 +#: data/com.github.phase1geo.minder.shortcuts.ui:967 msgid "General" msgstr "Obecné" @@ -3342,7 +3363,7 @@ msgid "Show Map Tab" msgstr "Zobrazit panel s mapou" #: data/com.github.phase1geo.minder.shortcuts.ui:190 -#: data/com.github.phase1geo.minder.shortcuts.ui:740 +#: data/com.github.phase1geo.minder.shortcuts.ui:747 msgid "Miscellaneous" msgstr "Smíšené" @@ -3355,7 +3376,7 @@ msgid "Search Nodes/Connections" msgstr "Hledat uzly/spojení" #: data/com.github.phase1geo.minder.shortcuts.ui:208 -#: data/com.github.phase1geo.minder.shortcuts.ui:964 +#: data/com.github.phase1geo.minder.shortcuts.ui:971 msgid "Show Contextual Menu" msgstr "Zobrazit kontextové menu" @@ -3400,7 +3421,7 @@ msgid "Quick Entry Replacement" msgstr "Nahrazení Rychlého zadávání" #: data/com.github.phase1geo.minder.shortcuts.ui:293 -#: data/com.github.phase1geo.minder.shortcuts.ui:850 +#: data/com.github.phase1geo.minder.shortcuts.ui:857 msgid "Clipboard" msgstr "Schránka" @@ -3425,7 +3446,7 @@ msgid "Changing Current" msgstr "Změna současného" #: data/com.github.phase1geo.minder.shortcuts.ui:331 -#: data/com.github.phase1geo.minder.shortcuts.ui:669 +#: data/com.github.phase1geo.minder.shortcuts.ui:676 msgid "Edit Title" msgstr "Upravit název" @@ -3439,470 +3460,475 @@ msgid "Add URL Link To Text" msgstr "Přidat konec textu" #: data/com.github.phase1geo.minder.shortcuts.ui:359 -#: data/com.github.phase1geo.minder.shortcuts.ui:772 +#: data/com.github.phase1geo.minder.shortcuts.ui:779 #, fuzzy msgid "Remove URL Link From Text" msgstr "Odstranit odkaz" #: data/com.github.phase1geo.minder.shortcuts.ui:366 +#, fuzzy +msgid "Change Link Color" +msgstr "Barva odkazu" + +#: data/com.github.phase1geo.minder.shortcuts.ui:373 msgid "View Properties" msgstr "Zobrazit vlastnosti" -#: data/com.github.phase1geo.minder.shortcuts.ui:373 +#: data/com.github.phase1geo.minder.shortcuts.ui:380 msgid "Toggle Fold" msgstr "Přepnout sbalení" -#: data/com.github.phase1geo.minder.shortcuts.ui:380 +#: data/com.github.phase1geo.minder.shortcuts.ui:387 msgid "Toggle Node Link" msgstr "Přepnout odkaz uzlu" -#: data/com.github.phase1geo.minder.shortcuts.ui:387 +#: data/com.github.phase1geo.minder.shortcuts.ui:394 msgid "Create Link to Selected Node" msgstr "Vytvořit nový odkaz na vybraný uzel" -#: data/com.github.phase1geo.minder.shortcuts.ui:388 +#: data/com.github.phase1geo.minder.shortcuts.ui:395 msgid "[After using this command, 'y' will create the link]" msgstr "[Po použití tohoto příkazu vytvoří \"y\" odkaz]" -#: data/com.github.phase1geo.minder.shortcuts.ui:395 +#: data/com.github.phase1geo.minder.shortcuts.ui:402 msgid "Create Group" msgstr "Vytvořit skupinu" -#: data/com.github.phase1geo.minder.shortcuts.ui:402 +#: data/com.github.phase1geo.minder.shortcuts.ui:409 msgid "Create Connection" msgstr "Vytvořit spojení" -#: data/com.github.phase1geo.minder.shortcuts.ui:409 +#: data/com.github.phase1geo.minder.shortcuts.ui:416 #, fuzzy msgid "Create Callout" msgstr "Vytvořit skupinu" -#: data/com.github.phase1geo.minder.shortcuts.ui:416 +#: data/com.github.phase1geo.minder.shortcuts.ui:423 msgid "Center In View" msgstr "Zarovnat do pohledu" -#: data/com.github.phase1geo.minder.shortcuts.ui:423 -#: data/com.github.phase1geo.minder.shortcuts.ui:690 +#: data/com.github.phase1geo.minder.shortcuts.ui:430 +#: data/com.github.phase1geo.minder.shortcuts.ui:697 msgid "Place Into View" msgstr "Umístit do pohledu" -#: data/com.github.phase1geo.minder.shortcuts.ui:432 -#: data/com.github.phase1geo.minder.shortcuts.ui:645 -#: data/com.github.phase1geo.minder.shortcuts.ui:877 +#: data/com.github.phase1geo.minder.shortcuts.ui:439 +#: data/com.github.phase1geo.minder.shortcuts.ui:652 +#: data/com.github.phase1geo.minder.shortcuts.ui:884 msgid "Selection" msgstr "Výběr" -#: data/com.github.phase1geo.minder.shortcuts.ui:436 +#: data/com.github.phase1geo.minder.shortcuts.ui:443 msgid "Select Root" msgstr "Vybrat kořen" -#: data/com.github.phase1geo.minder.shortcuts.ui:443 +#: data/com.github.phase1geo.minder.shortcuts.ui:450 msgid "Select Parent" msgstr "Vybrat nadřazený uzel" -#: data/com.github.phase1geo.minder.shortcuts.ui:450 +#: data/com.github.phase1geo.minder.shortcuts.ui:457 msgid "Select Next Sibling" msgstr "Vybrat další souřadný uzel" -#: data/com.github.phase1geo.minder.shortcuts.ui:457 +#: data/com.github.phase1geo.minder.shortcuts.ui:464 msgid "Select Previous Sibling" msgstr "Vybrat předchozí souřadný uzel" -#: data/com.github.phase1geo.minder.shortcuts.ui:464 +#: data/com.github.phase1geo.minder.shortcuts.ui:471 msgid "Select Child" msgstr "Vybrat podřadný uzel" -#: data/com.github.phase1geo.minder.shortcuts.ui:471 +#: data/com.github.phase1geo.minder.shortcuts.ui:478 msgid "Select Children" msgstr "Vybrat podřadné uzly" -#: data/com.github.phase1geo.minder.shortcuts.ui:478 +#: data/com.github.phase1geo.minder.shortcuts.ui:485 msgid "Select Subtree" msgstr "Vybrat podřadný strom" -#: data/com.github.phase1geo.minder.shortcuts.ui:485 +#: data/com.github.phase1geo.minder.shortcuts.ui:492 msgid "Select Node Below" msgstr "Vybrat uzel pod" -#: data/com.github.phase1geo.minder.shortcuts.ui:492 +#: data/com.github.phase1geo.minder.shortcuts.ui:499 msgid "Select Node Above" msgstr "Vybrat uzel nad" -#: data/com.github.phase1geo.minder.shortcuts.ui:499 +#: data/com.github.phase1geo.minder.shortcuts.ui:506 msgid "Select Node To Right" msgstr "Vybrat uzel vpravo" -#: data/com.github.phase1geo.minder.shortcuts.ui:506 +#: data/com.github.phase1geo.minder.shortcuts.ui:513 msgid "Select Node To Left" msgstr "Vybrat uzel vlevo" -#: data/com.github.phase1geo.minder.shortcuts.ui:513 +#: data/com.github.phase1geo.minder.shortcuts.ui:520 msgid "Select Linked Node" msgstr "Vybrat spojený uzel" -#: data/com.github.phase1geo.minder.shortcuts.ui:520 +#: data/com.github.phase1geo.minder.shortcuts.ui:527 #, fuzzy msgid "Select Callout" msgstr "Vybrat celý text" -#: data/com.github.phase1geo.minder.shortcuts.ui:527 +#: data/com.github.phase1geo.minder.shortcuts.ui:534 msgid "Select Attached Connection" msgstr "Vybrat připojené spojení" -#: data/com.github.phase1geo.minder.shortcuts.ui:536 +#: data/com.github.phase1geo.minder.shortcuts.ui:543 msgid "Move" msgstr "Přesunout" -#: data/com.github.phase1geo.minder.shortcuts.ui:540 +#: data/com.github.phase1geo.minder.shortcuts.ui:547 msgid "Swap with Sibling Node to Right" msgstr "Vyměnit se souřadným uzlem napravo" -#: data/com.github.phase1geo.minder.shortcuts.ui:547 +#: data/com.github.phase1geo.minder.shortcuts.ui:554 msgid "Swap with Sibling Node to Left" msgstr "Vyměnit se souřadným uzlem nalevo" -#: data/com.github.phase1geo.minder.shortcuts.ui:554 +#: data/com.github.phase1geo.minder.shortcuts.ui:561 msgid "Swap with Sibling Node Above" msgstr "Vyměnit se souřadným uzlem nad" -#: data/com.github.phase1geo.minder.shortcuts.ui:561 +#: data/com.github.phase1geo.minder.shortcuts.ui:568 msgid "Swap with Sibling Node Below" msgstr "Vyměnit se souřadným uzlem pod" -#: data/com.github.phase1geo.minder.shortcuts.ui:568 +#: data/com.github.phase1geo.minder.shortcuts.ui:575 msgid "Sort Child Nodes Alphabetically" msgstr "Řadit podřadné uzly abecedně" -#: data/com.github.phase1geo.minder.shortcuts.ui:577 +#: data/com.github.phase1geo.minder.shortcuts.ui:584 msgid "Alignment" msgstr "Zarovnání" -#: data/com.github.phase1geo.minder.shortcuts.ui:581 +#: data/com.github.phase1geo.minder.shortcuts.ui:588 msgid "Align Top Side" msgstr "Zarovnat vrchní stranu" -#: data/com.github.phase1geo.minder.shortcuts.ui:588 +#: data/com.github.phase1geo.minder.shortcuts.ui:595 #, fuzzy msgid "Align Vertical Center" msgstr "Zarovnat prostředek svisle" -#: data/com.github.phase1geo.minder.shortcuts.ui:595 +#: data/com.github.phase1geo.minder.shortcuts.ui:602 msgid "Align Bottom Side" msgstr "Zarovnat spodní stranu" -#: data/com.github.phase1geo.minder.shortcuts.ui:602 +#: data/com.github.phase1geo.minder.shortcuts.ui:609 msgid "Align Left Side" msgstr "Zarovnat levou stranu" -#: data/com.github.phase1geo.minder.shortcuts.ui:609 +#: data/com.github.phase1geo.minder.shortcuts.ui:616 #, fuzzy msgid "Align Horizontal Center" msgstr "Zarovnat prostředek vodorovně" -#: data/com.github.phase1geo.minder.shortcuts.ui:616 +#: data/com.github.phase1geo.minder.shortcuts.ui:623 msgid "Align Right Side" msgstr "Zarovnat pravou stranu" -#: data/com.github.phase1geo.minder.shortcuts.ui:628 +#: data/com.github.phase1geo.minder.shortcuts.ui:635 #, fuzzy msgid "Callout Commands" msgstr "Uzlové příkazy" -#: data/com.github.phase1geo.minder.shortcuts.ui:632 -#: data/com.github.phase1geo.minder.shortcuts.ui:665 +#: data/com.github.phase1geo.minder.shortcuts.ui:639 +#: data/com.github.phase1geo.minder.shortcuts.ui:672 msgid "Change Current" msgstr "Změnit současné" -#: data/com.github.phase1geo.minder.shortcuts.ui:661 +#: data/com.github.phase1geo.minder.shortcuts.ui:668 msgid "Connection Commands" msgstr "Příkazy spojení" -#: data/com.github.phase1geo.minder.shortcuts.ui:683 +#: data/com.github.phase1geo.minder.shortcuts.ui:690 msgid "Show Properties" msgstr "Zobrazit panel vlastností" -#: data/com.github.phase1geo.minder.shortcuts.ui:699 +#: data/com.github.phase1geo.minder.shortcuts.ui:706 msgid "Traversal" msgstr "Procházení" -#: data/com.github.phase1geo.minder.shortcuts.ui:703 +#: data/com.github.phase1geo.minder.shortcuts.ui:710 msgid "Select Start Node" msgstr "Vybrat počáteční uzel" -#: data/com.github.phase1geo.minder.shortcuts.ui:710 +#: data/com.github.phase1geo.minder.shortcuts.ui:717 msgid "Select End Node" msgstr "Vybrat konečný uzel" -#: data/com.github.phase1geo.minder.shortcuts.ui:717 +#: data/com.github.phase1geo.minder.shortcuts.ui:724 msgid "Select Next Connection" msgstr "Vybrat další spojení" -#: data/com.github.phase1geo.minder.shortcuts.ui:724 +#: data/com.github.phase1geo.minder.shortcuts.ui:731 msgid "Select Previous Connection" msgstr "Vybrat předchozí spojení" -#: data/com.github.phase1geo.minder.shortcuts.ui:736 +#: data/com.github.phase1geo.minder.shortcuts.ui:743 msgid "Text Editing" msgstr "Úprava textu" -#: data/com.github.phase1geo.minder.shortcuts.ui:744 +#: data/com.github.phase1geo.minder.shortcuts.ui:751 msgid "Insert Newline Character" msgstr "Vložit znak na novém řádku" -#: data/com.github.phase1geo.minder.shortcuts.ui:751 +#: data/com.github.phase1geo.minder.shortcuts.ui:758 msgid "Insert Tab Character" msgstr "Vložit znak panelu" -#: data/com.github.phase1geo.minder.shortcuts.ui:758 +#: data/com.github.phase1geo.minder.shortcuts.ui:765 msgid "Show Emoji Picker" msgstr "Zobrazit výběr emotikonů" -#: data/com.github.phase1geo.minder.shortcuts.ui:765 +#: data/com.github.phase1geo.minder.shortcuts.ui:772 #, fuzzy msgid "Add URL Link To Selected Text" msgstr "Zkopírovat vybraný text" -#: data/com.github.phase1geo.minder.shortcuts.ui:779 +#: data/com.github.phase1geo.minder.shortcuts.ui:786 msgid "End Editing" msgstr "Ukončit upravování" -#: data/com.github.phase1geo.minder.shortcuts.ui:788 +#: data/com.github.phase1geo.minder.shortcuts.ui:795 msgid "Cursor Movement" msgstr "Pohyb myši" -#: data/com.github.phase1geo.minder.shortcuts.ui:792 +#: data/com.github.phase1geo.minder.shortcuts.ui:799 msgid "Next Character" msgstr "Další znak" -#: data/com.github.phase1geo.minder.shortcuts.ui:799 +#: data/com.github.phase1geo.minder.shortcuts.ui:806 msgid "Previous Character" msgstr "Předchozí znak" -#: data/com.github.phase1geo.minder.shortcuts.ui:806 +#: data/com.github.phase1geo.minder.shortcuts.ui:813 msgid "Next Word" msgstr "Další slovo" -#: data/com.github.phase1geo.minder.shortcuts.ui:813 +#: data/com.github.phase1geo.minder.shortcuts.ui:820 msgid "Previous Word" msgstr "Předchozí slovo" -#: data/com.github.phase1geo.minder.shortcuts.ui:820 +#: data/com.github.phase1geo.minder.shortcuts.ui:827 msgid "Next Line" msgstr "Další řádek" -#: data/com.github.phase1geo.minder.shortcuts.ui:827 +#: data/com.github.phase1geo.minder.shortcuts.ui:834 msgid "Previous Line" msgstr "Předchozí řádek" -#: data/com.github.phase1geo.minder.shortcuts.ui:834 +#: data/com.github.phase1geo.minder.shortcuts.ui:841 msgid "Start Of Text" msgstr "Začátek textu" -#: data/com.github.phase1geo.minder.shortcuts.ui:841 +#: data/com.github.phase1geo.minder.shortcuts.ui:848 msgid "End Of Text" msgstr "Konec textu" -#: data/com.github.phase1geo.minder.shortcuts.ui:854 +#: data/com.github.phase1geo.minder.shortcuts.ui:861 msgid "Copy Selected Text" msgstr "Zkopírovat vybraný text" -#: data/com.github.phase1geo.minder.shortcuts.ui:861 +#: data/com.github.phase1geo.minder.shortcuts.ui:868 msgid "Cut Selected Text" msgstr "Vyjmout vybraný text" -#: data/com.github.phase1geo.minder.shortcuts.ui:868 +#: data/com.github.phase1geo.minder.shortcuts.ui:875 msgid "Paste Text" msgstr "Vložit text" -#: data/com.github.phase1geo.minder.shortcuts.ui:881 +#: data/com.github.phase1geo.minder.shortcuts.ui:888 msgid "Add Next Character" msgstr "Přidat další znak" -#: data/com.github.phase1geo.minder.shortcuts.ui:888 +#: data/com.github.phase1geo.minder.shortcuts.ui:895 msgid "Add Previous Character" msgstr "Přidat předchozí znak" -#: data/com.github.phase1geo.minder.shortcuts.ui:895 +#: data/com.github.phase1geo.minder.shortcuts.ui:902 msgid "Add Next Word" msgstr "Přidat další slovo" -#: data/com.github.phase1geo.minder.shortcuts.ui:902 +#: data/com.github.phase1geo.minder.shortcuts.ui:909 msgid "Add Previous Word" msgstr "Přidat předchozí slovo" -#: data/com.github.phase1geo.minder.shortcuts.ui:909 +#: data/com.github.phase1geo.minder.shortcuts.ui:916 msgid "Add Next Line" msgstr "Přidat další řádek" -#: data/com.github.phase1geo.minder.shortcuts.ui:916 +#: data/com.github.phase1geo.minder.shortcuts.ui:923 msgid "Add Previous Line" msgstr "Přidat předchozí řádek" -#: data/com.github.phase1geo.minder.shortcuts.ui:923 +#: data/com.github.phase1geo.minder.shortcuts.ui:930 msgid "Add Start Of Text" msgstr "Přidat začátek textu" -#: data/com.github.phase1geo.minder.shortcuts.ui:930 +#: data/com.github.phase1geo.minder.shortcuts.ui:937 msgid "Add End Of Text" msgstr "Přidat konec textu" -#: data/com.github.phase1geo.minder.shortcuts.ui:937 +#: data/com.github.phase1geo.minder.shortcuts.ui:944 msgid "Select All Text" msgstr "Vybrat všechen text" -#: data/com.github.phase1geo.minder.shortcuts.ui:944 +#: data/com.github.phase1geo.minder.shortcuts.ui:951 msgid "Clear Selection" msgstr "Vyčistit výběr" -#: data/com.github.phase1geo.minder.shortcuts.ui:956 +#: data/com.github.phase1geo.minder.shortcuts.ui:963 msgid "Mouse Events" msgstr "Události myši" -#: data/com.github.phase1geo.minder.shortcuts.ui:965 +#: data/com.github.phase1geo.minder.shortcuts.ui:972 msgid "[Right-click when item is selected]" msgstr "[Pravé tlačítko, když je položka vybrána]" -#: data/com.github.phase1geo.minder.shortcuts.ui:971 +#: data/com.github.phase1geo.minder.shortcuts.ui:978 msgid "Edit Image in Canvas" msgstr "Upravit obrázek na plátně" -#: data/com.github.phase1geo.minder.shortcuts.ui:972 +#: data/com.github.phase1geo.minder.shortcuts.ui:979 msgid "[Double left-click on image]" msgstr "[Dvojitý poklep levého tlačítka na obrázek]" -#: data/com.github.phase1geo.minder.shortcuts.ui:980 +#: data/com.github.phase1geo.minder.shortcuts.ui:987 msgid "Canvas Movement" msgstr "Pohyb plátna" -#: data/com.github.phase1geo.minder.shortcuts.ui:984 +#: data/com.github.phase1geo.minder.shortcuts.ui:991 msgid "Pan Canvas" msgstr "Natočit plátno" -#: data/com.github.phase1geo.minder.shortcuts.ui:985 +#: data/com.github.phase1geo.minder.shortcuts.ui:992 msgid "[Middle-click + Drag / Alt + Motion]" msgstr "[Prostřední tlačítko + táhnutí/ alt + táhnutí" -#: data/com.github.phase1geo.minder.shortcuts.ui:991 +#: data/com.github.phase1geo.minder.shortcuts.ui:998 msgid "Scroll Vertically" msgstr "Scrolovat vertikálně" -#: data/com.github.phase1geo.minder.shortcuts.ui:992 +#: data/com.github.phase1geo.minder.shortcuts.ui:999 msgid "[Scrollwheel up/down]" msgstr "[Scroll tlačítko nahoru/dolú]" -#: data/com.github.phase1geo.minder.shortcuts.ui:998 +#: data/com.github.phase1geo.minder.shortcuts.ui:1005 msgid "Scroll Horizontally" msgstr "Scrolovat vodorovně" -#: data/com.github.phase1geo.minder.shortcuts.ui:999 +#: data/com.github.phase1geo.minder.shortcuts.ui:1006 msgid "[Shift + Scrollwheel up/down]" msgstr "[Shift + scrolovací tlačítko nahoru/dolů]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1007 +#: data/com.github.phase1geo.minder.shortcuts.ui:1014 msgid "Item Selection" msgstr "Výběr položek" -#: data/com.github.phase1geo.minder.shortcuts.ui:1011 +#: data/com.github.phase1geo.minder.shortcuts.ui:1018 msgid "Select Single Item" msgstr "Vybrat jedinou položku" -#: data/com.github.phase1geo.minder.shortcuts.ui:1012 +#: data/com.github.phase1geo.minder.shortcuts.ui:1019 msgid "[Left-click on item]" msgstr "[Levé kliknutí na položku]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1018 +#: data/com.github.phase1geo.minder.shortcuts.ui:1025 msgid "Select Child Nodes" msgstr "Vybrat podřadné uzly" -#: data/com.github.phase1geo.minder.shortcuts.ui:1019 +#: data/com.github.phase1geo.minder.shortcuts.ui:1026 msgid "[Control + Left-click on parent node]" msgstr "[Control + levé tlačítko na nadřazený uzel]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1025 +#: data/com.github.phase1geo.minder.shortcuts.ui:1032 msgid "Select Node Tree/Subtree" msgstr "Vybrat strom/podřadný strom uzlů" -#: data/com.github.phase1geo.minder.shortcuts.ui:1026 +#: data/com.github.phase1geo.minder.shortcuts.ui:1033 msgid "[Control + Double left-click on parent node]" msgstr "[Control + dvojité pravé kliknutí na nadřazený uzel" -#: data/com.github.phase1geo.minder.shortcuts.ui:1032 +#: data/com.github.phase1geo.minder.shortcuts.ui:1039 msgid "Select All Nodes at Same Depth Level" msgstr "Vybrat všechny uzly na stejné úrovni" -#: data/com.github.phase1geo.minder.shortcuts.ui:1033 +#: data/com.github.phase1geo.minder.shortcuts.ui:1040 msgid "[Control + Triple left-click on node]" msgstr "[Control + trojité levé klinutí na uzel]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1039 +#: data/com.github.phase1geo.minder.shortcuts.ui:1046 msgid "Block Selection" msgstr "Výběr oblasti" -#: data/com.github.phase1geo.minder.shortcuts.ui:1040 +#: data/com.github.phase1geo.minder.shortcuts.ui:1047 msgid "[Left-click + Drag]" msgstr "[Levé tlačítko + táhnutí]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1048 +#: data/com.github.phase1geo.minder.shortcuts.ui:1055 msgid "Item Selection Toggle (Add to/Remove from Selection)" msgstr "Přepínač vybírání položek (přidat/odebrat z výběru)" -#: data/com.github.phase1geo.minder.shortcuts.ui:1052 +#: data/com.github.phase1geo.minder.shortcuts.ui:1059 msgid "Toggle Selection of Item" msgstr "Přepnout výběr položky" -#: data/com.github.phase1geo.minder.shortcuts.ui:1053 +#: data/com.github.phase1geo.minder.shortcuts.ui:1060 msgid "[Shift + Left-click on item]" msgstr "[Shift + levé tlačítko na položku]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1059 +#: data/com.github.phase1geo.minder.shortcuts.ui:1066 msgid "Toggle Selection of Child Nodes" msgstr "Přepnout výběr souřadných uzlů" -#: data/com.github.phase1geo.minder.shortcuts.ui:1060 +#: data/com.github.phase1geo.minder.shortcuts.ui:1067 msgid "[Shift + Control + Left-click on item]" msgstr "[Shift + control + levé tlačítko na položku]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1066 +#: data/com.github.phase1geo.minder.shortcuts.ui:1073 msgid "Toggle Selection of Node Tree/Subtree" msgstr "Přepnout výběr uzlu/podřadného stromu" -#: data/com.github.phase1geo.minder.shortcuts.ui:1067 +#: data/com.github.phase1geo.minder.shortcuts.ui:1074 msgid "[Shift + Control + Double left-click on parent node]" msgstr "[Shift + control + dvojité pravé kliknutí na nadřazený uzel]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1073 +#: data/com.github.phase1geo.minder.shortcuts.ui:1080 msgid "Toggle Selection of All Nodes at Same Depth Level" msgstr "Přepnout výběr všech uzlů na stejné úrovni" -#: data/com.github.phase1geo.minder.shortcuts.ui:1074 +#: data/com.github.phase1geo.minder.shortcuts.ui:1081 msgid "[Shift + Control + Triple left-click on node]" msgstr "[Shift + control + trojité kliknutí na uzel]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1082 +#: data/com.github.phase1geo.minder.shortcuts.ui:1089 msgid "Text Selection" msgstr "Výběr textu" -#: data/com.github.phase1geo.minder.shortcuts.ui:1086 +#: data/com.github.phase1geo.minder.shortcuts.ui:1093 msgid "Set Cursor Insert Point" msgstr "Nastavit místo vložení ukazatele myši" -#: data/com.github.phase1geo.minder.shortcuts.ui:1087 +#: data/com.github.phase1geo.minder.shortcuts.ui:1094 msgid "[Left-click anywhere in text]" msgstr "[levé tlačítko kdekoliv v textu]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1093 +#: data/com.github.phase1geo.minder.shortcuts.ui:1100 msgid "Select current word" msgstr "Vybrat současné slovo" -#: data/com.github.phase1geo.minder.shortcuts.ui:1094 +#: data/com.github.phase1geo.minder.shortcuts.ui:1101 msgid "[Double left-click on word]" msgstr "[dvojité kliknutí na slovo]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1100 +#: data/com.github.phase1geo.minder.shortcuts.ui:1107 msgid "Select all text" msgstr "Vybrat celý text" -#: data/com.github.phase1geo.minder.shortcuts.ui:1101 +#: data/com.github.phase1geo.minder.shortcuts.ui:1108 msgid "[Triple left-click anywhere in text]" msgstr "[trojité levé kliknutí kdekoliv v textu]" diff --git a/po/de.po b/po/de.po index 84e533b5..b879fbed 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.phase1geo.minder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: 2023-10-06 00:10+0200\n" "Last-Translator: Benjamin Weis \n" "Language-Team: \n" @@ -30,73 +30,73 @@ msgstr "" msgid "Minder in AppCenter" msgstr "Minder im AppCenter" -#: src/Application.vala:114 +#: src/Application.vala:122 msgid "ERROR: Unable to import file" msgstr "ERROR: Datei kann nicht importiert werden" -#: src/Application.vala:118 +#: src/Application.vala:126 msgid "ERROR: Import is missing filename to import" msgstr "ERROR: Beim Importieren fehlt der zu importierende Dateiname" -#: src/Application.vala:133 +#: src/Application.vala:141 msgid "ERROR: Export is missing input file and/or export output file" msgstr "" "ERROR: Beim Export fehlt eine Eingabedatei und/oder eine Export-Ausgabedatei" -#: src/Application.vala:140 +#: src/Application.vala:148 #, c-format msgid "ERROR: Unable to open file '%s'\n" msgstr "FEHLER: Datei »%s« kann nicht geöffnet werden\n" -#: src/Application.vala:184 +#: src/Application.vala:192 #, c-format msgid "Import file from format (%s)" msgstr "Datei aus Format (%s) importieren" -#: src/Application.vala:185 +#: src/Application.vala:193 #, c-format msgid "Export mindmap as format (%s)" msgstr "Mindmap als Format (%s) exportieren" -#: src/Application.vala:188 +#: src/Application.vala:196 msgid "Display version number" msgstr "Versionsnummer anzeigen" -#: src/Application.vala:189 +#: src/Application.vala:197 msgid "Starts Minder with a new file" msgstr "Startet Minder mit einer neuen Datei" -#: src/Application.vala:190 +#: src/Application.vala:198 msgid "Run testing" msgstr "Tests ausführen" -#: src/Application.vala:193 +#: src/Application.vala:201 msgid "Enables a transparent background for PNG images" msgstr "Ermöglicht einen transparenten Hintergrund für PNG-Bilder" -#: src/Application.vala:194 +#: src/Application.vala:202 msgid "PNG compression value (0-9)" msgstr "PNG-Komprimierungswert (0-9)" -#: src/Application.vala:195 +#: src/Application.vala:203 msgid "JPEG quality (0-100)" msgstr "JPEG-Qualität (0-100)" -#: src/Application.vala:196 +#: src/Application.vala:204 msgid "Enables image links in exported Markdown" msgstr "Ermöglicht Bild-Links in exportiertem Markdown" -#: src/Application.vala:205 +#: src/Application.vala:213 #, c-format msgid "ERROR: %s\n" msgstr "FEHLER: %s\n" -#: src/Application.vala:206 +#: src/Application.vala:214 #, c-format msgid "Run '%s --help' to see valid options\n" msgstr "Führen Sie »%s --help« aus, um gültige Optionen zu sehen\n" -#: src/Application.vala:253 +#: src/Application.vala:261 #, c-format msgid "ERROR: Unable to load Minder input file %s" msgstr "ERROR: Minder-Eingabedatei %s kann nicht geladen werden" @@ -108,11 +108,11 @@ msgid "Delete" msgstr "Löschen" #: src/CalloutMenu.vala:38 src/EmptyMenu.vala:49 -#: data/com.github.phase1geo.minder.shortcuts.ui:649 +#: data/com.github.phase1geo.minder.shortcuts.ui:656 msgid "Select Node" msgstr "Knoten auswählen" -#: src/Callout.vala:129 src/NodeMenu.vala:237 +#: src/Callout.vala:129 src/NodeMenu.vala:238 msgid "Callout" msgstr "Callout" @@ -120,7 +120,7 @@ msgstr "Callout" msgid "No text found" msgstr "Kein Text gefunden" -#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:232 +#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:233 msgid "Connection" msgstr "Verbindung" @@ -147,7 +147,7 @@ msgstr "Titel ändern…" #: src/ConnectionMenu.vala:50 src/GroupsMenu.vala:47 src/NodeMenu.vala:103 #: data/com.github.phase1geo.minder.shortcuts.ui:338 -#: data/com.github.phase1geo.minder.shortcuts.ui:676 +#: data/com.github.phase1geo.minder.shortcuts.ui:683 msgid "Edit Note" msgstr "Notiz bearbeiten" @@ -156,7 +156,7 @@ msgid "Remove Sticker" msgstr "Aufkleber entfernen" #: src/ConnectionMenu.vala:56 src/GroupsMenu.vala:54 src/ImageManager.vala:300 -#: src/NodeMenu.vala:187 src/NodesMenu.vala:99 +#: src/NodeMenu.vala:188 src/NodesMenu.vala:100 msgid "Select" msgstr "Auswählen" @@ -228,11 +228,11 @@ msgstr "Änderung des Verbindungsendpunkts" msgid "connection drag" msgstr "Verbindung verschieben" -#: src/DrawArea.vala:3659 src/DrawArea.vala:3673 src/DrawArea.vala:5643 +#: src/DrawArea.vala:3660 src/DrawArea.vala:3674 src/DrawArea.vala:5650 msgid "Another Idea" msgstr "Noch eine Idee" -#: src/DrawArea.vala:5096 src/layouts/LayoutManual.vala:26 +#: src/DrawArea.vala:5099 src/layouts/LayoutManual.vala:26 #: src/MapInspector.vala:225 src/MapInspector.vala:448 msgid "Manual" msgstr "Manuell" @@ -285,7 +285,7 @@ msgstr "" msgid "Paste" msgstr "Einfügen" -#: src/EmptyMenu.vala:42 src/NodeMenu.vala:156 +#: src/EmptyMenu.vala:42 src/NodeMenu.vala:157 msgid "Add Root Node" msgstr "Wurzelknoten hinzufügen" @@ -315,13 +315,13 @@ msgid "Export As %s" msgstr "Als %s exportieren" #: src/Exporter.vala:134 src/ImageEditor.vala:381 src/ImageManager.vala:300 -#: src/MainWindow.vala:1028 src/MainWindow.vala:1123 src/MainWindow.vala:1267 -#: src/QuickEntry.vala:154 src/StickerInspector.vala:401 src/StickerSet.vala:75 +#: src/MainWindow.vala:1083 src/MainWindow.vala:1178 src/MainWindow.vala:1322 +#: src/QuickEntry.vala:154 src/StickerInspector.vala:402 src/StickerSet.vala:75 #: src/ThemeEditor.vala:144 src/UrlEditor.vala:62 msgid "Cancel" msgstr "Abbrechen" -#: src/Exporter.vala:134 src/MainWindow.vala:845 src/StickerSet.vala:352 +#: src/Exporter.vala:134 src/MainWindow.vala:900 src/StickerSet.vala:352 msgid "Export" msgstr "Export" @@ -494,7 +494,7 @@ msgstr "Obere Knoten" msgid "All Grouped Nodes" msgstr "Alle gruppierten Knoten" -#: src/GroupsMenu.vala:111 src/NodeMenu.vala:689 src/NodesMenu.vala:289 +#: src/GroupsMenu.vala:111 src/NodeMenu.vala:690 src/NodesMenu.vala:290 msgid "Select a link color" msgstr "Verbindungsfarbe auswählen" @@ -528,7 +528,7 @@ msgstr "Bild ausschneiden und in Zwischenablage ablegen" msgid "Paste Image from Clipboard" msgstr "Bild von Zwischenablage einfügen" -#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:447 +#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:448 msgid "Remove Image" msgstr "Bild entfernen" @@ -540,208 +540,220 @@ msgstr "Bild auswählen" msgid "Images" msgstr "Bilder" -#: src/MainWindow.vala:154 src/MainWindow.vala:1272 +#: src/MainWindow.vala:64 +msgid "Use system setting" +msgstr "" + +#: src/MainWindow.vala:65 +msgid "Always use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:66 +msgid "Never use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:195 src/MainWindow.vala:1327 msgid "Minder" msgstr "Minder" -#: src/MainWindow.vala:188 data/com.github.phase1geo.minder.shortcuts.ui:21 +#: src/MainWindow.vala:229 data/com.github.phase1geo.minder.shortcuts.ui:21 msgid "New File" msgstr "Neue Datei" -#: src/MainWindow.vala:194 src/MainWindow.vala:1119 +#: src/MainWindow.vala:235 src/MainWindow.vala:1174 #: data/com.github.phase1geo.minder.shortcuts.ui:28 msgid "Open File" msgstr "Datei öffnen" -#: src/MainWindow.vala:200 data/com.github.phase1geo.minder.shortcuts.ui:42 +#: src/MainWindow.vala:241 data/com.github.phase1geo.minder.shortcuts.ui:42 msgid "Save File As" msgstr "Datei speichern unter" -#: src/MainWindow.vala:206 src/StickerSet.vala:307 src/UndoBuffer.vala:84 +#: src/MainWindow.vala:247 src/StickerSet.vala:307 src/UndoBuffer.vala:84 msgid "Undo" msgstr "Rückgängig" -#: src/MainWindow.vala:213 src/StickerSet.vala:308 src/UndoBuffer.vala:90 +#: src/MainWindow.vala:254 src/StickerSet.vala:308 src/UndoBuffer.vala:90 msgid "Redo" msgstr "Wiederherstellen" -#: src/MainWindow.vala:548 +#: src/MainWindow.vala:603 msgid "Unnamed Document" msgstr "Unbenanntes Dokument" -#: src/MainWindow.vala:551 +#: src/MainWindow.vala:606 msgid "Read-Only" msgstr "Nur Lesen" -#: src/MainWindow.vala:555 src/MainWindow.vala:880 +#: src/MainWindow.vala:610 src/MainWindow.vala:935 msgid "Focus Mode" msgstr "Fokusmodus" -#: src/MainWindow.vala:589 src/MainWindow.vala:1324 +#: src/MainWindow.vala:644 src/MainWindow.vala:1379 #, c-format msgid "Zoom (%d%%)" msgstr "Zoom (%d%%)" -#: src/MainWindow.vala:596 +#: src/MainWindow.vala:651 msgid "Zoom to Percent" msgstr "Auf Prozent vergrößern" -#: src/MainWindow.vala:609 src/ZoomWidget.vala:102 +#: src/MainWindow.vala:664 src/ZoomWidget.vala:102 #: data/com.github.phase1geo.minder.shortcuts.ui:119 msgid "Zoom In" msgstr "Vergrößern" -#: src/MainWindow.vala:615 src/ZoomWidget.vala:92 +#: src/MainWindow.vala:670 src/ZoomWidget.vala:92 #: data/com.github.phase1geo.minder.shortcuts.ui:126 msgid "Zoom Out" msgstr "Verkleinern" -#: src/MainWindow.vala:625 +#: src/MainWindow.vala:680 msgid "Zoom to Fit" msgstr "Größe einpassen" -#: src/MainWindow.vala:630 data/com.github.phase1geo.minder.shortcuts.ui:140 +#: src/MainWindow.vala:685 data/com.github.phase1geo.minder.shortcuts.ui:140 msgid "Zoom to Fit Selected Node Tree" msgstr "Größe des ausgewählten Knotenbaums einpassen" -#: src/MainWindow.vala:635 +#: src/MainWindow.vala:690 msgid "Zoom to Actual Size" msgstr "Auf tatsächliche Größe zoomen" -#: src/MainWindow.vala:659 src/StickerSet.vala:114 +#: src/MainWindow.vala:714 src/StickerSet.vala:114 msgid "Search" msgstr "Suchen" -#: src/MainWindow.vala:669 +#: src/MainWindow.vala:724 msgid "Search Nodes, Callouts and Connections" msgstr "Knoten, Callouts und Verbindungen durchsuchen" -#: src/MainWindow.vala:698 +#: src/MainWindow.vala:753 msgid "Search Criteria" msgstr "Suchkriterien" -#: src/MainWindow.vala:701 +#: src/MainWindow.vala:756 msgid "Search all tabs" msgstr "Alle Tabs durchsuchen" -#: src/MainWindow.vala:735 +#: src/MainWindow.vala:790 msgid "Nodes" msgstr "Knoten" -#: src/MainWindow.vala:736 +#: src/MainWindow.vala:791 msgid "Connections" msgstr "Verbindungen" -#: src/MainWindow.vala:737 +#: src/MainWindow.vala:792 msgid "Callouts" msgstr "Callouts" -#: src/MainWindow.vala:738 +#: src/MainWindow.vala:793 msgid "Titles" msgstr "Titel" -#: src/MainWindow.vala:739 +#: src/MainWindow.vala:794 msgid "Notes" msgstr "Notizen" -#: src/MainWindow.vala:740 +#: src/MainWindow.vala:795 msgid "Folded" msgstr "Zusammengeklappt" -#: src/MainWindow.vala:741 +#: src/MainWindow.vala:796 msgid "Unfolded" msgstr "Aufgeklappt" -#: src/MainWindow.vala:742 +#: src/MainWindow.vala:797 msgid "Tasks" msgstr "Aufgaben" -#: src/MainWindow.vala:743 +#: src/MainWindow.vala:798 msgid "Non-tasks" msgstr "Nicht-Aufgaben" -#: src/MainWindow.vala:857 +#: src/MainWindow.vala:912 msgid "Print…" msgstr "Drucken…" -#: src/MainWindow.vala:905 src/Preferences.vala:36 +#: src/MainWindow.vala:960 src/Preferences.vala:36 msgid "Preferences" msgstr "Einstellungen" -#: src/MainWindow.vala:910 +#: src/MainWindow.vala:965 msgid "Shortcuts Cheatsheet" msgstr "Tastenkombinationen" -#: src/MainWindow.vala:914 +#: src/MainWindow.vala:969 msgid "About Minder" msgstr "Über Minder" -#: src/MainWindow.vala:947 src/MainWindow.vala:1396 +#: src/MainWindow.vala:1002 src/MainWindow.vala:1451 msgid "Show Property Sidebar" msgstr "Eigenschaften-Seitenleiste anzeigen" -#: src/MainWindow.vala:962 +#: src/MainWindow.vala:1017 msgid "Current" msgstr "Auswahl" -#: src/MainWindow.vala:963 src/StyleInspector.vala:198 +#: src/MainWindow.vala:1018 src/StyleInspector.vala:198 msgid "Style" msgstr "Stil" -#: src/MainWindow.vala:964 +#: src/MainWindow.vala:1019 msgid "Stickers" msgstr "Aufkleber" -#: src/MainWindow.vala:965 +#: src/MainWindow.vala:1020 msgid "Map" msgstr "Mindmap" -#: src/MainWindow.vala:1019 +#: src/MainWindow.vala:1074 msgid "Save current unnamed document?" msgstr "Aktuell unbenanntes Dokument speichern?" -#: src/MainWindow.vala:1020 +#: src/MainWindow.vala:1075 msgid "Changes will be permanently lost if not saved." msgstr "Änderungen gehen dauerhaft verloren, wenn nicht gespeichert wird." -#: src/MainWindow.vala:1025 +#: src/MainWindow.vala:1080 msgid "Discard Changes" msgstr "Änderungen verwerfen" -#: src/MainWindow.vala:1031 src/MainWindow.vala:1267 src/ThemeEditor.vala:147 +#: src/MainWindow.vala:1086 src/MainWindow.vala:1322 src/ThemeEditor.vala:147 msgid "Save" msgstr "Speichern" -#: src/MainWindow.vala:1060 +#: src/MainWindow.vala:1115 #, c-format msgid "The file %s was modified outside of the application." msgstr "Die Datei %s wurde außerhalb von der Applikation verändert." -#: src/MainWindow.vala:1061 +#: src/MainWindow.vala:1116 msgid "What do you want to do?" msgstr "Was möchten Sie tun?" -#: src/MainWindow.vala:1066 +#: src/MainWindow.vala:1121 msgid "Discard Changes and reload" msgstr "Änderungen verwerfen und neu laden" -#: src/MainWindow.vala:1069 +#: src/MainWindow.vala:1124 msgid "Save local version and overwrite" msgstr "Überschreibe die Datei mit der lokalen Version" -#: src/MainWindow.vala:1119 +#: src/MainWindow.vala:1174 msgid "Open Directory" msgstr "Verzeichnis öffnen" -#: src/MainWindow.vala:1122 +#: src/MainWindow.vala:1177 msgid "Open" msgstr "Öffnen" -#: src/MainWindow.vala:1267 +#: src/MainWindow.vala:1322 msgid "Save File" msgstr "Datei speichern" -#: src/MainWindow.vala:1340 +#: src/MainWindow.vala:1395 msgid "Hide Property Sidebar" msgstr "Eigenschaften-Seitenleiste ausblenden" @@ -861,7 +873,7 @@ msgstr "Koten abtrennen" msgid "Delete Node" msgstr "Knoten löschen" -#: src/NodeLink.vala:106 +#: src/NodeLink.vala:107 src/NodeLink.vala:110 msgid "No node found" msgstr "Kein Knoten gefunden" @@ -873,7 +885,7 @@ msgstr "Kopieren" msgid "Cut" msgstr "Ausschneiden" -#: src/NodeMenu.vala:84 src/NodeMenu.vala:459 +#: src/NodeMenu.vala:84 src/NodeMenu.vala:460 msgid "Paste and Replace Node" msgstr "Einfügen und Knoten ersetzen" @@ -889,15 +901,15 @@ msgstr "Knoten ändern" msgid "Edit Text…" msgstr "Text editieren…" -#: src/NodeMenu.vala:107 src/NodeMenu.vala:429 +#: src/NodeMenu.vala:107 src/NodeMenu.vala:430 msgid "Add Task" msgstr "Aufgabe hinzufügen" -#: src/NodeMenu.vala:110 src/NodeMenu.vala:447 +#: src/NodeMenu.vala:110 src/NodeMenu.vala:448 msgid "Add Image" msgstr "Bild hinzufügen" -#: src/NodeMenu.vala:117 src/NodeMenu.vala:430 +#: src/NodeMenu.vala:117 src/NodeMenu.vala:431 msgid "Add Node Link" msgstr "Knotenverbindung hinzufügen" @@ -909,7 +921,7 @@ msgstr "Verbindung hinzufügen" msgid "Add Group" msgstr "Gruppe hinzufügen" -#: src/NodeMenu.vala:129 src/NodeMenu.vala:432 +#: src/NodeMenu.vala:129 src/NodeMenu.vala:433 msgid "Add Callout" msgstr "Callout hinzufügen" @@ -917,145 +929,145 @@ msgstr "Callout hinzufügen" msgid "Link Color" msgstr "Verbindungsfarbe" -#: src/NodeMenu.vala:136 src/NodesMenu.vala:84 +#: src/NodeMenu.vala:137 src/NodesMenu.vala:85 msgid "Set to color…" msgstr "Farbe auswählen…" -#: src/NodeMenu.vala:139 +#: src/NodeMenu.vala:140 msgid "Randomize color" msgstr "Zufällige Farbe wählen" -#: src/NodeMenu.vala:142 src/NodesMenu.vala:90 +#: src/NodeMenu.vala:143 src/NodesMenu.vala:91 msgid "Use parent color" msgstr "Elternfarbe verwenden" -#: src/NodeMenu.vala:146 src/NodeMenu.vala:431 src/NodesMenu.vala:64 -#: src/NodesMenu.vala:222 +#: src/NodeMenu.vala:147 src/NodeMenu.vala:432 src/NodesMenu.vala:64 +#: src/NodesMenu.vala:223 msgid "Fold Children" msgstr "Kinder zuklappen" -#: src/NodeMenu.vala:149 +#: src/NodeMenu.vala:150 msgid "Detach" msgstr "Abtrennen" -#: src/NodeMenu.vala:152 +#: src/NodeMenu.vala:153 msgid "Add Node" msgstr "Knoten hinzufügen" -#: src/NodeMenu.vala:159 +#: src/NodeMenu.vala:160 msgid "Add Parent Node" msgstr "Elternknoten hinzufügen" -#: src/NodeMenu.vala:163 +#: src/NodeMenu.vala:164 msgid "Add Child Node" msgstr "Kindknoten hinzufügen" -#: src/NodeMenu.vala:167 +#: src/NodeMenu.vala:168 msgid "Add Sibling Node" msgstr "Geschwisterknoten hinzufügen" -#: src/NodeMenu.vala:171 +#: src/NodeMenu.vala:172 #, fuzzy msgid "Use to Summarize Previous Sibling Nodes" msgstr "Vorheriger Geschwisterknoten" -#: src/NodeMenu.vala:175 src/QuickEntry.vala:44 +#: src/NodeMenu.vala:176 src/QuickEntry.vala:44 msgid "Quick Entry" msgstr "Schnelleintrag" -#: src/NodeMenu.vala:179 +#: src/NodeMenu.vala:180 msgid "Insert Nodes" msgstr "Knoten einfügen" -#: src/NodeMenu.vala:183 +#: src/NodeMenu.vala:184 msgid "Replace Nodes" msgstr "Knoten ersetzen" -#: src/NodeMenu.vala:192 +#: src/NodeMenu.vala:193 msgid "Root Node" msgstr "Wurzelknoten" -#: src/NodeMenu.vala:197 +#: src/NodeMenu.vala:198 msgid "Next Sibling Node" msgstr "Nächster Geschwisterknoten" -#: src/NodeMenu.vala:202 +#: src/NodeMenu.vala:203 msgid "Previous Sibling Node" msgstr "Vorheriger Geschwisterknoten" -#: src/NodeMenu.vala:207 +#: src/NodeMenu.vala:208 msgid "Child Node" msgstr "Kindknoten" -#: src/NodeMenu.vala:212 src/NodesMenu.vala:108 +#: src/NodeMenu.vala:213 src/NodesMenu.vala:109 msgid "Child Nodes" msgstr "Kinderknoten" -#: src/NodeMenu.vala:217 +#: src/NodeMenu.vala:218 msgid "Subtree" msgstr "Teilbaum" -#: src/NodeMenu.vala:222 +#: src/NodeMenu.vala:223 msgid "Parent Node" msgstr "Elternknoten" -#: src/NodeMenu.vala:227 +#: src/NodeMenu.vala:228 msgid "Linked Node" msgstr "Verbundener Knoten" -#: src/NodeMenu.vala:241 +#: src/NodeMenu.vala:242 msgid "Center Current Node" msgstr "Ausgewählten Knoten zentrieren" -#: src/NodeMenu.vala:245 +#: src/NodeMenu.vala:246 msgid "Sort Children" msgstr "Kinder sortieren" -#: src/NodeMenu.vala:249 +#: src/NodeMenu.vala:250 msgid "Alphabetically" msgstr "Alphabetisch" -#: src/NodeMenu.vala:252 +#: src/NodeMenu.vala:253 msgid "Randomize" msgstr "Zufällig" -#: src/NodeMenu.vala:427 +#: src/NodeMenu.vala:428 msgid "Remove Task" msgstr "Aufgabe entfernen" -#: src/NodeMenu.vala:428 +#: src/NodeMenu.vala:429 msgid "Mark Task As Done" msgstr "Aufgabe als erledigt markieren" -#: src/NodeMenu.vala:430 +#: src/NodeMenu.vala:431 msgid "Remove Node Link" msgstr "Knotenverbindung entfernen" -#: src/NodeMenu.vala:431 src/NodesMenu.vala:222 +#: src/NodeMenu.vala:432 src/NodesMenu.vala:223 msgid "Unfold Children" msgstr "Kinder aufklappen" -#: src/NodeMenu.vala:432 data/com.github.phase1geo.minder.shortcuts.ui:636 +#: src/NodeMenu.vala:433 data/com.github.phase1geo.minder.shortcuts.ui:643 msgid "Remove Callout" msgstr "Callout entfernen" -#: src/NodeMenu.vala:452 +#: src/NodeMenu.vala:453 msgid "Paste Text As Child Node" msgstr "Text als Kindknoten einfügen" -#: src/NodeMenu.vala:453 +#: src/NodeMenu.vala:454 msgid "Paste and Replace Node Text" msgstr "Einfügen und Knoten-Text ersetzen" -#: src/NodeMenu.vala:455 +#: src/NodeMenu.vala:456 msgid "Paste Image As Child Node" msgstr "Bild als Kindknoten einfügen" -#: src/NodeMenu.vala:456 +#: src/NodeMenu.vala:457 msgid "Paste and Replace Node Image" msgstr "Einfügen und Knoten-Bild ersetzen" -#: src/NodeMenu.vala:458 +#: src/NodeMenu.vala:459 msgid "Paste Node As Child" msgstr "Knoten als Kind einfügen" @@ -1067,7 +1079,7 @@ msgstr "Aufgaben umschalten" msgid "Connect" msgstr "Verbinden" -#: src/NodesMenu.vala:72 src/NodesMenu.vala:223 +#: src/NodesMenu.vala:72 src/NodesMenu.vala:224 msgid "Link Nodes" msgstr "Verbindungsknoten" @@ -1075,55 +1087,55 @@ msgstr "Verbindungsknoten" msgid "Link Colors" msgstr "Verbindungsfarben" -#: src/NodesMenu.vala:87 +#: src/NodesMenu.vala:88 msgid "Randomize colors" msgstr "Zufällige Farben setzen" -#: src/NodesMenu.vala:103 +#: src/NodesMenu.vala:104 msgid "Parent Nodes" msgstr "Elternknoten" -#: src/NodesMenu.vala:117 +#: src/NodesMenu.vala:118 msgid "Align Nodes" msgstr "Knoten ausrichten" -#: src/NodesMenu.vala:121 +#: src/NodesMenu.vala:122 msgid "Align Top" msgstr "Oberseite ausrichten" -#: src/NodesMenu.vala:125 +#: src/NodesMenu.vala:126 msgid "Align Center Horizontally" msgstr "Mitte horizontal ausrichten" -#: src/NodesMenu.vala:129 +#: src/NodesMenu.vala:130 msgid "Align Bottom" msgstr "Unterseite ausrichten" -#: src/NodesMenu.vala:133 +#: src/NodesMenu.vala:134 msgid "Align Left" msgstr "Links ausrichten" -#: src/NodesMenu.vala:137 +#: src/NodesMenu.vala:138 msgid "Align Center Vertically" msgstr "Mitte vertikal ausrichten" -#: src/NodesMenu.vala:141 +#: src/NodesMenu.vala:142 msgid "Align Right" msgstr "Rechts ausrichten" -#: src/NodesMenu.vala:223 +#: src/NodesMenu.vala:224 msgid "Remove Node Links" msgstr "Knotenverbindungen entfernen" -#: src/Node.vala:2325 +#: src/Node.vala:2321 msgid "Node Title" msgstr "Knoten-Titel" -#: src/Node.vala:2333 +#: src/Node.vala:2329 msgid "Node Note" msgstr "Knoten-Notiz" -#: src/Node.vala:2344 +#: src/Node.vala:2340 msgid "Callout Text" msgstr "Callout-Text" @@ -1201,23 +1213,32 @@ msgstr "" "Wenn aktiviert, werden Elemente ausgewählt, wenn der Mauszeiger über das " "Element bewegt wird." -#: src/Preferences.vala:110 +#: src/Preferences.vala:99 +#, fuzzy +msgid "Natural scrolling" +msgstr "Neutraler Handel" + +#: src/Preferences.vala:101 +msgid "Specifies scrolling used when panning the canvas." +msgstr "" + +#: src/Preferences.vala:114 msgid "Hide themes not matching visual style" msgstr "Designs ausblenden, die nicht zum visuellen Stil passen" -#: src/Preferences.vala:114 +#: src/Preferences.vala:118 msgid "Default theme" msgstr "Standard Design" -#: src/Preferences.vala:117 +#: src/Preferences.vala:121 msgid "Enable animations" msgstr "Animationen aktivieren" -#: src/Preferences.vala:120 +#: src/Preferences.vala:124 msgid "Text field font size" msgstr "Schriftgröße des Textfeldes" -#: src/Preferences.vala:123 +#: src/Preferences.vala:127 msgid "" "Specifies the custom font size to use in text editing fields (i.e, quick " "entry or notes field)." @@ -1326,23 +1347,23 @@ msgstr "" msgid "Search Stickers" msgstr "Nach Aufkleber suchen" -#: src/StickerInspector.vala:134 +#: src/StickerInspector.vala:137 msgid "Favorites" msgstr "Favoriten" -#: src/StickerInspector.vala:140 +#: src/StickerInspector.vala:143 msgid "Show Custom Sticker Directory" msgstr "Verzeichnis der benutzerdefinierten Aufkleber anzeigen" -#: src/StickerInspector.vala:214 +#: src/StickerInspector.vala:215 msgid "Add custom stickers" msgstr "Benutzerdefinierte Aufkleber hinzufügen" -#: src/StickerInspector.vala:401 +#: src/StickerInspector.vala:402 msgid "Import Sticker(s)" msgstr "Aufkleber importieren" -#: src/StickerInspector.vala:401 src/StickerSet.vala:353 +#: src/StickerInspector.vala:402 src/StickerSet.vala:353 msgid "Import" msgstr "Importieren" @@ -3255,7 +3276,7 @@ msgid "Minder Shortcuts" msgstr "Minder Tastenkombinationen" #: data/com.github.phase1geo.minder.shortcuts.ui:12 -#: data/com.github.phase1geo.minder.shortcuts.ui:960 +#: data/com.github.phase1geo.minder.shortcuts.ui:967 msgid "General" msgstr "General" @@ -3328,7 +3349,7 @@ msgid "Show Map Tab" msgstr "Mindmap-Tab anzeigen" #: data/com.github.phase1geo.minder.shortcuts.ui:190 -#: data/com.github.phase1geo.minder.shortcuts.ui:740 +#: data/com.github.phase1geo.minder.shortcuts.ui:747 msgid "Miscellaneous" msgstr "Sonstiges" @@ -3341,7 +3362,7 @@ msgid "Search Nodes/Connections" msgstr "Knoten/Verbindungen durchsuchen" #: data/com.github.phase1geo.minder.shortcuts.ui:208 -#: data/com.github.phase1geo.minder.shortcuts.ui:964 +#: data/com.github.phase1geo.minder.shortcuts.ui:971 msgid "Show Contextual Menu" msgstr "Kontextmenü anzeigen" @@ -3386,7 +3407,7 @@ msgid "Quick Entry Replacement" msgstr "Schnelleingabe ersetzen" #: data/com.github.phase1geo.minder.shortcuts.ui:293 -#: data/com.github.phase1geo.minder.shortcuts.ui:850 +#: data/com.github.phase1geo.minder.shortcuts.ui:857 msgid "Clipboard" msgstr "Zwischenablage" @@ -3411,7 +3432,7 @@ msgid "Changing Current" msgstr "Auswahl ändern" #: data/com.github.phase1geo.minder.shortcuts.ui:331 -#: data/com.github.phase1geo.minder.shortcuts.ui:669 +#: data/com.github.phase1geo.minder.shortcuts.ui:676 msgid "Edit Title" msgstr "Titel ändern" @@ -3424,467 +3445,472 @@ msgid "Add URL Link To Text" msgstr "URL-Link zum Text hinzufügen" #: data/com.github.phase1geo.minder.shortcuts.ui:359 -#: data/com.github.phase1geo.minder.shortcuts.ui:772 +#: data/com.github.phase1geo.minder.shortcuts.ui:779 msgid "Remove URL Link From Text" msgstr "URL-Link aus Text entfernen" #: data/com.github.phase1geo.minder.shortcuts.ui:366 +#, fuzzy +msgid "Change Link Color" +msgstr "Verbindungsfarbe" + +#: data/com.github.phase1geo.minder.shortcuts.ui:373 msgid "View Properties" msgstr "Eigenschaften ansehen" -#: data/com.github.phase1geo.minder.shortcuts.ui:373 +#: data/com.github.phase1geo.minder.shortcuts.ui:380 msgid "Toggle Fold" msgstr "Zusammenklappen umschalten" -#: data/com.github.phase1geo.minder.shortcuts.ui:380 +#: data/com.github.phase1geo.minder.shortcuts.ui:387 msgid "Toggle Node Link" msgstr "Knotenlink umschalten" -#: data/com.github.phase1geo.minder.shortcuts.ui:387 +#: data/com.github.phase1geo.minder.shortcuts.ui:394 msgid "Create Link to Selected Node" msgstr "Verweis auf ausgewählten Knoten erstellen" -#: data/com.github.phase1geo.minder.shortcuts.ui:388 +#: data/com.github.phase1geo.minder.shortcuts.ui:395 msgid "[After using this command, 'y' will create the link]" msgstr "" "[Nach der Verwendung dieses Befehls wird mit »y« die Verbindung hergestellt]" -#: data/com.github.phase1geo.minder.shortcuts.ui:395 +#: data/com.github.phase1geo.minder.shortcuts.ui:402 msgid "Create Group" msgstr "Gruppe erstellen" -#: data/com.github.phase1geo.minder.shortcuts.ui:402 +#: data/com.github.phase1geo.minder.shortcuts.ui:409 msgid "Create Connection" msgstr "Verbindung erstellen" -#: data/com.github.phase1geo.minder.shortcuts.ui:409 +#: data/com.github.phase1geo.minder.shortcuts.ui:416 msgid "Create Callout" msgstr "Callout erstellen" -#: data/com.github.phase1geo.minder.shortcuts.ui:416 +#: data/com.github.phase1geo.minder.shortcuts.ui:423 msgid "Center In View" msgstr "Auf Arbeitsfläche zentrieren" -#: data/com.github.phase1geo.minder.shortcuts.ui:423 -#: data/com.github.phase1geo.minder.shortcuts.ui:690 +#: data/com.github.phase1geo.minder.shortcuts.ui:430 +#: data/com.github.phase1geo.minder.shortcuts.ui:697 msgid "Place Into View" msgstr "Auf Arbeitsfläche platzieren" -#: data/com.github.phase1geo.minder.shortcuts.ui:432 -#: data/com.github.phase1geo.minder.shortcuts.ui:645 -#: data/com.github.phase1geo.minder.shortcuts.ui:877 +#: data/com.github.phase1geo.minder.shortcuts.ui:439 +#: data/com.github.phase1geo.minder.shortcuts.ui:652 +#: data/com.github.phase1geo.minder.shortcuts.ui:884 msgid "Selection" msgstr "Auswahl" -#: data/com.github.phase1geo.minder.shortcuts.ui:436 +#: data/com.github.phase1geo.minder.shortcuts.ui:443 msgid "Select Root" msgstr "Wurzel auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:443 +#: data/com.github.phase1geo.minder.shortcuts.ui:450 msgid "Select Parent" msgstr "Elter auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:450 +#: data/com.github.phase1geo.minder.shortcuts.ui:457 msgid "Select Next Sibling" msgstr "Nächten Geschwisterknoten auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:457 +#: data/com.github.phase1geo.minder.shortcuts.ui:464 msgid "Select Previous Sibling" msgstr "Vorherigen Geschwisterknoten auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:464 +#: data/com.github.phase1geo.minder.shortcuts.ui:471 msgid "Select Child" msgstr "Kind auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:471 +#: data/com.github.phase1geo.minder.shortcuts.ui:478 msgid "Select Children" msgstr "Kinder auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:478 +#: data/com.github.phase1geo.minder.shortcuts.ui:485 msgid "Select Subtree" msgstr "Unterbaum auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:485 +#: data/com.github.phase1geo.minder.shortcuts.ui:492 msgid "Select Node Below" msgstr "Knoten darunter auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:492 +#: data/com.github.phase1geo.minder.shortcuts.ui:499 msgid "Select Node Above" msgstr "Knoten darüber auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:499 +#: data/com.github.phase1geo.minder.shortcuts.ui:506 msgid "Select Node To Right" msgstr "Rechten Knoten auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:506 +#: data/com.github.phase1geo.minder.shortcuts.ui:513 msgid "Select Node To Left" msgstr "Linken Knoten auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:513 +#: data/com.github.phase1geo.minder.shortcuts.ui:520 msgid "Select Linked Node" msgstr "Verbundenen Knoten auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:520 +#: data/com.github.phase1geo.minder.shortcuts.ui:527 msgid "Select Callout" msgstr "Callout auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:527 +#: data/com.github.phase1geo.minder.shortcuts.ui:534 msgid "Select Attached Connection" msgstr "Dazugehörige Verbindung auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:536 +#: data/com.github.phase1geo.minder.shortcuts.ui:543 msgid "Move" msgstr "Verschieben" -#: data/com.github.phase1geo.minder.shortcuts.ui:540 +#: data/com.github.phase1geo.minder.shortcuts.ui:547 msgid "Swap with Sibling Node to Right" msgstr "Mit rechten Geschwisterknoten tauschen" -#: data/com.github.phase1geo.minder.shortcuts.ui:547 +#: data/com.github.phase1geo.minder.shortcuts.ui:554 msgid "Swap with Sibling Node to Left" msgstr "Mit linken Geschwisterknoten tauschen" -#: data/com.github.phase1geo.minder.shortcuts.ui:554 +#: data/com.github.phase1geo.minder.shortcuts.ui:561 msgid "Swap with Sibling Node Above" msgstr "Mit darüber liegenden Geschwisterknoten tauschen" -#: data/com.github.phase1geo.minder.shortcuts.ui:561 +#: data/com.github.phase1geo.minder.shortcuts.ui:568 msgid "Swap with Sibling Node Below" msgstr "Mit darunter liegenden Geschwisterknoten tauschen" -#: data/com.github.phase1geo.minder.shortcuts.ui:568 +#: data/com.github.phase1geo.minder.shortcuts.ui:575 msgid "Sort Child Nodes Alphabetically" msgstr "Kindknoten alphabetisch sortieren" -#: data/com.github.phase1geo.minder.shortcuts.ui:577 +#: data/com.github.phase1geo.minder.shortcuts.ui:584 msgid "Alignment" msgstr "Ausrichten" -#: data/com.github.phase1geo.minder.shortcuts.ui:581 +#: data/com.github.phase1geo.minder.shortcuts.ui:588 msgid "Align Top Side" msgstr "Oberseite ausrichten" -#: data/com.github.phase1geo.minder.shortcuts.ui:588 +#: data/com.github.phase1geo.minder.shortcuts.ui:595 msgid "Align Vertical Center" msgstr "Vertikale Mitte ausrichten" -#: data/com.github.phase1geo.minder.shortcuts.ui:595 +#: data/com.github.phase1geo.minder.shortcuts.ui:602 msgid "Align Bottom Side" msgstr "Unterseite ausrichten" -#: data/com.github.phase1geo.minder.shortcuts.ui:602 +#: data/com.github.phase1geo.minder.shortcuts.ui:609 msgid "Align Left Side" msgstr "Linke Seite ausrichten" -#: data/com.github.phase1geo.minder.shortcuts.ui:609 +#: data/com.github.phase1geo.minder.shortcuts.ui:616 msgid "Align Horizontal Center" msgstr "Horizontale Mitte ausrichten" -#: data/com.github.phase1geo.minder.shortcuts.ui:616 +#: data/com.github.phase1geo.minder.shortcuts.ui:623 msgid "Align Right Side" msgstr "Rechte Seite ausrichten" -#: data/com.github.phase1geo.minder.shortcuts.ui:628 +#: data/com.github.phase1geo.minder.shortcuts.ui:635 msgid "Callout Commands" msgstr "Callout-Befehle" -#: data/com.github.phase1geo.minder.shortcuts.ui:632 -#: data/com.github.phase1geo.minder.shortcuts.ui:665 +#: data/com.github.phase1geo.minder.shortcuts.ui:639 +#: data/com.github.phase1geo.minder.shortcuts.ui:672 msgid "Change Current" msgstr "Aktuelles Element ändern" -#: data/com.github.phase1geo.minder.shortcuts.ui:661 +#: data/com.github.phase1geo.minder.shortcuts.ui:668 msgid "Connection Commands" msgstr "Verbindungsbefehle" -#: data/com.github.phase1geo.minder.shortcuts.ui:683 +#: data/com.github.phase1geo.minder.shortcuts.ui:690 msgid "Show Properties" msgstr "Eigenschaften anzeigen" -#: data/com.github.phase1geo.minder.shortcuts.ui:699 +#: data/com.github.phase1geo.minder.shortcuts.ui:706 msgid "Traversal" msgstr "Traversierung" -#: data/com.github.phase1geo.minder.shortcuts.ui:703 +#: data/com.github.phase1geo.minder.shortcuts.ui:710 msgid "Select Start Node" msgstr "Start-Knoten auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:710 +#: data/com.github.phase1geo.minder.shortcuts.ui:717 msgid "Select End Node" msgstr "End-Knoten auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:717 +#: data/com.github.phase1geo.minder.shortcuts.ui:724 msgid "Select Next Connection" msgstr "Nächste Verbindung auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:724 +#: data/com.github.phase1geo.minder.shortcuts.ui:731 msgid "Select Previous Connection" msgstr "Vorherige Verbindung auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:736 +#: data/com.github.phase1geo.minder.shortcuts.ui:743 msgid "Text Editing" msgstr "Test editieren" -#: data/com.github.phase1geo.minder.shortcuts.ui:744 +#: data/com.github.phase1geo.minder.shortcuts.ui:751 msgid "Insert Newline Character" msgstr "Zeilenumbruchzeichen einfügen" -#: data/com.github.phase1geo.minder.shortcuts.ui:751 +#: data/com.github.phase1geo.minder.shortcuts.ui:758 msgid "Insert Tab Character" msgstr "Tabulatorzeichen einfügen" -#: data/com.github.phase1geo.minder.shortcuts.ui:758 +#: data/com.github.phase1geo.minder.shortcuts.ui:765 msgid "Show Emoji Picker" msgstr "Emoji-Auswahl anzeigen" -#: data/com.github.phase1geo.minder.shortcuts.ui:765 +#: data/com.github.phase1geo.minder.shortcuts.ui:772 msgid "Add URL Link To Selected Text" msgstr "URL-Link zum ausgewählten Text hinzufügen" -#: data/com.github.phase1geo.minder.shortcuts.ui:779 +#: data/com.github.phase1geo.minder.shortcuts.ui:786 msgid "End Editing" msgstr "Bearbeitung beenden" -#: data/com.github.phase1geo.minder.shortcuts.ui:788 +#: data/com.github.phase1geo.minder.shortcuts.ui:795 msgid "Cursor Movement" msgstr "Cursor-Bewegung" -#: data/com.github.phase1geo.minder.shortcuts.ui:792 +#: data/com.github.phase1geo.minder.shortcuts.ui:799 msgid "Next Character" msgstr "Nächstes Zeichen" -#: data/com.github.phase1geo.minder.shortcuts.ui:799 +#: data/com.github.phase1geo.minder.shortcuts.ui:806 msgid "Previous Character" msgstr "Vorheriges Zeichen" -#: data/com.github.phase1geo.minder.shortcuts.ui:806 +#: data/com.github.phase1geo.minder.shortcuts.ui:813 msgid "Next Word" msgstr "Nächstes Wort" -#: data/com.github.phase1geo.minder.shortcuts.ui:813 +#: data/com.github.phase1geo.minder.shortcuts.ui:820 msgid "Previous Word" msgstr "Vorheriges Wort" -#: data/com.github.phase1geo.minder.shortcuts.ui:820 +#: data/com.github.phase1geo.minder.shortcuts.ui:827 msgid "Next Line" msgstr "Nächste Zeile" -#: data/com.github.phase1geo.minder.shortcuts.ui:827 +#: data/com.github.phase1geo.minder.shortcuts.ui:834 msgid "Previous Line" msgstr "Vorherige Zeile" -#: data/com.github.phase1geo.minder.shortcuts.ui:834 +#: data/com.github.phase1geo.minder.shortcuts.ui:841 msgid "Start Of Text" msgstr "Textstart" -#: data/com.github.phase1geo.minder.shortcuts.ui:841 +#: data/com.github.phase1geo.minder.shortcuts.ui:848 msgid "End Of Text" msgstr "Textende" -#: data/com.github.phase1geo.minder.shortcuts.ui:854 +#: data/com.github.phase1geo.minder.shortcuts.ui:861 msgid "Copy Selected Text" msgstr "Ausgewählten Text kopieren" -#: data/com.github.phase1geo.minder.shortcuts.ui:861 +#: data/com.github.phase1geo.minder.shortcuts.ui:868 msgid "Cut Selected Text" msgstr "Ausgewählten Text ausschneiden" -#: data/com.github.phase1geo.minder.shortcuts.ui:868 +#: data/com.github.phase1geo.minder.shortcuts.ui:875 msgid "Paste Text" msgstr "Text einfügen" -#: data/com.github.phase1geo.minder.shortcuts.ui:881 +#: data/com.github.phase1geo.minder.shortcuts.ui:888 msgid "Add Next Character" msgstr "Nächstes Zeichen hinzufügen" -#: data/com.github.phase1geo.minder.shortcuts.ui:888 +#: data/com.github.phase1geo.minder.shortcuts.ui:895 msgid "Add Previous Character" msgstr "Vorheriges Zeichen hinzufügen" -#: data/com.github.phase1geo.minder.shortcuts.ui:895 +#: data/com.github.phase1geo.minder.shortcuts.ui:902 msgid "Add Next Word" msgstr "Nächstes Wort hinzufügen" -#: data/com.github.phase1geo.minder.shortcuts.ui:902 +#: data/com.github.phase1geo.minder.shortcuts.ui:909 msgid "Add Previous Word" msgstr "Vorheriges Wort hinzufügen" -#: data/com.github.phase1geo.minder.shortcuts.ui:909 +#: data/com.github.phase1geo.minder.shortcuts.ui:916 msgid "Add Next Line" msgstr "Nächste Zeile hinzufügen" -#: data/com.github.phase1geo.minder.shortcuts.ui:916 +#: data/com.github.phase1geo.minder.shortcuts.ui:923 msgid "Add Previous Line" msgstr "Vorherige Zeile hinzufügen" -#: data/com.github.phase1geo.minder.shortcuts.ui:923 +#: data/com.github.phase1geo.minder.shortcuts.ui:930 msgid "Add Start Of Text" msgstr "Start des Textes hinzufügen" -#: data/com.github.phase1geo.minder.shortcuts.ui:930 +#: data/com.github.phase1geo.minder.shortcuts.ui:937 msgid "Add End Of Text" msgstr "Ende des Textes hinzufügen" -#: data/com.github.phase1geo.minder.shortcuts.ui:937 +#: data/com.github.phase1geo.minder.shortcuts.ui:944 msgid "Select All Text" msgstr "Gesamten Text auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:944 +#: data/com.github.phase1geo.minder.shortcuts.ui:951 msgid "Clear Selection" msgstr "Auswahl löschen" -#: data/com.github.phase1geo.minder.shortcuts.ui:956 +#: data/com.github.phase1geo.minder.shortcuts.ui:963 msgid "Mouse Events" msgstr "Mausereignisse" -#: data/com.github.phase1geo.minder.shortcuts.ui:965 +#: data/com.github.phase1geo.minder.shortcuts.ui:972 msgid "[Right-click when item is selected]" msgstr "[Rechtsklick, wenn Element ausgewählt ist]" -#: data/com.github.phase1geo.minder.shortcuts.ui:971 +#: data/com.github.phase1geo.minder.shortcuts.ui:978 msgid "Edit Image in Canvas" msgstr "Bild im Arbeitsbereich bearbeiten" -#: data/com.github.phase1geo.minder.shortcuts.ui:972 +#: data/com.github.phase1geo.minder.shortcuts.ui:979 msgid "[Double left-click on image]" msgstr "[Doppelklick mit der linken Maustaste auf das Bild]" -#: data/com.github.phase1geo.minder.shortcuts.ui:980 +#: data/com.github.phase1geo.minder.shortcuts.ui:987 msgid "Canvas Movement" msgstr "Arbeitsbereich bewegen" -#: data/com.github.phase1geo.minder.shortcuts.ui:984 +#: data/com.github.phase1geo.minder.shortcuts.ui:991 msgid "Pan Canvas" msgstr "Arbeitsbereich verschieben" -#: data/com.github.phase1geo.minder.shortcuts.ui:985 +#: data/com.github.phase1geo.minder.shortcuts.ui:992 msgid "[Middle-click + Drag / Alt + Motion]" msgstr "[Mittelklick + Ziehen / Alt + Bewegung]" -#: data/com.github.phase1geo.minder.shortcuts.ui:991 +#: data/com.github.phase1geo.minder.shortcuts.ui:998 msgid "Scroll Vertically" msgstr "Vertikaler Bildlauf" -#: data/com.github.phase1geo.minder.shortcuts.ui:992 +#: data/com.github.phase1geo.minder.shortcuts.ui:999 msgid "[Scrollwheel up/down]" msgstr "[Mausrad auf/ab]" -#: data/com.github.phase1geo.minder.shortcuts.ui:998 +#: data/com.github.phase1geo.minder.shortcuts.ui:1005 msgid "Scroll Horizontally" msgstr "Horizontaler Bildlauf" -#: data/com.github.phase1geo.minder.shortcuts.ui:999 +#: data/com.github.phase1geo.minder.shortcuts.ui:1006 msgid "[Shift + Scrollwheel up/down]" msgstr "[Umschalt + Mausrad auf/ab]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1007 +#: data/com.github.phase1geo.minder.shortcuts.ui:1014 msgid "Item Selection" msgstr "Elementauswahl" -#: data/com.github.phase1geo.minder.shortcuts.ui:1011 +#: data/com.github.phase1geo.minder.shortcuts.ui:1018 msgid "Select Single Item" msgstr "Einzelnes Element auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:1012 +#: data/com.github.phase1geo.minder.shortcuts.ui:1019 msgid "[Left-click on item]" msgstr "[Linksklick auf Element]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1018 +#: data/com.github.phase1geo.minder.shortcuts.ui:1025 msgid "Select Child Nodes" msgstr "Kindknoten auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:1019 +#: data/com.github.phase1geo.minder.shortcuts.ui:1026 msgid "[Control + Left-click on parent node]" msgstr "[Steuerung + Linksklick auf übergeordneten Knoten]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1025 +#: data/com.github.phase1geo.minder.shortcuts.ui:1032 msgid "Select Node Tree/Subtree" msgstr "Knotenbaum/Teilbaum auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:1026 +#: data/com.github.phase1geo.minder.shortcuts.ui:1033 msgid "[Control + Double left-click on parent node]" msgstr "[Steuerung + Doppelter Linksklick auf übergeordneten Knoten]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1032 +#: data/com.github.phase1geo.minder.shortcuts.ui:1039 msgid "Select All Nodes at Same Depth Level" msgstr "Alle Knoten auf gleicher Ebene auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:1033 +#: data/com.github.phase1geo.minder.shortcuts.ui:1040 msgid "[Control + Triple left-click on node]" msgstr "[Steuerung + Dreifach-Linksklick auf Knoten]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1039 +#: data/com.github.phase1geo.minder.shortcuts.ui:1046 msgid "Block Selection" msgstr "Blockauswahl" -#: data/com.github.phase1geo.minder.shortcuts.ui:1040 +#: data/com.github.phase1geo.minder.shortcuts.ui:1047 msgid "[Left-click + Drag]" msgstr "[Linksklick + Ziehen]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1048 +#: data/com.github.phase1geo.minder.shortcuts.ui:1055 msgid "Item Selection Toggle (Add to/Remove from Selection)" msgstr "" "Umkehren der Elementauswahl (Zur Auswahl hinzufügen/aus der Auswahl " "entfernen)" -#: data/com.github.phase1geo.minder.shortcuts.ui:1052 +#: data/com.github.phase1geo.minder.shortcuts.ui:1059 msgid "Toggle Selection of Item" msgstr "Auswahl des Elements umkehren" -#: data/com.github.phase1geo.minder.shortcuts.ui:1053 +#: data/com.github.phase1geo.minder.shortcuts.ui:1060 msgid "[Shift + Left-click on item]" msgstr "[Umschalt + Linksklick auf Element]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1059 +#: data/com.github.phase1geo.minder.shortcuts.ui:1066 msgid "Toggle Selection of Child Nodes" msgstr "Auswahl von Kindknoten umschalten" -#: data/com.github.phase1geo.minder.shortcuts.ui:1060 +#: data/com.github.phase1geo.minder.shortcuts.ui:1067 msgid "[Shift + Control + Left-click on item]" msgstr "[Umschalt + Steuerung + Linksklick auf Element]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1066 +#: data/com.github.phase1geo.minder.shortcuts.ui:1073 msgid "Toggle Selection of Node Tree/Subtree" msgstr "Auswahl des Knotenbaums/Unterbaums umkehren" -#: data/com.github.phase1geo.minder.shortcuts.ui:1067 +#: data/com.github.phase1geo.minder.shortcuts.ui:1074 msgid "[Shift + Control + Double left-click on parent node]" msgstr "" "[Umschalt + Steuerung + Doppelter Linksklick auf übergeordneten Knoten]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1073 +#: data/com.github.phase1geo.minder.shortcuts.ui:1080 msgid "Toggle Selection of All Nodes at Same Depth Level" msgstr "Auswahl aller Knoten auf derselben Tiefenebene umkehren" -#: data/com.github.phase1geo.minder.shortcuts.ui:1074 +#: data/com.github.phase1geo.minder.shortcuts.ui:1081 msgid "[Shift + Control + Triple left-click on node]" msgstr "[Umschalt + Steuerung + Dreifach-Linksklick auf Knoten]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1082 +#: data/com.github.phase1geo.minder.shortcuts.ui:1089 msgid "Text Selection" msgstr "Textauswahl" -#: data/com.github.phase1geo.minder.shortcuts.ui:1086 +#: data/com.github.phase1geo.minder.shortcuts.ui:1093 msgid "Set Cursor Insert Point" msgstr "Cursor Einfügeposition setzen" -#: data/com.github.phase1geo.minder.shortcuts.ui:1087 +#: data/com.github.phase1geo.minder.shortcuts.ui:1094 msgid "[Left-click anywhere in text]" msgstr "[Linksklick auf beliebiger Stelle im Text]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1093 +#: data/com.github.phase1geo.minder.shortcuts.ui:1100 msgid "Select current word" msgstr "Aktuelles Wort auswählen" -#: data/com.github.phase1geo.minder.shortcuts.ui:1094 +#: data/com.github.phase1geo.minder.shortcuts.ui:1101 msgid "[Double left-click on word]" msgstr "[Doppelklick mit der linken Maustaste auf ein Wort]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1100 +#: data/com.github.phase1geo.minder.shortcuts.ui:1107 msgid "Select all text" msgstr "Gesamten Text markieren" -#: data/com.github.phase1geo.minder.shortcuts.ui:1101 +#: data/com.github.phase1geo.minder.shortcuts.ui:1108 msgid "[Triple left-click anywhere in text]" msgstr "[Dreifacher Linksklick an beliebiger Stelle im Text]" diff --git a/po/es.po b/po/es.po index a18daba7..074ce7dc 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.phase1geo.minder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: 2019-03-24 15:24+0100\n" "Last-Translator: Félix Brezo \n" "Language-Team: none\n" @@ -30,73 +30,73 @@ msgstr "" msgid "Minder in AppCenter" msgstr "" -#: src/Application.vala:114 +#: src/Application.vala:122 msgid "ERROR: Unable to import file" msgstr "" -#: src/Application.vala:118 +#: src/Application.vala:126 msgid "ERROR: Import is missing filename to import" msgstr "" -#: src/Application.vala:133 +#: src/Application.vala:141 msgid "ERROR: Export is missing input file and/or export output file" msgstr "" -#: src/Application.vala:140 +#: src/Application.vala:148 #, c-format msgid "ERROR: Unable to open file '%s'\n" msgstr "" -#: src/Application.vala:184 +#: src/Application.vala:192 #, c-format msgid "Import file from format (%s)" msgstr "" -#: src/Application.vala:185 +#: src/Application.vala:193 #, fuzzy, c-format msgid "Export mindmap as format (%s)" msgstr "Opciones de nodo" -#: src/Application.vala:188 +#: src/Application.vala:196 msgid "Display version number" msgstr "" -#: src/Application.vala:189 +#: src/Application.vala:197 msgid "Starts Minder with a new file" msgstr "" -#: src/Application.vala:190 +#: src/Application.vala:198 #, fuzzy msgid "Run testing" msgstr "Conexiones" -#: src/Application.vala:193 +#: src/Application.vala:201 msgid "Enables a transparent background for PNG images" msgstr "" -#: src/Application.vala:194 +#: src/Application.vala:202 msgid "PNG compression value (0-9)" msgstr "" -#: src/Application.vala:195 +#: src/Application.vala:203 msgid "JPEG quality (0-100)" msgstr "" -#: src/Application.vala:196 +#: src/Application.vala:204 msgid "Enables image links in exported Markdown" msgstr "" -#: src/Application.vala:205 +#: src/Application.vala:213 #, c-format msgid "ERROR: %s\n" msgstr "" -#: src/Application.vala:206 +#: src/Application.vala:214 #, c-format msgid "Run '%s --help' to see valid options\n" msgstr "" -#: src/Application.vala:253 +#: src/Application.vala:261 #, c-format msgid "ERROR: Unable to load Minder input file %s" msgstr "" @@ -108,11 +108,11 @@ msgid "Delete" msgstr "Eliminar" #: src/CalloutMenu.vala:38 src/EmptyMenu.vala:49 -#: data/com.github.phase1geo.minder.shortcuts.ui:649 +#: data/com.github.phase1geo.minder.shortcuts.ui:656 msgid "Select Node" msgstr "Seleccionar nodo" -#: src/Callout.vala:129 src/NodeMenu.vala:237 +#: src/Callout.vala:129 src/NodeMenu.vala:238 msgid "Callout" msgstr "" @@ -121,7 +121,7 @@ msgstr "" msgid "No text found" msgstr "Palabra siguiente" -#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:232 +#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:233 msgid "Connection" msgstr "Conexión" @@ -152,7 +152,7 @@ msgstr "Editar título" #: src/ConnectionMenu.vala:50 src/GroupsMenu.vala:47 src/NodeMenu.vala:103 #: data/com.github.phase1geo.minder.shortcuts.ui:338 -#: data/com.github.phase1geo.minder.shortcuts.ui:676 +#: data/com.github.phase1geo.minder.shortcuts.ui:683 #, fuzzy msgid "Edit Note" msgstr "Editar título" @@ -163,7 +163,7 @@ msgid "Remove Sticker" msgstr "Quitar nota" #: src/ConnectionMenu.vala:56 src/GroupsMenu.vala:54 src/ImageManager.vala:300 -#: src/NodeMenu.vala:187 src/NodesMenu.vala:99 +#: src/NodeMenu.vala:188 src/NodesMenu.vala:100 #, fuzzy msgid "Select" msgstr "Seleccionar" @@ -241,11 +241,11 @@ msgstr "cambio de punto final de conexión" msgid "connection drag" msgstr "arrastrar conexión" -#: src/DrawArea.vala:3659 src/DrawArea.vala:3673 src/DrawArea.vala:5643 +#: src/DrawArea.vala:3660 src/DrawArea.vala:3674 src/DrawArea.vala:5650 msgid "Another Idea" msgstr "Otra idea" -#: src/DrawArea.vala:5096 src/layouts/LayoutManual.vala:26 +#: src/DrawArea.vala:5099 src/layouts/LayoutManual.vala:26 #: src/MapInspector.vala:225 src/MapInspector.vala:448 msgid "Manual" msgstr "Manual" @@ -298,7 +298,7 @@ msgstr "Seleccione un nodo para ver o editar su información" msgid "Paste" msgstr "Pegar" -#: src/EmptyMenu.vala:42 src/NodeMenu.vala:156 +#: src/EmptyMenu.vala:42 src/NodeMenu.vala:157 msgid "Add Root Node" msgstr "Añadir nodo raíz" @@ -329,13 +329,13 @@ msgid "Export As %s" msgstr "Exportar como" #: src/Exporter.vala:134 src/ImageEditor.vala:381 src/ImageManager.vala:300 -#: src/MainWindow.vala:1028 src/MainWindow.vala:1123 src/MainWindow.vala:1267 -#: src/QuickEntry.vala:154 src/StickerInspector.vala:401 src/StickerSet.vala:75 +#: src/MainWindow.vala:1083 src/MainWindow.vala:1178 src/MainWindow.vala:1322 +#: src/QuickEntry.vala:154 src/StickerInspector.vala:402 src/StickerSet.vala:75 #: src/ThemeEditor.vala:144 src/UrlEditor.vala:62 msgid "Cancel" msgstr "Cancelar" -#: src/Exporter.vala:134 src/MainWindow.vala:845 src/StickerSet.vala:352 +#: src/Exporter.vala:134 src/MainWindow.vala:900 src/StickerSet.vala:352 msgid "Export" msgstr "Exportar" @@ -514,7 +514,7 @@ msgstr "Copiar nodo" msgid "All Grouped Nodes" msgstr "" -#: src/GroupsMenu.vala:111 src/NodeMenu.vala:689 src/NodesMenu.vala:289 +#: src/GroupsMenu.vala:111 src/NodeMenu.vala:690 src/NodesMenu.vala:290 #, fuzzy msgid "Select a link color" msgstr "Seleccionar color de enlace" @@ -552,7 +552,7 @@ msgstr "Cortar imagen al portapapeles" msgid "Paste Image from Clipboard" msgstr "Pegar imagen desde el portapapeles" -#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:447 +#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:448 msgid "Remove Image" msgstr "Quitar imagen" @@ -566,222 +566,234 @@ msgstr "Seleccionar imagen" msgid "Images" msgstr "Imágenes" -#: src/MainWindow.vala:154 src/MainWindow.vala:1272 +#: src/MainWindow.vala:64 +msgid "Use system setting" +msgstr "" + +#: src/MainWindow.vala:65 +msgid "Always use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:66 +msgid "Never use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:195 src/MainWindow.vala:1327 msgid "Minder" msgstr "Minder" -#: src/MainWindow.vala:188 data/com.github.phase1geo.minder.shortcuts.ui:21 +#: src/MainWindow.vala:229 data/com.github.phase1geo.minder.shortcuts.ui:21 #, fuzzy msgid "New File" msgstr "Archivo nuevo" -#: src/MainWindow.vala:194 src/MainWindow.vala:1119 +#: src/MainWindow.vala:235 src/MainWindow.vala:1174 #: data/com.github.phase1geo.minder.shortcuts.ui:28 msgid "Open File" msgstr "Abrir archivo" -#: src/MainWindow.vala:200 data/com.github.phase1geo.minder.shortcuts.ui:42 +#: src/MainWindow.vala:241 data/com.github.phase1geo.minder.shortcuts.ui:42 #, fuzzy msgid "Save File As" msgstr "Guardar archivo como" -#: src/MainWindow.vala:206 src/StickerSet.vala:307 src/UndoBuffer.vala:84 +#: src/MainWindow.vala:247 src/StickerSet.vala:307 src/UndoBuffer.vala:84 #, fuzzy msgid "Undo" msgstr "Deshacer" -#: src/MainWindow.vala:213 src/StickerSet.vala:308 src/UndoBuffer.vala:90 +#: src/MainWindow.vala:254 src/StickerSet.vala:308 src/UndoBuffer.vala:90 #, fuzzy msgid "Redo" msgstr "Rehacer" -#: src/MainWindow.vala:548 +#: src/MainWindow.vala:603 msgid "Unnamed Document" msgstr "Documento sin nombre" -#: src/MainWindow.vala:551 +#: src/MainWindow.vala:606 #, fuzzy msgid "Read-Only" msgstr "Relleno" -#: src/MainWindow.vala:555 src/MainWindow.vala:880 +#: src/MainWindow.vala:610 src/MainWindow.vala:935 msgid "Focus Mode" msgstr "Modo de concentración" -#: src/MainWindow.vala:589 src/MainWindow.vala:1324 +#: src/MainWindow.vala:644 src/MainWindow.vala:1379 #, c-format msgid "Zoom (%d%%)" msgstr "" -#: src/MainWindow.vala:596 +#: src/MainWindow.vala:651 msgid "Zoom to Percent" msgstr "Ampliar a porcentaje" -#: src/MainWindow.vala:609 src/ZoomWidget.vala:102 +#: src/MainWindow.vala:664 src/ZoomWidget.vala:102 #: data/com.github.phase1geo.minder.shortcuts.ui:119 msgid "Zoom In" msgstr "Ampliar" -#: src/MainWindow.vala:615 src/ZoomWidget.vala:92 +#: src/MainWindow.vala:670 src/ZoomWidget.vala:92 #: data/com.github.phase1geo.minder.shortcuts.ui:126 msgid "Zoom Out" msgstr "Reducir" -#: src/MainWindow.vala:625 +#: src/MainWindow.vala:680 msgid "Zoom to Fit" msgstr "Mejor ajuste" -#: src/MainWindow.vala:630 data/com.github.phase1geo.minder.shortcuts.ui:140 +#: src/MainWindow.vala:685 data/com.github.phase1geo.minder.shortcuts.ui:140 #, fuzzy msgid "Zoom to Fit Selected Node Tree" msgstr "Ajustar escala al nodo seleccionado" -#: src/MainWindow.vala:635 +#: src/MainWindow.vala:690 msgid "Zoom to Actual Size" msgstr "Escala real" -#: src/MainWindow.vala:659 src/StickerSet.vala:114 +#: src/MainWindow.vala:714 src/StickerSet.vala:114 msgid "Search" msgstr "Buscar" -#: src/MainWindow.vala:669 +#: src/MainWindow.vala:724 #, fuzzy msgid "Search Nodes, Callouts and Connections" msgstr "Buscar nodos y conexiones" -#: src/MainWindow.vala:698 +#: src/MainWindow.vala:753 msgid "Search Criteria" msgstr "Criterios de búsqueda" -#: src/MainWindow.vala:701 +#: src/MainWindow.vala:756 #, fuzzy msgid "Search all tabs" msgstr "Criterios de búsqueda" -#: src/MainWindow.vala:735 +#: src/MainWindow.vala:790 #, fuzzy msgid "Nodes" msgstr "Nodos" -#: src/MainWindow.vala:736 +#: src/MainWindow.vala:791 msgid "Connections" msgstr "Conexiones" -#: src/MainWindow.vala:737 +#: src/MainWindow.vala:792 msgid "Callouts" msgstr "" -#: src/MainWindow.vala:738 +#: src/MainWindow.vala:793 msgid "Titles" msgstr "Títulos" -#: src/MainWindow.vala:739 +#: src/MainWindow.vala:794 msgid "Notes" msgstr "Notas" -#: src/MainWindow.vala:740 +#: src/MainWindow.vala:795 msgid "Folded" msgstr "Plegados" -#: src/MainWindow.vala:741 +#: src/MainWindow.vala:796 msgid "Unfolded" msgstr "Desplegados" -#: src/MainWindow.vala:742 +#: src/MainWindow.vala:797 msgid "Tasks" msgstr "Tareas" -#: src/MainWindow.vala:743 +#: src/MainWindow.vala:798 msgid "Non-tasks" msgstr "No tareas" -#: src/MainWindow.vala:857 +#: src/MainWindow.vala:912 #, fuzzy msgid "Print…" msgstr "Imprimir" -#: src/MainWindow.vala:905 src/Preferences.vala:36 +#: src/MainWindow.vala:960 src/Preferences.vala:36 msgid "Preferences" msgstr "" -#: src/MainWindow.vala:910 +#: src/MainWindow.vala:965 msgid "Shortcuts Cheatsheet" msgstr "Lista de atajos" -#: src/MainWindow.vala:914 +#: src/MainWindow.vala:969 #, fuzzy msgid "About Minder" msgstr "Minder portable" -#: src/MainWindow.vala:947 src/MainWindow.vala:1396 +#: src/MainWindow.vala:1002 src/MainWindow.vala:1451 #, fuzzy msgid "Show Property Sidebar" msgstr "Mostrar propiedades" -#: src/MainWindow.vala:962 +#: src/MainWindow.vala:1017 msgid "Current" msgstr "Actual" -#: src/MainWindow.vala:963 src/StyleInspector.vala:198 +#: src/MainWindow.vala:1018 src/StyleInspector.vala:198 msgid "Style" msgstr "Estilo" -#: src/MainWindow.vala:964 +#: src/MainWindow.vala:1019 msgid "Stickers" msgstr "" -#: src/MainWindow.vala:965 +#: src/MainWindow.vala:1020 msgid "Map" msgstr "Mapa" -#: src/MainWindow.vala:1019 +#: src/MainWindow.vala:1074 msgid "Save current unnamed document?" msgstr "¿Quiere guardar el documento sin nombre actual?" -#: src/MainWindow.vala:1020 +#: src/MainWindow.vala:1075 msgid "Changes will be permanently lost if not saved." msgstr "Los cambios se perderán permanentemente si no los guarda." -#: src/MainWindow.vala:1025 +#: src/MainWindow.vala:1080 msgid "Discard Changes" msgstr "Descartar cambios" -#: src/MainWindow.vala:1031 src/MainWindow.vala:1267 src/ThemeEditor.vala:147 +#: src/MainWindow.vala:1086 src/MainWindow.vala:1322 src/ThemeEditor.vala:147 msgid "Save" msgstr "Guardar" -#: src/MainWindow.vala:1060 +#: src/MainWindow.vala:1115 #, c-format msgid "The file %s was modified outside of the application." msgstr "" -#: src/MainWindow.vala:1061 +#: src/MainWindow.vala:1116 msgid "What do you want to do?" msgstr "" -#: src/MainWindow.vala:1066 +#: src/MainWindow.vala:1121 #, fuzzy msgid "Discard Changes and reload" msgstr "Descartar cambios" -#: src/MainWindow.vala:1069 +#: src/MainWindow.vala:1124 msgid "Save local version and overwrite" msgstr "" -#: src/MainWindow.vala:1119 +#: src/MainWindow.vala:1174 #, fuzzy msgid "Open Directory" msgstr "Abrir archivo" -#: src/MainWindow.vala:1122 +#: src/MainWindow.vala:1177 msgid "Open" msgstr "Abrir" -#: src/MainWindow.vala:1267 +#: src/MainWindow.vala:1322 msgid "Save File" msgstr "Guardar archivo" -#: src/MainWindow.vala:1340 +#: src/MainWindow.vala:1395 #, fuzzy msgid "Hide Property Sidebar" msgstr "Propiedades" @@ -910,7 +922,7 @@ msgstr "Desprender nodo" msgid "Delete Node" msgstr "Eliminar nodo" -#: src/NodeLink.vala:106 +#: src/NodeLink.vala:107 src/NodeLink.vala:110 #, fuzzy msgid "No node found" msgstr "Comandos de nodo" @@ -923,7 +935,7 @@ msgstr "Copiar" msgid "Cut" msgstr "Cortar" -#: src/NodeMenu.vala:84 src/NodeMenu.vala:459 +#: src/NodeMenu.vala:84 src/NodeMenu.vala:460 msgid "Paste and Replace Node" msgstr "Pegar y reemplazar nodo" @@ -942,15 +954,15 @@ msgstr "Cambiar imagen" msgid "Edit Text…" msgstr "Editar…" -#: src/NodeMenu.vala:107 src/NodeMenu.vala:429 +#: src/NodeMenu.vala:107 src/NodeMenu.vala:430 msgid "Add Task" msgstr "Añadir tarea" -#: src/NodeMenu.vala:110 src/NodeMenu.vala:447 +#: src/NodeMenu.vala:110 src/NodeMenu.vala:448 msgid "Add Image" msgstr "Añadir imagen" -#: src/NodeMenu.vala:117 src/NodeMenu.vala:430 +#: src/NodeMenu.vala:117 src/NodeMenu.vala:431 #, fuzzy msgid "Add Node Link" msgstr "Añadir enlace de nodo" @@ -963,7 +975,7 @@ msgstr "Añadir conexión" msgid "Add Group" msgstr "" -#: src/NodeMenu.vala:129 src/NodeMenu.vala:432 +#: src/NodeMenu.vala:129 src/NodeMenu.vala:433 msgid "Add Callout" msgstr "" @@ -972,162 +984,162 @@ msgstr "" msgid "Link Color" msgstr "Color del enlace" -#: src/NodeMenu.vala:136 src/NodesMenu.vala:84 +#: src/NodeMenu.vala:137 src/NodesMenu.vala:85 msgid "Set to color…" msgstr "Usar color…" -#: src/NodeMenu.vala:139 +#: src/NodeMenu.vala:140 msgid "Randomize color" msgstr "Aleatorizar color" -#: src/NodeMenu.vala:142 src/NodesMenu.vala:90 +#: src/NodeMenu.vala:143 src/NodesMenu.vala:91 msgid "Use parent color" msgstr "Usar color del padre" -#: src/NodeMenu.vala:146 src/NodeMenu.vala:431 src/NodesMenu.vala:64 -#: src/NodesMenu.vala:222 +#: src/NodeMenu.vala:147 src/NodeMenu.vala:432 src/NodesMenu.vala:64 +#: src/NodesMenu.vala:223 msgid "Fold Children" msgstr "Plegar hijos" -#: src/NodeMenu.vala:149 +#: src/NodeMenu.vala:150 msgid "Detach" msgstr "Desprender" -#: src/NodeMenu.vala:152 +#: src/NodeMenu.vala:153 #, fuzzy msgid "Add Node" msgstr "Añadir nota" -#: src/NodeMenu.vala:159 +#: src/NodeMenu.vala:160 #, fuzzy msgid "Add Parent Node" msgstr "Añadir nodo padre" -#: src/NodeMenu.vala:163 +#: src/NodeMenu.vala:164 msgid "Add Child Node" msgstr "Añadir nodo hijo" -#: src/NodeMenu.vala:167 +#: src/NodeMenu.vala:168 msgid "Add Sibling Node" msgstr "Añadir un nodo del mismo nivel" -#: src/NodeMenu.vala:171 +#: src/NodeMenu.vala:172 #, fuzzy msgid "Use to Summarize Previous Sibling Nodes" msgstr "Anterior nodo del mismo nivel" -#: src/NodeMenu.vala:175 src/QuickEntry.vala:44 +#: src/NodeMenu.vala:176 src/QuickEntry.vala:44 msgid "Quick Entry" msgstr "Entrada rápida" -#: src/NodeMenu.vala:179 +#: src/NodeMenu.vala:180 #, fuzzy msgid "Insert Nodes" msgstr "Insertar nodos" -#: src/NodeMenu.vala:183 +#: src/NodeMenu.vala:184 #, fuzzy msgid "Replace Nodes" msgstr "Reemplazar nodos" -#: src/NodeMenu.vala:192 +#: src/NodeMenu.vala:193 #, fuzzy msgid "Root Node" msgstr "Nodo raíz" -#: src/NodeMenu.vala:197 +#: src/NodeMenu.vala:198 #, fuzzy msgid "Next Sibling Node" msgstr "Siguiente nodo del mismo nivel" -#: src/NodeMenu.vala:202 +#: src/NodeMenu.vala:203 #, fuzzy msgid "Previous Sibling Node" msgstr "Anterior nodo del mismo nivel" -#: src/NodeMenu.vala:207 +#: src/NodeMenu.vala:208 #, fuzzy msgid "Child Node" msgstr "Añadir nodo hijo" -#: src/NodeMenu.vala:212 src/NodesMenu.vala:108 +#: src/NodeMenu.vala:213 src/NodesMenu.vala:109 #, fuzzy msgid "Child Nodes" msgstr "Añadir un nodo secundario" -#: src/NodeMenu.vala:217 +#: src/NodeMenu.vala:218 msgid "Subtree" msgstr "" -#: src/NodeMenu.vala:222 +#: src/NodeMenu.vala:223 #, fuzzy msgid "Parent Node" msgstr "Nodo padre" -#: src/NodeMenu.vala:227 +#: src/NodeMenu.vala:228 #, fuzzy msgid "Linked Node" msgstr "Nodo enlazado" -#: src/NodeMenu.vala:241 +#: src/NodeMenu.vala:242 msgid "Center Current Node" msgstr "Centrar el nodo actual" -#: src/NodeMenu.vala:245 +#: src/NodeMenu.vala:246 #, fuzzy msgid "Sort Children" msgstr "Ordenar hijos" -#: src/NodeMenu.vala:249 +#: src/NodeMenu.vala:250 msgid "Alphabetically" msgstr "Alfabéticamente" -#: src/NodeMenu.vala:252 +#: src/NodeMenu.vala:253 msgid "Randomize" msgstr "Aleatorizar" -#: src/NodeMenu.vala:427 +#: src/NodeMenu.vala:428 msgid "Remove Task" msgstr "Quitar tarea" -#: src/NodeMenu.vala:428 +#: src/NodeMenu.vala:429 #, fuzzy msgid "Mark Task As Done" msgstr "Conmutar tarea realizada" -#: src/NodeMenu.vala:430 +#: src/NodeMenu.vala:431 #, fuzzy msgid "Remove Node Link" msgstr "Quitar enlace de nodo" -#: src/NodeMenu.vala:431 src/NodesMenu.vala:222 +#: src/NodeMenu.vala:432 src/NodesMenu.vala:223 msgid "Unfold Children" msgstr "Desplegar hijos" -#: src/NodeMenu.vala:432 data/com.github.phase1geo.minder.shortcuts.ui:636 +#: src/NodeMenu.vala:433 data/com.github.phase1geo.minder.shortcuts.ui:643 #, fuzzy msgid "Remove Callout" msgstr "Quitar tarea" -#: src/NodeMenu.vala:452 +#: src/NodeMenu.vala:453 #, fuzzy msgid "Paste Text As Child Node" msgstr "Pegar texto como nodo hijo" -#: src/NodeMenu.vala:453 +#: src/NodeMenu.vala:454 msgid "Paste and Replace Node Text" msgstr "Pegar y reemplazar texto de nodo" -#: src/NodeMenu.vala:455 +#: src/NodeMenu.vala:456 #, fuzzy msgid "Paste Image As Child Node" msgstr "Pegar imagen como nodo hijo" -#: src/NodeMenu.vala:456 +#: src/NodeMenu.vala:457 msgid "Paste and Replace Node Image" msgstr "Pegar y reemplazar imagen del nodo" -#: src/NodeMenu.vala:458 +#: src/NodeMenu.vala:459 msgid "Paste Node As Child" msgstr "Pegar nodo como hijo" @@ -1141,7 +1153,7 @@ msgstr "Conmutar tarea realizada" msgid "Connect" msgstr "Conectar" -#: src/NodesMenu.vala:72 src/NodesMenu.vala:223 +#: src/NodesMenu.vala:72 src/NodesMenu.vala:224 #, fuzzy msgid "Link Nodes" msgstr "Enlazar nodos" @@ -1151,60 +1163,60 @@ msgstr "Enlazar nodos" msgid "Link Colors" msgstr "Colores de enlace" -#: src/NodesMenu.vala:87 +#: src/NodesMenu.vala:88 msgid "Randomize colors" msgstr "Aleatorizar colores" -#: src/NodesMenu.vala:103 +#: src/NodesMenu.vala:104 #, fuzzy msgid "Parent Nodes" msgstr "Nodo padre" -#: src/NodesMenu.vala:117 +#: src/NodesMenu.vala:118 #, fuzzy msgid "Align Nodes" msgstr "Alinear nodos" -#: src/NodesMenu.vala:121 +#: src/NodesMenu.vala:122 msgid "Align Top" msgstr "Alinear arriba" -#: src/NodesMenu.vala:125 +#: src/NodesMenu.vala:126 msgid "Align Center Horizontally" msgstr "Alinear centro horizontalmente" -#: src/NodesMenu.vala:129 +#: src/NodesMenu.vala:130 msgid "Align Bottom" msgstr "Alinear abajo" -#: src/NodesMenu.vala:133 +#: src/NodesMenu.vala:134 msgid "Align Left" msgstr "Alinear a la izquierda" -#: src/NodesMenu.vala:137 +#: src/NodesMenu.vala:138 msgid "Align Center Vertically" msgstr "Alinear centro verticalmente" -#: src/NodesMenu.vala:141 +#: src/NodesMenu.vala:142 msgid "Align Right" msgstr "Alinear a la derecha" -#: src/NodesMenu.vala:223 +#: src/NodesMenu.vala:224 #, fuzzy msgid "Remove Node Links" msgstr "Quitar enlace de nodo" -#: src/Node.vala:2325 +#: src/Node.vala:2321 #, fuzzy msgid "Node Title" msgstr "Título de nodo" -#: src/Node.vala:2333 +#: src/Node.vala:2329 #, fuzzy msgid "Node Note" msgstr "Nota de nodo" -#: src/Node.vala:2344 +#: src/Node.vala:2340 #, fuzzy msgid "Callout Text" msgstr "Pegar texto" @@ -1276,25 +1288,33 @@ msgstr "" msgid "If enabled, selects items when mouse cursor hovers over the item." msgstr "" -#: src/Preferences.vala:110 -msgid "Hide themes not matching visual style" +#: src/Preferences.vala:99 +msgid "Natural scrolling" +msgstr "" + +#: src/Preferences.vala:101 +msgid "Specifies scrolling used when panning the canvas." msgstr "" #: src/Preferences.vala:114 +msgid "Hide themes not matching visual style" +msgstr "" + +#: src/Preferences.vala:118 #, fuzzy msgid "Default theme" msgstr "Eliminar tema?" -#: src/Preferences.vala:117 +#: src/Preferences.vala:121 #, fuzzy msgid "Enable animations" msgstr "Activar animaciones" -#: src/Preferences.vala:120 +#: src/Preferences.vala:124 msgid "Text field font size" msgstr "" -#: src/Preferences.vala:123 +#: src/Preferences.vala:127 msgid "" "Specifies the custom font size to use in text editing fields (i.e, quick " "entry or notes field)." @@ -1400,25 +1420,25 @@ msgstr "" msgid "Search Stickers" msgstr "Criterios de búsqueda" -#: src/StickerInspector.vala:134 +#: src/StickerInspector.vala:137 msgid "Favorites" msgstr "" -#: src/StickerInspector.vala:140 +#: src/StickerInspector.vala:143 msgid "Show Custom Sticker Directory" msgstr "" -#: src/StickerInspector.vala:214 +#: src/StickerInspector.vala:215 #, fuzzy msgid "Add custom stickers" msgstr "Añadir enlace de nodo" -#: src/StickerInspector.vala:401 +#: src/StickerInspector.vala:402 #, fuzzy msgid "Import Sticker(s)" msgstr "Quitar nota" -#: src/StickerInspector.vala:401 src/StickerSet.vala:353 +#: src/StickerInspector.vala:402 src/StickerSet.vala:353 #, fuzzy msgid "Import" msgstr "Importar archivo" @@ -3450,7 +3470,7 @@ msgid "Minder Shortcuts" msgstr "Atajos de Minder" #: data/com.github.phase1geo.minder.shortcuts.ui:12 -#: data/com.github.phase1geo.minder.shortcuts.ui:960 +#: data/com.github.phase1geo.minder.shortcuts.ui:967 msgid "General" msgstr "General" @@ -3538,7 +3558,7 @@ msgid "Show Map Tab" msgstr "Árbol actual" #: data/com.github.phase1geo.minder.shortcuts.ui:190 -#: data/com.github.phase1geo.minder.shortcuts.ui:740 +#: data/com.github.phase1geo.minder.shortcuts.ui:747 msgid "Miscellaneous" msgstr "Misceláneo" @@ -3552,7 +3572,7 @@ msgid "Search Nodes/Connections" msgstr "Buscar en los nodos y conexiones" #: data/com.github.phase1geo.minder.shortcuts.ui:208 -#: data/com.github.phase1geo.minder.shortcuts.ui:964 +#: data/com.github.phase1geo.minder.shortcuts.ui:971 msgid "Show Contextual Menu" msgstr "" @@ -3603,7 +3623,7 @@ msgid "Quick Entry Replacement" msgstr "Reemplazo de entrada rápida" #: data/com.github.phase1geo.minder.shortcuts.ui:293 -#: data/com.github.phase1geo.minder.shortcuts.ui:850 +#: data/com.github.phase1geo.minder.shortcuts.ui:857 #, fuzzy msgid "Clipboard" msgstr "Portapapeles" @@ -3632,7 +3652,7 @@ msgid "Changing Current" msgstr "Cambiando actual" #: data/com.github.phase1geo.minder.shortcuts.ui:331 -#: data/com.github.phase1geo.minder.shortcuts.ui:669 +#: data/com.github.phase1geo.minder.shortcuts.ui:676 #, fuzzy msgid "Edit Title" msgstr "Editar título" @@ -3648,532 +3668,537 @@ msgid "Add URL Link To Text" msgstr "Añadir final de texto" #: data/com.github.phase1geo.minder.shortcuts.ui:359 -#: data/com.github.phase1geo.minder.shortcuts.ui:772 +#: data/com.github.phase1geo.minder.shortcuts.ui:779 #, fuzzy msgid "Remove URL Link From Text" msgstr "Quitar enlace" #: data/com.github.phase1geo.minder.shortcuts.ui:366 #, fuzzy +msgid "Change Link Color" +msgstr "Color del enlace" + +#: data/com.github.phase1geo.minder.shortcuts.ui:373 +#, fuzzy msgid "View Properties" msgstr "Ver propiedades" -#: data/com.github.phase1geo.minder.shortcuts.ui:373 +#: data/com.github.phase1geo.minder.shortcuts.ui:380 msgid "Toggle Fold" msgstr "Conmutar pliegue" -#: data/com.github.phase1geo.minder.shortcuts.ui:380 +#: data/com.github.phase1geo.minder.shortcuts.ui:387 #, fuzzy msgid "Toggle Node Link" msgstr "Conmutar enlace de nodo" -#: data/com.github.phase1geo.minder.shortcuts.ui:387 +#: data/com.github.phase1geo.minder.shortcuts.ui:394 #, fuzzy msgid "Create Link to Selected Node" msgstr "Ajustar escala al nodo seleccionado" -#: data/com.github.phase1geo.minder.shortcuts.ui:388 +#: data/com.github.phase1geo.minder.shortcuts.ui:395 msgid "[After using this command, 'y' will create the link]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:395 +#: data/com.github.phase1geo.minder.shortcuts.ui:402 #, fuzzy msgid "Create Group" msgstr "Quitar nota" -#: data/com.github.phase1geo.minder.shortcuts.ui:402 +#: data/com.github.phase1geo.minder.shortcuts.ui:409 #, fuzzy msgid "Create Connection" msgstr "Crear conexión" -#: data/com.github.phase1geo.minder.shortcuts.ui:409 +#: data/com.github.phase1geo.minder.shortcuts.ui:416 #, fuzzy msgid "Create Callout" msgstr "Quitar nota" -#: data/com.github.phase1geo.minder.shortcuts.ui:416 +#: data/com.github.phase1geo.minder.shortcuts.ui:423 #, fuzzy msgid "Center In View" msgstr "Centrar en la vista" -#: data/com.github.phase1geo.minder.shortcuts.ui:423 -#: data/com.github.phase1geo.minder.shortcuts.ui:690 +#: data/com.github.phase1geo.minder.shortcuts.ui:430 +#: data/com.github.phase1geo.minder.shortcuts.ui:697 msgid "Place Into View" msgstr "Poner a la vista" -#: data/com.github.phase1geo.minder.shortcuts.ui:432 -#: data/com.github.phase1geo.minder.shortcuts.ui:645 -#: data/com.github.phase1geo.minder.shortcuts.ui:877 +#: data/com.github.phase1geo.minder.shortcuts.ui:439 +#: data/com.github.phase1geo.minder.shortcuts.ui:652 +#: data/com.github.phase1geo.minder.shortcuts.ui:884 #, fuzzy msgid "Selection" msgstr "Selección" -#: data/com.github.phase1geo.minder.shortcuts.ui:436 +#: data/com.github.phase1geo.minder.shortcuts.ui:443 #, fuzzy msgid "Select Root" msgstr "Seleccionar raíz" -#: data/com.github.phase1geo.minder.shortcuts.ui:443 +#: data/com.github.phase1geo.minder.shortcuts.ui:450 #, fuzzy msgid "Select Parent" msgstr "Seleccionar un ancestro" -#: data/com.github.phase1geo.minder.shortcuts.ui:450 +#: data/com.github.phase1geo.minder.shortcuts.ui:457 #, fuzzy msgid "Select Next Sibling" msgstr "Seleccionar hermano siguiente" -#: data/com.github.phase1geo.minder.shortcuts.ui:457 +#: data/com.github.phase1geo.minder.shortcuts.ui:464 #, fuzzy msgid "Select Previous Sibling" msgstr "Seleccionar hermano anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:464 +#: data/com.github.phase1geo.minder.shortcuts.ui:471 #, fuzzy msgid "Select Child" msgstr "Seleccionar un hijo" -#: data/com.github.phase1geo.minder.shortcuts.ui:471 +#: data/com.github.phase1geo.minder.shortcuts.ui:478 #, fuzzy msgid "Select Children" msgstr "Seleccionar un hijo" -#: data/com.github.phase1geo.minder.shortcuts.ui:478 +#: data/com.github.phase1geo.minder.shortcuts.ui:485 #, fuzzy msgid "Select Subtree" msgstr "Seleccionar nodo inicial" -#: data/com.github.phase1geo.minder.shortcuts.ui:485 +#: data/com.github.phase1geo.minder.shortcuts.ui:492 #, fuzzy msgid "Select Node Below" msgstr "Seleccionar nodo debajo" -#: data/com.github.phase1geo.minder.shortcuts.ui:492 +#: data/com.github.phase1geo.minder.shortcuts.ui:499 #, fuzzy msgid "Select Node Above" msgstr "Seleccionar nodo encima" -#: data/com.github.phase1geo.minder.shortcuts.ui:499 +#: data/com.github.phase1geo.minder.shortcuts.ui:506 #, fuzzy msgid "Select Node To Right" msgstr "Seleccionar nodo a la derecha" -#: data/com.github.phase1geo.minder.shortcuts.ui:506 +#: data/com.github.phase1geo.minder.shortcuts.ui:513 #, fuzzy msgid "Select Node To Left" msgstr "Seleccionar nodo a la izquierda" -#: data/com.github.phase1geo.minder.shortcuts.ui:513 +#: data/com.github.phase1geo.minder.shortcuts.ui:520 #, fuzzy msgid "Select Linked Node" msgstr "Seleccionar nodo conectado" -#: data/com.github.phase1geo.minder.shortcuts.ui:520 +#: data/com.github.phase1geo.minder.shortcuts.ui:527 #, fuzzy msgid "Select Callout" msgstr "Seleccionar un ancestro" -#: data/com.github.phase1geo.minder.shortcuts.ui:527 +#: data/com.github.phase1geo.minder.shortcuts.ui:534 #, fuzzy msgid "Select Attached Connection" msgstr "Seleccionar conexión adjunta" -#: data/com.github.phase1geo.minder.shortcuts.ui:536 +#: data/com.github.phase1geo.minder.shortcuts.ui:543 msgid "Move" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:540 +#: data/com.github.phase1geo.minder.shortcuts.ui:547 #, fuzzy msgid "Swap with Sibling Node to Right" msgstr "Nuevo nodo al mismo nivel" -#: data/com.github.phase1geo.minder.shortcuts.ui:547 +#: data/com.github.phase1geo.minder.shortcuts.ui:554 #, fuzzy msgid "Swap with Sibling Node to Left" msgstr "Nuevo nodo al mismo nivel" -#: data/com.github.phase1geo.minder.shortcuts.ui:554 +#: data/com.github.phase1geo.minder.shortcuts.ui:561 #, fuzzy msgid "Swap with Sibling Node Above" msgstr "Nuevo nodo al mismo nivel" -#: data/com.github.phase1geo.minder.shortcuts.ui:561 +#: data/com.github.phase1geo.minder.shortcuts.ui:568 #, fuzzy msgid "Swap with Sibling Node Below" msgstr "Nuevo nodo al mismo nivel" -#: data/com.github.phase1geo.minder.shortcuts.ui:568 +#: data/com.github.phase1geo.minder.shortcuts.ui:575 msgid "Sort Child Nodes Alphabetically" msgstr "Ordenar nodos hijos alfabéticamente" -#: data/com.github.phase1geo.minder.shortcuts.ui:577 +#: data/com.github.phase1geo.minder.shortcuts.ui:584 msgid "Alignment" msgstr "Alineación" -#: data/com.github.phase1geo.minder.shortcuts.ui:581 +#: data/com.github.phase1geo.minder.shortcuts.ui:588 msgid "Align Top Side" msgstr "Alinear en el lado superior" -#: data/com.github.phase1geo.minder.shortcuts.ui:588 +#: data/com.github.phase1geo.minder.shortcuts.ui:595 #, fuzzy msgid "Align Vertical Center" msgstr "Alinear centro verticalmente" -#: data/com.github.phase1geo.minder.shortcuts.ui:595 +#: data/com.github.phase1geo.minder.shortcuts.ui:602 msgid "Align Bottom Side" msgstr "Alinear en el lado inferior" -#: data/com.github.phase1geo.minder.shortcuts.ui:602 +#: data/com.github.phase1geo.minder.shortcuts.ui:609 msgid "Align Left Side" msgstr "Alinear al lado izquierdo" -#: data/com.github.phase1geo.minder.shortcuts.ui:609 +#: data/com.github.phase1geo.minder.shortcuts.ui:616 #, fuzzy msgid "Align Horizontal Center" msgstr "Alinear centro horizontalmente" -#: data/com.github.phase1geo.minder.shortcuts.ui:616 +#: data/com.github.phase1geo.minder.shortcuts.ui:623 msgid "Align Right Side" msgstr "Alinear al lado derecho" -#: data/com.github.phase1geo.minder.shortcuts.ui:628 +#: data/com.github.phase1geo.minder.shortcuts.ui:635 #, fuzzy msgid "Callout Commands" msgstr "Comandos de conexión" -#: data/com.github.phase1geo.minder.shortcuts.ui:632 -#: data/com.github.phase1geo.minder.shortcuts.ui:665 +#: data/com.github.phase1geo.minder.shortcuts.ui:639 +#: data/com.github.phase1geo.minder.shortcuts.ui:672 #, fuzzy msgid "Change Current" msgstr "Cambiar actual" -#: data/com.github.phase1geo.minder.shortcuts.ui:661 +#: data/com.github.phase1geo.minder.shortcuts.ui:668 #, fuzzy msgid "Connection Commands" msgstr "Comandos de conexión" -#: data/com.github.phase1geo.minder.shortcuts.ui:683 +#: data/com.github.phase1geo.minder.shortcuts.ui:690 #, fuzzy msgid "Show Properties" msgstr "Mostrar propiedades" -#: data/com.github.phase1geo.minder.shortcuts.ui:699 +#: data/com.github.phase1geo.minder.shortcuts.ui:706 msgid "Traversal" msgstr "Recorrido" -#: data/com.github.phase1geo.minder.shortcuts.ui:703 +#: data/com.github.phase1geo.minder.shortcuts.ui:710 #, fuzzy msgid "Select Start Node" msgstr "Seleccionar nodo inicial" -#: data/com.github.phase1geo.minder.shortcuts.ui:710 +#: data/com.github.phase1geo.minder.shortcuts.ui:717 #, fuzzy msgid "Select End Node" msgstr "Seleccionar nodo final" -#: data/com.github.phase1geo.minder.shortcuts.ui:717 +#: data/com.github.phase1geo.minder.shortcuts.ui:724 #, fuzzy msgid "Select Next Connection" msgstr "Seleccionar conexión posterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:724 +#: data/com.github.phase1geo.minder.shortcuts.ui:731 #, fuzzy msgid "Select Previous Connection" msgstr "Seleccionar conexión anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:736 +#: data/com.github.phase1geo.minder.shortcuts.ui:743 msgid "Text Editing" msgstr "Edición de texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:744 +#: data/com.github.phase1geo.minder.shortcuts.ui:751 #, fuzzy msgid "Insert Newline Character" msgstr "Carácter siguiente" -#: data/com.github.phase1geo.minder.shortcuts.ui:751 +#: data/com.github.phase1geo.minder.shortcuts.ui:758 #, fuzzy msgid "Insert Tab Character" msgstr "Carácter siguiente" -#: data/com.github.phase1geo.minder.shortcuts.ui:758 +#: data/com.github.phase1geo.minder.shortcuts.ui:765 msgid "Show Emoji Picker" msgstr "Mostrar selector de emoji" -#: data/com.github.phase1geo.minder.shortcuts.ui:765 +#: data/com.github.phase1geo.minder.shortcuts.ui:772 #, fuzzy msgid "Add URL Link To Selected Text" msgstr "Copiar texto seleccionado" -#: data/com.github.phase1geo.minder.shortcuts.ui:779 +#: data/com.github.phase1geo.minder.shortcuts.ui:786 msgid "End Editing" msgstr "Terminar edición" -#: data/com.github.phase1geo.minder.shortcuts.ui:788 +#: data/com.github.phase1geo.minder.shortcuts.ui:795 msgid "Cursor Movement" msgstr "Movimiento del cursos" -#: data/com.github.phase1geo.minder.shortcuts.ui:792 +#: data/com.github.phase1geo.minder.shortcuts.ui:799 msgid "Next Character" msgstr "Carácter siguiente" -#: data/com.github.phase1geo.minder.shortcuts.ui:799 +#: data/com.github.phase1geo.minder.shortcuts.ui:806 #, fuzzy msgid "Previous Character" msgstr "Carácter anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:806 +#: data/com.github.phase1geo.minder.shortcuts.ui:813 #, fuzzy msgid "Next Word" msgstr "Añadir palabra siguiente" -#: data/com.github.phase1geo.minder.shortcuts.ui:813 +#: data/com.github.phase1geo.minder.shortcuts.ui:820 #, fuzzy msgid "Previous Word" msgstr "Palabra anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:820 +#: data/com.github.phase1geo.minder.shortcuts.ui:827 #, fuzzy msgid "Next Line" msgstr "Línea siguiente" -#: data/com.github.phase1geo.minder.shortcuts.ui:827 +#: data/com.github.phase1geo.minder.shortcuts.ui:834 #, fuzzy msgid "Previous Line" msgstr "Línea anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:834 +#: data/com.github.phase1geo.minder.shortcuts.ui:841 #, fuzzy msgid "Start Of Text" msgstr "Comienzo de texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:841 +#: data/com.github.phase1geo.minder.shortcuts.ui:848 msgid "End Of Text" msgstr "Final de texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:854 +#: data/com.github.phase1geo.minder.shortcuts.ui:861 msgid "Copy Selected Text" msgstr "Copiar texto seleccionado" -#: data/com.github.phase1geo.minder.shortcuts.ui:861 +#: data/com.github.phase1geo.minder.shortcuts.ui:868 msgid "Cut Selected Text" msgstr "Cortar texto seleccionado" -#: data/com.github.phase1geo.minder.shortcuts.ui:868 +#: data/com.github.phase1geo.minder.shortcuts.ui:875 #, fuzzy msgid "Paste Text" msgstr "Pegar texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:881 +#: data/com.github.phase1geo.minder.shortcuts.ui:888 msgid "Add Next Character" msgstr "Añadir carácter siguiente" -#: data/com.github.phase1geo.minder.shortcuts.ui:888 +#: data/com.github.phase1geo.minder.shortcuts.ui:895 msgid "Add Previous Character" msgstr "Añadir carácter anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:895 +#: data/com.github.phase1geo.minder.shortcuts.ui:902 #, fuzzy msgid "Add Next Word" msgstr "Añadir palabra siguiente" -#: data/com.github.phase1geo.minder.shortcuts.ui:902 +#: data/com.github.phase1geo.minder.shortcuts.ui:909 #, fuzzy msgid "Add Previous Word" msgstr "Añadir palabra anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:909 +#: data/com.github.phase1geo.minder.shortcuts.ui:916 #, fuzzy msgid "Add Next Line" msgstr "Añadir línea siguiente" -#: data/com.github.phase1geo.minder.shortcuts.ui:916 +#: data/com.github.phase1geo.minder.shortcuts.ui:923 #, fuzzy msgid "Add Previous Line" msgstr "Añadir línea anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:923 +#: data/com.github.phase1geo.minder.shortcuts.ui:930 msgid "Add Start Of Text" msgstr "Añadir comienzo de texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:930 +#: data/com.github.phase1geo.minder.shortcuts.ui:937 msgid "Add End Of Text" msgstr "Añadir final de texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:937 +#: data/com.github.phase1geo.minder.shortcuts.ui:944 #, fuzzy msgid "Select All Text" msgstr "Seleccionar un ancestro" -#: data/com.github.phase1geo.minder.shortcuts.ui:944 +#: data/com.github.phase1geo.minder.shortcuts.ui:951 #, fuzzy msgid "Clear Selection" msgstr "Selección" -#: data/com.github.phase1geo.minder.shortcuts.ui:956 +#: data/com.github.phase1geo.minder.shortcuts.ui:963 msgid "Mouse Events" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:965 +#: data/com.github.phase1geo.minder.shortcuts.ui:972 msgid "[Right-click when item is selected]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:971 +#: data/com.github.phase1geo.minder.shortcuts.ui:978 #, fuzzy msgid "Edit Image in Canvas" msgstr "Editar imagen" -#: data/com.github.phase1geo.minder.shortcuts.ui:972 +#: data/com.github.phase1geo.minder.shortcuts.ui:979 msgid "[Double left-click on image]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:980 +#: data/com.github.phase1geo.minder.shortcuts.ui:987 #, fuzzy msgid "Canvas Movement" msgstr "Movimiento del cursos" -#: data/com.github.phase1geo.minder.shortcuts.ui:984 +#: data/com.github.phase1geo.minder.shortcuts.ui:991 #, fuzzy msgid "Pan Canvas" msgstr "Editar imagen" -#: data/com.github.phase1geo.minder.shortcuts.ui:985 +#: data/com.github.phase1geo.minder.shortcuts.ui:992 msgid "[Middle-click + Drag / Alt + Motion]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:991 +#: data/com.github.phase1geo.minder.shortcuts.ui:998 #, fuzzy msgid "Scroll Vertically" msgstr "Vertical" -#: data/com.github.phase1geo.minder.shortcuts.ui:992 +#: data/com.github.phase1geo.minder.shortcuts.ui:999 msgid "[Scrollwheel up/down]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:998 +#: data/com.github.phase1geo.minder.shortcuts.ui:1005 #, fuzzy msgid "Scroll Horizontally" msgstr "Horizontal" -#: data/com.github.phase1geo.minder.shortcuts.ui:999 +#: data/com.github.phase1geo.minder.shortcuts.ui:1006 msgid "[Shift + Scrollwheel up/down]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1007 +#: data/com.github.phase1geo.minder.shortcuts.ui:1014 #, fuzzy msgid "Item Selection" msgstr "Selección" -#: data/com.github.phase1geo.minder.shortcuts.ui:1011 +#: data/com.github.phase1geo.minder.shortcuts.ui:1018 #, fuzzy msgid "Select Single Item" msgstr "Eliminar nodo individual" -#: data/com.github.phase1geo.minder.shortcuts.ui:1012 +#: data/com.github.phase1geo.minder.shortcuts.ui:1019 msgid "[Left-click on item]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1018 +#: data/com.github.phase1geo.minder.shortcuts.ui:1025 #, fuzzy msgid "Select Child Nodes" msgstr "Seleccionar un hijo" -#: data/com.github.phase1geo.minder.shortcuts.ui:1019 +#: data/com.github.phase1geo.minder.shortcuts.ui:1026 msgid "[Control + Left-click on parent node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1025 +#: data/com.github.phase1geo.minder.shortcuts.ui:1032 #, fuzzy msgid "Select Node Tree/Subtree" msgstr "Seleccionar nodo inicial" -#: data/com.github.phase1geo.minder.shortcuts.ui:1026 +#: data/com.github.phase1geo.minder.shortcuts.ui:1033 msgid "[Control + Double left-click on parent node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1032 +#: data/com.github.phase1geo.minder.shortcuts.ui:1039 msgid "Select All Nodes at Same Depth Level" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1033 +#: data/com.github.phase1geo.minder.shortcuts.ui:1040 msgid "[Control + Triple left-click on node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1039 +#: data/com.github.phase1geo.minder.shortcuts.ui:1046 #, fuzzy msgid "Block Selection" msgstr "Selección" -#: data/com.github.phase1geo.minder.shortcuts.ui:1040 +#: data/com.github.phase1geo.minder.shortcuts.ui:1047 msgid "[Left-click + Drag]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1048 +#: data/com.github.phase1geo.minder.shortcuts.ui:1055 msgid "Item Selection Toggle (Add to/Remove from Selection)" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1052 +#: data/com.github.phase1geo.minder.shortcuts.ui:1059 #, fuzzy msgid "Toggle Selection of Item" msgstr "Selección" -#: data/com.github.phase1geo.minder.shortcuts.ui:1053 +#: data/com.github.phase1geo.minder.shortcuts.ui:1060 msgid "[Shift + Left-click on item]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1059 +#: data/com.github.phase1geo.minder.shortcuts.ui:1066 #, fuzzy msgid "Toggle Selection of Child Nodes" msgstr "Seleccionar un hijo" -#: data/com.github.phase1geo.minder.shortcuts.ui:1060 +#: data/com.github.phase1geo.minder.shortcuts.ui:1067 msgid "[Shift + Control + Left-click on item]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1066 +#: data/com.github.phase1geo.minder.shortcuts.ui:1073 #, fuzzy msgid "Toggle Selection of Node Tree/Subtree" msgstr "Seleccionar nodo inicial" -#: data/com.github.phase1geo.minder.shortcuts.ui:1067 +#: data/com.github.phase1geo.minder.shortcuts.ui:1074 msgid "[Shift + Control + Double left-click on parent node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1073 +#: data/com.github.phase1geo.minder.shortcuts.ui:1080 msgid "Toggle Selection of All Nodes at Same Depth Level" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1074 +#: data/com.github.phase1geo.minder.shortcuts.ui:1081 msgid "[Shift + Control + Triple left-click on node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1082 +#: data/com.github.phase1geo.minder.shortcuts.ui:1089 #, fuzzy msgid "Text Selection" msgstr "Selección" -#: data/com.github.phase1geo.minder.shortcuts.ui:1086 +#: data/com.github.phase1geo.minder.shortcuts.ui:1093 msgid "Set Cursor Insert Point" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1087 +#: data/com.github.phase1geo.minder.shortcuts.ui:1094 msgid "[Left-click anywhere in text]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1093 +#: data/com.github.phase1geo.minder.shortcuts.ui:1100 #, fuzzy msgid "Select current word" msgstr "Seleccionar un ancestro" -#: data/com.github.phase1geo.minder.shortcuts.ui:1094 +#: data/com.github.phase1geo.minder.shortcuts.ui:1101 msgid "[Double left-click on word]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1100 +#: data/com.github.phase1geo.minder.shortcuts.ui:1107 #, fuzzy msgid "Select all text" msgstr "Seleccionar un ancestro" -#: data/com.github.phase1geo.minder.shortcuts.ui:1101 +#: data/com.github.phase1geo.minder.shortcuts.ui:1108 msgid "[Triple left-click anywhere in text]" msgstr "" diff --git a/po/extra/cs.po b/po/extra/cs.po index 6d73cb8b..39dae3eb 100644 --- a/po/extra/cs.po +++ b/po/extra/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: 2019-03-24 15:37+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -158,2293 +158,2309 @@ msgstr "" #: data/com.github.phase1geo.minder.appdata.xml.in:97 #: data/com.github.phase1geo.minder.appdata.xml.in:115 -#: data/com.github.phase1geo.minder.appdata.xml.in:182 -#: data/com.github.phase1geo.minder.appdata.xml.in:211 -#: data/com.github.phase1geo.minder.appdata.xml.in:243 -#: data/com.github.phase1geo.minder.appdata.xml.in:305 -#: data/com.github.phase1geo.minder.appdata.xml.in:350 -#: data/com.github.phase1geo.minder.appdata.xml.in:419 -#: data/com.github.phase1geo.minder.appdata.xml.in:440 -#: data/com.github.phase1geo.minder.appdata.xml.in:461 -#: data/com.github.phase1geo.minder.appdata.xml.in:485 -#: data/com.github.phase1geo.minder.appdata.xml.in:549 -#: data/com.github.phase1geo.minder.appdata.xml.in:569 -#: data/com.github.phase1geo.minder.appdata.xml.in:603 -#: data/com.github.phase1geo.minder.appdata.xml.in:667 -#: data/com.github.phase1geo.minder.appdata.xml.in:701 -#: data/com.github.phase1geo.minder.appdata.xml.in:737 -#: data/com.github.phase1geo.minder.appdata.xml.in:761 -#: data/com.github.phase1geo.minder.appdata.xml.in:795 -#: data/com.github.phase1geo.minder.appdata.xml.in:832 -#: data/com.github.phase1geo.minder.appdata.xml.in:868 +#: data/com.github.phase1geo.minder.appdata.xml.in:133 +#: data/com.github.phase1geo.minder.appdata.xml.in:200 +#: data/com.github.phase1geo.minder.appdata.xml.in:229 +#: data/com.github.phase1geo.minder.appdata.xml.in:261 +#: data/com.github.phase1geo.minder.appdata.xml.in:323 +#: data/com.github.phase1geo.minder.appdata.xml.in:368 +#: data/com.github.phase1geo.minder.appdata.xml.in:437 +#: data/com.github.phase1geo.minder.appdata.xml.in:458 +#: data/com.github.phase1geo.minder.appdata.xml.in:479 +#: data/com.github.phase1geo.minder.appdata.xml.in:503 +#: data/com.github.phase1geo.minder.appdata.xml.in:567 +#: data/com.github.phase1geo.minder.appdata.xml.in:587 +#: data/com.github.phase1geo.minder.appdata.xml.in:621 +#: data/com.github.phase1geo.minder.appdata.xml.in:685 +#: data/com.github.phase1geo.minder.appdata.xml.in:719 +#: data/com.github.phase1geo.minder.appdata.xml.in:755 +#: data/com.github.phase1geo.minder.appdata.xml.in:779 +#: data/com.github.phase1geo.minder.appdata.xml.in:813 +#: data/com.github.phase1geo.minder.appdata.xml.in:850 +#: data/com.github.phase1geo.minder.appdata.xml.in:886 msgid "New" msgstr "" #: data/com.github.phase1geo.minder.appdata.xml.in:99 -msgid "Added support for Shift-Tab to unindent nodes in Quick Entry." +msgid "Added support for Shift-L to change the color of any selected nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:101 -#: data/com.github.phase1geo.minder.appdata.xml.in:123 -#: data/com.github.phase1geo.minder.appdata.xml.in:146 -#: data/com.github.phase1geo.minder.appdata.xml.in:160 -#: data/com.github.phase1geo.minder.appdata.xml.in:172 -#: data/com.github.phase1geo.minder.appdata.xml.in:187 -#: data/com.github.phase1geo.minder.appdata.xml.in:215 -#: data/com.github.phase1geo.minder.appdata.xml.in:231 -#: data/com.github.phase1geo.minder.appdata.xml.in:260 -#: data/com.github.phase1geo.minder.appdata.xml.in:317 -#: data/com.github.phase1geo.minder.appdata.xml.in:337 -#: data/com.github.phase1geo.minder.appdata.xml.in:359 -#: data/com.github.phase1geo.minder.appdata.xml.in:390 -#: data/com.github.phase1geo.minder.appdata.xml.in:405 -#: data/com.github.phase1geo.minder.appdata.xml.in:424 -#: data/com.github.phase1geo.minder.appdata.xml.in:465 -#: data/com.github.phase1geo.minder.appdata.xml.in:496 -#: data/com.github.phase1geo.minder.appdata.xml.in:534 -#: data/com.github.phase1geo.minder.appdata.xml.in:553 -#: data/com.github.phase1geo.minder.appdata.xml.in:582 -#: data/com.github.phase1geo.minder.appdata.xml.in:618 -#: data/com.github.phase1geo.minder.appdata.xml.in:654 -#: data/com.github.phase1geo.minder.appdata.xml.in:673 -#: data/com.github.phase1geo.minder.appdata.xml.in:715 -#: data/com.github.phase1geo.minder.appdata.xml.in:742 -#: data/com.github.phase1geo.minder.appdata.xml.in:773 -#: data/com.github.phase1geo.minder.appdata.xml.in:804 -#: data/com.github.phase1geo.minder.appdata.xml.in:819 -#: data/com.github.phase1geo.minder.appdata.xml.in:840 -#: data/com.github.phase1geo.minder.appdata.xml.in:880 +#: data/com.github.phase1geo.minder.appdata.xml.in:100 +msgid "Added support for natural scrolling preference." +msgstr "" + +#: data/com.github.phase1geo.minder.appdata.xml.in:102 +#: data/com.github.phase1geo.minder.appdata.xml.in:119 +#: data/com.github.phase1geo.minder.appdata.xml.in:141 +#: data/com.github.phase1geo.minder.appdata.xml.in:164 +#: data/com.github.phase1geo.minder.appdata.xml.in:178 +#: data/com.github.phase1geo.minder.appdata.xml.in:190 +#: data/com.github.phase1geo.minder.appdata.xml.in:205 +#: data/com.github.phase1geo.minder.appdata.xml.in:233 +#: data/com.github.phase1geo.minder.appdata.xml.in:249 +#: data/com.github.phase1geo.minder.appdata.xml.in:278 +#: data/com.github.phase1geo.minder.appdata.xml.in:335 +#: data/com.github.phase1geo.minder.appdata.xml.in:355 +#: data/com.github.phase1geo.minder.appdata.xml.in:377 +#: data/com.github.phase1geo.minder.appdata.xml.in:408 +#: data/com.github.phase1geo.minder.appdata.xml.in:423 +#: data/com.github.phase1geo.minder.appdata.xml.in:442 +#: data/com.github.phase1geo.minder.appdata.xml.in:483 +#: data/com.github.phase1geo.minder.appdata.xml.in:514 +#: data/com.github.phase1geo.minder.appdata.xml.in:552 +#: data/com.github.phase1geo.minder.appdata.xml.in:571 +#: data/com.github.phase1geo.minder.appdata.xml.in:600 +#: data/com.github.phase1geo.minder.appdata.xml.in:636 +#: data/com.github.phase1geo.minder.appdata.xml.in:672 +#: data/com.github.phase1geo.minder.appdata.xml.in:691 +#: data/com.github.phase1geo.minder.appdata.xml.in:733 +#: data/com.github.phase1geo.minder.appdata.xml.in:760 +#: data/com.github.phase1geo.minder.appdata.xml.in:791 +#: data/com.github.phase1geo.minder.appdata.xml.in:822 +#: data/com.github.phase1geo.minder.appdata.xml.in:837 +#: data/com.github.phase1geo.minder.appdata.xml.in:858 +#: data/com.github.phase1geo.minder.appdata.xml.in:898 msgid "Changes" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:103 -#: data/com.github.phase1geo.minder.appdata.xml.in:125 +#: data/com.github.phase1geo.minder.appdata.xml.in:104 +msgid "" +"Updated README.md to change the installation instructions for Arch-based " +"distros to avoid issues with discount library." +msgstr "" + +#: data/com.github.phase1geo.minder.appdata.xml.in:117 +msgid "Added support for Shift-Tab to unindent nodes in Quick Entry." +msgstr "" + +#: data/com.github.phase1geo.minder.appdata.xml.in:121 +#: data/com.github.phase1geo.minder.appdata.xml.in:143 msgid "Updated Italian translation (thanks to @albanobatistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:104 +#: data/com.github.phase1geo.minder.appdata.xml.in:122 msgid "Improved Quick Entry auto-formatting to reduce user errors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:117 +#: data/com.github.phase1geo.minder.appdata.xml.in:135 msgid "Added support for adding node links in node, connection or group notes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:118 +#: data/com.github.phase1geo.minder.appdata.xml.in:136 msgid "Added support for providing custom stickers." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:119 +#: data/com.github.phase1geo.minder.appdata.xml.in:137 msgid "Added support for callouts that can be applied to nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:120 +#: data/com.github.phase1geo.minder.appdata.xml.in:138 msgid "" "Added node alignment toolbar in map sidebar when manual layout mode is " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:121 +#: data/com.github.phase1geo.minder.appdata.xml.in:139 msgid "Added output scaling to PNG/JPEG export options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:126 +#: data/com.github.phase1geo.minder.appdata.xml.in:144 msgid "Updated Revised Simplified Chinese translation (thanks to @aerowolf)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:127 +#: data/com.github.phase1geo.minder.appdata.xml.in:145 msgid "Updated German translation (thanks to Benjamin Weis)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:128 -#: data/com.github.phase1geo.minder.appdata.xml.in:175 -#: data/com.github.phase1geo.minder.appdata.xml.in:362 +#: data/com.github.phase1geo.minder.appdata.xml.in:146 +#: data/com.github.phase1geo.minder.appdata.xml.in:193 +#: data/com.github.phase1geo.minder.appdata.xml.in:380 msgid "Updated Russian translation (thanks to Alexandre Prokoudine)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:130 -#: data/com.github.phase1geo.minder.appdata.xml.in:150 -#: data/com.github.phase1geo.minder.appdata.xml.in:164 -#: data/com.github.phase1geo.minder.appdata.xml.in:193 -#: data/com.github.phase1geo.minder.appdata.xml.in:220 -#: data/com.github.phase1geo.minder.appdata.xml.in:235 -#: data/com.github.phase1geo.minder.appdata.xml.in:283 -#: data/com.github.phase1geo.minder.appdata.xml.in:326 -#: data/com.github.phase1geo.minder.appdata.xml.in:342 -#: data/com.github.phase1geo.minder.appdata.xml.in:374 -#: data/com.github.phase1geo.minder.appdata.xml.in:395 -#: data/com.github.phase1geo.minder.appdata.xml.in:409 -#: data/com.github.phase1geo.minder.appdata.xml.in:429 -#: data/com.github.phase1geo.minder.appdata.xml.in:445 -#: data/com.github.phase1geo.minder.appdata.xml.in:474 -#: data/com.github.phase1geo.minder.appdata.xml.in:509 -#: data/com.github.phase1geo.minder.appdata.xml.in:538 -#: data/com.github.phase1geo.minder.appdata.xml.in:559 -#: data/com.github.phase1geo.minder.appdata.xml.in:589 -#: data/com.github.phase1geo.minder.appdata.xml.in:627 +#: data/com.github.phase1geo.minder.appdata.xml.in:148 +#: data/com.github.phase1geo.minder.appdata.xml.in:168 +#: data/com.github.phase1geo.minder.appdata.xml.in:182 +#: data/com.github.phase1geo.minder.appdata.xml.in:211 +#: data/com.github.phase1geo.minder.appdata.xml.in:238 +#: data/com.github.phase1geo.minder.appdata.xml.in:253 +#: data/com.github.phase1geo.minder.appdata.xml.in:301 +#: data/com.github.phase1geo.minder.appdata.xml.in:344 +#: data/com.github.phase1geo.minder.appdata.xml.in:360 +#: data/com.github.phase1geo.minder.appdata.xml.in:392 +#: data/com.github.phase1geo.minder.appdata.xml.in:413 +#: data/com.github.phase1geo.minder.appdata.xml.in:427 +#: data/com.github.phase1geo.minder.appdata.xml.in:447 +#: data/com.github.phase1geo.minder.appdata.xml.in:463 +#: data/com.github.phase1geo.minder.appdata.xml.in:492 +#: data/com.github.phase1geo.minder.appdata.xml.in:527 +#: data/com.github.phase1geo.minder.appdata.xml.in:556 +#: data/com.github.phase1geo.minder.appdata.xml.in:577 +#: data/com.github.phase1geo.minder.appdata.xml.in:607 #: data/com.github.phase1geo.minder.appdata.xml.in:645 -#: data/com.github.phase1geo.minder.appdata.xml.in:658 -#: data/com.github.phase1geo.minder.appdata.xml.in:681 -#: data/com.github.phase1geo.minder.appdata.xml.in:725 -#: data/com.github.phase1geo.minder.appdata.xml.in:750 -#: data/com.github.phase1geo.minder.appdata.xml.in:780 -#: data/com.github.phase1geo.minder.appdata.xml.in:811 -#: data/com.github.phase1geo.minder.appdata.xml.in:823 -#: data/com.github.phase1geo.minder.appdata.xml.in:848 -#: data/com.github.phase1geo.minder.appdata.xml.in:891 +#: data/com.github.phase1geo.minder.appdata.xml.in:663 +#: data/com.github.phase1geo.minder.appdata.xml.in:676 +#: data/com.github.phase1geo.minder.appdata.xml.in:699 +#: data/com.github.phase1geo.minder.appdata.xml.in:743 +#: data/com.github.phase1geo.minder.appdata.xml.in:768 +#: data/com.github.phase1geo.minder.appdata.xml.in:798 +#: data/com.github.phase1geo.minder.appdata.xml.in:829 +#: data/com.github.phase1geo.minder.appdata.xml.in:841 +#: data/com.github.phase1geo.minder.appdata.xml.in:866 +#: data/com.github.phase1geo.minder.appdata.xml.in:909 msgid "Bug Fixes" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:132 +#: data/com.github.phase1geo.minder.appdata.xml.in:150 msgid "Fixed potential issues with custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:133 +#: data/com.github.phase1geo.minder.appdata.xml.in:151 msgid "Fixed tab state saving when tabs are closed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:134 +#: data/com.github.phase1geo.minder.appdata.xml.in:152 msgid "Fixed contextual menu when connection text is editable." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:148 +#: data/com.github.phase1geo.minder.appdata.xml.in:166 msgid "Adding auto-adjusting bottom margin in quick entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:152 +#: data/com.github.phase1geo.minder.appdata.xml.in:170 msgid "" "Fixed application crash when root node contains a note/link and node fill " "style is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:153 +#: data/com.github.phase1geo.minder.appdata.xml.in:171 msgid "Fixed issue with unfolding all nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:154 +#: data/com.github.phase1geo.minder.appdata.xml.in:172 msgid "Fixing middle mouse drag pan behavior." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:162 +#: data/com.github.phase1geo.minder.appdata.xml.in:180 msgid "Added app script subcommands for building/running flatpaks." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:166 +#: data/com.github.phase1geo.minder.appdata.xml.in:184 msgid "Fixed issues with Flatpak" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:174 -#: data/com.github.phase1geo.minder.appdata.xml.in:361 -#: data/com.github.phase1geo.minder.appdata.xml.in:555 -#: data/com.github.phase1geo.minder.appdata.xml.in:656 +#: data/com.github.phase1geo.minder.appdata.xml.in:192 +#: data/com.github.phase1geo.minder.appdata.xml.in:379 +#: data/com.github.phase1geo.minder.appdata.xml.in:573 +#: data/com.github.phase1geo.minder.appdata.xml.in:674 msgid "Updated Italian translation (thanks to @albanobattistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:176 +#: data/com.github.phase1geo.minder.appdata.xml.in:194 msgid "Adjusted codebase to compile on Fedora" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:184 +#: data/com.github.phase1geo.minder.appdata.xml.in:202 msgid "" "Added new --import command-line option for importing directly from command-" "line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:185 +#: data/com.github.phase1geo.minder.appdata.xml.in:203 msgid "Added support for importing Markdown." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:189 +#: data/com.github.phase1geo.minder.appdata.xml.in:207 msgid "" "Removed --format command-line option in favor of new --import and --export " "options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:190 +#: data/com.github.phase1geo.minder.appdata.xml.in:208 msgid "Improved export of Markdown output." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:191 +#: data/com.github.phase1geo.minder.appdata.xml.in:209 msgid "" "Improved loading of Minder Markdown syntax highlighting to make this an " "application-only syntax (not user-wide)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:195 +#: data/com.github.phase1geo.minder.appdata.xml.in:213 msgid "Fixed Markdown export issue with root nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:196 +#: data/com.github.phase1geo.minder.appdata.xml.in:214 msgid "Fixed issue with inserting non-printable characters." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:197 +#: data/com.github.phase1geo.minder.appdata.xml.in:215 msgid "Fixed issues with cursor movement for RTL languages." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:198 +#: data/com.github.phase1geo.minder.appdata.xml.in:216 msgid "" "Fixed issue with using Control-W shortcut when only a single tab is shown." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:199 +#: data/com.github.phase1geo.minder.appdata.xml.in:217 msgid "Fixed potential issue with adding a new tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:200 +#: data/com.github.phase1geo.minder.appdata.xml.in:218 msgid "Fixed issues with tab naming of new, unchanged documents." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:201 +#: data/com.github.phase1geo.minder.appdata.xml.in:219 msgid "" "Fixed cursor/selection issue when the Delete key is used (includes " "application crash issue)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:202 +#: data/com.github.phase1geo.minder.appdata.xml.in:220 msgid "Fixed issue with Control-Up cursor selection shortcut." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:203 +#: data/com.github.phase1geo.minder.appdata.xml.in:221 msgid "Fixed issue with centering a node with Shift-C." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:204 +#: data/com.github.phase1geo.minder.appdata.xml.in:222 msgid "Fixed several issues related to zoom/scaling." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:205 +#: data/com.github.phase1geo.minder.appdata.xml.in:223 msgid "Fixed location of input method entry field (thanks to @aeghn)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:213 +#: data/com.github.phase1geo.minder.appdata.xml.in:231 msgid "Added support for embedding image path in Quick Entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:217 -#: data/com.github.phase1geo.minder.appdata.xml.in:233 -#: data/com.github.phase1geo.minder.appdata.xml.in:264 -#: data/com.github.phase1geo.minder.appdata.xml.in:339 -#: data/com.github.phase1geo.minder.appdata.xml.in:392 -#: data/com.github.phase1geo.minder.appdata.xml.in:426 +#: data/com.github.phase1geo.minder.appdata.xml.in:235 +#: data/com.github.phase1geo.minder.appdata.xml.in:251 +#: data/com.github.phase1geo.minder.appdata.xml.in:282 +#: data/com.github.phase1geo.minder.appdata.xml.in:357 +#: data/com.github.phase1geo.minder.appdata.xml.in:410 +#: data/com.github.phase1geo.minder.appdata.xml.in:444 msgid "Updated Italian translation (thanks to @albanobattistella)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:218 +#: data/com.github.phase1geo.minder.appdata.xml.in:236 msgid "Code cleanup" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:222 +#: data/com.github.phase1geo.minder.appdata.xml.in:240 msgid "Fixed issues with exported images including selection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:223 +#: data/com.github.phase1geo.minder.appdata.xml.in:241 msgid "Fixed issue with importing OPML files (thanks to Ygor Mutti)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:224 +#: data/com.github.phase1geo.minder.appdata.xml.in:242 msgid "Fixed issue with undo/redo of Unicode characters." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:225 +#: data/com.github.phase1geo.minder.appdata.xml.in:243 msgid "Fixed issues with exporting to Outliner format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:237 +#: data/com.github.phase1geo.minder.appdata.xml.in:255 msgid "Fixing translation issues with Flatpak" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:245 +#: data/com.github.phase1geo.minder.appdata.xml.in:263 msgid "" "Added ability to change the size of the node while leaving the embedded " "image size unchanged." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:246 +#: data/com.github.phase1geo.minder.appdata.xml.in:264 msgid "Added tooltip to node resize handle." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:247 +#: data/com.github.phase1geo.minder.appdata.xml.in:265 msgid "" "Added Flatpak permission for home folder access by default (thanks to " "@SubhadeepJasu)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:248 +#: data/com.github.phase1geo.minder.appdata.xml.in:266 msgid "Added header font scaling in notes field." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:249 +#: data/com.github.phase1geo.minder.appdata.xml.in:267 msgid "Added support for exporting a mindmap via the command-line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:250 +#: data/com.github.phase1geo.minder.appdata.xml.in:268 msgid "Added support for importing via the command-line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:251 +#: data/com.github.phase1geo.minder.appdata.xml.in:269 msgid "Added ability to import a given filesystem as a mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:252 +#: data/com.github.phase1geo.minder.appdata.xml.in:270 msgid "Added ability to export a mindmap as a filesystem." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:253 +#: data/com.github.phase1geo.minder.appdata.xml.in:271 msgid "Added zh_CN translation (thanks to @potrans)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:254 +#: data/com.github.phase1geo.minder.appdata.xml.in:272 msgid "Added ability to enable/disable UI animations via gsettings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:255 +#: data/com.github.phase1geo.minder.appdata.xml.in:273 msgid "Added ability to associate a note with a selected group." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:256 +#: data/com.github.phase1geo.minder.appdata.xml.in:274 msgid "" "Added ability to copy and cut nodes via shortcuts when multiple nodes are " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:257 +#: data/com.github.phase1geo.minder.appdata.xml.in:275 msgid "" "Added ability to insert unicode characters in nodes, connections, and notes " "when a backslash character is entered." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:258 +#: data/com.github.phase1geo.minder.appdata.xml.in:276 msgid "" "Added support to detect read-only mindmap files and handle them " "appropriately." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:262 +#: data/com.github.phase1geo.minder.appdata.xml.in:280 msgid "Updated German translation (thanks to @hztirf and @bewe)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:263 +#: data/com.github.phase1geo.minder.appdata.xml.in:281 msgid "Updated Czech translation (thanks to @G020B)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:265 -#: data/com.github.phase1geo.minder.appdata.xml.in:393 +#: data/com.github.phase1geo.minder.appdata.xml.in:283 +#: data/com.github.phase1geo.minder.appdata.xml.in:411 msgid "Updated Russian translation (thanks to Alexandre Prokoudine)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:266 +#: data/com.github.phase1geo.minder.appdata.xml.in:284 msgid "Updated Portugese translation (thanks to @AncientBlueFrog)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:267 +#: data/com.github.phase1geo.minder.appdata.xml.in:285 msgid "Updated Polish translation (thanks to @pyotr71)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:268 +#: data/com.github.phase1geo.minder.appdata.xml.in:286 msgid "Updated Flatpak SDK from 6 to 6.1." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:269 +#: data/com.github.phase1geo.minder.appdata.xml.in:287 msgid "" "Improved sticker search (now case insensitive and uses fuzzy search -- " "thanks to @sibevin)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:270 +#: data/com.github.phase1geo.minder.appdata.xml.in:288 msgid "Changed node borders to use node padding to control shape." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:271 +#: data/com.github.phase1geo.minder.appdata.xml.in:289 msgid "Changed note popup to display rendered text instead of literal text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:272 +#: data/com.github.phase1geo.minder.appdata.xml.in:290 msgid "Updated headerbar icons for Gnome environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:273 +#: data/com.github.phase1geo.minder.appdata.xml.in:291 msgid "" "Mindmap root node text is now used for default filename when initially " "saving mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:274 +#: data/com.github.phase1geo.minder.appdata.xml.in:292 msgid "Changed image UI in sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:275 +#: data/com.github.phase1geo.minder.appdata.xml.in:293 msgid "Removed connection sidebar button bar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:276 +#: data/com.github.phase1geo.minder.appdata.xml.in:294 msgid "" "Improved Zoom to Selected Node functionality with name change (to better " "reflect what this feature does) and keyboard shortcut." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:277 +#: data/com.github.phase1geo.minder.appdata.xml.in:295 msgid "" "Enhanced OrgMode exporter (includes support for indent mode and improved " "output)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:278 +#: data/com.github.phase1geo.minder.appdata.xml.in:296 msgid "Enhanced image exporting features." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:279 +#: data/com.github.phase1geo.minder.appdata.xml.in:297 msgid "" "Minder files no longer contain precise positioning information so eliminate " "file changes on pan and zoom operations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:280 +#: data/com.github.phase1geo.minder.appdata.xml.in:298 msgid "Removed Control-E (export) from shortcuts documentation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:281 +#: data/com.github.phase1geo.minder.appdata.xml.in:299 msgid "Improved autosave frequency." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:285 +#: data/com.github.phase1geo.minder.appdata.xml.in:303 msgid "" "Fixed issues with connections being displayed when ancestor node is folded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:286 +#: data/com.github.phase1geo.minder.appdata.xml.in:304 msgid "Fixed issue with loading an older mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:287 +#: data/com.github.phase1geo.minder.appdata.xml.in:305 msgid "Fixed syntax highlighting in note fields." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:288 +#: data/com.github.phase1geo.minder.appdata.xml.in:306 msgid "Fixed Edit Text node menu functionality." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:289 +#: data/com.github.phase1geo.minder.appdata.xml.in:307 msgid "Fixed issue with node fonts not following the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:290 +#: data/com.github.phase1geo.minder.appdata.xml.in:308 msgid "" "Fixed application crashes when exporting to Freemind, Freeplane, XMind8 and " "Yed formats." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:291 +#: data/com.github.phase1geo.minder.appdata.xml.in:309 msgid "Fixed issue with saving the state of export switch values." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:292 +#: data/com.github.phase1geo.minder.appdata.xml.in:310 msgid "" "Fixed application crash when an image is dropped onto a blank portion of the " "mindmap canvas." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:293 +#: data/com.github.phase1geo.minder.appdata.xml.in:311 msgid "" "Fixed issues with URL link and text colors not changing when theme is " "changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:294 +#: data/com.github.phase1geo.minder.appdata.xml.in:312 msgid "Fixed application crash when grouping root nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:295 +#: data/com.github.phase1geo.minder.appdata.xml.in:313 msgid "Fixed issue causing app script to generate a warning message." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:296 +#: data/com.github.phase1geo.minder.appdata.xml.in:314 msgid "" "Fixed potential issue which caused notes to get deleted when selecting " "nodes, connections or groups." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:297 +#: data/com.github.phase1geo.minder.appdata.xml.in:315 msgid "" "Fixed application crash when saving an unsaved document with no root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:298 +#: data/com.github.phase1geo.minder.appdata.xml.in:316 msgid "Fixed issues with capitalized keyboard shortcuts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:299 +#: data/com.github.phase1geo.minder.appdata.xml.in:317 msgid "Fixed issue with loading file via the command-line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:307 +#: data/com.github.phase1geo.minder.appdata.xml.in:325 msgid "Added support for shallow (one-level folding)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:308 +#: data/com.github.phase1geo.minder.appdata.xml.in:326 msgid "Added import/export support for XMind version 2021." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:309 +#: data/com.github.phase1geo.minder.appdata.xml.in:327 msgid "Added support for external mind-map node linking." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:310 +#: data/com.github.phase1geo.minder.appdata.xml.in:328 msgid "Added node link tooltips." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:311 +#: data/com.github.phase1geo.minder.appdata.xml.in:329 msgid "Added support for overriding the color of a root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:312 +#: data/com.github.phase1geo.minder.appdata.xml.in:330 msgid "Added support for Markdown strikethrough syntax." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:313 +#: data/com.github.phase1geo.minder.appdata.xml.in:331 msgid "" "Added support for Control-Backspace/Delete to delete the previous/next word " "when editing node/connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:314 +#: data/com.github.phase1geo.minder.appdata.xml.in:332 msgid "Added tooltip to node fill switch in style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:315 +#: data/com.github.phase1geo.minder.appdata.xml.in:333 msgid "" "Added keyboard shortcuts for adding and removing URL links from node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:319 +#: data/com.github.phase1geo.minder.appdata.xml.in:337 msgid "Updates to Italian translation (thanks to @albanobattistella)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:320 +#: data/com.github.phase1geo.minder.appdata.xml.in:338 msgid "Updates to German translation (thanks to Hannes Fritz)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:321 +#: data/com.github.phase1geo.minder.appdata.xml.in:339 msgid "Improved accuracy of the list of translatable files." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:322 +#: data/com.github.phase1geo.minder.appdata.xml.in:340 msgid "" "Removed ability to use keyboard shortcuts when a mouse button is pressed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:323 +#: data/com.github.phase1geo.minder.appdata.xml.in:341 msgid "" "Removed Accounts permissions from Flatpak manifest as it is no longer needed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:324 +#: data/com.github.phase1geo.minder.appdata.xml.in:342 msgid "" "Improved adding URL link UI to automatically add URL from clipboard if one " "exists." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:328 +#: data/com.github.phase1geo.minder.appdata.xml.in:346 msgid "Fixed layout issues when pressing keys while animations are in process." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:329 +#: data/com.github.phase1geo.minder.appdata.xml.in:347 msgid "" "Fixed location of text size help information in the appearances preferences " "dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:330 +#: data/com.github.phase1geo.minder.appdata.xml.in:348 msgid "Fixed UX issues when the Hide Connections switch is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:331 +#: data/com.github.phase1geo.minder.appdata.xml.in:349 msgid "Fixed issue with pasting nodes when a node is not selected in a map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:340 +#: data/com.github.phase1geo.minder.appdata.xml.in:358 msgid "Updated screenshots for elementary OS 6." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:344 +#: data/com.github.phase1geo.minder.appdata.xml.in:362 msgid "Fixed command support for non-English keyboard layouts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:352 +#: data/com.github.phase1geo.minder.appdata.xml.in:370 msgid "" "Added support for toggling the task indicator when multiple nodes are " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:353 +#: data/com.github.phase1geo.minder.appdata.xml.in:371 msgid "Added German translation (thanks to Peter Sonntaga)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:354 +#: data/com.github.phase1geo.minder.appdata.xml.in:372 msgid "Added zoom amount in the zoom button tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:355 +#: data/com.github.phase1geo.minder.appdata.xml.in:373 msgid "" "Added support for y command to create/remove node links when multiple nodes " "are selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:356 +#: data/com.github.phase1geo.minder.appdata.xml.in:374 msgid "" "Added support for x command to create connections when two nodes are " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:357 +#: data/com.github.phase1geo.minder.appdata.xml.in:375 msgid "Added support for system dark mode setting." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:363 +#: data/com.github.phase1geo.minder.appdata.xml.in:381 msgid "Improved task indicator sizes in leaf nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:364 +#: data/com.github.phase1geo.minder.appdata.xml.in:382 msgid "Changed fold indicator from a circle to a square." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:365 +#: data/com.github.phase1geo.minder.appdata.xml.in:383 msgid "Removed zoom in/out menu items and made them buttons instead." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:366 +#: data/com.github.phase1geo.minder.appdata.xml.in:384 msgid "" "Node/connection is now automatically selected on right click if it is not " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:367 +#: data/com.github.phase1geo.minder.appdata.xml.in:385 msgid "Moved node change contextual menu items into their own submenu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:368 +#: data/com.github.phase1geo.minder.appdata.xml.in:386 msgid "Changed forward slash command to Control-A for selecting all text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:369 +#: data/com.github.phase1geo.minder.appdata.xml.in:387 msgid "" "Changed backward slash command to Control-Shift-A for deselecting all text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:370 +#: data/com.github.phase1geo.minder.appdata.xml.in:388 msgid "Changed F1 command to Control-? for displaying keyboard shortcuts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:371 +#: data/com.github.phase1geo.minder.appdata.xml.in:389 msgid "Updated keyboard shortcuts cheatsheet." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:372 +#: data/com.github.phase1geo.minder.appdata.xml.in:390 msgid "" "Updated code base for elementary OS 6 (gtksourceview-4, libhandy-1, Flatpak " "support, etc.)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:376 +#: data/com.github.phase1geo.minder.appdata.xml.in:394 msgid "" "Fixed issue where sticker tooltips were not displaying translated names." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:377 +#: data/com.github.phase1geo.minder.appdata.xml.in:395 msgid "" "Fixed node resizing issues when system font is changed in system settings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:378 +#: data/com.github.phase1geo.minder.appdata.xml.in:396 msgid "" "Fixed Flatpak issue to allow dark mode system settings to affect application." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:379 +#: data/com.github.phase1geo.minder.appdata.xml.in:397 msgid "Fixed layout issues when root node is resized." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:380 +#: data/com.github.phase1geo.minder.appdata.xml.in:398 msgid "Fixed squared and rounded link display for nodes attached to root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:381 +#: data/com.github.phase1geo.minder.appdata.xml.in:399 msgid "Fixed cursor location when End key used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:382 +#: data/com.github.phase1geo.minder.appdata.xml.in:400 msgid "" "Fixed potential node identification generation issue that can lead to bad " "connections on load." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:383 +#: data/com.github.phase1geo.minder.appdata.xml.in:401 msgid "Fixed location of node stickers within the node to improve look." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:384 +#: data/com.github.phase1geo.minder.appdata.xml.in:402 msgid "Fixed issues copying and pasting a single selected node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:397 +#: data/com.github.phase1geo.minder.appdata.xml.in:415 msgid "Added missing translatable strings in various parts of the UI." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:398 +#: data/com.github.phase1geo.minder.appdata.xml.in:416 msgid "Fixed URL parser issues." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:399 +#: data/com.github.phase1geo.minder.appdata.xml.in:417 msgid "Fixed application crash when forward deleting non-Latin text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:407 +#: data/com.github.phase1geo.minder.appdata.xml.in:425 msgid "Small optimization to Meson build procedure." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:411 +#: data/com.github.phase1geo.minder.appdata.xml.in:429 msgid "Fixed compile and run issue for distros lacking full granite support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:412 +#: data/com.github.phase1geo.minder.appdata.xml.in:430 msgid "" "Fixed issue with displaying correct themes when themes are hidden that don't " "match system theme." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:413 +#: data/com.github.phase1geo.minder.appdata.xml.in:431 msgid "Added missing translatable strings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:421 +#: data/com.github.phase1geo.minder.appdata.xml.in:439 msgid "Added rounded branching style." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:422 +#: data/com.github.phase1geo.minder.appdata.xml.in:440 msgid "Added support for drawing clickable folding areas." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:427 +#: data/com.github.phase1geo.minder.appdata.xml.in:445 msgid "Changed shape of the unfold indicator." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:431 +#: data/com.github.phase1geo.minder.appdata.xml.in:449 msgid "Fixed application crash on Manjaro." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:432 +#: data/com.github.phase1geo.minder.appdata.xml.in:450 msgid "Fixed link drawing order regression." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:433 +#: data/com.github.phase1geo.minder.appdata.xml.in:451 msgid "Removed error output when XML storage files do not exist." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:434 +#: data/com.github.phase1geo.minder.appdata.xml.in:452 msgid "Fixed parsing issue with filepaths starting with file://." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:442 +#: data/com.github.phase1geo.minder.appdata.xml.in:460 msgid "" "Added support for Control-Home/End to move the cursor to the beginning/end " "of the text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:443 +#: data/com.github.phase1geo.minder.appdata.xml.in:461 msgid "Added support for folded children count tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:447 +#: data/com.github.phase1geo.minder.appdata.xml.in:465 msgid "" "Fixed issue where selected text at beginning of text would not be deleted " "when the Backspace key was used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:448 +#: data/com.github.phase1geo.minder.appdata.xml.in:466 msgid "" "Fixed issue where selected text at end of text would not be deleted when the " "Delete key was used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:449 +#: data/com.github.phase1geo.minder.appdata.xml.in:467 msgid "Fixed selection issues after moving the cursor by a word." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:450 +#: data/com.github.phase1geo.minder.appdata.xml.in:468 msgid "" "Fixed Home/End keys to move the cursor to the beginning/end of the current " "line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:451 +#: data/com.github.phase1geo.minder.appdata.xml.in:469 msgid "" "Fixed node size and layout when system text size changes between Minder " "sessions." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:452 +#: data/com.github.phase1geo.minder.appdata.xml.in:470 msgid "" "Fixed issue with application crashing when older Minder file is loaded that " "used a custom theme." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:453 +#: data/com.github.phase1geo.minder.appdata.xml.in:471 msgid "" "Fixed issue with node sidebar image not being properly updated when sidebar " "is hidden." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:454 +#: data/com.github.phase1geo.minder.appdata.xml.in:472 msgid "" "Fixed square branch link drawing when some links have arrows drawn in them." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:455 +#: data/com.github.phase1geo.minder.appdata.xml.in:473 msgid "" "Fixed issue with the background border being drawn around link arrows in " "contexts where it should not." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:463 +#: data/com.github.phase1geo.minder.appdata.xml.in:481 msgid "Added Basque translation (thanks to @alexgabi)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:467 +#: data/com.github.phase1geo.minder.appdata.xml.in:485 msgid "Updated to Italian translation (thanks to @albanobattistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:468 +#: data/com.github.phase1geo.minder.appdata.xml.in:486 msgid "Updated to Brazilian Portugese translation (thanks to Felipe Simoes)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:469 +#: data/com.github.phase1geo.minder.appdata.xml.in:487 msgid "" "Opening a file will automatically close an existing unsaved, unchanged tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:470 +#: data/com.github.phase1geo.minder.appdata.xml.in:488 msgid "Changed color of connection drag handles to yellow." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:471 +#: data/com.github.phase1geo.minder.appdata.xml.in:489 msgid "" "Making it easier to grab connection drag handle when it is close to " "connection handles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:472 +#: data/com.github.phase1geo.minder.appdata.xml.in:490 msgid "Reducing auto-saves when editing node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:476 +#: data/com.github.phase1geo.minder.appdata.xml.in:494 msgid "Removed help information from PNG export panel." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:477 +#: data/com.github.phase1geo.minder.appdata.xml.in:495 msgid "" "Fixed issue with exporting images with connections/stickers which could get " "cropped out." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:478 +#: data/com.github.phase1geo.minder.appdata.xml.in:496 msgid "Fixed issue with empty tab when file cannot be loaded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:479 +#: data/com.github.phase1geo.minder.appdata.xml.in:497 msgid "" "Fixed issues with application crashes on startup in non-elementary " "environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:487 +#: data/com.github.phase1geo.minder.appdata.xml.in:505 msgid "Added subscript and superscript support to Markdown parser." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:488 +#: data/com.github.phase1geo.minder.appdata.xml.in:506 msgid "" "Added support for switching tabs with Control-Tab and Shift-Control-Tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:489 +#: data/com.github.phase1geo.minder.appdata.xml.in:507 msgid "Added support for remembering last used open/save dialog directories." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:490 +#: data/com.github.phase1geo.minder.appdata.xml.in:508 msgid "" "Added support for Alt-Left/Right/Up/Down keyboard shortcuts to rearrange " "sibling nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:491 +#: data/com.github.phase1geo.minder.appdata.xml.in:509 msgid "Added support for searching all tabs (thanks to @Messius58)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:492 +#: data/com.github.phase1geo.minder.appdata.xml.in:510 msgid "Added about window for non-elementary builds." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:493 +#: data/com.github.phase1geo.minder.appdata.xml.in:511 msgid "Added ability to move child nodes to parent via Alt+direction." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:494 +#: data/com.github.phase1geo.minder.appdata.xml.in:512 msgid "Added support for including images in Markdown export." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:498 +#: data/com.github.phase1geo.minder.appdata.xml.in:516 msgid "" "Added installation instructions to README.md for Debian (thanks to Robert " "Hubinak)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:499 +#: data/com.github.phase1geo.minder.appdata.xml.in:517 msgid "" "Replaced export UI with a new, improved UI with support for export options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:500 +#: data/com.github.phase1geo.minder.appdata.xml.in:518 msgid "Moved add node menu items to a submenu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:501 +#: data/com.github.phase1geo.minder.appdata.xml.in:519 msgid "Improved focus mode behavior." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:502 +#: data/com.github.phase1geo.minder.appdata.xml.in:520 msgid "" "Changed property header button to a toggle button and clarified the tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:503 +#: data/com.github.phase1geo.minder.appdata.xml.in:521 msgid "Changed keyboard shortcut to open sidebar from Control-| to F9." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:504 +#: data/com.github.phase1geo.minder.appdata.xml.in:522 msgid "" "Changed non-symbolic header bar icons to symbolic icons for non-elementary " "OS environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:505 +#: data/com.github.phase1geo.minder.appdata.xml.in:523 msgid "Improved link drawing algorithm to make link connections easier to see." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:506 +#: data/com.github.phase1geo.minder.appdata.xml.in:524 msgid "" "Changed Link Color in node inspector to Color to reflect the colors use." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:507 +#: data/com.github.phase1geo.minder.appdata.xml.in:525 msgid "Improved task button drawing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:511 +#: data/com.github.phase1geo.minder.appdata.xml.in:529 msgid "" "Fixed issue where tab background colors were incorrect when changing tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:512 +#: data/com.github.phase1geo.minder.appdata.xml.in:530 msgid "" "Fixed issue with getting valac pathname from Meson (thanks to paluszak)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:513 +#: data/com.github.phase1geo.minder.appdata.xml.in:531 msgid "Added desktop update call to post_install.py script." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:514 +#: data/com.github.phase1geo.minder.appdata.xml.in:532 msgid "Fixed issue with sidebar sizing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:515 +#: data/com.github.phase1geo.minder.appdata.xml.in:533 msgid "" "Fixed issue with remembering the sticker sidebar panel was last opened when " "restarting." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:516 +#: data/com.github.phase1geo.minder.appdata.xml.in:534 msgid "Fixed layout issues when unfolding a parent with folded children." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:517 +#: data/com.github.phase1geo.minder.appdata.xml.in:535 msgid "" "Fixed issue with hiding node groups when the main node in group is folded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:518 +#: data/com.github.phase1geo.minder.appdata.xml.in:536 msgid "" "Fixed issue with displaying link color in sidebar when root node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:519 +#: data/com.github.phase1geo.minder.appdata.xml.in:537 msgid "" "Fixed alpha value used for drawing node grouping when encompassed nodes are " "not in focus when focus mode is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:520 +#: data/com.github.phase1geo.minder.appdata.xml.in:538 msgid "Fixed issue with saving manually added embedded links in node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:521 +#: data/com.github.phase1geo.minder.appdata.xml.in:539 msgid "Fixed undo/redo text editing support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:522 +#: data/com.github.phase1geo.minder.appdata.xml.in:540 msgid "Updated keyboard shortcuts in help window." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:523 +#: data/com.github.phase1geo.minder.appdata.xml.in:541 msgid "" "Fixed issue of tab content flashing when application opens with multiple " "tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:524 +#: data/com.github.phase1geo.minder.appdata.xml.in:542 msgid "Fixed error when closing a tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:525 +#: data/com.github.phase1geo.minder.appdata.xml.in:543 msgid "Fixed issue with undo'ing text modifications." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:526 +#: data/com.github.phase1geo.minder.appdata.xml.in:544 msgid "" "Fixed issues with style inspector scale widgets not properly reflecting " "their current value." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:527 +#: data/com.github.phase1geo.minder.appdata.xml.in:545 msgid "Fixed various issues with node layout." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:528 +#: data/com.github.phase1geo.minder.appdata.xml.in:546 msgid "Fixed issue with undo'ing the deletion of a single node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:536 +#: data/com.github.phase1geo.minder.appdata.xml.in:554 msgid "Updated Italian translation (thanks to Albano Battistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:540 +#: data/com.github.phase1geo.minder.appdata.xml.in:558 msgid "Fixed application crash issues due to using custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:541 +#: data/com.github.phase1geo.minder.appdata.xml.in:559 msgid "Added missing theme colors in custom theme pane." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:542 +#: data/com.github.phase1geo.minder.appdata.xml.in:560 msgid "Fixed issues with application crash when editing a root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:543 +#: data/com.github.phase1geo.minder.appdata.xml.in:561 msgid "" "Fixed issue with filepath parser highlighting normal text that contains " "slash characters." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:551 +#: data/com.github.phase1geo.minder.appdata.xml.in:569 msgid "" "Added Shift-e keyboard shortcut to edit note text for nodes and connections." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:556 +#: data/com.github.phase1geo.minder.appdata.xml.in:574 msgid "" "Improved automatic layout of node trees when adjacent tree sizes change." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:557 +#: data/com.github.phase1geo.minder.appdata.xml.in:575 msgid "" "Changed node and connection contextual menus to show (Edit Note) instead of " "(Add Note) and (Remove Note) options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:561 +#: data/com.github.phase1geo.minder.appdata.xml.in:579 msgid "Fixing compilation issues." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:562 +#: data/com.github.phase1geo.minder.appdata.xml.in:580 msgid "Fixing behavior of 't' command when node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:563 +#: data/com.github.phase1geo.minder.appdata.xml.in:581 msgid "Fixing support for undo/redo of root node insertion." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:571 +#: data/com.github.phase1geo.minder.appdata.xml.in:589 msgid "Added Preferences dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:572 +#: data/com.github.phase1geo.minder.appdata.xml.in:590 msgid "Added Portuguese translation (thanks to Andre Barata)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:573 +#: data/com.github.phase1geo.minder.appdata.xml.in:591 msgid "" "Added keyboard shortcut (Menu or Shift-F10) to display contextual menus in " "mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:574 +#: data/com.github.phase1geo.minder.appdata.xml.in:592 msgid "Added default theme preference option." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:575 +#: data/com.github.phase1geo.minder.appdata.xml.in:593 msgid "Added preference option to select map items on cursor hover." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:576 +#: data/com.github.phase1geo.minder.appdata.xml.in:594 msgid "" "Added Shift+Home/End support for selecting all text from current cursor to " "beginning/end of node or connection titles when editing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:577 +#: data/com.github.phase1geo.minder.appdata.xml.in:595 msgid "Added support for PlantUML import/export." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:578 +#: data/com.github.phase1geo.minder.appdata.xml.in:596 msgid "" "Added support for displaying notifications on completion of export operation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:579 +#: data/com.github.phase1geo.minder.appdata.xml.in:597 msgid "Added keyboard shortcuts for displaying tabs in sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:580 +#: data/com.github.phase1geo.minder.appdata.xml.in:598 msgid "" "Added support for making filepath URIs clickable in nodes, connections and " "notes (displays the files in the file manager application)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:584 +#: data/com.github.phase1geo.minder.appdata.xml.in:602 msgid "" "When nodes are copied to clipboard, pasting them as text in an external " "application will be displayed as in text export format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:585 +#: data/com.github.phase1geo.minder.appdata.xml.in:603 msgid "" "When text is copied to the clipboard from an external application, pasting " "as nodes in Minder will parse in text import format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:586 +#: data/com.github.phase1geo.minder.appdata.xml.in:604 msgid "Improved look of menu accelerators and added missing accelerators." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:587 +#: data/com.github.phase1geo.minder.appdata.xml.in:605 msgid "" "Changed 't' command to transition task status from disabled to enabled to " "done and back to disabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:591 +#: data/com.github.phase1geo.minder.appdata.xml.in:609 msgid "Fixed issues with undo/redo of node/connection title changes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:592 +#: data/com.github.phase1geo.minder.appdata.xml.in:610 msgid "Fixed issue with undoing a connection add operation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:593 +#: data/com.github.phase1geo.minder.appdata.xml.in:611 msgid "" "Fixed issue with connection titles being clear when connection is moved to a " "different node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:594 +#: data/com.github.phase1geo.minder.appdata.xml.in:612 msgid "" "Fixed UI issue with changing window width by dragging right side of window " "when sidebar is hidden." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:595 +#: data/com.github.phase1geo.minder.appdata.xml.in:613 msgid "" "Fixed issues with inputting special characters with US international " "keyboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:596 +#: data/com.github.phase1geo.minder.appdata.xml.in:614 msgid "" "Fixed issue where images in resized nodes were not displaying properly on " "application restart." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:597 +#: data/com.github.phase1geo.minder.appdata.xml.in:615 msgid "" "Fixed issue where copying a filename in a file manager and pasting in Minder " "would attempt to past the icon image instead of the filename when editing " "text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:605 +#: data/com.github.phase1geo.minder.appdata.xml.in:623 msgid "Added Markdown highlighting support to node titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:606 +#: data/com.github.phase1geo.minder.appdata.xml.in:624 msgid "Added ability to set the maximum node size in style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:607 +#: data/com.github.phase1geo.minder.appdata.xml.in:625 msgid "" "Added ability to set the maximum connection title size in style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:608 +#: data/com.github.phase1geo.minder.appdata.xml.in:626 msgid "Added ability to set text field font size via gsetting." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:609 +#: data/com.github.phase1geo.minder.appdata.xml.in:627 msgid "Added ability to set branch margin in the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:610 +#: data/com.github.phase1geo.minder.appdata.xml.in:628 msgid "" "Added ability to add stickers to nodes, connections and anywhere else in the " "mind map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:611 +#: data/com.github.phase1geo.minder.appdata.xml.in:629 msgid "Added ability to visually create and display node groupings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:612 +#: data/com.github.phase1geo.minder.appdata.xml.in:630 msgid "Added import/export support for XMind." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:613 +#: data/com.github.phase1geo.minder.appdata.xml.in:631 msgid "" "Added support for specifying if connection titles should be added " "immediately after creating a connection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:614 +#: data/com.github.phase1geo.minder.appdata.xml.in:632 msgid "" "Added support for middle-click-and-drag to pan the canvas (Alt + mouse " "movement still supported)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:615 +#: data/com.github.phase1geo.minder.appdata.xml.in:633 msgid "Added keyboard shortcut for the Zoom to Fit option (Control-1)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:616 +#: data/com.github.phase1geo.minder.appdata.xml.in:634 msgid "Added new Mouse Events shortcut panel in shortcut cheatsheet." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:620 +#: data/com.github.phase1geo.minder.appdata.xml.in:638 msgid "" "Removed the sidebar style affects selector and using the status of the " "current selection instead." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:621 +#: data/com.github.phase1geo.minder.appdata.xml.in:639 msgid "" "Lowered the minimum node margin from 5 pixels to 1 pixel to allow for " "greater node density." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:622 +#: data/com.github.phase1geo.minder.appdata.xml.in:640 msgid "" "Removed connection title editing field in sidebar for better UI consistency." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:623 +#: data/com.github.phase1geo.minder.appdata.xml.in:641 msgid "" "Removed bold and italicized fonts from the style inspector font selectors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:624 +#: data/com.github.phase1geo.minder.appdata.xml.in:642 msgid "If connection title is empty, the title will be automatically removed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:625 +#: data/com.github.phase1geo.minder.appdata.xml.in:643 msgid "Updated application icon (thanks to Fatih20)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:629 +#: data/com.github.phase1geo.minder.appdata.xml.in:647 msgid "Fixed issue with importing Freemind notes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:630 +#: data/com.github.phase1geo.minder.appdata.xml.in:648 msgid "Fixed display of right-to-left text within nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:631 +#: data/com.github.phase1geo.minder.appdata.xml.in:649 msgid "" "Fixed issues with loading a .minder file that contains errant information." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:632 +#: data/com.github.phase1geo.minder.appdata.xml.in:650 msgid "Fixed issues with the layout of connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:633 +#: data/com.github.phase1geo.minder.appdata.xml.in:651 msgid "Fixed input method support when editing connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:634 +#: data/com.github.phase1geo.minder.appdata.xml.in:652 msgid "Fixed position of fold indicator when tree layout is Upwards." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:635 +#: data/com.github.phase1geo.minder.appdata.xml.in:653 msgid "" "Fixed node display issue when a node link is clicked to a node that is " "folded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:636 +#: data/com.github.phase1geo.minder.appdata.xml.in:654 msgid "" "Fixed error when connection title is double clicked when no text is present." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:637 +#: data/com.github.phase1geo.minder.appdata.xml.in:655 msgid "" "Fixed issue with opening the same document twice (only one tab will now " "exist per file)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:638 +#: data/com.github.phase1geo.minder.appdata.xml.in:656 msgid "" "Fixed Shift-Control-s keyboard shortcut to display the 'Save As' dialog " "instead of the 'Open' dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:639 +#: data/com.github.phase1geo.minder.appdata.xml.in:657 msgid "Fixed issue that allows you to click on or drag onto a hidden node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:647 -#: data/com.github.phase1geo.minder.appdata.xml.in:660 +#: data/com.github.phase1geo.minder.appdata.xml.in:665 +#: data/com.github.phase1geo.minder.appdata.xml.in:678 msgid "" "Fixed issue with setting cursor position with mouse when zoom factor is not " "100 percent." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:648 -#: data/com.github.phase1geo.minder.appdata.xml.in:661 +#: data/com.github.phase1geo.minder.appdata.xml.in:666 +#: data/com.github.phase1geo.minder.appdata.xml.in:679 msgid "" "Fixed issue with reading in Minder files that exceed the XML parser size " "limitations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:669 +#: data/com.github.phase1geo.minder.appdata.xml.in:687 msgid "Added support for selecting nodes by dragging out a selection box." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:670 +#: data/com.github.phase1geo.minder.appdata.xml.in:688 msgid "Added ability to configure the color used in connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:671 +#: data/com.github.phase1geo.minder.appdata.xml.in:689 msgid "Added Italian translation (thanks to albanobattistella on GitHub)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:675 +#: data/com.github.phase1geo.minder.appdata.xml.in:693 msgid "" "Refined and pixel fitted the application icon (thanks to Fatih20 on GitHub)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:676 +#: data/com.github.phase1geo.minder.appdata.xml.in:694 msgid "" "Changed panning with mouse from left-click with motion to Alt with motion." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:677 +#: data/com.github.phase1geo.minder.appdata.xml.in:695 msgid "Changed select parent to work with multiple selected nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:678 +#: data/com.github.phase1geo.minder.appdata.xml.in:696 msgid "Updated keyboard shortcuts cheatsheet for task commands." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:679 +#: data/com.github.phase1geo.minder.appdata.xml.in:697 msgid "Updated Spanish translation (thanks to febrezo on GitHub)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:683 +#: data/com.github.phase1geo.minder.appdata.xml.in:701 msgid "Fixed issues with changing connection styles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:684 +#: data/com.github.phase1geo.minder.appdata.xml.in:702 msgid "" "Fixed application crashes associated with changing layout to a balanceable " "layout with animations enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:685 +#: data/com.github.phase1geo.minder.appdata.xml.in:703 msgid "" "Fixed display of cursor when it is over a clickable feature in the mind map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:686 +#: data/com.github.phase1geo.minder.appdata.xml.in:704 msgid "Fixed issues with creating custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:687 +#: data/com.github.phase1geo.minder.appdata.xml.in:705 msgid "Fixed cursor in note editor when Control key is held over a URL link." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:688 +#: data/com.github.phase1geo.minder.appdata.xml.in:706 msgid "Fixed meson.build issue when comparing valac version." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:689 +#: data/com.github.phase1geo.minder.appdata.xml.in:707 msgid "Fixed connection colors in dark themes to help them be more visible." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:690 +#: data/com.github.phase1geo.minder.appdata.xml.in:708 msgid "" "Fixed issue where connection colors don't follow theme if they have not been " "manually changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:691 +#: data/com.github.phase1geo.minder.appdata.xml.in:709 msgid "" "Fixed application crash when animation is disabled, a node is moved, " "animation is enabled and a node is moved." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:692 +#: data/com.github.phase1geo.minder.appdata.xml.in:710 msgid "Fixed various issues with quick entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:693 +#: data/com.github.phase1geo.minder.appdata.xml.in:711 msgid "" "Fixed ability to open one or more files from the command-line or from a file " "browser." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:694 +#: data/com.github.phase1geo.minder.appdata.xml.in:712 msgid "Fixed issues with connection coloring." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:695 +#: data/com.github.phase1geo.minder.appdata.xml.in:713 msgid "Fixed issue with pasting UTF8 strings from clipboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:703 +#: data/com.github.phase1geo.minder.appdata.xml.in:721 msgid "Added support for pasting an image or text as a new node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:704 +#: data/com.github.phase1geo.minder.appdata.xml.in:722 msgid "" "Added support for pasting an image or text, replacing the current node " "content." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:705 +#: data/com.github.phase1geo.minder.appdata.xml.in:723 msgid "" "Added support for pasting text, replacing the current connection content." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:706 +#: data/com.github.phase1geo.minder.appdata.xml.in:724 msgid "Added task support to Outliner import/export." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:707 +#: data/com.github.phase1geo.minder.appdata.xml.in:725 msgid "Added keyboard shortcut (Control-E) to display export interface." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:708 +#: data/com.github.phase1geo.minder.appdata.xml.in:726 msgid "" "Added support for creating a new root node hitting the Return key when no " "node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:709 +#: data/com.github.phase1geo.minder.appdata.xml.in:727 msgid "" "Added ability to add a new root node via the contextual menu when no node is " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:710 +#: data/com.github.phase1geo.minder.appdata.xml.in:728 msgid "" "Added ability to launch quick entry dialog via the contextual menu when no " "node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:711 +#: data/com.github.phase1geo.minder.appdata.xml.in:729 msgid "Added node alignment support for manual node layouts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:712 +#: data/com.github.phase1geo.minder.appdata.xml.in:730 msgid "Added ability to create a connected root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:713 +#: data/com.github.phase1geo.minder.appdata.xml.in:731 msgid "Added ability to replace/edit nodes via the Quick Entry feature." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:717 +#: data/com.github.phase1geo.minder.appdata.xml.in:735 msgid "" "Updated image editor dialog button bar to include support for clipboard " "operations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:718 +#: data/com.github.phase1geo.minder.appdata.xml.in:736 msgid "" "Improved display of buttons in image area of the node inspector sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:719 +#: data/com.github.phase1geo.minder.appdata.xml.in:737 msgid "Updated keyboard shortcut cheatsheet." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:720 +#: data/com.github.phase1geo.minder.appdata.xml.in:738 msgid "" "Changed quick text entry keyboard shortcut from Control-E to Control-Shift-E." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:721 +#: data/com.github.phase1geo.minder.appdata.xml.in:739 msgid "" "Changed the paste text in contextual menu to indicate what will be pasted." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:722 +#: data/com.github.phase1geo.minder.appdata.xml.in:740 msgid "Updated Outliner import/export support for tasks." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:723 +#: data/com.github.phase1geo.minder.appdata.xml.in:741 msgid "" "Added tooltip and changed cursor when cursor is over a link and the Control " "key is held down." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:727 +#: data/com.github.phase1geo.minder.appdata.xml.in:745 msgid "" "Removed empty Outliner rows from being added when Outliner file is imported." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:728 +#: data/com.github.phase1geo.minder.appdata.xml.in:746 msgid "" "Fixed loss of selection when shift key is held down and the background is " "clicked." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:729 +#: data/com.github.phase1geo.minder.appdata.xml.in:747 msgid "Added themed background color to exported PDF format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:730 +#: data/com.github.phase1geo.minder.appdata.xml.in:748 msgid "Fixed exports to allow existing files to be overwritten." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:731 +#: data/com.github.phase1geo.minder.appdata.xml.in:749 msgid "Fixed Org-Mode export syntax errors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:739 +#: data/com.github.phase1geo.minder.appdata.xml.in:757 msgid "Added support for using input methods." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:740 +#: data/com.github.phase1geo.minder.appdata.xml.in:758 msgid "Added Dutch translation (thanks to Heimen Stoffels)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:744 +#: data/com.github.phase1geo.minder.appdata.xml.in:762 msgid "" "Updated README.md to indicate which version of valac should be used if " "building from source." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:745 +#: data/com.github.phase1geo.minder.appdata.xml.in:763 msgid "Changed unnamed default filename to use translated value." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:746 +#: data/com.github.phase1geo.minder.appdata.xml.in:764 msgid "Updated French translations (thanks to Nathan Bonnemains)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:747 +#: data/com.github.phase1geo.minder.appdata.xml.in:765 msgid "Changed tab colors to match current document background." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:748 +#: data/com.github.phase1geo.minder.appdata.xml.in:766 msgid "Adjusted dark theme to help with current tab contrast." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:752 +#: data/com.github.phase1geo.minder.appdata.xml.in:770 msgid "" "Fixed issue with New Document plank command to load application data before " "opening new tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:753 +#: data/com.github.phase1geo.minder.appdata.xml.in:771 msgid "" "Fixed build issues with compiling libarchive code using newer versions of " "libarchive and valac." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:754 +#: data/com.github.phase1geo.minder.appdata.xml.in:772 msgid "Fixed issues with translating shortcut cheetsheat strings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:755 +#: data/com.github.phase1geo.minder.appdata.xml.in:773 msgid "Fixed issue with exporting images when manual layout mode is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:763 +#: data/com.github.phase1geo.minder.appdata.xml.in:781 msgid "" "Added support for importing/exporting Outliner files (new app in AppCenter!)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:764 +#: data/com.github.phase1geo.minder.appdata.xml.in:782 msgid "" "Added map inspector switch to enable/disable automatic rotation of main " "branch link color selection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:765 +#: data/com.github.phase1geo.minder.appdata.xml.in:783 msgid "Added ability to set all selected nodes to a specific color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:766 +#: data/com.github.phase1geo.minder.appdata.xml.in:784 msgid "" "Added ability to set all selected nodes to a randomly selected link color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:767 +#: data/com.github.phase1geo.minder.appdata.xml.in:785 msgid "" "Added ability to allow descendant nodes to have different link colors than " "ancestor nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:768 +#: data/com.github.phase1geo.minder.appdata.xml.in:786 msgid "" "Added ability to cause a descendant node with a different color than its " "parent to re-use the parent color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:769 +#: data/com.github.phase1geo.minder.appdata.xml.in:787 msgid "Added ability to select children nodes using Control-click." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:770 +#: data/com.github.phase1geo.minder.appdata.xml.in:788 msgid "" "Added ability to export a mind-map as a new Portable Minder filetype which " "will allow Minder files to be copied between different users/filesystems." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:771 +#: data/com.github.phase1geo.minder.appdata.xml.in:789 msgid "Added ability to export to Org-Mode format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:775 +#: data/com.github.phase1geo.minder.appdata.xml.in:793 msgid "Updated French translation (thanks to Nathan Bonnemains)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:776 +#: data/com.github.phase1geo.minder.appdata.xml.in:794 msgid "Improved OPML import support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:777 +#: data/com.github.phase1geo.minder.appdata.xml.in:795 msgid "Changed ability to select a subtree by Control + double-click." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:778 +#: data/com.github.phase1geo.minder.appdata.xml.in:796 msgid "" "Changed ability to select all nodes of the current level by Control + triple-" "click." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:782 +#: data/com.github.phase1geo.minder.appdata.xml.in:800 msgid "Fixed NodeJS version for Travis CI." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:783 +#: data/com.github.phase1geo.minder.appdata.xml.in:801 msgid "" "Fixed issue with adding a new child node that doesn't cause other descendant " "nodes to unfold." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:784 +#: data/com.github.phase1geo.minder.appdata.xml.in:802 msgid "Fixed issue with showing/hiding sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:785 +#: data/com.github.phase1geo.minder.appdata.xml.in:803 msgid "Fixed segmentation faults when loading a theme." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:786 +#: data/com.github.phase1geo.minder.appdata.xml.in:804 msgid "" "Fixed issue with the style inspector Change Affect value when selection " "changes (thanks to Viliam K.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:787 +#: data/com.github.phase1geo.minder.appdata.xml.in:805 msgid "Fixed issue with node markup within the node text (thanks to Viliam K)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:788 +#: data/com.github.phase1geo.minder.appdata.xml.in:806 msgid "" "Fixed issue with tab state not being properly saved when a new tab is added." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:789 +#: data/com.github.phase1geo.minder.appdata.xml.in:807 msgid "" "Fixed bug with updating tab tooltip and saving tab state when filename is " "changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:797 +#: data/com.github.phase1geo.minder.appdata.xml.in:815 msgid "" "Added ability to delete a single node (instead of the node and its subtree) " "in the contextual menu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:798 +#: data/com.github.phase1geo.minder.appdata.xml.in:816 msgid "" "When a new document is first saved, the first root node text is used as the " "default filename." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:799 +#: data/com.github.phase1geo.minder.appdata.xml.in:817 msgid "" "Added multi-select support which includes: Changing styles; Copy, cut, paste " "and delete support; Connect two selected nodes; Create node links between " "two or more selected nodes; and Fold/unfold selected nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:801 +#: data/com.github.phase1geo.minder.appdata.xml.in:819 msgid "Added support for URLs in node titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:802 +#: data/com.github.phase1geo.minder.appdata.xml.in:820 msgid "" "Added support for Markdown within a note: Notes are syntax highlighted; and " "Embedded URLs can be opened by Control-Clicking on them." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:806 +#: data/com.github.phase1geo.minder.appdata.xml.in:824 msgid "" "Updated application icon and other recently improved icons for improved " "readability (thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:807 +#: data/com.github.phase1geo.minder.appdata.xml.in:825 msgid "Improved look and readability of theme icons in the sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:808 +#: data/com.github.phase1geo.minder.appdata.xml.in:826 msgid "Changed sidebar to display theme icons in a grid layout." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:809 +#: data/com.github.phase1geo.minder.appdata.xml.in:827 msgid "Improved various export format output." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:813 +#: data/com.github.phase1geo.minder.appdata.xml.in:831 msgid "" "Fixed various compiler warnings/errors after compiling with latest version " "of Vala compiler." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:821 +#: data/com.github.phase1geo.minder.appdata.xml.in:839 msgid "Improved various icons (thanks to Nararyans R.I.)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:825 +#: data/com.github.phase1geo.minder.appdata.xml.in:843 msgid "Downgraded Node.js to fix Travis CI builds" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:826 +#: data/com.github.phase1geo.minder.appdata.xml.in:844 msgid "Fixed various compiler errors/warnings" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:834 +#: data/com.github.phase1geo.minder.appdata.xml.in:852 msgid "Added export to yEd." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:835 +#: data/com.github.phase1geo.minder.appdata.xml.in:853 msgid "Added ability to create, edit and delete custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:836 +#: data/com.github.phase1geo.minder.appdata.xml.in:854 msgid "" "Added new quick entry mode, allowing node trees to be input within a text " "editor." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:837 +#: data/com.github.phase1geo.minder.appdata.xml.in:855 msgid "Added Control-W keyboard shortcut to close the current tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:838 +#: data/com.github.phase1geo.minder.appdata.xml.in:856 msgid "Added shortcut exploration help window (use F1 key to display)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:842 +#: data/com.github.phase1geo.minder.appdata.xml.in:860 msgid "" "New search icon which has better contrast for Minder's themed header bar " "(thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:843 +#: data/com.github.phase1geo.minder.appdata.xml.in:861 msgid "New non-symbolic sidebar icon in header bar (thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:844 +#: data/com.github.phase1geo.minder.appdata.xml.in:862 msgid "" "New Minder application icon which fits in with the elementary OS color " "scheme better (thansk to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:845 +#: data/com.github.phase1geo.minder.appdata.xml.in:863 msgid "New focus icon in header bar (thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:846 +#: data/com.github.phase1geo.minder.appdata.xml.in:864 msgid "Improved styling when creating a new node/connection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:850 +#: data/com.github.phase1geo.minder.appdata.xml.in:868 msgid "" "Fixed issue where separate trees in same mind-map where allowed to overlap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:851 +#: data/com.github.phase1geo.minder.appdata.xml.in:869 msgid "Fixed node link drawing issue when using manual layout mode." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:852 +#: data/com.github.phase1geo.minder.appdata.xml.in:870 msgid "" "Fixed issues drawing arrows properly when straight node links were being " "used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:853 +#: data/com.github.phase1geo.minder.appdata.xml.in:871 msgid "Fixed display issues with the node fill switch in the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:854 +#: data/com.github.phase1geo.minder.appdata.xml.in:872 msgid "Fixed support for cut, copy and pasting connection title text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:855 +#: data/com.github.phase1geo.minder.appdata.xml.in:873 msgid "Fixed keyboard shortcut for toggling focus mode." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:862 +#: data/com.github.phase1geo.minder.appdata.xml.in:880 msgid "Fixed issue with automatic layout that was introduced in 1.4.0." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:870 +#: data/com.github.phase1geo.minder.appdata.xml.in:888 msgid "Added support for focus mode." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:871 +#: data/com.github.phase1geo.minder.appdata.xml.in:889 msgid "Added support for multiple documents with tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:872 +#: data/com.github.phase1geo.minder.appdata.xml.in:890 msgid "Added support for resizing the inspector sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:873 +#: data/com.github.phase1geo.minder.appdata.xml.in:891 msgid "" "Added support for creating a new node directly from editing an existing node " "presssing Return or Tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:874 +#: data/com.github.phase1geo.minder.appdata.xml.in:892 msgid "Added support for adding a new parent node to an existing node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:875 +#: data/com.github.phase1geo.minder.appdata.xml.in:893 msgid "" "Added support for importing/exporting to FreeMind and Freeplane formats." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:876 +#: data/com.github.phase1geo.minder.appdata.xml.in:894 msgid "Added support for sorting children either alphabetically or randomly." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:877 +#: data/com.github.phase1geo.minder.appdata.xml.in:895 msgid "" "Added support for creating a link from one node to another node in the same " "map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:878 +#: data/com.github.phase1geo.minder.appdata.xml.in:896 msgid "Added support for building a Flatpak." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:882 +#: data/com.github.phase1geo.minder.appdata.xml.in:900 msgid "Removed markup from translated strings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:883 +#: data/com.github.phase1geo.minder.appdata.xml.in:901 msgid "Standardized tooltips that display accelerator information." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:884 +#: data/com.github.phase1geo.minder.appdata.xml.in:902 msgid "Changed the way that node/connection titles are displayed in inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:885 +#: data/com.github.phase1geo.minder.appdata.xml.in:903 msgid "" "Changed app terminal script to allow command-line arguments to be passed to " "debug subcommand." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:886 +#: data/com.github.phase1geo.minder.appdata.xml.in:904 msgid "Changed header bar and widget colors to match Minder brand color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:887 +#: data/com.github.phase1geo.minder.appdata.xml.in:905 msgid "" "Changed search icon in header bar to a symbolic icon to improve readability." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:888 +#: data/com.github.phase1geo.minder.appdata.xml.in:906 msgid "" "When note tooltip is displayed, markup text is rendered for improved " "readability." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:889 +#: data/com.github.phase1geo.minder.appdata.xml.in:907 msgid "" "Enhanced app script to allow command-line arguments to be passed to debug " "subcommand." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:893 +#: data/com.github.phase1geo.minder.appdata.xml.in:911 msgid "" "Fixed an issue with calculating connection endpoints when a portion of the " "node is not visible." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:894 +#: data/com.github.phase1geo.minder.appdata.xml.in:912 msgid "Fixed file naming issue when a file is imported." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:895 +#: data/com.github.phase1geo.minder.appdata.xml.in:913 msgid "" "Fixed issue with displaying resized nodes on open or application startup." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:902 +#: data/com.github.phase1geo.minder.appdata.xml.in:920 msgid "Fixing issue with export functions." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:908 +#: data/com.github.phase1geo.minder.appdata.xml.in:926 msgid "Let's stay connected!" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:910 +#: data/com.github.phase1geo.minder.appdata.xml.in:928 msgid "Added support for creating a visual connection between any two nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:911 +#: data/com.github.phase1geo.minder.appdata.xml.in:929 msgid "Added ability to show/hide all connections in the map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:912 +#: data/com.github.phase1geo.minder.appdata.xml.in:930 msgid "" "Added support for remembering the last selected child of a node when " "navigating the map with the keyboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:913 +#: data/com.github.phase1geo.minder.appdata.xml.in:931 msgid "" "When escape key is used when editing text, editing mode is ended without " "reverting text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:914 +#: data/com.github.phase1geo.minder.appdata.xml.in:932 msgid "" "Created unique contextual menus depending on what is selected in the mind " "map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:915 +#: data/com.github.phase1geo.minder.appdata.xml.in:933 msgid "" "Changed Node sidebar tab to Current which shows either the currently " "selected node or connection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:916 +#: data/com.github.phase1geo.minder.appdata.xml.in:934 msgid "Improved link drawing when a node tree is being moved." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:917 +#: data/com.github.phase1geo.minder.appdata.xml.in:935 msgid "Switched from using GtkFileChooserDialog to GtkFileChooserNative." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:918 +#: data/com.github.phase1geo.minder.appdata.xml.in:936 msgid "" "Added support for inserting emoji when editing text in the mind map (use " "Control-period)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:919 +#: data/com.github.phase1geo.minder.appdata.xml.in:937 msgid "Improved readability of theme name when the theme is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:920 +#: data/com.github.phase1geo.minder.appdata.xml.in:938 msgid "" "Fixed issue where changing a global style was not saved/applied to new nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:921 +#: data/com.github.phase1geo.minder.appdata.xml.in:939 msgid "" "Improved copy/paste support of nodes so that copied items can be pasted in " "other mind maps." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:922 +#: data/com.github.phase1geo.minder.appdata.xml.in:940 msgid "" "Added support for dynamically changing to dark mode in the UI if the prefer-" "dark desktop gsetting is set." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:923 +#: data/com.github.phase1geo.minder.appdata.xml.in:941 msgid "Added ability to show/hide each panel within the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:924 +#: data/com.github.phase1geo.minder.appdata.xml.in:942 msgid "Removed support for Loki builds." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:931 +#: data/com.github.phase1geo.minder.appdata.xml.in:949 msgid "Fixing appdata.xml file omission." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:932 +#: data/com.github.phase1geo.minder.appdata.xml.in:950 msgid "" "Removing automatic style apply when the affects is set to certain values." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:939 +#: data/com.github.phase1geo.minder.appdata.xml.in:957 msgid "Added Spanish translation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:940 +#: data/com.github.phase1geo.minder.appdata.xml.in:958 msgid "" "Added support for Control-Return/Tab to support adding newlines/tabs in a " "node's title." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:941 +#: data/com.github.phase1geo.minder.appdata.xml.in:959 msgid "Improved node title editing support for selection and cursor movement." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:942 +#: data/com.github.phase1geo.minder.appdata.xml.in:960 msgid "Added support for automatically opening Minder files from Files." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:943 +#: data/com.github.phase1geo.minder.appdata.xml.in:961 msgid "Added ability to modify styles of nodes and links." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:944 +#: data/com.github.phase1geo.minder.appdata.xml.in:962 msgid "" "Changed layouts to be stored on a per tree basis instead of a per document " "basis." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:945 +#: data/com.github.phase1geo.minder.appdata.xml.in:963 msgid "Added support for exporting to the Mermaid format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:946 +#: data/com.github.phase1geo.minder.appdata.xml.in:964 msgid "Added support for disabling/enabling displaying markup in node title." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:947 +#: data/com.github.phase1geo.minder.appdata.xml.in:965 msgid "Improved the look of the fold indicators." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:948 +#: data/com.github.phase1geo.minder.appdata.xml.in:966 msgid "Lots of bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:955 +#: data/com.github.phase1geo.minder.appdata.xml.in:973 msgid "Adding Spanish translation (thanks to Adolfo Jayme-Barrientos)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:956 +#: data/com.github.phase1geo.minder.appdata.xml.in:974 msgid "Adding support for special character insertion via the Compose key." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:962 +#: data/com.github.phase1geo.minder.appdata.xml.in:980 msgid "Updating French translation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:967 +#: data/com.github.phase1geo.minder.appdata.xml.in:985 msgid "Bug fix release" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:969 +#: data/com.github.phase1geo.minder.appdata.xml.in:987 msgid "Fixed bugs related to editing unicode characters in map area." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:970 +#: data/com.github.phase1geo.minder.appdata.xml.in:988 msgid "" "Reduced height of node textbox in sidebar to help alleviate window sizing " "problems." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:971 +#: data/com.github.phase1geo.minder.appdata.xml.in:989 msgid "" "Fixed issue with moving a node to a different position within a parent node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:972 +#: data/com.github.phase1geo.minder.appdata.xml.in:990 msgid "Fixed issue connecting a root node to another node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:978 +#: data/com.github.phase1geo.minder.appdata.xml.in:996 msgid "Images now supported!" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:980 +#: data/com.github.phase1geo.minder.appdata.xml.in:998 msgid "Added support for images within nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:981 +#: data/com.github.phase1geo.minder.appdata.xml.in:999 msgid "Added basic image editing support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:982 +#: data/com.github.phase1geo.minder.appdata.xml.in:1000 msgid "Added support for dragging and dropping local and web images." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:983 +#: data/com.github.phase1geo.minder.appdata.xml.in:1001 msgid "Added support for resizing node width." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:984 +#: data/com.github.phase1geo.minder.appdata.xml.in:1002 msgid "Changed cursors when over a task button." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:985 +#: data/com.github.phase1geo.minder.appdata.xml.in:1003 msgid "Changed location of task and note elements in a node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:986 +#: data/com.github.phase1geo.minder.appdata.xml.in:1004 msgid "Added support for keeping the map from scrolling off screen." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:987 +#: data/com.github.phase1geo.minder.appdata.xml.in:1005 msgid "Added support for shift-mousewheel to scroll horizontally." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:988 +#: data/com.github.phase1geo.minder.appdata.xml.in:1006 msgid "Added support for control-mousewheel to zoom in/out." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:989 +#: data/com.github.phase1geo.minder.appdata.xml.in:1007 msgid "Fixed issue with drawing background when zoom factor was small." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:990 +#: data/com.github.phase1geo.minder.appdata.xml.in:1008 msgid "" "Custom icons are now stored as a gresource rather than in the file system." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:991 +#: data/com.github.phase1geo.minder.appdata.xml.in:1009 msgid "Other minor bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:997 +#: data/com.github.phase1geo.minder.appdata.xml.in:1015 msgid "Support for more export types and bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:999 +#: data/com.github.phase1geo.minder.appdata.xml.in:1017 msgid "" "Added support for exporting to SVG, JPEG, BMP, Markdown, PlainText and CSV " "formats." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1000 +#: data/com.github.phase1geo.minder.appdata.xml.in:1018 msgid "Added support for folding all completed tasks in map inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1001 +#: data/com.github.phase1geo.minder.appdata.xml.in:1019 msgid "Added support for unfolding all folded nodes in map inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1002 +#: data/com.github.phase1geo.minder.appdata.xml.in:1020 msgid "Added Solarized Dark and Solarized Light themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1003 +#: data/com.github.phase1geo.minder.appdata.xml.in:1021 msgid "Changing button display in map inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1004 +#: data/com.github.phase1geo.minder.appdata.xml.in:1022 msgid "Cleaning up Export menu to include a single \"Export\" option." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1005 +#: data/com.github.phase1geo.minder.appdata.xml.in:1023 msgid "" "Fixing issue where modified node title in node inspector was lost when input " "focus was changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1006 +#: data/com.github.phase1geo.minder.appdata.xml.in:1024 msgid "Fixing issue where an entire tree is attached to another tree." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1007 +#: data/com.github.phase1geo.minder.appdata.xml.in:1025 msgid "Added Czech translation (thanks to Jan Marek!)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1008 +#: data/com.github.phase1geo.minder.appdata.xml.in:1026 msgid "Added French translation (thanks to Yannick A.!)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1009 +#: data/com.github.phase1geo.minder.appdata.xml.in:1027 msgid "Added Brazilian Portuguese translation (thanks to btd1337!)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1015 +#: data/com.github.phase1geo.minder.appdata.xml.in:1033 msgid "Initial startup bug fix." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1020 +#: data/com.github.phase1geo.minder.appdata.xml.in:1038 msgid "Search improvements and bug fixes" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1022 +#: data/com.github.phase1geo.minder.appdata.xml.in:1040 msgid "Added ability to search within notes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1023 +#: data/com.github.phase1geo.minder.appdata.xml.in:1041 msgid "" "Added ability to optionally control search criteria within search popover." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1024 +#: data/com.github.phase1geo.minder.appdata.xml.in:1042 msgid "Fixed screenshots." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1025 +#: data/com.github.phase1geo.minder.appdata.xml.in:1043 msgid "" "Changed properties header bar icon to a sidebar hide/show icon for clarity." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1026 +#: data/com.github.phase1geo.minder.appdata.xml.in:1044 msgid "Several minor UI improvements." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1027 +#: data/com.github.phase1geo.minder.appdata.xml.in:1045 msgid "Removing deprecated GTK calls." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1028 +#: data/com.github.phase1geo.minder.appdata.xml.in:1046 msgid "Added ability to double-click on a node to make it editable." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1029 +#: data/com.github.phase1geo.minder.appdata.xml.in:1047 msgid "Bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1035 +#: data/com.github.phase1geo.minder.appdata.xml.in:1053 msgid "Initial release" msgstr "" diff --git a/po/extra/es.po b/po/extra/es.po index 18b137ca..66296980 100644 --- a/po/extra/es.po +++ b/po/extra/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: 2019-03-24 15:37+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -158,2293 +158,2309 @@ msgstr "" #: data/com.github.phase1geo.minder.appdata.xml.in:97 #: data/com.github.phase1geo.minder.appdata.xml.in:115 -#: data/com.github.phase1geo.minder.appdata.xml.in:182 -#: data/com.github.phase1geo.minder.appdata.xml.in:211 -#: data/com.github.phase1geo.minder.appdata.xml.in:243 -#: data/com.github.phase1geo.minder.appdata.xml.in:305 -#: data/com.github.phase1geo.minder.appdata.xml.in:350 -#: data/com.github.phase1geo.minder.appdata.xml.in:419 -#: data/com.github.phase1geo.minder.appdata.xml.in:440 -#: data/com.github.phase1geo.minder.appdata.xml.in:461 -#: data/com.github.phase1geo.minder.appdata.xml.in:485 -#: data/com.github.phase1geo.minder.appdata.xml.in:549 -#: data/com.github.phase1geo.minder.appdata.xml.in:569 -#: data/com.github.phase1geo.minder.appdata.xml.in:603 -#: data/com.github.phase1geo.minder.appdata.xml.in:667 -#: data/com.github.phase1geo.minder.appdata.xml.in:701 -#: data/com.github.phase1geo.minder.appdata.xml.in:737 -#: data/com.github.phase1geo.minder.appdata.xml.in:761 -#: data/com.github.phase1geo.minder.appdata.xml.in:795 -#: data/com.github.phase1geo.minder.appdata.xml.in:832 -#: data/com.github.phase1geo.minder.appdata.xml.in:868 +#: data/com.github.phase1geo.minder.appdata.xml.in:133 +#: data/com.github.phase1geo.minder.appdata.xml.in:200 +#: data/com.github.phase1geo.minder.appdata.xml.in:229 +#: data/com.github.phase1geo.minder.appdata.xml.in:261 +#: data/com.github.phase1geo.minder.appdata.xml.in:323 +#: data/com.github.phase1geo.minder.appdata.xml.in:368 +#: data/com.github.phase1geo.minder.appdata.xml.in:437 +#: data/com.github.phase1geo.minder.appdata.xml.in:458 +#: data/com.github.phase1geo.minder.appdata.xml.in:479 +#: data/com.github.phase1geo.minder.appdata.xml.in:503 +#: data/com.github.phase1geo.minder.appdata.xml.in:567 +#: data/com.github.phase1geo.minder.appdata.xml.in:587 +#: data/com.github.phase1geo.minder.appdata.xml.in:621 +#: data/com.github.phase1geo.minder.appdata.xml.in:685 +#: data/com.github.phase1geo.minder.appdata.xml.in:719 +#: data/com.github.phase1geo.minder.appdata.xml.in:755 +#: data/com.github.phase1geo.minder.appdata.xml.in:779 +#: data/com.github.phase1geo.minder.appdata.xml.in:813 +#: data/com.github.phase1geo.minder.appdata.xml.in:850 +#: data/com.github.phase1geo.minder.appdata.xml.in:886 msgid "New" msgstr "" #: data/com.github.phase1geo.minder.appdata.xml.in:99 -msgid "Added support for Shift-Tab to unindent nodes in Quick Entry." +msgid "Added support for Shift-L to change the color of any selected nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:101 -#: data/com.github.phase1geo.minder.appdata.xml.in:123 -#: data/com.github.phase1geo.minder.appdata.xml.in:146 -#: data/com.github.phase1geo.minder.appdata.xml.in:160 -#: data/com.github.phase1geo.minder.appdata.xml.in:172 -#: data/com.github.phase1geo.minder.appdata.xml.in:187 -#: data/com.github.phase1geo.minder.appdata.xml.in:215 -#: data/com.github.phase1geo.minder.appdata.xml.in:231 -#: data/com.github.phase1geo.minder.appdata.xml.in:260 -#: data/com.github.phase1geo.minder.appdata.xml.in:317 -#: data/com.github.phase1geo.minder.appdata.xml.in:337 -#: data/com.github.phase1geo.minder.appdata.xml.in:359 -#: data/com.github.phase1geo.minder.appdata.xml.in:390 -#: data/com.github.phase1geo.minder.appdata.xml.in:405 -#: data/com.github.phase1geo.minder.appdata.xml.in:424 -#: data/com.github.phase1geo.minder.appdata.xml.in:465 -#: data/com.github.phase1geo.minder.appdata.xml.in:496 -#: data/com.github.phase1geo.minder.appdata.xml.in:534 -#: data/com.github.phase1geo.minder.appdata.xml.in:553 -#: data/com.github.phase1geo.minder.appdata.xml.in:582 -#: data/com.github.phase1geo.minder.appdata.xml.in:618 -#: data/com.github.phase1geo.minder.appdata.xml.in:654 -#: data/com.github.phase1geo.minder.appdata.xml.in:673 -#: data/com.github.phase1geo.minder.appdata.xml.in:715 -#: data/com.github.phase1geo.minder.appdata.xml.in:742 -#: data/com.github.phase1geo.minder.appdata.xml.in:773 -#: data/com.github.phase1geo.minder.appdata.xml.in:804 -#: data/com.github.phase1geo.minder.appdata.xml.in:819 -#: data/com.github.phase1geo.minder.appdata.xml.in:840 -#: data/com.github.phase1geo.minder.appdata.xml.in:880 +#: data/com.github.phase1geo.minder.appdata.xml.in:100 +msgid "Added support for natural scrolling preference." +msgstr "" + +#: data/com.github.phase1geo.minder.appdata.xml.in:102 +#: data/com.github.phase1geo.minder.appdata.xml.in:119 +#: data/com.github.phase1geo.minder.appdata.xml.in:141 +#: data/com.github.phase1geo.minder.appdata.xml.in:164 +#: data/com.github.phase1geo.minder.appdata.xml.in:178 +#: data/com.github.phase1geo.minder.appdata.xml.in:190 +#: data/com.github.phase1geo.minder.appdata.xml.in:205 +#: data/com.github.phase1geo.minder.appdata.xml.in:233 +#: data/com.github.phase1geo.minder.appdata.xml.in:249 +#: data/com.github.phase1geo.minder.appdata.xml.in:278 +#: data/com.github.phase1geo.minder.appdata.xml.in:335 +#: data/com.github.phase1geo.minder.appdata.xml.in:355 +#: data/com.github.phase1geo.minder.appdata.xml.in:377 +#: data/com.github.phase1geo.minder.appdata.xml.in:408 +#: data/com.github.phase1geo.minder.appdata.xml.in:423 +#: data/com.github.phase1geo.minder.appdata.xml.in:442 +#: data/com.github.phase1geo.minder.appdata.xml.in:483 +#: data/com.github.phase1geo.minder.appdata.xml.in:514 +#: data/com.github.phase1geo.minder.appdata.xml.in:552 +#: data/com.github.phase1geo.minder.appdata.xml.in:571 +#: data/com.github.phase1geo.minder.appdata.xml.in:600 +#: data/com.github.phase1geo.minder.appdata.xml.in:636 +#: data/com.github.phase1geo.minder.appdata.xml.in:672 +#: data/com.github.phase1geo.minder.appdata.xml.in:691 +#: data/com.github.phase1geo.minder.appdata.xml.in:733 +#: data/com.github.phase1geo.minder.appdata.xml.in:760 +#: data/com.github.phase1geo.minder.appdata.xml.in:791 +#: data/com.github.phase1geo.minder.appdata.xml.in:822 +#: data/com.github.phase1geo.minder.appdata.xml.in:837 +#: data/com.github.phase1geo.minder.appdata.xml.in:858 +#: data/com.github.phase1geo.minder.appdata.xml.in:898 msgid "Changes" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:103 -#: data/com.github.phase1geo.minder.appdata.xml.in:125 +#: data/com.github.phase1geo.minder.appdata.xml.in:104 +msgid "" +"Updated README.md to change the installation instructions for Arch-based " +"distros to avoid issues with discount library." +msgstr "" + +#: data/com.github.phase1geo.minder.appdata.xml.in:117 +msgid "Added support for Shift-Tab to unindent nodes in Quick Entry." +msgstr "" + +#: data/com.github.phase1geo.minder.appdata.xml.in:121 +#: data/com.github.phase1geo.minder.appdata.xml.in:143 msgid "Updated Italian translation (thanks to @albanobatistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:104 +#: data/com.github.phase1geo.minder.appdata.xml.in:122 msgid "Improved Quick Entry auto-formatting to reduce user errors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:117 +#: data/com.github.phase1geo.minder.appdata.xml.in:135 msgid "Added support for adding node links in node, connection or group notes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:118 +#: data/com.github.phase1geo.minder.appdata.xml.in:136 msgid "Added support for providing custom stickers." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:119 +#: data/com.github.phase1geo.minder.appdata.xml.in:137 msgid "Added support for callouts that can be applied to nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:120 +#: data/com.github.phase1geo.minder.appdata.xml.in:138 msgid "" "Added node alignment toolbar in map sidebar when manual layout mode is " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:121 +#: data/com.github.phase1geo.minder.appdata.xml.in:139 msgid "Added output scaling to PNG/JPEG export options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:126 +#: data/com.github.phase1geo.minder.appdata.xml.in:144 msgid "Updated Revised Simplified Chinese translation (thanks to @aerowolf)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:127 +#: data/com.github.phase1geo.minder.appdata.xml.in:145 msgid "Updated German translation (thanks to Benjamin Weis)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:128 -#: data/com.github.phase1geo.minder.appdata.xml.in:175 -#: data/com.github.phase1geo.minder.appdata.xml.in:362 +#: data/com.github.phase1geo.minder.appdata.xml.in:146 +#: data/com.github.phase1geo.minder.appdata.xml.in:193 +#: data/com.github.phase1geo.minder.appdata.xml.in:380 msgid "Updated Russian translation (thanks to Alexandre Prokoudine)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:130 -#: data/com.github.phase1geo.minder.appdata.xml.in:150 -#: data/com.github.phase1geo.minder.appdata.xml.in:164 -#: data/com.github.phase1geo.minder.appdata.xml.in:193 -#: data/com.github.phase1geo.minder.appdata.xml.in:220 -#: data/com.github.phase1geo.minder.appdata.xml.in:235 -#: data/com.github.phase1geo.minder.appdata.xml.in:283 -#: data/com.github.phase1geo.minder.appdata.xml.in:326 -#: data/com.github.phase1geo.minder.appdata.xml.in:342 -#: data/com.github.phase1geo.minder.appdata.xml.in:374 -#: data/com.github.phase1geo.minder.appdata.xml.in:395 -#: data/com.github.phase1geo.minder.appdata.xml.in:409 -#: data/com.github.phase1geo.minder.appdata.xml.in:429 -#: data/com.github.phase1geo.minder.appdata.xml.in:445 -#: data/com.github.phase1geo.minder.appdata.xml.in:474 -#: data/com.github.phase1geo.minder.appdata.xml.in:509 -#: data/com.github.phase1geo.minder.appdata.xml.in:538 -#: data/com.github.phase1geo.minder.appdata.xml.in:559 -#: data/com.github.phase1geo.minder.appdata.xml.in:589 -#: data/com.github.phase1geo.minder.appdata.xml.in:627 +#: data/com.github.phase1geo.minder.appdata.xml.in:148 +#: data/com.github.phase1geo.minder.appdata.xml.in:168 +#: data/com.github.phase1geo.minder.appdata.xml.in:182 +#: data/com.github.phase1geo.minder.appdata.xml.in:211 +#: data/com.github.phase1geo.minder.appdata.xml.in:238 +#: data/com.github.phase1geo.minder.appdata.xml.in:253 +#: data/com.github.phase1geo.minder.appdata.xml.in:301 +#: data/com.github.phase1geo.minder.appdata.xml.in:344 +#: data/com.github.phase1geo.minder.appdata.xml.in:360 +#: data/com.github.phase1geo.minder.appdata.xml.in:392 +#: data/com.github.phase1geo.minder.appdata.xml.in:413 +#: data/com.github.phase1geo.minder.appdata.xml.in:427 +#: data/com.github.phase1geo.minder.appdata.xml.in:447 +#: data/com.github.phase1geo.minder.appdata.xml.in:463 +#: data/com.github.phase1geo.minder.appdata.xml.in:492 +#: data/com.github.phase1geo.minder.appdata.xml.in:527 +#: data/com.github.phase1geo.minder.appdata.xml.in:556 +#: data/com.github.phase1geo.minder.appdata.xml.in:577 +#: data/com.github.phase1geo.minder.appdata.xml.in:607 #: data/com.github.phase1geo.minder.appdata.xml.in:645 -#: data/com.github.phase1geo.minder.appdata.xml.in:658 -#: data/com.github.phase1geo.minder.appdata.xml.in:681 -#: data/com.github.phase1geo.minder.appdata.xml.in:725 -#: data/com.github.phase1geo.minder.appdata.xml.in:750 -#: data/com.github.phase1geo.minder.appdata.xml.in:780 -#: data/com.github.phase1geo.minder.appdata.xml.in:811 -#: data/com.github.phase1geo.minder.appdata.xml.in:823 -#: data/com.github.phase1geo.minder.appdata.xml.in:848 -#: data/com.github.phase1geo.minder.appdata.xml.in:891 +#: data/com.github.phase1geo.minder.appdata.xml.in:663 +#: data/com.github.phase1geo.minder.appdata.xml.in:676 +#: data/com.github.phase1geo.minder.appdata.xml.in:699 +#: data/com.github.phase1geo.minder.appdata.xml.in:743 +#: data/com.github.phase1geo.minder.appdata.xml.in:768 +#: data/com.github.phase1geo.minder.appdata.xml.in:798 +#: data/com.github.phase1geo.minder.appdata.xml.in:829 +#: data/com.github.phase1geo.minder.appdata.xml.in:841 +#: data/com.github.phase1geo.minder.appdata.xml.in:866 +#: data/com.github.phase1geo.minder.appdata.xml.in:909 msgid "Bug Fixes" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:132 +#: data/com.github.phase1geo.minder.appdata.xml.in:150 msgid "Fixed potential issues with custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:133 +#: data/com.github.phase1geo.minder.appdata.xml.in:151 msgid "Fixed tab state saving when tabs are closed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:134 +#: data/com.github.phase1geo.minder.appdata.xml.in:152 msgid "Fixed contextual menu when connection text is editable." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:148 +#: data/com.github.phase1geo.minder.appdata.xml.in:166 msgid "Adding auto-adjusting bottom margin in quick entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:152 +#: data/com.github.phase1geo.minder.appdata.xml.in:170 msgid "" "Fixed application crash when root node contains a note/link and node fill " "style is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:153 +#: data/com.github.phase1geo.minder.appdata.xml.in:171 msgid "Fixed issue with unfolding all nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:154 +#: data/com.github.phase1geo.minder.appdata.xml.in:172 msgid "Fixing middle mouse drag pan behavior." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:162 +#: data/com.github.phase1geo.minder.appdata.xml.in:180 msgid "Added app script subcommands for building/running flatpaks." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:166 +#: data/com.github.phase1geo.minder.appdata.xml.in:184 msgid "Fixed issues with Flatpak" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:174 -#: data/com.github.phase1geo.minder.appdata.xml.in:361 -#: data/com.github.phase1geo.minder.appdata.xml.in:555 -#: data/com.github.phase1geo.minder.appdata.xml.in:656 +#: data/com.github.phase1geo.minder.appdata.xml.in:192 +#: data/com.github.phase1geo.minder.appdata.xml.in:379 +#: data/com.github.phase1geo.minder.appdata.xml.in:573 +#: data/com.github.phase1geo.minder.appdata.xml.in:674 msgid "Updated Italian translation (thanks to @albanobattistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:176 +#: data/com.github.phase1geo.minder.appdata.xml.in:194 msgid "Adjusted codebase to compile on Fedora" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:184 +#: data/com.github.phase1geo.minder.appdata.xml.in:202 msgid "" "Added new --import command-line option for importing directly from command-" "line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:185 +#: data/com.github.phase1geo.minder.appdata.xml.in:203 msgid "Added support for importing Markdown." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:189 +#: data/com.github.phase1geo.minder.appdata.xml.in:207 msgid "" "Removed --format command-line option in favor of new --import and --export " "options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:190 +#: data/com.github.phase1geo.minder.appdata.xml.in:208 msgid "Improved export of Markdown output." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:191 +#: data/com.github.phase1geo.minder.appdata.xml.in:209 msgid "" "Improved loading of Minder Markdown syntax highlighting to make this an " "application-only syntax (not user-wide)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:195 +#: data/com.github.phase1geo.minder.appdata.xml.in:213 msgid "Fixed Markdown export issue with root nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:196 +#: data/com.github.phase1geo.minder.appdata.xml.in:214 msgid "Fixed issue with inserting non-printable characters." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:197 +#: data/com.github.phase1geo.minder.appdata.xml.in:215 msgid "Fixed issues with cursor movement for RTL languages." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:198 +#: data/com.github.phase1geo.minder.appdata.xml.in:216 msgid "" "Fixed issue with using Control-W shortcut when only a single tab is shown." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:199 +#: data/com.github.phase1geo.minder.appdata.xml.in:217 msgid "Fixed potential issue with adding a new tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:200 +#: data/com.github.phase1geo.minder.appdata.xml.in:218 msgid "Fixed issues with tab naming of new, unchanged documents." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:201 +#: data/com.github.phase1geo.minder.appdata.xml.in:219 msgid "" "Fixed cursor/selection issue when the Delete key is used (includes " "application crash issue)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:202 +#: data/com.github.phase1geo.minder.appdata.xml.in:220 msgid "Fixed issue with Control-Up cursor selection shortcut." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:203 +#: data/com.github.phase1geo.minder.appdata.xml.in:221 msgid "Fixed issue with centering a node with Shift-C." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:204 +#: data/com.github.phase1geo.minder.appdata.xml.in:222 msgid "Fixed several issues related to zoom/scaling." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:205 +#: data/com.github.phase1geo.minder.appdata.xml.in:223 msgid "Fixed location of input method entry field (thanks to @aeghn)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:213 +#: data/com.github.phase1geo.minder.appdata.xml.in:231 msgid "Added support for embedding image path in Quick Entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:217 -#: data/com.github.phase1geo.minder.appdata.xml.in:233 -#: data/com.github.phase1geo.minder.appdata.xml.in:264 -#: data/com.github.phase1geo.minder.appdata.xml.in:339 -#: data/com.github.phase1geo.minder.appdata.xml.in:392 -#: data/com.github.phase1geo.minder.appdata.xml.in:426 +#: data/com.github.phase1geo.minder.appdata.xml.in:235 +#: data/com.github.phase1geo.minder.appdata.xml.in:251 +#: data/com.github.phase1geo.minder.appdata.xml.in:282 +#: data/com.github.phase1geo.minder.appdata.xml.in:357 +#: data/com.github.phase1geo.minder.appdata.xml.in:410 +#: data/com.github.phase1geo.minder.appdata.xml.in:444 msgid "Updated Italian translation (thanks to @albanobattistella)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:218 +#: data/com.github.phase1geo.minder.appdata.xml.in:236 msgid "Code cleanup" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:222 +#: data/com.github.phase1geo.minder.appdata.xml.in:240 msgid "Fixed issues with exported images including selection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:223 +#: data/com.github.phase1geo.minder.appdata.xml.in:241 msgid "Fixed issue with importing OPML files (thanks to Ygor Mutti)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:224 +#: data/com.github.phase1geo.minder.appdata.xml.in:242 msgid "Fixed issue with undo/redo of Unicode characters." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:225 +#: data/com.github.phase1geo.minder.appdata.xml.in:243 msgid "Fixed issues with exporting to Outliner format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:237 +#: data/com.github.phase1geo.minder.appdata.xml.in:255 msgid "Fixing translation issues with Flatpak" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:245 +#: data/com.github.phase1geo.minder.appdata.xml.in:263 msgid "" "Added ability to change the size of the node while leaving the embedded " "image size unchanged." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:246 +#: data/com.github.phase1geo.minder.appdata.xml.in:264 msgid "Added tooltip to node resize handle." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:247 +#: data/com.github.phase1geo.minder.appdata.xml.in:265 msgid "" "Added Flatpak permission for home folder access by default (thanks to " "@SubhadeepJasu)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:248 +#: data/com.github.phase1geo.minder.appdata.xml.in:266 msgid "Added header font scaling in notes field." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:249 +#: data/com.github.phase1geo.minder.appdata.xml.in:267 msgid "Added support for exporting a mindmap via the command-line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:250 +#: data/com.github.phase1geo.minder.appdata.xml.in:268 msgid "Added support for importing via the command-line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:251 +#: data/com.github.phase1geo.minder.appdata.xml.in:269 msgid "Added ability to import a given filesystem as a mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:252 +#: data/com.github.phase1geo.minder.appdata.xml.in:270 msgid "Added ability to export a mindmap as a filesystem." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:253 +#: data/com.github.phase1geo.minder.appdata.xml.in:271 msgid "Added zh_CN translation (thanks to @potrans)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:254 +#: data/com.github.phase1geo.minder.appdata.xml.in:272 msgid "Added ability to enable/disable UI animations via gsettings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:255 +#: data/com.github.phase1geo.minder.appdata.xml.in:273 msgid "Added ability to associate a note with a selected group." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:256 +#: data/com.github.phase1geo.minder.appdata.xml.in:274 msgid "" "Added ability to copy and cut nodes via shortcuts when multiple nodes are " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:257 +#: data/com.github.phase1geo.minder.appdata.xml.in:275 msgid "" "Added ability to insert unicode characters in nodes, connections, and notes " "when a backslash character is entered." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:258 +#: data/com.github.phase1geo.minder.appdata.xml.in:276 msgid "" "Added support to detect read-only mindmap files and handle them " "appropriately." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:262 +#: data/com.github.phase1geo.minder.appdata.xml.in:280 msgid "Updated German translation (thanks to @hztirf and @bewe)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:263 +#: data/com.github.phase1geo.minder.appdata.xml.in:281 msgid "Updated Czech translation (thanks to @G020B)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:265 -#: data/com.github.phase1geo.minder.appdata.xml.in:393 +#: data/com.github.phase1geo.minder.appdata.xml.in:283 +#: data/com.github.phase1geo.minder.appdata.xml.in:411 msgid "Updated Russian translation (thanks to Alexandre Prokoudine)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:266 +#: data/com.github.phase1geo.minder.appdata.xml.in:284 msgid "Updated Portugese translation (thanks to @AncientBlueFrog)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:267 +#: data/com.github.phase1geo.minder.appdata.xml.in:285 msgid "Updated Polish translation (thanks to @pyotr71)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:268 +#: data/com.github.phase1geo.minder.appdata.xml.in:286 msgid "Updated Flatpak SDK from 6 to 6.1." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:269 +#: data/com.github.phase1geo.minder.appdata.xml.in:287 msgid "" "Improved sticker search (now case insensitive and uses fuzzy search -- " "thanks to @sibevin)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:270 +#: data/com.github.phase1geo.minder.appdata.xml.in:288 msgid "Changed node borders to use node padding to control shape." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:271 +#: data/com.github.phase1geo.minder.appdata.xml.in:289 msgid "Changed note popup to display rendered text instead of literal text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:272 +#: data/com.github.phase1geo.minder.appdata.xml.in:290 msgid "Updated headerbar icons for Gnome environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:273 +#: data/com.github.phase1geo.minder.appdata.xml.in:291 msgid "" "Mindmap root node text is now used for default filename when initially " "saving mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:274 +#: data/com.github.phase1geo.minder.appdata.xml.in:292 msgid "Changed image UI in sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:275 +#: data/com.github.phase1geo.minder.appdata.xml.in:293 msgid "Removed connection sidebar button bar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:276 +#: data/com.github.phase1geo.minder.appdata.xml.in:294 msgid "" "Improved Zoom to Selected Node functionality with name change (to better " "reflect what this feature does) and keyboard shortcut." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:277 +#: data/com.github.phase1geo.minder.appdata.xml.in:295 msgid "" "Enhanced OrgMode exporter (includes support for indent mode and improved " "output)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:278 +#: data/com.github.phase1geo.minder.appdata.xml.in:296 msgid "Enhanced image exporting features." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:279 +#: data/com.github.phase1geo.minder.appdata.xml.in:297 msgid "" "Minder files no longer contain precise positioning information so eliminate " "file changes on pan and zoom operations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:280 +#: data/com.github.phase1geo.minder.appdata.xml.in:298 msgid "Removed Control-E (export) from shortcuts documentation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:281 +#: data/com.github.phase1geo.minder.appdata.xml.in:299 msgid "Improved autosave frequency." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:285 +#: data/com.github.phase1geo.minder.appdata.xml.in:303 msgid "" "Fixed issues with connections being displayed when ancestor node is folded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:286 +#: data/com.github.phase1geo.minder.appdata.xml.in:304 msgid "Fixed issue with loading an older mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:287 +#: data/com.github.phase1geo.minder.appdata.xml.in:305 msgid "Fixed syntax highlighting in note fields." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:288 +#: data/com.github.phase1geo.minder.appdata.xml.in:306 msgid "Fixed Edit Text node menu functionality." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:289 +#: data/com.github.phase1geo.minder.appdata.xml.in:307 msgid "Fixed issue with node fonts not following the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:290 +#: data/com.github.phase1geo.minder.appdata.xml.in:308 msgid "" "Fixed application crashes when exporting to Freemind, Freeplane, XMind8 and " "Yed formats." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:291 +#: data/com.github.phase1geo.minder.appdata.xml.in:309 msgid "Fixed issue with saving the state of export switch values." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:292 +#: data/com.github.phase1geo.minder.appdata.xml.in:310 msgid "" "Fixed application crash when an image is dropped onto a blank portion of the " "mindmap canvas." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:293 +#: data/com.github.phase1geo.minder.appdata.xml.in:311 msgid "" "Fixed issues with URL link and text colors not changing when theme is " "changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:294 +#: data/com.github.phase1geo.minder.appdata.xml.in:312 msgid "Fixed application crash when grouping root nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:295 +#: data/com.github.phase1geo.minder.appdata.xml.in:313 msgid "Fixed issue causing app script to generate a warning message." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:296 +#: data/com.github.phase1geo.minder.appdata.xml.in:314 msgid "" "Fixed potential issue which caused notes to get deleted when selecting " "nodes, connections or groups." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:297 +#: data/com.github.phase1geo.minder.appdata.xml.in:315 msgid "" "Fixed application crash when saving an unsaved document with no root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:298 +#: data/com.github.phase1geo.minder.appdata.xml.in:316 msgid "Fixed issues with capitalized keyboard shortcuts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:299 +#: data/com.github.phase1geo.minder.appdata.xml.in:317 msgid "Fixed issue with loading file via the command-line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:307 +#: data/com.github.phase1geo.minder.appdata.xml.in:325 msgid "Added support for shallow (one-level folding)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:308 +#: data/com.github.phase1geo.minder.appdata.xml.in:326 msgid "Added import/export support for XMind version 2021." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:309 +#: data/com.github.phase1geo.minder.appdata.xml.in:327 msgid "Added support for external mind-map node linking." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:310 +#: data/com.github.phase1geo.minder.appdata.xml.in:328 msgid "Added node link tooltips." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:311 +#: data/com.github.phase1geo.minder.appdata.xml.in:329 msgid "Added support for overriding the color of a root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:312 +#: data/com.github.phase1geo.minder.appdata.xml.in:330 msgid "Added support for Markdown strikethrough syntax." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:313 +#: data/com.github.phase1geo.minder.appdata.xml.in:331 msgid "" "Added support for Control-Backspace/Delete to delete the previous/next word " "when editing node/connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:314 +#: data/com.github.phase1geo.minder.appdata.xml.in:332 msgid "Added tooltip to node fill switch in style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:315 +#: data/com.github.phase1geo.minder.appdata.xml.in:333 msgid "" "Added keyboard shortcuts for adding and removing URL links from node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:319 +#: data/com.github.phase1geo.minder.appdata.xml.in:337 msgid "Updates to Italian translation (thanks to @albanobattistella)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:320 +#: data/com.github.phase1geo.minder.appdata.xml.in:338 msgid "Updates to German translation (thanks to Hannes Fritz)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:321 +#: data/com.github.phase1geo.minder.appdata.xml.in:339 msgid "Improved accuracy of the list of translatable files." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:322 +#: data/com.github.phase1geo.minder.appdata.xml.in:340 msgid "" "Removed ability to use keyboard shortcuts when a mouse button is pressed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:323 +#: data/com.github.phase1geo.minder.appdata.xml.in:341 msgid "" "Removed Accounts permissions from Flatpak manifest as it is no longer needed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:324 +#: data/com.github.phase1geo.minder.appdata.xml.in:342 msgid "" "Improved adding URL link UI to automatically add URL from clipboard if one " "exists." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:328 +#: data/com.github.phase1geo.minder.appdata.xml.in:346 msgid "Fixed layout issues when pressing keys while animations are in process." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:329 +#: data/com.github.phase1geo.minder.appdata.xml.in:347 msgid "" "Fixed location of text size help information in the appearances preferences " "dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:330 +#: data/com.github.phase1geo.minder.appdata.xml.in:348 msgid "Fixed UX issues when the Hide Connections switch is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:331 +#: data/com.github.phase1geo.minder.appdata.xml.in:349 msgid "Fixed issue with pasting nodes when a node is not selected in a map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:340 +#: data/com.github.phase1geo.minder.appdata.xml.in:358 msgid "Updated screenshots for elementary OS 6." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:344 +#: data/com.github.phase1geo.minder.appdata.xml.in:362 msgid "Fixed command support for non-English keyboard layouts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:352 +#: data/com.github.phase1geo.minder.appdata.xml.in:370 msgid "" "Added support for toggling the task indicator when multiple nodes are " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:353 +#: data/com.github.phase1geo.minder.appdata.xml.in:371 msgid "Added German translation (thanks to Peter Sonntaga)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:354 +#: data/com.github.phase1geo.minder.appdata.xml.in:372 msgid "Added zoom amount in the zoom button tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:355 +#: data/com.github.phase1geo.minder.appdata.xml.in:373 msgid "" "Added support for y command to create/remove node links when multiple nodes " "are selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:356 +#: data/com.github.phase1geo.minder.appdata.xml.in:374 msgid "" "Added support for x command to create connections when two nodes are " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:357 +#: data/com.github.phase1geo.minder.appdata.xml.in:375 msgid "Added support for system dark mode setting." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:363 +#: data/com.github.phase1geo.minder.appdata.xml.in:381 msgid "Improved task indicator sizes in leaf nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:364 +#: data/com.github.phase1geo.minder.appdata.xml.in:382 msgid "Changed fold indicator from a circle to a square." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:365 +#: data/com.github.phase1geo.minder.appdata.xml.in:383 msgid "Removed zoom in/out menu items and made them buttons instead." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:366 +#: data/com.github.phase1geo.minder.appdata.xml.in:384 msgid "" "Node/connection is now automatically selected on right click if it is not " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:367 +#: data/com.github.phase1geo.minder.appdata.xml.in:385 msgid "Moved node change contextual menu items into their own submenu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:368 +#: data/com.github.phase1geo.minder.appdata.xml.in:386 msgid "Changed forward slash command to Control-A for selecting all text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:369 +#: data/com.github.phase1geo.minder.appdata.xml.in:387 msgid "" "Changed backward slash command to Control-Shift-A for deselecting all text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:370 +#: data/com.github.phase1geo.minder.appdata.xml.in:388 msgid "Changed F1 command to Control-? for displaying keyboard shortcuts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:371 +#: data/com.github.phase1geo.minder.appdata.xml.in:389 msgid "Updated keyboard shortcuts cheatsheet." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:372 +#: data/com.github.phase1geo.minder.appdata.xml.in:390 msgid "" "Updated code base for elementary OS 6 (gtksourceview-4, libhandy-1, Flatpak " "support, etc.)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:376 +#: data/com.github.phase1geo.minder.appdata.xml.in:394 msgid "" "Fixed issue where sticker tooltips were not displaying translated names." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:377 +#: data/com.github.phase1geo.minder.appdata.xml.in:395 msgid "" "Fixed node resizing issues when system font is changed in system settings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:378 +#: data/com.github.phase1geo.minder.appdata.xml.in:396 msgid "" "Fixed Flatpak issue to allow dark mode system settings to affect application." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:379 +#: data/com.github.phase1geo.minder.appdata.xml.in:397 msgid "Fixed layout issues when root node is resized." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:380 +#: data/com.github.phase1geo.minder.appdata.xml.in:398 msgid "Fixed squared and rounded link display for nodes attached to root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:381 +#: data/com.github.phase1geo.minder.appdata.xml.in:399 msgid "Fixed cursor location when End key used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:382 +#: data/com.github.phase1geo.minder.appdata.xml.in:400 msgid "" "Fixed potential node identification generation issue that can lead to bad " "connections on load." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:383 +#: data/com.github.phase1geo.minder.appdata.xml.in:401 msgid "Fixed location of node stickers within the node to improve look." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:384 +#: data/com.github.phase1geo.minder.appdata.xml.in:402 msgid "Fixed issues copying and pasting a single selected node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:397 +#: data/com.github.phase1geo.minder.appdata.xml.in:415 msgid "Added missing translatable strings in various parts of the UI." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:398 +#: data/com.github.phase1geo.minder.appdata.xml.in:416 msgid "Fixed URL parser issues." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:399 +#: data/com.github.phase1geo.minder.appdata.xml.in:417 msgid "Fixed application crash when forward deleting non-Latin text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:407 +#: data/com.github.phase1geo.minder.appdata.xml.in:425 msgid "Small optimization to Meson build procedure." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:411 +#: data/com.github.phase1geo.minder.appdata.xml.in:429 msgid "Fixed compile and run issue for distros lacking full granite support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:412 +#: data/com.github.phase1geo.minder.appdata.xml.in:430 msgid "" "Fixed issue with displaying correct themes when themes are hidden that don't " "match system theme." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:413 +#: data/com.github.phase1geo.minder.appdata.xml.in:431 msgid "Added missing translatable strings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:421 +#: data/com.github.phase1geo.minder.appdata.xml.in:439 msgid "Added rounded branching style." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:422 +#: data/com.github.phase1geo.minder.appdata.xml.in:440 msgid "Added support for drawing clickable folding areas." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:427 +#: data/com.github.phase1geo.minder.appdata.xml.in:445 msgid "Changed shape of the unfold indicator." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:431 +#: data/com.github.phase1geo.minder.appdata.xml.in:449 msgid "Fixed application crash on Manjaro." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:432 +#: data/com.github.phase1geo.minder.appdata.xml.in:450 msgid "Fixed link drawing order regression." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:433 +#: data/com.github.phase1geo.minder.appdata.xml.in:451 msgid "Removed error output when XML storage files do not exist." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:434 +#: data/com.github.phase1geo.minder.appdata.xml.in:452 msgid "Fixed parsing issue with filepaths starting with file://." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:442 +#: data/com.github.phase1geo.minder.appdata.xml.in:460 msgid "" "Added support for Control-Home/End to move the cursor to the beginning/end " "of the text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:443 +#: data/com.github.phase1geo.minder.appdata.xml.in:461 msgid "Added support for folded children count tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:447 +#: data/com.github.phase1geo.minder.appdata.xml.in:465 msgid "" "Fixed issue where selected text at beginning of text would not be deleted " "when the Backspace key was used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:448 +#: data/com.github.phase1geo.minder.appdata.xml.in:466 msgid "" "Fixed issue where selected text at end of text would not be deleted when the " "Delete key was used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:449 +#: data/com.github.phase1geo.minder.appdata.xml.in:467 msgid "Fixed selection issues after moving the cursor by a word." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:450 +#: data/com.github.phase1geo.minder.appdata.xml.in:468 msgid "" "Fixed Home/End keys to move the cursor to the beginning/end of the current " "line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:451 +#: data/com.github.phase1geo.minder.appdata.xml.in:469 msgid "" "Fixed node size and layout when system text size changes between Minder " "sessions." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:452 +#: data/com.github.phase1geo.minder.appdata.xml.in:470 msgid "" "Fixed issue with application crashing when older Minder file is loaded that " "used a custom theme." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:453 +#: data/com.github.phase1geo.minder.appdata.xml.in:471 msgid "" "Fixed issue with node sidebar image not being properly updated when sidebar " "is hidden." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:454 +#: data/com.github.phase1geo.minder.appdata.xml.in:472 msgid "" "Fixed square branch link drawing when some links have arrows drawn in them." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:455 +#: data/com.github.phase1geo.minder.appdata.xml.in:473 msgid "" "Fixed issue with the background border being drawn around link arrows in " "contexts where it should not." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:463 +#: data/com.github.phase1geo.minder.appdata.xml.in:481 msgid "Added Basque translation (thanks to @alexgabi)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:467 +#: data/com.github.phase1geo.minder.appdata.xml.in:485 msgid "Updated to Italian translation (thanks to @albanobattistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:468 +#: data/com.github.phase1geo.minder.appdata.xml.in:486 msgid "Updated to Brazilian Portugese translation (thanks to Felipe Simoes)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:469 +#: data/com.github.phase1geo.minder.appdata.xml.in:487 msgid "" "Opening a file will automatically close an existing unsaved, unchanged tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:470 +#: data/com.github.phase1geo.minder.appdata.xml.in:488 msgid "Changed color of connection drag handles to yellow." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:471 +#: data/com.github.phase1geo.minder.appdata.xml.in:489 msgid "" "Making it easier to grab connection drag handle when it is close to " "connection handles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:472 +#: data/com.github.phase1geo.minder.appdata.xml.in:490 msgid "Reducing auto-saves when editing node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:476 +#: data/com.github.phase1geo.minder.appdata.xml.in:494 msgid "Removed help information from PNG export panel." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:477 +#: data/com.github.phase1geo.minder.appdata.xml.in:495 msgid "" "Fixed issue with exporting images with connections/stickers which could get " "cropped out." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:478 +#: data/com.github.phase1geo.minder.appdata.xml.in:496 msgid "Fixed issue with empty tab when file cannot be loaded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:479 +#: data/com.github.phase1geo.minder.appdata.xml.in:497 msgid "" "Fixed issues with application crashes on startup in non-elementary " "environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:487 +#: data/com.github.phase1geo.minder.appdata.xml.in:505 msgid "Added subscript and superscript support to Markdown parser." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:488 +#: data/com.github.phase1geo.minder.appdata.xml.in:506 msgid "" "Added support for switching tabs with Control-Tab and Shift-Control-Tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:489 +#: data/com.github.phase1geo.minder.appdata.xml.in:507 msgid "Added support for remembering last used open/save dialog directories." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:490 +#: data/com.github.phase1geo.minder.appdata.xml.in:508 msgid "" "Added support for Alt-Left/Right/Up/Down keyboard shortcuts to rearrange " "sibling nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:491 +#: data/com.github.phase1geo.minder.appdata.xml.in:509 msgid "Added support for searching all tabs (thanks to @Messius58)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:492 +#: data/com.github.phase1geo.minder.appdata.xml.in:510 msgid "Added about window for non-elementary builds." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:493 +#: data/com.github.phase1geo.minder.appdata.xml.in:511 msgid "Added ability to move child nodes to parent via Alt+direction." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:494 +#: data/com.github.phase1geo.minder.appdata.xml.in:512 msgid "Added support for including images in Markdown export." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:498 +#: data/com.github.phase1geo.minder.appdata.xml.in:516 msgid "" "Added installation instructions to README.md for Debian (thanks to Robert " "Hubinak)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:499 +#: data/com.github.phase1geo.minder.appdata.xml.in:517 msgid "" "Replaced export UI with a new, improved UI with support for export options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:500 +#: data/com.github.phase1geo.minder.appdata.xml.in:518 msgid "Moved add node menu items to a submenu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:501 +#: data/com.github.phase1geo.minder.appdata.xml.in:519 msgid "Improved focus mode behavior." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:502 +#: data/com.github.phase1geo.minder.appdata.xml.in:520 msgid "" "Changed property header button to a toggle button and clarified the tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:503 +#: data/com.github.phase1geo.minder.appdata.xml.in:521 msgid "Changed keyboard shortcut to open sidebar from Control-| to F9." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:504 +#: data/com.github.phase1geo.minder.appdata.xml.in:522 msgid "" "Changed non-symbolic header bar icons to symbolic icons for non-elementary " "OS environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:505 +#: data/com.github.phase1geo.minder.appdata.xml.in:523 msgid "Improved link drawing algorithm to make link connections easier to see." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:506 +#: data/com.github.phase1geo.minder.appdata.xml.in:524 msgid "" "Changed Link Color in node inspector to Color to reflect the colors use." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:507 +#: data/com.github.phase1geo.minder.appdata.xml.in:525 msgid "Improved task button drawing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:511 +#: data/com.github.phase1geo.minder.appdata.xml.in:529 msgid "" "Fixed issue where tab background colors were incorrect when changing tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:512 +#: data/com.github.phase1geo.minder.appdata.xml.in:530 msgid "" "Fixed issue with getting valac pathname from Meson (thanks to paluszak)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:513 +#: data/com.github.phase1geo.minder.appdata.xml.in:531 msgid "Added desktop update call to post_install.py script." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:514 +#: data/com.github.phase1geo.minder.appdata.xml.in:532 msgid "Fixed issue with sidebar sizing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:515 +#: data/com.github.phase1geo.minder.appdata.xml.in:533 msgid "" "Fixed issue with remembering the sticker sidebar panel was last opened when " "restarting." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:516 +#: data/com.github.phase1geo.minder.appdata.xml.in:534 msgid "Fixed layout issues when unfolding a parent with folded children." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:517 +#: data/com.github.phase1geo.minder.appdata.xml.in:535 msgid "" "Fixed issue with hiding node groups when the main node in group is folded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:518 +#: data/com.github.phase1geo.minder.appdata.xml.in:536 msgid "" "Fixed issue with displaying link color in sidebar when root node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:519 +#: data/com.github.phase1geo.minder.appdata.xml.in:537 msgid "" "Fixed alpha value used for drawing node grouping when encompassed nodes are " "not in focus when focus mode is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:520 +#: data/com.github.phase1geo.minder.appdata.xml.in:538 msgid "Fixed issue with saving manually added embedded links in node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:521 +#: data/com.github.phase1geo.minder.appdata.xml.in:539 msgid "Fixed undo/redo text editing support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:522 +#: data/com.github.phase1geo.minder.appdata.xml.in:540 msgid "Updated keyboard shortcuts in help window." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:523 +#: data/com.github.phase1geo.minder.appdata.xml.in:541 msgid "" "Fixed issue of tab content flashing when application opens with multiple " "tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:524 +#: data/com.github.phase1geo.minder.appdata.xml.in:542 msgid "Fixed error when closing a tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:525 +#: data/com.github.phase1geo.minder.appdata.xml.in:543 msgid "Fixed issue with undo'ing text modifications." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:526 +#: data/com.github.phase1geo.minder.appdata.xml.in:544 msgid "" "Fixed issues with style inspector scale widgets not properly reflecting " "their current value." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:527 +#: data/com.github.phase1geo.minder.appdata.xml.in:545 msgid "Fixed various issues with node layout." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:528 +#: data/com.github.phase1geo.minder.appdata.xml.in:546 msgid "Fixed issue with undo'ing the deletion of a single node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:536 +#: data/com.github.phase1geo.minder.appdata.xml.in:554 msgid "Updated Italian translation (thanks to Albano Battistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:540 +#: data/com.github.phase1geo.minder.appdata.xml.in:558 msgid "Fixed application crash issues due to using custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:541 +#: data/com.github.phase1geo.minder.appdata.xml.in:559 msgid "Added missing theme colors in custom theme pane." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:542 +#: data/com.github.phase1geo.minder.appdata.xml.in:560 msgid "Fixed issues with application crash when editing a root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:543 +#: data/com.github.phase1geo.minder.appdata.xml.in:561 msgid "" "Fixed issue with filepath parser highlighting normal text that contains " "slash characters." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:551 +#: data/com.github.phase1geo.minder.appdata.xml.in:569 msgid "" "Added Shift-e keyboard shortcut to edit note text for nodes and connections." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:556 +#: data/com.github.phase1geo.minder.appdata.xml.in:574 msgid "" "Improved automatic layout of node trees when adjacent tree sizes change." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:557 +#: data/com.github.phase1geo.minder.appdata.xml.in:575 msgid "" "Changed node and connection contextual menus to show (Edit Note) instead of " "(Add Note) and (Remove Note) options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:561 +#: data/com.github.phase1geo.minder.appdata.xml.in:579 msgid "Fixing compilation issues." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:562 +#: data/com.github.phase1geo.minder.appdata.xml.in:580 msgid "Fixing behavior of 't' command when node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:563 +#: data/com.github.phase1geo.minder.appdata.xml.in:581 msgid "Fixing support for undo/redo of root node insertion." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:571 +#: data/com.github.phase1geo.minder.appdata.xml.in:589 msgid "Added Preferences dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:572 +#: data/com.github.phase1geo.minder.appdata.xml.in:590 msgid "Added Portuguese translation (thanks to Andre Barata)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:573 +#: data/com.github.phase1geo.minder.appdata.xml.in:591 msgid "" "Added keyboard shortcut (Menu or Shift-F10) to display contextual menus in " "mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:574 +#: data/com.github.phase1geo.minder.appdata.xml.in:592 msgid "Added default theme preference option." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:575 +#: data/com.github.phase1geo.minder.appdata.xml.in:593 msgid "Added preference option to select map items on cursor hover." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:576 +#: data/com.github.phase1geo.minder.appdata.xml.in:594 msgid "" "Added Shift+Home/End support for selecting all text from current cursor to " "beginning/end of node or connection titles when editing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:577 +#: data/com.github.phase1geo.minder.appdata.xml.in:595 msgid "Added support for PlantUML import/export." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:578 +#: data/com.github.phase1geo.minder.appdata.xml.in:596 msgid "" "Added support for displaying notifications on completion of export operation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:579 +#: data/com.github.phase1geo.minder.appdata.xml.in:597 msgid "Added keyboard shortcuts for displaying tabs in sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:580 +#: data/com.github.phase1geo.minder.appdata.xml.in:598 msgid "" "Added support for making filepath URIs clickable in nodes, connections and " "notes (displays the files in the file manager application)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:584 +#: data/com.github.phase1geo.minder.appdata.xml.in:602 msgid "" "When nodes are copied to clipboard, pasting them as text in an external " "application will be displayed as in text export format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:585 +#: data/com.github.phase1geo.minder.appdata.xml.in:603 msgid "" "When text is copied to the clipboard from an external application, pasting " "as nodes in Minder will parse in text import format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:586 +#: data/com.github.phase1geo.minder.appdata.xml.in:604 msgid "Improved look of menu accelerators and added missing accelerators." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:587 +#: data/com.github.phase1geo.minder.appdata.xml.in:605 msgid "" "Changed 't' command to transition task status from disabled to enabled to " "done and back to disabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:591 +#: data/com.github.phase1geo.minder.appdata.xml.in:609 msgid "Fixed issues with undo/redo of node/connection title changes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:592 +#: data/com.github.phase1geo.minder.appdata.xml.in:610 msgid "Fixed issue with undoing a connection add operation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:593 +#: data/com.github.phase1geo.minder.appdata.xml.in:611 msgid "" "Fixed issue with connection titles being clear when connection is moved to a " "different node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:594 +#: data/com.github.phase1geo.minder.appdata.xml.in:612 msgid "" "Fixed UI issue with changing window width by dragging right side of window " "when sidebar is hidden." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:595 +#: data/com.github.phase1geo.minder.appdata.xml.in:613 msgid "" "Fixed issues with inputting special characters with US international " "keyboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:596 +#: data/com.github.phase1geo.minder.appdata.xml.in:614 msgid "" "Fixed issue where images in resized nodes were not displaying properly on " "application restart." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:597 +#: data/com.github.phase1geo.minder.appdata.xml.in:615 msgid "" "Fixed issue where copying a filename in a file manager and pasting in Minder " "would attempt to past the icon image instead of the filename when editing " "text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:605 +#: data/com.github.phase1geo.minder.appdata.xml.in:623 msgid "Added Markdown highlighting support to node titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:606 +#: data/com.github.phase1geo.minder.appdata.xml.in:624 msgid "Added ability to set the maximum node size in style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:607 +#: data/com.github.phase1geo.minder.appdata.xml.in:625 msgid "" "Added ability to set the maximum connection title size in style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:608 +#: data/com.github.phase1geo.minder.appdata.xml.in:626 msgid "Added ability to set text field font size via gsetting." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:609 +#: data/com.github.phase1geo.minder.appdata.xml.in:627 msgid "Added ability to set branch margin in the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:610 +#: data/com.github.phase1geo.minder.appdata.xml.in:628 msgid "" "Added ability to add stickers to nodes, connections and anywhere else in the " "mind map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:611 +#: data/com.github.phase1geo.minder.appdata.xml.in:629 msgid "Added ability to visually create and display node groupings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:612 +#: data/com.github.phase1geo.minder.appdata.xml.in:630 msgid "Added import/export support for XMind." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:613 +#: data/com.github.phase1geo.minder.appdata.xml.in:631 msgid "" "Added support for specifying if connection titles should be added " "immediately after creating a connection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:614 +#: data/com.github.phase1geo.minder.appdata.xml.in:632 msgid "" "Added support for middle-click-and-drag to pan the canvas (Alt + mouse " "movement still supported)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:615 +#: data/com.github.phase1geo.minder.appdata.xml.in:633 msgid "Added keyboard shortcut for the Zoom to Fit option (Control-1)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:616 +#: data/com.github.phase1geo.minder.appdata.xml.in:634 msgid "Added new Mouse Events shortcut panel in shortcut cheatsheet." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:620 +#: data/com.github.phase1geo.minder.appdata.xml.in:638 msgid "" "Removed the sidebar style affects selector and using the status of the " "current selection instead." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:621 +#: data/com.github.phase1geo.minder.appdata.xml.in:639 msgid "" "Lowered the minimum node margin from 5 pixels to 1 pixel to allow for " "greater node density." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:622 +#: data/com.github.phase1geo.minder.appdata.xml.in:640 msgid "" "Removed connection title editing field in sidebar for better UI consistency." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:623 +#: data/com.github.phase1geo.minder.appdata.xml.in:641 msgid "" "Removed bold and italicized fonts from the style inspector font selectors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:624 +#: data/com.github.phase1geo.minder.appdata.xml.in:642 msgid "If connection title is empty, the title will be automatically removed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:625 +#: data/com.github.phase1geo.minder.appdata.xml.in:643 msgid "Updated application icon (thanks to Fatih20)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:629 +#: data/com.github.phase1geo.minder.appdata.xml.in:647 msgid "Fixed issue with importing Freemind notes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:630 +#: data/com.github.phase1geo.minder.appdata.xml.in:648 msgid "Fixed display of right-to-left text within nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:631 +#: data/com.github.phase1geo.minder.appdata.xml.in:649 msgid "" "Fixed issues with loading a .minder file that contains errant information." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:632 +#: data/com.github.phase1geo.minder.appdata.xml.in:650 msgid "Fixed issues with the layout of connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:633 +#: data/com.github.phase1geo.minder.appdata.xml.in:651 msgid "Fixed input method support when editing connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:634 +#: data/com.github.phase1geo.minder.appdata.xml.in:652 msgid "Fixed position of fold indicator when tree layout is Upwards." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:635 +#: data/com.github.phase1geo.minder.appdata.xml.in:653 msgid "" "Fixed node display issue when a node link is clicked to a node that is " "folded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:636 +#: data/com.github.phase1geo.minder.appdata.xml.in:654 msgid "" "Fixed error when connection title is double clicked when no text is present." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:637 +#: data/com.github.phase1geo.minder.appdata.xml.in:655 msgid "" "Fixed issue with opening the same document twice (only one tab will now " "exist per file)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:638 +#: data/com.github.phase1geo.minder.appdata.xml.in:656 msgid "" "Fixed Shift-Control-s keyboard shortcut to display the 'Save As' dialog " "instead of the 'Open' dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:639 +#: data/com.github.phase1geo.minder.appdata.xml.in:657 msgid "Fixed issue that allows you to click on or drag onto a hidden node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:647 -#: data/com.github.phase1geo.minder.appdata.xml.in:660 +#: data/com.github.phase1geo.minder.appdata.xml.in:665 +#: data/com.github.phase1geo.minder.appdata.xml.in:678 msgid "" "Fixed issue with setting cursor position with mouse when zoom factor is not " "100 percent." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:648 -#: data/com.github.phase1geo.minder.appdata.xml.in:661 +#: data/com.github.phase1geo.minder.appdata.xml.in:666 +#: data/com.github.phase1geo.minder.appdata.xml.in:679 msgid "" "Fixed issue with reading in Minder files that exceed the XML parser size " "limitations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:669 +#: data/com.github.phase1geo.minder.appdata.xml.in:687 msgid "Added support for selecting nodes by dragging out a selection box." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:670 +#: data/com.github.phase1geo.minder.appdata.xml.in:688 msgid "Added ability to configure the color used in connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:671 +#: data/com.github.phase1geo.minder.appdata.xml.in:689 msgid "Added Italian translation (thanks to albanobattistella on GitHub)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:675 +#: data/com.github.phase1geo.minder.appdata.xml.in:693 msgid "" "Refined and pixel fitted the application icon (thanks to Fatih20 on GitHub)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:676 +#: data/com.github.phase1geo.minder.appdata.xml.in:694 msgid "" "Changed panning with mouse from left-click with motion to Alt with motion." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:677 +#: data/com.github.phase1geo.minder.appdata.xml.in:695 msgid "Changed select parent to work with multiple selected nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:678 +#: data/com.github.phase1geo.minder.appdata.xml.in:696 msgid "Updated keyboard shortcuts cheatsheet for task commands." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:679 +#: data/com.github.phase1geo.minder.appdata.xml.in:697 msgid "Updated Spanish translation (thanks to febrezo on GitHub)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:683 +#: data/com.github.phase1geo.minder.appdata.xml.in:701 msgid "Fixed issues with changing connection styles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:684 +#: data/com.github.phase1geo.minder.appdata.xml.in:702 msgid "" "Fixed application crashes associated with changing layout to a balanceable " "layout with animations enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:685 +#: data/com.github.phase1geo.minder.appdata.xml.in:703 msgid "" "Fixed display of cursor when it is over a clickable feature in the mind map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:686 +#: data/com.github.phase1geo.minder.appdata.xml.in:704 msgid "Fixed issues with creating custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:687 +#: data/com.github.phase1geo.minder.appdata.xml.in:705 msgid "Fixed cursor in note editor when Control key is held over a URL link." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:688 +#: data/com.github.phase1geo.minder.appdata.xml.in:706 msgid "Fixed meson.build issue when comparing valac version." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:689 +#: data/com.github.phase1geo.minder.appdata.xml.in:707 msgid "Fixed connection colors in dark themes to help them be more visible." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:690 +#: data/com.github.phase1geo.minder.appdata.xml.in:708 msgid "" "Fixed issue where connection colors don't follow theme if they have not been " "manually changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:691 +#: data/com.github.phase1geo.minder.appdata.xml.in:709 msgid "" "Fixed application crash when animation is disabled, a node is moved, " "animation is enabled and a node is moved." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:692 +#: data/com.github.phase1geo.minder.appdata.xml.in:710 msgid "Fixed various issues with quick entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:693 +#: data/com.github.phase1geo.minder.appdata.xml.in:711 msgid "" "Fixed ability to open one or more files from the command-line or from a file " "browser." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:694 +#: data/com.github.phase1geo.minder.appdata.xml.in:712 msgid "Fixed issues with connection coloring." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:695 +#: data/com.github.phase1geo.minder.appdata.xml.in:713 msgid "Fixed issue with pasting UTF8 strings from clipboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:703 +#: data/com.github.phase1geo.minder.appdata.xml.in:721 msgid "Added support for pasting an image or text as a new node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:704 +#: data/com.github.phase1geo.minder.appdata.xml.in:722 msgid "" "Added support for pasting an image or text, replacing the current node " "content." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:705 +#: data/com.github.phase1geo.minder.appdata.xml.in:723 msgid "" "Added support for pasting text, replacing the current connection content." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:706 +#: data/com.github.phase1geo.minder.appdata.xml.in:724 msgid "Added task support to Outliner import/export." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:707 +#: data/com.github.phase1geo.minder.appdata.xml.in:725 msgid "Added keyboard shortcut (Control-E) to display export interface." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:708 +#: data/com.github.phase1geo.minder.appdata.xml.in:726 msgid "" "Added support for creating a new root node hitting the Return key when no " "node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:709 +#: data/com.github.phase1geo.minder.appdata.xml.in:727 msgid "" "Added ability to add a new root node via the contextual menu when no node is " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:710 +#: data/com.github.phase1geo.minder.appdata.xml.in:728 msgid "" "Added ability to launch quick entry dialog via the contextual menu when no " "node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:711 +#: data/com.github.phase1geo.minder.appdata.xml.in:729 msgid "Added node alignment support for manual node layouts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:712 +#: data/com.github.phase1geo.minder.appdata.xml.in:730 msgid "Added ability to create a connected root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:713 +#: data/com.github.phase1geo.minder.appdata.xml.in:731 msgid "Added ability to replace/edit nodes via the Quick Entry feature." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:717 +#: data/com.github.phase1geo.minder.appdata.xml.in:735 msgid "" "Updated image editor dialog button bar to include support for clipboard " "operations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:718 +#: data/com.github.phase1geo.minder.appdata.xml.in:736 msgid "" "Improved display of buttons in image area of the node inspector sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:719 +#: data/com.github.phase1geo.minder.appdata.xml.in:737 msgid "Updated keyboard shortcut cheatsheet." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:720 +#: data/com.github.phase1geo.minder.appdata.xml.in:738 msgid "" "Changed quick text entry keyboard shortcut from Control-E to Control-Shift-E." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:721 +#: data/com.github.phase1geo.minder.appdata.xml.in:739 msgid "" "Changed the paste text in contextual menu to indicate what will be pasted." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:722 +#: data/com.github.phase1geo.minder.appdata.xml.in:740 msgid "Updated Outliner import/export support for tasks." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:723 +#: data/com.github.phase1geo.minder.appdata.xml.in:741 msgid "" "Added tooltip and changed cursor when cursor is over a link and the Control " "key is held down." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:727 +#: data/com.github.phase1geo.minder.appdata.xml.in:745 msgid "" "Removed empty Outliner rows from being added when Outliner file is imported." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:728 +#: data/com.github.phase1geo.minder.appdata.xml.in:746 msgid "" "Fixed loss of selection when shift key is held down and the background is " "clicked." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:729 +#: data/com.github.phase1geo.minder.appdata.xml.in:747 msgid "Added themed background color to exported PDF format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:730 +#: data/com.github.phase1geo.minder.appdata.xml.in:748 msgid "Fixed exports to allow existing files to be overwritten." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:731 +#: data/com.github.phase1geo.minder.appdata.xml.in:749 msgid "Fixed Org-Mode export syntax errors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:739 +#: data/com.github.phase1geo.minder.appdata.xml.in:757 msgid "Added support for using input methods." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:740 +#: data/com.github.phase1geo.minder.appdata.xml.in:758 msgid "Added Dutch translation (thanks to Heimen Stoffels)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:744 +#: data/com.github.phase1geo.minder.appdata.xml.in:762 msgid "" "Updated README.md to indicate which version of valac should be used if " "building from source." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:745 +#: data/com.github.phase1geo.minder.appdata.xml.in:763 msgid "Changed unnamed default filename to use translated value." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:746 +#: data/com.github.phase1geo.minder.appdata.xml.in:764 msgid "Updated French translations (thanks to Nathan Bonnemains)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:747 +#: data/com.github.phase1geo.minder.appdata.xml.in:765 msgid "Changed tab colors to match current document background." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:748 +#: data/com.github.phase1geo.minder.appdata.xml.in:766 msgid "Adjusted dark theme to help with current tab contrast." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:752 +#: data/com.github.phase1geo.minder.appdata.xml.in:770 msgid "" "Fixed issue with New Document plank command to load application data before " "opening new tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:753 +#: data/com.github.phase1geo.minder.appdata.xml.in:771 msgid "" "Fixed build issues with compiling libarchive code using newer versions of " "libarchive and valac." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:754 +#: data/com.github.phase1geo.minder.appdata.xml.in:772 msgid "Fixed issues with translating shortcut cheetsheat strings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:755 +#: data/com.github.phase1geo.minder.appdata.xml.in:773 msgid "Fixed issue with exporting images when manual layout mode is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:763 +#: data/com.github.phase1geo.minder.appdata.xml.in:781 msgid "" "Added support for importing/exporting Outliner files (new app in AppCenter!)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:764 +#: data/com.github.phase1geo.minder.appdata.xml.in:782 msgid "" "Added map inspector switch to enable/disable automatic rotation of main " "branch link color selection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:765 +#: data/com.github.phase1geo.minder.appdata.xml.in:783 msgid "Added ability to set all selected nodes to a specific color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:766 +#: data/com.github.phase1geo.minder.appdata.xml.in:784 msgid "" "Added ability to set all selected nodes to a randomly selected link color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:767 +#: data/com.github.phase1geo.minder.appdata.xml.in:785 msgid "" "Added ability to allow descendant nodes to have different link colors than " "ancestor nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:768 +#: data/com.github.phase1geo.minder.appdata.xml.in:786 msgid "" "Added ability to cause a descendant node with a different color than its " "parent to re-use the parent color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:769 +#: data/com.github.phase1geo.minder.appdata.xml.in:787 msgid "Added ability to select children nodes using Control-click." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:770 +#: data/com.github.phase1geo.minder.appdata.xml.in:788 msgid "" "Added ability to export a mind-map as a new Portable Minder filetype which " "will allow Minder files to be copied between different users/filesystems." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:771 +#: data/com.github.phase1geo.minder.appdata.xml.in:789 msgid "Added ability to export to Org-Mode format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:775 +#: data/com.github.phase1geo.minder.appdata.xml.in:793 msgid "Updated French translation (thanks to Nathan Bonnemains)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:776 +#: data/com.github.phase1geo.minder.appdata.xml.in:794 msgid "Improved OPML import support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:777 +#: data/com.github.phase1geo.minder.appdata.xml.in:795 msgid "Changed ability to select a subtree by Control + double-click." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:778 +#: data/com.github.phase1geo.minder.appdata.xml.in:796 msgid "" "Changed ability to select all nodes of the current level by Control + triple-" "click." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:782 +#: data/com.github.phase1geo.minder.appdata.xml.in:800 msgid "Fixed NodeJS version for Travis CI." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:783 +#: data/com.github.phase1geo.minder.appdata.xml.in:801 msgid "" "Fixed issue with adding a new child node that doesn't cause other descendant " "nodes to unfold." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:784 +#: data/com.github.phase1geo.minder.appdata.xml.in:802 msgid "Fixed issue with showing/hiding sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:785 +#: data/com.github.phase1geo.minder.appdata.xml.in:803 msgid "Fixed segmentation faults when loading a theme." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:786 +#: data/com.github.phase1geo.minder.appdata.xml.in:804 msgid "" "Fixed issue with the style inspector Change Affect value when selection " "changes (thanks to Viliam K.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:787 +#: data/com.github.phase1geo.minder.appdata.xml.in:805 msgid "Fixed issue with node markup within the node text (thanks to Viliam K)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:788 +#: data/com.github.phase1geo.minder.appdata.xml.in:806 msgid "" "Fixed issue with tab state not being properly saved when a new tab is added." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:789 +#: data/com.github.phase1geo.minder.appdata.xml.in:807 msgid "" "Fixed bug with updating tab tooltip and saving tab state when filename is " "changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:797 +#: data/com.github.phase1geo.minder.appdata.xml.in:815 msgid "" "Added ability to delete a single node (instead of the node and its subtree) " "in the contextual menu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:798 +#: data/com.github.phase1geo.minder.appdata.xml.in:816 msgid "" "When a new document is first saved, the first root node text is used as the " "default filename." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:799 +#: data/com.github.phase1geo.minder.appdata.xml.in:817 msgid "" "Added multi-select support which includes: Changing styles; Copy, cut, paste " "and delete support; Connect two selected nodes; Create node links between " "two or more selected nodes; and Fold/unfold selected nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:801 +#: data/com.github.phase1geo.minder.appdata.xml.in:819 msgid "Added support for URLs in node titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:802 +#: data/com.github.phase1geo.minder.appdata.xml.in:820 msgid "" "Added support for Markdown within a note: Notes are syntax highlighted; and " "Embedded URLs can be opened by Control-Clicking on them." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:806 +#: data/com.github.phase1geo.minder.appdata.xml.in:824 msgid "" "Updated application icon and other recently improved icons for improved " "readability (thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:807 +#: data/com.github.phase1geo.minder.appdata.xml.in:825 msgid "Improved look and readability of theme icons in the sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:808 +#: data/com.github.phase1geo.minder.appdata.xml.in:826 msgid "Changed sidebar to display theme icons in a grid layout." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:809 +#: data/com.github.phase1geo.minder.appdata.xml.in:827 msgid "Improved various export format output." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:813 +#: data/com.github.phase1geo.minder.appdata.xml.in:831 msgid "" "Fixed various compiler warnings/errors after compiling with latest version " "of Vala compiler." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:821 +#: data/com.github.phase1geo.minder.appdata.xml.in:839 msgid "Improved various icons (thanks to Nararyans R.I.)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:825 +#: data/com.github.phase1geo.minder.appdata.xml.in:843 msgid "Downgraded Node.js to fix Travis CI builds" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:826 +#: data/com.github.phase1geo.minder.appdata.xml.in:844 msgid "Fixed various compiler errors/warnings" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:834 +#: data/com.github.phase1geo.minder.appdata.xml.in:852 msgid "Added export to yEd." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:835 +#: data/com.github.phase1geo.minder.appdata.xml.in:853 msgid "Added ability to create, edit and delete custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:836 +#: data/com.github.phase1geo.minder.appdata.xml.in:854 msgid "" "Added new quick entry mode, allowing node trees to be input within a text " "editor." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:837 +#: data/com.github.phase1geo.minder.appdata.xml.in:855 msgid "Added Control-W keyboard shortcut to close the current tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:838 +#: data/com.github.phase1geo.minder.appdata.xml.in:856 msgid "Added shortcut exploration help window (use F1 key to display)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:842 +#: data/com.github.phase1geo.minder.appdata.xml.in:860 msgid "" "New search icon which has better contrast for Minder's themed header bar " "(thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:843 +#: data/com.github.phase1geo.minder.appdata.xml.in:861 msgid "New non-symbolic sidebar icon in header bar (thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:844 +#: data/com.github.phase1geo.minder.appdata.xml.in:862 msgid "" "New Minder application icon which fits in with the elementary OS color " "scheme better (thansk to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:845 +#: data/com.github.phase1geo.minder.appdata.xml.in:863 msgid "New focus icon in header bar (thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:846 +#: data/com.github.phase1geo.minder.appdata.xml.in:864 msgid "Improved styling when creating a new node/connection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:850 +#: data/com.github.phase1geo.minder.appdata.xml.in:868 msgid "" "Fixed issue where separate trees in same mind-map where allowed to overlap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:851 +#: data/com.github.phase1geo.minder.appdata.xml.in:869 msgid "Fixed node link drawing issue when using manual layout mode." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:852 +#: data/com.github.phase1geo.minder.appdata.xml.in:870 msgid "" "Fixed issues drawing arrows properly when straight node links were being " "used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:853 +#: data/com.github.phase1geo.minder.appdata.xml.in:871 msgid "Fixed display issues with the node fill switch in the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:854 +#: data/com.github.phase1geo.minder.appdata.xml.in:872 msgid "Fixed support for cut, copy and pasting connection title text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:855 +#: data/com.github.phase1geo.minder.appdata.xml.in:873 msgid "Fixed keyboard shortcut for toggling focus mode." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:862 +#: data/com.github.phase1geo.minder.appdata.xml.in:880 msgid "Fixed issue with automatic layout that was introduced in 1.4.0." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:870 +#: data/com.github.phase1geo.minder.appdata.xml.in:888 msgid "Added support for focus mode." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:871 +#: data/com.github.phase1geo.minder.appdata.xml.in:889 msgid "Added support for multiple documents with tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:872 +#: data/com.github.phase1geo.minder.appdata.xml.in:890 msgid "Added support for resizing the inspector sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:873 +#: data/com.github.phase1geo.minder.appdata.xml.in:891 msgid "" "Added support for creating a new node directly from editing an existing node " "presssing Return or Tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:874 +#: data/com.github.phase1geo.minder.appdata.xml.in:892 msgid "Added support for adding a new parent node to an existing node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:875 +#: data/com.github.phase1geo.minder.appdata.xml.in:893 msgid "" "Added support for importing/exporting to FreeMind and Freeplane formats." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:876 +#: data/com.github.phase1geo.minder.appdata.xml.in:894 msgid "Added support for sorting children either alphabetically or randomly." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:877 +#: data/com.github.phase1geo.minder.appdata.xml.in:895 msgid "" "Added support for creating a link from one node to another node in the same " "map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:878 +#: data/com.github.phase1geo.minder.appdata.xml.in:896 msgid "Added support for building a Flatpak." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:882 +#: data/com.github.phase1geo.minder.appdata.xml.in:900 msgid "Removed markup from translated strings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:883 +#: data/com.github.phase1geo.minder.appdata.xml.in:901 msgid "Standardized tooltips that display accelerator information." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:884 +#: data/com.github.phase1geo.minder.appdata.xml.in:902 msgid "Changed the way that node/connection titles are displayed in inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:885 +#: data/com.github.phase1geo.minder.appdata.xml.in:903 msgid "" "Changed app terminal script to allow command-line arguments to be passed to " "debug subcommand." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:886 +#: data/com.github.phase1geo.minder.appdata.xml.in:904 msgid "Changed header bar and widget colors to match Minder brand color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:887 +#: data/com.github.phase1geo.minder.appdata.xml.in:905 msgid "" "Changed search icon in header bar to a symbolic icon to improve readability." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:888 +#: data/com.github.phase1geo.minder.appdata.xml.in:906 msgid "" "When note tooltip is displayed, markup text is rendered for improved " "readability." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:889 +#: data/com.github.phase1geo.minder.appdata.xml.in:907 msgid "" "Enhanced app script to allow command-line arguments to be passed to debug " "subcommand." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:893 +#: data/com.github.phase1geo.minder.appdata.xml.in:911 msgid "" "Fixed an issue with calculating connection endpoints when a portion of the " "node is not visible." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:894 +#: data/com.github.phase1geo.minder.appdata.xml.in:912 msgid "Fixed file naming issue when a file is imported." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:895 +#: data/com.github.phase1geo.minder.appdata.xml.in:913 msgid "" "Fixed issue with displaying resized nodes on open or application startup." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:902 +#: data/com.github.phase1geo.minder.appdata.xml.in:920 msgid "Fixing issue with export functions." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:908 +#: data/com.github.phase1geo.minder.appdata.xml.in:926 msgid "Let's stay connected!" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:910 +#: data/com.github.phase1geo.minder.appdata.xml.in:928 msgid "Added support for creating a visual connection between any two nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:911 +#: data/com.github.phase1geo.minder.appdata.xml.in:929 msgid "Added ability to show/hide all connections in the map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:912 +#: data/com.github.phase1geo.minder.appdata.xml.in:930 msgid "" "Added support for remembering the last selected child of a node when " "navigating the map with the keyboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:913 +#: data/com.github.phase1geo.minder.appdata.xml.in:931 msgid "" "When escape key is used when editing text, editing mode is ended without " "reverting text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:914 +#: data/com.github.phase1geo.minder.appdata.xml.in:932 msgid "" "Created unique contextual menus depending on what is selected in the mind " "map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:915 +#: data/com.github.phase1geo.minder.appdata.xml.in:933 msgid "" "Changed Node sidebar tab to Current which shows either the currently " "selected node or connection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:916 +#: data/com.github.phase1geo.minder.appdata.xml.in:934 msgid "Improved link drawing when a node tree is being moved." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:917 +#: data/com.github.phase1geo.minder.appdata.xml.in:935 msgid "Switched from using GtkFileChooserDialog to GtkFileChooserNative." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:918 +#: data/com.github.phase1geo.minder.appdata.xml.in:936 msgid "" "Added support for inserting emoji when editing text in the mind map (use " "Control-period)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:919 +#: data/com.github.phase1geo.minder.appdata.xml.in:937 msgid "Improved readability of theme name when the theme is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:920 +#: data/com.github.phase1geo.minder.appdata.xml.in:938 msgid "" "Fixed issue where changing a global style was not saved/applied to new nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:921 +#: data/com.github.phase1geo.minder.appdata.xml.in:939 msgid "" "Improved copy/paste support of nodes so that copied items can be pasted in " "other mind maps." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:922 +#: data/com.github.phase1geo.minder.appdata.xml.in:940 msgid "" "Added support for dynamically changing to dark mode in the UI if the prefer-" "dark desktop gsetting is set." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:923 +#: data/com.github.phase1geo.minder.appdata.xml.in:941 msgid "Added ability to show/hide each panel within the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:924 +#: data/com.github.phase1geo.minder.appdata.xml.in:942 msgid "Removed support for Loki builds." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:931 +#: data/com.github.phase1geo.minder.appdata.xml.in:949 msgid "Fixing appdata.xml file omission." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:932 +#: data/com.github.phase1geo.minder.appdata.xml.in:950 msgid "" "Removing automatic style apply when the affects is set to certain values." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:939 +#: data/com.github.phase1geo.minder.appdata.xml.in:957 msgid "Added Spanish translation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:940 +#: data/com.github.phase1geo.minder.appdata.xml.in:958 msgid "" "Added support for Control-Return/Tab to support adding newlines/tabs in a " "node's title." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:941 +#: data/com.github.phase1geo.minder.appdata.xml.in:959 msgid "Improved node title editing support for selection and cursor movement." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:942 +#: data/com.github.phase1geo.minder.appdata.xml.in:960 msgid "Added support for automatically opening Minder files from Files." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:943 +#: data/com.github.phase1geo.minder.appdata.xml.in:961 msgid "Added ability to modify styles of nodes and links." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:944 +#: data/com.github.phase1geo.minder.appdata.xml.in:962 msgid "" "Changed layouts to be stored on a per tree basis instead of a per document " "basis." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:945 +#: data/com.github.phase1geo.minder.appdata.xml.in:963 msgid "Added support for exporting to the Mermaid format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:946 +#: data/com.github.phase1geo.minder.appdata.xml.in:964 msgid "Added support for disabling/enabling displaying markup in node title." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:947 +#: data/com.github.phase1geo.minder.appdata.xml.in:965 msgid "Improved the look of the fold indicators." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:948 +#: data/com.github.phase1geo.minder.appdata.xml.in:966 msgid "Lots of bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:955 +#: data/com.github.phase1geo.minder.appdata.xml.in:973 msgid "Adding Spanish translation (thanks to Adolfo Jayme-Barrientos)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:956 +#: data/com.github.phase1geo.minder.appdata.xml.in:974 msgid "Adding support for special character insertion via the Compose key." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:962 +#: data/com.github.phase1geo.minder.appdata.xml.in:980 msgid "Updating French translation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:967 +#: data/com.github.phase1geo.minder.appdata.xml.in:985 msgid "Bug fix release" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:969 +#: data/com.github.phase1geo.minder.appdata.xml.in:987 msgid "Fixed bugs related to editing unicode characters in map area." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:970 +#: data/com.github.phase1geo.minder.appdata.xml.in:988 msgid "" "Reduced height of node textbox in sidebar to help alleviate window sizing " "problems." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:971 +#: data/com.github.phase1geo.minder.appdata.xml.in:989 msgid "" "Fixed issue with moving a node to a different position within a parent node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:972 +#: data/com.github.phase1geo.minder.appdata.xml.in:990 msgid "Fixed issue connecting a root node to another node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:978 +#: data/com.github.phase1geo.minder.appdata.xml.in:996 msgid "Images now supported!" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:980 +#: data/com.github.phase1geo.minder.appdata.xml.in:998 msgid "Added support for images within nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:981 +#: data/com.github.phase1geo.minder.appdata.xml.in:999 msgid "Added basic image editing support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:982 +#: data/com.github.phase1geo.minder.appdata.xml.in:1000 msgid "Added support for dragging and dropping local and web images." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:983 +#: data/com.github.phase1geo.minder.appdata.xml.in:1001 msgid "Added support for resizing node width." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:984 +#: data/com.github.phase1geo.minder.appdata.xml.in:1002 msgid "Changed cursors when over a task button." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:985 +#: data/com.github.phase1geo.minder.appdata.xml.in:1003 msgid "Changed location of task and note elements in a node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:986 +#: data/com.github.phase1geo.minder.appdata.xml.in:1004 msgid "Added support for keeping the map from scrolling off screen." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:987 +#: data/com.github.phase1geo.minder.appdata.xml.in:1005 msgid "Added support for shift-mousewheel to scroll horizontally." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:988 +#: data/com.github.phase1geo.minder.appdata.xml.in:1006 msgid "Added support for control-mousewheel to zoom in/out." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:989 +#: data/com.github.phase1geo.minder.appdata.xml.in:1007 msgid "Fixed issue with drawing background when zoom factor was small." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:990 +#: data/com.github.phase1geo.minder.appdata.xml.in:1008 msgid "" "Custom icons are now stored as a gresource rather than in the file system." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:991 +#: data/com.github.phase1geo.minder.appdata.xml.in:1009 msgid "Other minor bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:997 +#: data/com.github.phase1geo.minder.appdata.xml.in:1015 msgid "Support for more export types and bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:999 +#: data/com.github.phase1geo.minder.appdata.xml.in:1017 msgid "" "Added support for exporting to SVG, JPEG, BMP, Markdown, PlainText and CSV " "formats." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1000 +#: data/com.github.phase1geo.minder.appdata.xml.in:1018 msgid "Added support for folding all completed tasks in map inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1001 +#: data/com.github.phase1geo.minder.appdata.xml.in:1019 msgid "Added support for unfolding all folded nodes in map inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1002 +#: data/com.github.phase1geo.minder.appdata.xml.in:1020 msgid "Added Solarized Dark and Solarized Light themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1003 +#: data/com.github.phase1geo.minder.appdata.xml.in:1021 msgid "Changing button display in map inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1004 +#: data/com.github.phase1geo.minder.appdata.xml.in:1022 msgid "Cleaning up Export menu to include a single \"Export\" option." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1005 +#: data/com.github.phase1geo.minder.appdata.xml.in:1023 msgid "" "Fixing issue where modified node title in node inspector was lost when input " "focus was changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1006 +#: data/com.github.phase1geo.minder.appdata.xml.in:1024 msgid "Fixing issue where an entire tree is attached to another tree." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1007 +#: data/com.github.phase1geo.minder.appdata.xml.in:1025 msgid "Added Czech translation (thanks to Jan Marek!)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1008 +#: data/com.github.phase1geo.minder.appdata.xml.in:1026 msgid "Added French translation (thanks to Yannick A.!)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1009 +#: data/com.github.phase1geo.minder.appdata.xml.in:1027 msgid "Added Brazilian Portuguese translation (thanks to btd1337!)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1015 +#: data/com.github.phase1geo.minder.appdata.xml.in:1033 msgid "Initial startup bug fix." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1020 +#: data/com.github.phase1geo.minder.appdata.xml.in:1038 msgid "Search improvements and bug fixes" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1022 +#: data/com.github.phase1geo.minder.appdata.xml.in:1040 msgid "Added ability to search within notes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1023 +#: data/com.github.phase1geo.minder.appdata.xml.in:1041 msgid "" "Added ability to optionally control search criteria within search popover." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1024 +#: data/com.github.phase1geo.minder.appdata.xml.in:1042 msgid "Fixed screenshots." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1025 +#: data/com.github.phase1geo.minder.appdata.xml.in:1043 msgid "" "Changed properties header bar icon to a sidebar hide/show icon for clarity." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1026 +#: data/com.github.phase1geo.minder.appdata.xml.in:1044 msgid "Several minor UI improvements." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1027 +#: data/com.github.phase1geo.minder.appdata.xml.in:1045 msgid "Removing deprecated GTK calls." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1028 +#: data/com.github.phase1geo.minder.appdata.xml.in:1046 msgid "Added ability to double-click on a node to make it editable." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1029 +#: data/com.github.phase1geo.minder.appdata.xml.in:1047 msgid "Bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1035 +#: data/com.github.phase1geo.minder.appdata.xml.in:1053 msgid "Initial release" msgstr "" diff --git a/po/extra/extra.pot b/po/extra/extra.pot index a9ef53f4..440becea 100644 --- a/po/extra/extra.pot +++ b/po/extra/extra.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -158,2293 +158,2309 @@ msgstr "" #: data/com.github.phase1geo.minder.appdata.xml.in:97 #: data/com.github.phase1geo.minder.appdata.xml.in:115 -#: data/com.github.phase1geo.minder.appdata.xml.in:182 -#: data/com.github.phase1geo.minder.appdata.xml.in:211 -#: data/com.github.phase1geo.minder.appdata.xml.in:243 -#: data/com.github.phase1geo.minder.appdata.xml.in:305 -#: data/com.github.phase1geo.minder.appdata.xml.in:350 -#: data/com.github.phase1geo.minder.appdata.xml.in:419 -#: data/com.github.phase1geo.minder.appdata.xml.in:440 -#: data/com.github.phase1geo.minder.appdata.xml.in:461 -#: data/com.github.phase1geo.minder.appdata.xml.in:485 -#: data/com.github.phase1geo.minder.appdata.xml.in:549 -#: data/com.github.phase1geo.minder.appdata.xml.in:569 -#: data/com.github.phase1geo.minder.appdata.xml.in:603 -#: data/com.github.phase1geo.minder.appdata.xml.in:667 -#: data/com.github.phase1geo.minder.appdata.xml.in:701 -#: data/com.github.phase1geo.minder.appdata.xml.in:737 -#: data/com.github.phase1geo.minder.appdata.xml.in:761 -#: data/com.github.phase1geo.minder.appdata.xml.in:795 -#: data/com.github.phase1geo.minder.appdata.xml.in:832 -#: data/com.github.phase1geo.minder.appdata.xml.in:868 +#: data/com.github.phase1geo.minder.appdata.xml.in:133 +#: data/com.github.phase1geo.minder.appdata.xml.in:200 +#: data/com.github.phase1geo.minder.appdata.xml.in:229 +#: data/com.github.phase1geo.minder.appdata.xml.in:261 +#: data/com.github.phase1geo.minder.appdata.xml.in:323 +#: data/com.github.phase1geo.minder.appdata.xml.in:368 +#: data/com.github.phase1geo.minder.appdata.xml.in:437 +#: data/com.github.phase1geo.minder.appdata.xml.in:458 +#: data/com.github.phase1geo.minder.appdata.xml.in:479 +#: data/com.github.phase1geo.minder.appdata.xml.in:503 +#: data/com.github.phase1geo.minder.appdata.xml.in:567 +#: data/com.github.phase1geo.minder.appdata.xml.in:587 +#: data/com.github.phase1geo.minder.appdata.xml.in:621 +#: data/com.github.phase1geo.minder.appdata.xml.in:685 +#: data/com.github.phase1geo.minder.appdata.xml.in:719 +#: data/com.github.phase1geo.minder.appdata.xml.in:755 +#: data/com.github.phase1geo.minder.appdata.xml.in:779 +#: data/com.github.phase1geo.minder.appdata.xml.in:813 +#: data/com.github.phase1geo.minder.appdata.xml.in:850 +#: data/com.github.phase1geo.minder.appdata.xml.in:886 msgid "New" msgstr "" #: data/com.github.phase1geo.minder.appdata.xml.in:99 -msgid "Added support for Shift-Tab to unindent nodes in Quick Entry." +msgid "Added support for Shift-L to change the color of any selected nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:101 -#: data/com.github.phase1geo.minder.appdata.xml.in:123 -#: data/com.github.phase1geo.minder.appdata.xml.in:146 -#: data/com.github.phase1geo.minder.appdata.xml.in:160 -#: data/com.github.phase1geo.minder.appdata.xml.in:172 -#: data/com.github.phase1geo.minder.appdata.xml.in:187 -#: data/com.github.phase1geo.minder.appdata.xml.in:215 -#: data/com.github.phase1geo.minder.appdata.xml.in:231 -#: data/com.github.phase1geo.minder.appdata.xml.in:260 -#: data/com.github.phase1geo.minder.appdata.xml.in:317 -#: data/com.github.phase1geo.minder.appdata.xml.in:337 -#: data/com.github.phase1geo.minder.appdata.xml.in:359 -#: data/com.github.phase1geo.minder.appdata.xml.in:390 -#: data/com.github.phase1geo.minder.appdata.xml.in:405 -#: data/com.github.phase1geo.minder.appdata.xml.in:424 -#: data/com.github.phase1geo.minder.appdata.xml.in:465 -#: data/com.github.phase1geo.minder.appdata.xml.in:496 -#: data/com.github.phase1geo.minder.appdata.xml.in:534 -#: data/com.github.phase1geo.minder.appdata.xml.in:553 -#: data/com.github.phase1geo.minder.appdata.xml.in:582 -#: data/com.github.phase1geo.minder.appdata.xml.in:618 -#: data/com.github.phase1geo.minder.appdata.xml.in:654 -#: data/com.github.phase1geo.minder.appdata.xml.in:673 -#: data/com.github.phase1geo.minder.appdata.xml.in:715 -#: data/com.github.phase1geo.minder.appdata.xml.in:742 -#: data/com.github.phase1geo.minder.appdata.xml.in:773 -#: data/com.github.phase1geo.minder.appdata.xml.in:804 -#: data/com.github.phase1geo.minder.appdata.xml.in:819 -#: data/com.github.phase1geo.minder.appdata.xml.in:840 -#: data/com.github.phase1geo.minder.appdata.xml.in:880 +#: data/com.github.phase1geo.minder.appdata.xml.in:100 +msgid "Added support for natural scrolling preference." +msgstr "" + +#: data/com.github.phase1geo.minder.appdata.xml.in:102 +#: data/com.github.phase1geo.minder.appdata.xml.in:119 +#: data/com.github.phase1geo.minder.appdata.xml.in:141 +#: data/com.github.phase1geo.minder.appdata.xml.in:164 +#: data/com.github.phase1geo.minder.appdata.xml.in:178 +#: data/com.github.phase1geo.minder.appdata.xml.in:190 +#: data/com.github.phase1geo.minder.appdata.xml.in:205 +#: data/com.github.phase1geo.minder.appdata.xml.in:233 +#: data/com.github.phase1geo.minder.appdata.xml.in:249 +#: data/com.github.phase1geo.minder.appdata.xml.in:278 +#: data/com.github.phase1geo.minder.appdata.xml.in:335 +#: data/com.github.phase1geo.minder.appdata.xml.in:355 +#: data/com.github.phase1geo.minder.appdata.xml.in:377 +#: data/com.github.phase1geo.minder.appdata.xml.in:408 +#: data/com.github.phase1geo.minder.appdata.xml.in:423 +#: data/com.github.phase1geo.minder.appdata.xml.in:442 +#: data/com.github.phase1geo.minder.appdata.xml.in:483 +#: data/com.github.phase1geo.minder.appdata.xml.in:514 +#: data/com.github.phase1geo.minder.appdata.xml.in:552 +#: data/com.github.phase1geo.minder.appdata.xml.in:571 +#: data/com.github.phase1geo.minder.appdata.xml.in:600 +#: data/com.github.phase1geo.minder.appdata.xml.in:636 +#: data/com.github.phase1geo.minder.appdata.xml.in:672 +#: data/com.github.phase1geo.minder.appdata.xml.in:691 +#: data/com.github.phase1geo.minder.appdata.xml.in:733 +#: data/com.github.phase1geo.minder.appdata.xml.in:760 +#: data/com.github.phase1geo.minder.appdata.xml.in:791 +#: data/com.github.phase1geo.minder.appdata.xml.in:822 +#: data/com.github.phase1geo.minder.appdata.xml.in:837 +#: data/com.github.phase1geo.minder.appdata.xml.in:858 +#: data/com.github.phase1geo.minder.appdata.xml.in:898 msgid "Changes" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:103 -#: data/com.github.phase1geo.minder.appdata.xml.in:125 +#: data/com.github.phase1geo.minder.appdata.xml.in:104 +msgid "" +"Updated README.md to change the installation instructions for Arch-based " +"distros to avoid issues with discount library." +msgstr "" + +#: data/com.github.phase1geo.minder.appdata.xml.in:117 +msgid "Added support for Shift-Tab to unindent nodes in Quick Entry." +msgstr "" + +#: data/com.github.phase1geo.minder.appdata.xml.in:121 +#: data/com.github.phase1geo.minder.appdata.xml.in:143 msgid "Updated Italian translation (thanks to @albanobatistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:104 +#: data/com.github.phase1geo.minder.appdata.xml.in:122 msgid "Improved Quick Entry auto-formatting to reduce user errors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:117 +#: data/com.github.phase1geo.minder.appdata.xml.in:135 msgid "Added support for adding node links in node, connection or group notes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:118 +#: data/com.github.phase1geo.minder.appdata.xml.in:136 msgid "Added support for providing custom stickers." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:119 +#: data/com.github.phase1geo.minder.appdata.xml.in:137 msgid "Added support for callouts that can be applied to nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:120 +#: data/com.github.phase1geo.minder.appdata.xml.in:138 msgid "" "Added node alignment toolbar in map sidebar when manual layout mode is " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:121 +#: data/com.github.phase1geo.minder.appdata.xml.in:139 msgid "Added output scaling to PNG/JPEG export options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:126 +#: data/com.github.phase1geo.minder.appdata.xml.in:144 msgid "Updated Revised Simplified Chinese translation (thanks to @aerowolf)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:127 +#: data/com.github.phase1geo.minder.appdata.xml.in:145 msgid "Updated German translation (thanks to Benjamin Weis)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:128 -#: data/com.github.phase1geo.minder.appdata.xml.in:175 -#: data/com.github.phase1geo.minder.appdata.xml.in:362 +#: data/com.github.phase1geo.minder.appdata.xml.in:146 +#: data/com.github.phase1geo.minder.appdata.xml.in:193 +#: data/com.github.phase1geo.minder.appdata.xml.in:380 msgid "Updated Russian translation (thanks to Alexandre Prokoudine)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:130 -#: data/com.github.phase1geo.minder.appdata.xml.in:150 -#: data/com.github.phase1geo.minder.appdata.xml.in:164 -#: data/com.github.phase1geo.minder.appdata.xml.in:193 -#: data/com.github.phase1geo.minder.appdata.xml.in:220 -#: data/com.github.phase1geo.minder.appdata.xml.in:235 -#: data/com.github.phase1geo.minder.appdata.xml.in:283 -#: data/com.github.phase1geo.minder.appdata.xml.in:326 -#: data/com.github.phase1geo.minder.appdata.xml.in:342 -#: data/com.github.phase1geo.minder.appdata.xml.in:374 -#: data/com.github.phase1geo.minder.appdata.xml.in:395 -#: data/com.github.phase1geo.minder.appdata.xml.in:409 -#: data/com.github.phase1geo.minder.appdata.xml.in:429 -#: data/com.github.phase1geo.minder.appdata.xml.in:445 -#: data/com.github.phase1geo.minder.appdata.xml.in:474 -#: data/com.github.phase1geo.minder.appdata.xml.in:509 -#: data/com.github.phase1geo.minder.appdata.xml.in:538 -#: data/com.github.phase1geo.minder.appdata.xml.in:559 -#: data/com.github.phase1geo.minder.appdata.xml.in:589 -#: data/com.github.phase1geo.minder.appdata.xml.in:627 +#: data/com.github.phase1geo.minder.appdata.xml.in:148 +#: data/com.github.phase1geo.minder.appdata.xml.in:168 +#: data/com.github.phase1geo.minder.appdata.xml.in:182 +#: data/com.github.phase1geo.minder.appdata.xml.in:211 +#: data/com.github.phase1geo.minder.appdata.xml.in:238 +#: data/com.github.phase1geo.minder.appdata.xml.in:253 +#: data/com.github.phase1geo.minder.appdata.xml.in:301 +#: data/com.github.phase1geo.minder.appdata.xml.in:344 +#: data/com.github.phase1geo.minder.appdata.xml.in:360 +#: data/com.github.phase1geo.minder.appdata.xml.in:392 +#: data/com.github.phase1geo.minder.appdata.xml.in:413 +#: data/com.github.phase1geo.minder.appdata.xml.in:427 +#: data/com.github.phase1geo.minder.appdata.xml.in:447 +#: data/com.github.phase1geo.minder.appdata.xml.in:463 +#: data/com.github.phase1geo.minder.appdata.xml.in:492 +#: data/com.github.phase1geo.minder.appdata.xml.in:527 +#: data/com.github.phase1geo.minder.appdata.xml.in:556 +#: data/com.github.phase1geo.minder.appdata.xml.in:577 +#: data/com.github.phase1geo.minder.appdata.xml.in:607 #: data/com.github.phase1geo.minder.appdata.xml.in:645 -#: data/com.github.phase1geo.minder.appdata.xml.in:658 -#: data/com.github.phase1geo.minder.appdata.xml.in:681 -#: data/com.github.phase1geo.minder.appdata.xml.in:725 -#: data/com.github.phase1geo.minder.appdata.xml.in:750 -#: data/com.github.phase1geo.minder.appdata.xml.in:780 -#: data/com.github.phase1geo.minder.appdata.xml.in:811 -#: data/com.github.phase1geo.minder.appdata.xml.in:823 -#: data/com.github.phase1geo.minder.appdata.xml.in:848 -#: data/com.github.phase1geo.minder.appdata.xml.in:891 +#: data/com.github.phase1geo.minder.appdata.xml.in:663 +#: data/com.github.phase1geo.minder.appdata.xml.in:676 +#: data/com.github.phase1geo.minder.appdata.xml.in:699 +#: data/com.github.phase1geo.minder.appdata.xml.in:743 +#: data/com.github.phase1geo.minder.appdata.xml.in:768 +#: data/com.github.phase1geo.minder.appdata.xml.in:798 +#: data/com.github.phase1geo.minder.appdata.xml.in:829 +#: data/com.github.phase1geo.minder.appdata.xml.in:841 +#: data/com.github.phase1geo.minder.appdata.xml.in:866 +#: data/com.github.phase1geo.minder.appdata.xml.in:909 msgid "Bug Fixes" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:132 +#: data/com.github.phase1geo.minder.appdata.xml.in:150 msgid "Fixed potential issues with custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:133 +#: data/com.github.phase1geo.minder.appdata.xml.in:151 msgid "Fixed tab state saving when tabs are closed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:134 +#: data/com.github.phase1geo.minder.appdata.xml.in:152 msgid "Fixed contextual menu when connection text is editable." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:148 +#: data/com.github.phase1geo.minder.appdata.xml.in:166 msgid "Adding auto-adjusting bottom margin in quick entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:152 +#: data/com.github.phase1geo.minder.appdata.xml.in:170 msgid "" "Fixed application crash when root node contains a note/link and node fill " "style is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:153 +#: data/com.github.phase1geo.minder.appdata.xml.in:171 msgid "Fixed issue with unfolding all nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:154 +#: data/com.github.phase1geo.minder.appdata.xml.in:172 msgid "Fixing middle mouse drag pan behavior." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:162 +#: data/com.github.phase1geo.minder.appdata.xml.in:180 msgid "Added app script subcommands for building/running flatpaks." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:166 +#: data/com.github.phase1geo.minder.appdata.xml.in:184 msgid "Fixed issues with Flatpak" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:174 -#: data/com.github.phase1geo.minder.appdata.xml.in:361 -#: data/com.github.phase1geo.minder.appdata.xml.in:555 -#: data/com.github.phase1geo.minder.appdata.xml.in:656 +#: data/com.github.phase1geo.minder.appdata.xml.in:192 +#: data/com.github.phase1geo.minder.appdata.xml.in:379 +#: data/com.github.phase1geo.minder.appdata.xml.in:573 +#: data/com.github.phase1geo.minder.appdata.xml.in:674 msgid "Updated Italian translation (thanks to @albanobattistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:176 +#: data/com.github.phase1geo.minder.appdata.xml.in:194 msgid "Adjusted codebase to compile on Fedora" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:184 +#: data/com.github.phase1geo.minder.appdata.xml.in:202 msgid "" "Added new --import command-line option for importing directly from command-" "line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:185 +#: data/com.github.phase1geo.minder.appdata.xml.in:203 msgid "Added support for importing Markdown." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:189 +#: data/com.github.phase1geo.minder.appdata.xml.in:207 msgid "" "Removed --format command-line option in favor of new --import and --export " "options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:190 +#: data/com.github.phase1geo.minder.appdata.xml.in:208 msgid "Improved export of Markdown output." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:191 +#: data/com.github.phase1geo.minder.appdata.xml.in:209 msgid "" "Improved loading of Minder Markdown syntax highlighting to make this an " "application-only syntax (not user-wide)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:195 +#: data/com.github.phase1geo.minder.appdata.xml.in:213 msgid "Fixed Markdown export issue with root nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:196 +#: data/com.github.phase1geo.minder.appdata.xml.in:214 msgid "Fixed issue with inserting non-printable characters." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:197 +#: data/com.github.phase1geo.minder.appdata.xml.in:215 msgid "Fixed issues with cursor movement for RTL languages." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:198 +#: data/com.github.phase1geo.minder.appdata.xml.in:216 msgid "" "Fixed issue with using Control-W shortcut when only a single tab is shown." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:199 +#: data/com.github.phase1geo.minder.appdata.xml.in:217 msgid "Fixed potential issue with adding a new tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:200 +#: data/com.github.phase1geo.minder.appdata.xml.in:218 msgid "Fixed issues with tab naming of new, unchanged documents." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:201 +#: data/com.github.phase1geo.minder.appdata.xml.in:219 msgid "" "Fixed cursor/selection issue when the Delete key is used (includes " "application crash issue)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:202 +#: data/com.github.phase1geo.minder.appdata.xml.in:220 msgid "Fixed issue with Control-Up cursor selection shortcut." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:203 +#: data/com.github.phase1geo.minder.appdata.xml.in:221 msgid "Fixed issue with centering a node with Shift-C." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:204 +#: data/com.github.phase1geo.minder.appdata.xml.in:222 msgid "Fixed several issues related to zoom/scaling." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:205 +#: data/com.github.phase1geo.minder.appdata.xml.in:223 msgid "Fixed location of input method entry field (thanks to @aeghn)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:213 +#: data/com.github.phase1geo.minder.appdata.xml.in:231 msgid "Added support for embedding image path in Quick Entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:217 -#: data/com.github.phase1geo.minder.appdata.xml.in:233 -#: data/com.github.phase1geo.minder.appdata.xml.in:264 -#: data/com.github.phase1geo.minder.appdata.xml.in:339 -#: data/com.github.phase1geo.minder.appdata.xml.in:392 -#: data/com.github.phase1geo.minder.appdata.xml.in:426 +#: data/com.github.phase1geo.minder.appdata.xml.in:235 +#: data/com.github.phase1geo.minder.appdata.xml.in:251 +#: data/com.github.phase1geo.minder.appdata.xml.in:282 +#: data/com.github.phase1geo.minder.appdata.xml.in:357 +#: data/com.github.phase1geo.minder.appdata.xml.in:410 +#: data/com.github.phase1geo.minder.appdata.xml.in:444 msgid "Updated Italian translation (thanks to @albanobattistella)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:218 +#: data/com.github.phase1geo.minder.appdata.xml.in:236 msgid "Code cleanup" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:222 +#: data/com.github.phase1geo.minder.appdata.xml.in:240 msgid "Fixed issues with exported images including selection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:223 +#: data/com.github.phase1geo.minder.appdata.xml.in:241 msgid "Fixed issue with importing OPML files (thanks to Ygor Mutti)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:224 +#: data/com.github.phase1geo.minder.appdata.xml.in:242 msgid "Fixed issue with undo/redo of Unicode characters." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:225 +#: data/com.github.phase1geo.minder.appdata.xml.in:243 msgid "Fixed issues with exporting to Outliner format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:237 +#: data/com.github.phase1geo.minder.appdata.xml.in:255 msgid "Fixing translation issues with Flatpak" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:245 +#: data/com.github.phase1geo.minder.appdata.xml.in:263 msgid "" "Added ability to change the size of the node while leaving the embedded " "image size unchanged." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:246 +#: data/com.github.phase1geo.minder.appdata.xml.in:264 msgid "Added tooltip to node resize handle." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:247 +#: data/com.github.phase1geo.minder.appdata.xml.in:265 msgid "" "Added Flatpak permission for home folder access by default (thanks to " "@SubhadeepJasu)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:248 +#: data/com.github.phase1geo.minder.appdata.xml.in:266 msgid "Added header font scaling in notes field." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:249 +#: data/com.github.phase1geo.minder.appdata.xml.in:267 msgid "Added support for exporting a mindmap via the command-line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:250 +#: data/com.github.phase1geo.minder.appdata.xml.in:268 msgid "Added support for importing via the command-line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:251 +#: data/com.github.phase1geo.minder.appdata.xml.in:269 msgid "Added ability to import a given filesystem as a mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:252 +#: data/com.github.phase1geo.minder.appdata.xml.in:270 msgid "Added ability to export a mindmap as a filesystem." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:253 +#: data/com.github.phase1geo.minder.appdata.xml.in:271 msgid "Added zh_CN translation (thanks to @potrans)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:254 +#: data/com.github.phase1geo.minder.appdata.xml.in:272 msgid "Added ability to enable/disable UI animations via gsettings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:255 +#: data/com.github.phase1geo.minder.appdata.xml.in:273 msgid "Added ability to associate a note with a selected group." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:256 +#: data/com.github.phase1geo.minder.appdata.xml.in:274 msgid "" "Added ability to copy and cut nodes via shortcuts when multiple nodes are " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:257 +#: data/com.github.phase1geo.minder.appdata.xml.in:275 msgid "" "Added ability to insert unicode characters in nodes, connections, and notes " "when a backslash character is entered." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:258 +#: data/com.github.phase1geo.minder.appdata.xml.in:276 msgid "" "Added support to detect read-only mindmap files and handle them " "appropriately." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:262 +#: data/com.github.phase1geo.minder.appdata.xml.in:280 msgid "Updated German translation (thanks to @hztirf and @bewe)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:263 +#: data/com.github.phase1geo.minder.appdata.xml.in:281 msgid "Updated Czech translation (thanks to @G020B)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:265 -#: data/com.github.phase1geo.minder.appdata.xml.in:393 +#: data/com.github.phase1geo.minder.appdata.xml.in:283 +#: data/com.github.phase1geo.minder.appdata.xml.in:411 msgid "Updated Russian translation (thanks to Alexandre Prokoudine)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:266 +#: data/com.github.phase1geo.minder.appdata.xml.in:284 msgid "Updated Portugese translation (thanks to @AncientBlueFrog)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:267 +#: data/com.github.phase1geo.minder.appdata.xml.in:285 msgid "Updated Polish translation (thanks to @pyotr71)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:268 +#: data/com.github.phase1geo.minder.appdata.xml.in:286 msgid "Updated Flatpak SDK from 6 to 6.1." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:269 +#: data/com.github.phase1geo.minder.appdata.xml.in:287 msgid "" "Improved sticker search (now case insensitive and uses fuzzy search -- " "thanks to @sibevin)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:270 +#: data/com.github.phase1geo.minder.appdata.xml.in:288 msgid "Changed node borders to use node padding to control shape." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:271 +#: data/com.github.phase1geo.minder.appdata.xml.in:289 msgid "Changed note popup to display rendered text instead of literal text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:272 +#: data/com.github.phase1geo.minder.appdata.xml.in:290 msgid "Updated headerbar icons for Gnome environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:273 +#: data/com.github.phase1geo.minder.appdata.xml.in:291 msgid "" "Mindmap root node text is now used for default filename when initially " "saving mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:274 +#: data/com.github.phase1geo.minder.appdata.xml.in:292 msgid "Changed image UI in sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:275 +#: data/com.github.phase1geo.minder.appdata.xml.in:293 msgid "Removed connection sidebar button bar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:276 +#: data/com.github.phase1geo.minder.appdata.xml.in:294 msgid "" "Improved Zoom to Selected Node functionality with name change (to better " "reflect what this feature does) and keyboard shortcut." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:277 +#: data/com.github.phase1geo.minder.appdata.xml.in:295 msgid "" "Enhanced OrgMode exporter (includes support for indent mode and improved " "output)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:278 +#: data/com.github.phase1geo.minder.appdata.xml.in:296 msgid "Enhanced image exporting features." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:279 +#: data/com.github.phase1geo.minder.appdata.xml.in:297 msgid "" "Minder files no longer contain precise positioning information so eliminate " "file changes on pan and zoom operations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:280 +#: data/com.github.phase1geo.minder.appdata.xml.in:298 msgid "Removed Control-E (export) from shortcuts documentation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:281 +#: data/com.github.phase1geo.minder.appdata.xml.in:299 msgid "Improved autosave frequency." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:285 +#: data/com.github.phase1geo.minder.appdata.xml.in:303 msgid "" "Fixed issues with connections being displayed when ancestor node is folded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:286 +#: data/com.github.phase1geo.minder.appdata.xml.in:304 msgid "Fixed issue with loading an older mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:287 +#: data/com.github.phase1geo.minder.appdata.xml.in:305 msgid "Fixed syntax highlighting in note fields." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:288 +#: data/com.github.phase1geo.minder.appdata.xml.in:306 msgid "Fixed Edit Text node menu functionality." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:289 +#: data/com.github.phase1geo.minder.appdata.xml.in:307 msgid "Fixed issue with node fonts not following the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:290 +#: data/com.github.phase1geo.minder.appdata.xml.in:308 msgid "" "Fixed application crashes when exporting to Freemind, Freeplane, XMind8 and " "Yed formats." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:291 +#: data/com.github.phase1geo.minder.appdata.xml.in:309 msgid "Fixed issue with saving the state of export switch values." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:292 +#: data/com.github.phase1geo.minder.appdata.xml.in:310 msgid "" "Fixed application crash when an image is dropped onto a blank portion of the " "mindmap canvas." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:293 +#: data/com.github.phase1geo.minder.appdata.xml.in:311 msgid "" "Fixed issues with URL link and text colors not changing when theme is " "changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:294 +#: data/com.github.phase1geo.minder.appdata.xml.in:312 msgid "Fixed application crash when grouping root nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:295 +#: data/com.github.phase1geo.minder.appdata.xml.in:313 msgid "Fixed issue causing app script to generate a warning message." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:296 +#: data/com.github.phase1geo.minder.appdata.xml.in:314 msgid "" "Fixed potential issue which caused notes to get deleted when selecting " "nodes, connections or groups." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:297 +#: data/com.github.phase1geo.minder.appdata.xml.in:315 msgid "" "Fixed application crash when saving an unsaved document with no root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:298 +#: data/com.github.phase1geo.minder.appdata.xml.in:316 msgid "Fixed issues with capitalized keyboard shortcuts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:299 +#: data/com.github.phase1geo.minder.appdata.xml.in:317 msgid "Fixed issue with loading file via the command-line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:307 +#: data/com.github.phase1geo.minder.appdata.xml.in:325 msgid "Added support for shallow (one-level folding)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:308 +#: data/com.github.phase1geo.minder.appdata.xml.in:326 msgid "Added import/export support for XMind version 2021." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:309 +#: data/com.github.phase1geo.minder.appdata.xml.in:327 msgid "Added support for external mind-map node linking." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:310 +#: data/com.github.phase1geo.minder.appdata.xml.in:328 msgid "Added node link tooltips." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:311 +#: data/com.github.phase1geo.minder.appdata.xml.in:329 msgid "Added support for overriding the color of a root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:312 +#: data/com.github.phase1geo.minder.appdata.xml.in:330 msgid "Added support for Markdown strikethrough syntax." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:313 +#: data/com.github.phase1geo.minder.appdata.xml.in:331 msgid "" "Added support for Control-Backspace/Delete to delete the previous/next word " "when editing node/connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:314 +#: data/com.github.phase1geo.minder.appdata.xml.in:332 msgid "Added tooltip to node fill switch in style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:315 +#: data/com.github.phase1geo.minder.appdata.xml.in:333 msgid "" "Added keyboard shortcuts for adding and removing URL links from node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:319 +#: data/com.github.phase1geo.minder.appdata.xml.in:337 msgid "Updates to Italian translation (thanks to @albanobattistella)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:320 +#: data/com.github.phase1geo.minder.appdata.xml.in:338 msgid "Updates to German translation (thanks to Hannes Fritz)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:321 +#: data/com.github.phase1geo.minder.appdata.xml.in:339 msgid "Improved accuracy of the list of translatable files." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:322 +#: data/com.github.phase1geo.minder.appdata.xml.in:340 msgid "" "Removed ability to use keyboard shortcuts when a mouse button is pressed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:323 +#: data/com.github.phase1geo.minder.appdata.xml.in:341 msgid "" "Removed Accounts permissions from Flatpak manifest as it is no longer needed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:324 +#: data/com.github.phase1geo.minder.appdata.xml.in:342 msgid "" "Improved adding URL link UI to automatically add URL from clipboard if one " "exists." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:328 +#: data/com.github.phase1geo.minder.appdata.xml.in:346 msgid "Fixed layout issues when pressing keys while animations are in process." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:329 +#: data/com.github.phase1geo.minder.appdata.xml.in:347 msgid "" "Fixed location of text size help information in the appearances preferences " "dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:330 +#: data/com.github.phase1geo.minder.appdata.xml.in:348 msgid "Fixed UX issues when the Hide Connections switch is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:331 +#: data/com.github.phase1geo.minder.appdata.xml.in:349 msgid "Fixed issue with pasting nodes when a node is not selected in a map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:340 +#: data/com.github.phase1geo.minder.appdata.xml.in:358 msgid "Updated screenshots for elementary OS 6." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:344 +#: data/com.github.phase1geo.minder.appdata.xml.in:362 msgid "Fixed command support for non-English keyboard layouts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:352 +#: data/com.github.phase1geo.minder.appdata.xml.in:370 msgid "" "Added support for toggling the task indicator when multiple nodes are " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:353 +#: data/com.github.phase1geo.minder.appdata.xml.in:371 msgid "Added German translation (thanks to Peter Sonntaga)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:354 +#: data/com.github.phase1geo.minder.appdata.xml.in:372 msgid "Added zoom amount in the zoom button tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:355 +#: data/com.github.phase1geo.minder.appdata.xml.in:373 msgid "" "Added support for y command to create/remove node links when multiple nodes " "are selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:356 +#: data/com.github.phase1geo.minder.appdata.xml.in:374 msgid "" "Added support for x command to create connections when two nodes are " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:357 +#: data/com.github.phase1geo.minder.appdata.xml.in:375 msgid "Added support for system dark mode setting." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:363 +#: data/com.github.phase1geo.minder.appdata.xml.in:381 msgid "Improved task indicator sizes in leaf nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:364 +#: data/com.github.phase1geo.minder.appdata.xml.in:382 msgid "Changed fold indicator from a circle to a square." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:365 +#: data/com.github.phase1geo.minder.appdata.xml.in:383 msgid "Removed zoom in/out menu items and made them buttons instead." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:366 +#: data/com.github.phase1geo.minder.appdata.xml.in:384 msgid "" "Node/connection is now automatically selected on right click if it is not " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:367 +#: data/com.github.phase1geo.minder.appdata.xml.in:385 msgid "Moved node change contextual menu items into their own submenu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:368 +#: data/com.github.phase1geo.minder.appdata.xml.in:386 msgid "Changed forward slash command to Control-A for selecting all text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:369 +#: data/com.github.phase1geo.minder.appdata.xml.in:387 msgid "" "Changed backward slash command to Control-Shift-A for deselecting all text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:370 +#: data/com.github.phase1geo.minder.appdata.xml.in:388 msgid "Changed F1 command to Control-? for displaying keyboard shortcuts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:371 +#: data/com.github.phase1geo.minder.appdata.xml.in:389 msgid "Updated keyboard shortcuts cheatsheet." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:372 +#: data/com.github.phase1geo.minder.appdata.xml.in:390 msgid "" "Updated code base for elementary OS 6 (gtksourceview-4, libhandy-1, Flatpak " "support, etc.)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:376 +#: data/com.github.phase1geo.minder.appdata.xml.in:394 msgid "" "Fixed issue where sticker tooltips were not displaying translated names." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:377 +#: data/com.github.phase1geo.minder.appdata.xml.in:395 msgid "" "Fixed node resizing issues when system font is changed in system settings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:378 +#: data/com.github.phase1geo.minder.appdata.xml.in:396 msgid "" "Fixed Flatpak issue to allow dark mode system settings to affect application." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:379 +#: data/com.github.phase1geo.minder.appdata.xml.in:397 msgid "Fixed layout issues when root node is resized." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:380 +#: data/com.github.phase1geo.minder.appdata.xml.in:398 msgid "Fixed squared and rounded link display for nodes attached to root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:381 +#: data/com.github.phase1geo.minder.appdata.xml.in:399 msgid "Fixed cursor location when End key used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:382 +#: data/com.github.phase1geo.minder.appdata.xml.in:400 msgid "" "Fixed potential node identification generation issue that can lead to bad " "connections on load." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:383 +#: data/com.github.phase1geo.minder.appdata.xml.in:401 msgid "Fixed location of node stickers within the node to improve look." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:384 +#: data/com.github.phase1geo.minder.appdata.xml.in:402 msgid "Fixed issues copying and pasting a single selected node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:397 +#: data/com.github.phase1geo.minder.appdata.xml.in:415 msgid "Added missing translatable strings in various parts of the UI." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:398 +#: data/com.github.phase1geo.minder.appdata.xml.in:416 msgid "Fixed URL parser issues." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:399 +#: data/com.github.phase1geo.minder.appdata.xml.in:417 msgid "Fixed application crash when forward deleting non-Latin text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:407 +#: data/com.github.phase1geo.minder.appdata.xml.in:425 msgid "Small optimization to Meson build procedure." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:411 +#: data/com.github.phase1geo.minder.appdata.xml.in:429 msgid "Fixed compile and run issue for distros lacking full granite support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:412 +#: data/com.github.phase1geo.minder.appdata.xml.in:430 msgid "" "Fixed issue with displaying correct themes when themes are hidden that don't " "match system theme." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:413 +#: data/com.github.phase1geo.minder.appdata.xml.in:431 msgid "Added missing translatable strings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:421 +#: data/com.github.phase1geo.minder.appdata.xml.in:439 msgid "Added rounded branching style." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:422 +#: data/com.github.phase1geo.minder.appdata.xml.in:440 msgid "Added support for drawing clickable folding areas." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:427 +#: data/com.github.phase1geo.minder.appdata.xml.in:445 msgid "Changed shape of the unfold indicator." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:431 +#: data/com.github.phase1geo.minder.appdata.xml.in:449 msgid "Fixed application crash on Manjaro." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:432 +#: data/com.github.phase1geo.minder.appdata.xml.in:450 msgid "Fixed link drawing order regression." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:433 +#: data/com.github.phase1geo.minder.appdata.xml.in:451 msgid "Removed error output when XML storage files do not exist." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:434 +#: data/com.github.phase1geo.minder.appdata.xml.in:452 msgid "Fixed parsing issue with filepaths starting with file://." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:442 +#: data/com.github.phase1geo.minder.appdata.xml.in:460 msgid "" "Added support for Control-Home/End to move the cursor to the beginning/end " "of the text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:443 +#: data/com.github.phase1geo.minder.appdata.xml.in:461 msgid "Added support for folded children count tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:447 +#: data/com.github.phase1geo.minder.appdata.xml.in:465 msgid "" "Fixed issue where selected text at beginning of text would not be deleted " "when the Backspace key was used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:448 +#: data/com.github.phase1geo.minder.appdata.xml.in:466 msgid "" "Fixed issue where selected text at end of text would not be deleted when the " "Delete key was used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:449 +#: data/com.github.phase1geo.minder.appdata.xml.in:467 msgid "Fixed selection issues after moving the cursor by a word." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:450 +#: data/com.github.phase1geo.minder.appdata.xml.in:468 msgid "" "Fixed Home/End keys to move the cursor to the beginning/end of the current " "line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:451 +#: data/com.github.phase1geo.minder.appdata.xml.in:469 msgid "" "Fixed node size and layout when system text size changes between Minder " "sessions." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:452 +#: data/com.github.phase1geo.minder.appdata.xml.in:470 msgid "" "Fixed issue with application crashing when older Minder file is loaded that " "used a custom theme." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:453 +#: data/com.github.phase1geo.minder.appdata.xml.in:471 msgid "" "Fixed issue with node sidebar image not being properly updated when sidebar " "is hidden." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:454 +#: data/com.github.phase1geo.minder.appdata.xml.in:472 msgid "" "Fixed square branch link drawing when some links have arrows drawn in them." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:455 +#: data/com.github.phase1geo.minder.appdata.xml.in:473 msgid "" "Fixed issue with the background border being drawn around link arrows in " "contexts where it should not." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:463 +#: data/com.github.phase1geo.minder.appdata.xml.in:481 msgid "Added Basque translation (thanks to @alexgabi)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:467 +#: data/com.github.phase1geo.minder.appdata.xml.in:485 msgid "Updated to Italian translation (thanks to @albanobattistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:468 +#: data/com.github.phase1geo.minder.appdata.xml.in:486 msgid "Updated to Brazilian Portugese translation (thanks to Felipe Simoes)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:469 +#: data/com.github.phase1geo.minder.appdata.xml.in:487 msgid "" "Opening a file will automatically close an existing unsaved, unchanged tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:470 +#: data/com.github.phase1geo.minder.appdata.xml.in:488 msgid "Changed color of connection drag handles to yellow." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:471 +#: data/com.github.phase1geo.minder.appdata.xml.in:489 msgid "" "Making it easier to grab connection drag handle when it is close to " "connection handles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:472 +#: data/com.github.phase1geo.minder.appdata.xml.in:490 msgid "Reducing auto-saves when editing node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:476 +#: data/com.github.phase1geo.minder.appdata.xml.in:494 msgid "Removed help information from PNG export panel." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:477 +#: data/com.github.phase1geo.minder.appdata.xml.in:495 msgid "" "Fixed issue with exporting images with connections/stickers which could get " "cropped out." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:478 +#: data/com.github.phase1geo.minder.appdata.xml.in:496 msgid "Fixed issue with empty tab when file cannot be loaded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:479 +#: data/com.github.phase1geo.minder.appdata.xml.in:497 msgid "" "Fixed issues with application crashes on startup in non-elementary " "environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:487 +#: data/com.github.phase1geo.minder.appdata.xml.in:505 msgid "Added subscript and superscript support to Markdown parser." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:488 +#: data/com.github.phase1geo.minder.appdata.xml.in:506 msgid "" "Added support for switching tabs with Control-Tab and Shift-Control-Tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:489 +#: data/com.github.phase1geo.minder.appdata.xml.in:507 msgid "Added support for remembering last used open/save dialog directories." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:490 +#: data/com.github.phase1geo.minder.appdata.xml.in:508 msgid "" "Added support for Alt-Left/Right/Up/Down keyboard shortcuts to rearrange " "sibling nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:491 +#: data/com.github.phase1geo.minder.appdata.xml.in:509 msgid "Added support for searching all tabs (thanks to @Messius58)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:492 +#: data/com.github.phase1geo.minder.appdata.xml.in:510 msgid "Added about window for non-elementary builds." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:493 +#: data/com.github.phase1geo.minder.appdata.xml.in:511 msgid "Added ability to move child nodes to parent via Alt+direction." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:494 +#: data/com.github.phase1geo.minder.appdata.xml.in:512 msgid "Added support for including images in Markdown export." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:498 +#: data/com.github.phase1geo.minder.appdata.xml.in:516 msgid "" "Added installation instructions to README.md for Debian (thanks to Robert " "Hubinak)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:499 +#: data/com.github.phase1geo.minder.appdata.xml.in:517 msgid "" "Replaced export UI with a new, improved UI with support for export options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:500 +#: data/com.github.phase1geo.minder.appdata.xml.in:518 msgid "Moved add node menu items to a submenu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:501 +#: data/com.github.phase1geo.minder.appdata.xml.in:519 msgid "Improved focus mode behavior." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:502 +#: data/com.github.phase1geo.minder.appdata.xml.in:520 msgid "" "Changed property header button to a toggle button and clarified the tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:503 +#: data/com.github.phase1geo.minder.appdata.xml.in:521 msgid "Changed keyboard shortcut to open sidebar from Control-| to F9." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:504 +#: data/com.github.phase1geo.minder.appdata.xml.in:522 msgid "" "Changed non-symbolic header bar icons to symbolic icons for non-elementary " "OS environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:505 +#: data/com.github.phase1geo.minder.appdata.xml.in:523 msgid "Improved link drawing algorithm to make link connections easier to see." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:506 +#: data/com.github.phase1geo.minder.appdata.xml.in:524 msgid "" "Changed Link Color in node inspector to Color to reflect the colors use." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:507 +#: data/com.github.phase1geo.minder.appdata.xml.in:525 msgid "Improved task button drawing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:511 +#: data/com.github.phase1geo.minder.appdata.xml.in:529 msgid "" "Fixed issue where tab background colors were incorrect when changing tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:512 +#: data/com.github.phase1geo.minder.appdata.xml.in:530 msgid "" "Fixed issue with getting valac pathname from Meson (thanks to paluszak)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:513 +#: data/com.github.phase1geo.minder.appdata.xml.in:531 msgid "Added desktop update call to post_install.py script." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:514 +#: data/com.github.phase1geo.minder.appdata.xml.in:532 msgid "Fixed issue with sidebar sizing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:515 +#: data/com.github.phase1geo.minder.appdata.xml.in:533 msgid "" "Fixed issue with remembering the sticker sidebar panel was last opened when " "restarting." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:516 +#: data/com.github.phase1geo.minder.appdata.xml.in:534 msgid "Fixed layout issues when unfolding a parent with folded children." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:517 +#: data/com.github.phase1geo.minder.appdata.xml.in:535 msgid "" "Fixed issue with hiding node groups when the main node in group is folded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:518 +#: data/com.github.phase1geo.minder.appdata.xml.in:536 msgid "" "Fixed issue with displaying link color in sidebar when root node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:519 +#: data/com.github.phase1geo.minder.appdata.xml.in:537 msgid "" "Fixed alpha value used for drawing node grouping when encompassed nodes are " "not in focus when focus mode is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:520 +#: data/com.github.phase1geo.minder.appdata.xml.in:538 msgid "Fixed issue with saving manually added embedded links in node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:521 +#: data/com.github.phase1geo.minder.appdata.xml.in:539 msgid "Fixed undo/redo text editing support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:522 +#: data/com.github.phase1geo.minder.appdata.xml.in:540 msgid "Updated keyboard shortcuts in help window." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:523 +#: data/com.github.phase1geo.minder.appdata.xml.in:541 msgid "" "Fixed issue of tab content flashing when application opens with multiple " "tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:524 +#: data/com.github.phase1geo.minder.appdata.xml.in:542 msgid "Fixed error when closing a tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:525 +#: data/com.github.phase1geo.minder.appdata.xml.in:543 msgid "Fixed issue with undo'ing text modifications." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:526 +#: data/com.github.phase1geo.minder.appdata.xml.in:544 msgid "" "Fixed issues with style inspector scale widgets not properly reflecting " "their current value." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:527 +#: data/com.github.phase1geo.minder.appdata.xml.in:545 msgid "Fixed various issues with node layout." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:528 +#: data/com.github.phase1geo.minder.appdata.xml.in:546 msgid "Fixed issue with undo'ing the deletion of a single node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:536 +#: data/com.github.phase1geo.minder.appdata.xml.in:554 msgid "Updated Italian translation (thanks to Albano Battistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:540 +#: data/com.github.phase1geo.minder.appdata.xml.in:558 msgid "Fixed application crash issues due to using custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:541 +#: data/com.github.phase1geo.minder.appdata.xml.in:559 msgid "Added missing theme colors in custom theme pane." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:542 +#: data/com.github.phase1geo.minder.appdata.xml.in:560 msgid "Fixed issues with application crash when editing a root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:543 +#: data/com.github.phase1geo.minder.appdata.xml.in:561 msgid "" "Fixed issue with filepath parser highlighting normal text that contains " "slash characters." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:551 +#: data/com.github.phase1geo.minder.appdata.xml.in:569 msgid "" "Added Shift-e keyboard shortcut to edit note text for nodes and connections." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:556 +#: data/com.github.phase1geo.minder.appdata.xml.in:574 msgid "" "Improved automatic layout of node trees when adjacent tree sizes change." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:557 +#: data/com.github.phase1geo.minder.appdata.xml.in:575 msgid "" "Changed node and connection contextual menus to show (Edit Note) instead of " "(Add Note) and (Remove Note) options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:561 +#: data/com.github.phase1geo.minder.appdata.xml.in:579 msgid "Fixing compilation issues." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:562 +#: data/com.github.phase1geo.minder.appdata.xml.in:580 msgid "Fixing behavior of 't' command when node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:563 +#: data/com.github.phase1geo.minder.appdata.xml.in:581 msgid "Fixing support for undo/redo of root node insertion." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:571 +#: data/com.github.phase1geo.minder.appdata.xml.in:589 msgid "Added Preferences dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:572 +#: data/com.github.phase1geo.minder.appdata.xml.in:590 msgid "Added Portuguese translation (thanks to Andre Barata)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:573 +#: data/com.github.phase1geo.minder.appdata.xml.in:591 msgid "" "Added keyboard shortcut (Menu or Shift-F10) to display contextual menus in " "mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:574 +#: data/com.github.phase1geo.minder.appdata.xml.in:592 msgid "Added default theme preference option." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:575 +#: data/com.github.phase1geo.minder.appdata.xml.in:593 msgid "Added preference option to select map items on cursor hover." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:576 +#: data/com.github.phase1geo.minder.appdata.xml.in:594 msgid "" "Added Shift+Home/End support for selecting all text from current cursor to " "beginning/end of node or connection titles when editing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:577 +#: data/com.github.phase1geo.minder.appdata.xml.in:595 msgid "Added support for PlantUML import/export." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:578 +#: data/com.github.phase1geo.minder.appdata.xml.in:596 msgid "" "Added support for displaying notifications on completion of export operation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:579 +#: data/com.github.phase1geo.minder.appdata.xml.in:597 msgid "Added keyboard shortcuts for displaying tabs in sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:580 +#: data/com.github.phase1geo.minder.appdata.xml.in:598 msgid "" "Added support for making filepath URIs clickable in nodes, connections and " "notes (displays the files in the file manager application)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:584 +#: data/com.github.phase1geo.minder.appdata.xml.in:602 msgid "" "When nodes are copied to clipboard, pasting them as text in an external " "application will be displayed as in text export format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:585 +#: data/com.github.phase1geo.minder.appdata.xml.in:603 msgid "" "When text is copied to the clipboard from an external application, pasting " "as nodes in Minder will parse in text import format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:586 +#: data/com.github.phase1geo.minder.appdata.xml.in:604 msgid "Improved look of menu accelerators and added missing accelerators." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:587 +#: data/com.github.phase1geo.minder.appdata.xml.in:605 msgid "" "Changed 't' command to transition task status from disabled to enabled to " "done and back to disabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:591 +#: data/com.github.phase1geo.minder.appdata.xml.in:609 msgid "Fixed issues with undo/redo of node/connection title changes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:592 +#: data/com.github.phase1geo.minder.appdata.xml.in:610 msgid "Fixed issue with undoing a connection add operation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:593 +#: data/com.github.phase1geo.minder.appdata.xml.in:611 msgid "" "Fixed issue with connection titles being clear when connection is moved to a " "different node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:594 +#: data/com.github.phase1geo.minder.appdata.xml.in:612 msgid "" "Fixed UI issue with changing window width by dragging right side of window " "when sidebar is hidden." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:595 +#: data/com.github.phase1geo.minder.appdata.xml.in:613 msgid "" "Fixed issues with inputting special characters with US international " "keyboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:596 +#: data/com.github.phase1geo.minder.appdata.xml.in:614 msgid "" "Fixed issue where images in resized nodes were not displaying properly on " "application restart." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:597 +#: data/com.github.phase1geo.minder.appdata.xml.in:615 msgid "" "Fixed issue where copying a filename in a file manager and pasting in Minder " "would attempt to past the icon image instead of the filename when editing " "text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:605 +#: data/com.github.phase1geo.minder.appdata.xml.in:623 msgid "Added Markdown highlighting support to node titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:606 +#: data/com.github.phase1geo.minder.appdata.xml.in:624 msgid "Added ability to set the maximum node size in style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:607 +#: data/com.github.phase1geo.minder.appdata.xml.in:625 msgid "" "Added ability to set the maximum connection title size in style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:608 +#: data/com.github.phase1geo.minder.appdata.xml.in:626 msgid "Added ability to set text field font size via gsetting." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:609 +#: data/com.github.phase1geo.minder.appdata.xml.in:627 msgid "Added ability to set branch margin in the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:610 +#: data/com.github.phase1geo.minder.appdata.xml.in:628 msgid "" "Added ability to add stickers to nodes, connections and anywhere else in the " "mind map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:611 +#: data/com.github.phase1geo.minder.appdata.xml.in:629 msgid "Added ability to visually create and display node groupings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:612 +#: data/com.github.phase1geo.minder.appdata.xml.in:630 msgid "Added import/export support for XMind." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:613 +#: data/com.github.phase1geo.minder.appdata.xml.in:631 msgid "" "Added support for specifying if connection titles should be added " "immediately after creating a connection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:614 +#: data/com.github.phase1geo.minder.appdata.xml.in:632 msgid "" "Added support for middle-click-and-drag to pan the canvas (Alt + mouse " "movement still supported)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:615 +#: data/com.github.phase1geo.minder.appdata.xml.in:633 msgid "Added keyboard shortcut for the Zoom to Fit option (Control-1)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:616 +#: data/com.github.phase1geo.minder.appdata.xml.in:634 msgid "Added new Mouse Events shortcut panel in shortcut cheatsheet." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:620 +#: data/com.github.phase1geo.minder.appdata.xml.in:638 msgid "" "Removed the sidebar style affects selector and using the status of the " "current selection instead." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:621 +#: data/com.github.phase1geo.minder.appdata.xml.in:639 msgid "" "Lowered the minimum node margin from 5 pixels to 1 pixel to allow for " "greater node density." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:622 +#: data/com.github.phase1geo.minder.appdata.xml.in:640 msgid "" "Removed connection title editing field in sidebar for better UI consistency." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:623 +#: data/com.github.phase1geo.minder.appdata.xml.in:641 msgid "" "Removed bold and italicized fonts from the style inspector font selectors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:624 +#: data/com.github.phase1geo.minder.appdata.xml.in:642 msgid "If connection title is empty, the title will be automatically removed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:625 +#: data/com.github.phase1geo.minder.appdata.xml.in:643 msgid "Updated application icon (thanks to Fatih20)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:629 +#: data/com.github.phase1geo.minder.appdata.xml.in:647 msgid "Fixed issue with importing Freemind notes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:630 +#: data/com.github.phase1geo.minder.appdata.xml.in:648 msgid "Fixed display of right-to-left text within nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:631 +#: data/com.github.phase1geo.minder.appdata.xml.in:649 msgid "" "Fixed issues with loading a .minder file that contains errant information." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:632 +#: data/com.github.phase1geo.minder.appdata.xml.in:650 msgid "Fixed issues with the layout of connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:633 +#: data/com.github.phase1geo.minder.appdata.xml.in:651 msgid "Fixed input method support when editing connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:634 +#: data/com.github.phase1geo.minder.appdata.xml.in:652 msgid "Fixed position of fold indicator when tree layout is Upwards." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:635 +#: data/com.github.phase1geo.minder.appdata.xml.in:653 msgid "" "Fixed node display issue when a node link is clicked to a node that is " "folded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:636 +#: data/com.github.phase1geo.minder.appdata.xml.in:654 msgid "" "Fixed error when connection title is double clicked when no text is present." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:637 +#: data/com.github.phase1geo.minder.appdata.xml.in:655 msgid "" "Fixed issue with opening the same document twice (only one tab will now " "exist per file)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:638 +#: data/com.github.phase1geo.minder.appdata.xml.in:656 msgid "" "Fixed Shift-Control-s keyboard shortcut to display the 'Save As' dialog " "instead of the 'Open' dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:639 +#: data/com.github.phase1geo.minder.appdata.xml.in:657 msgid "Fixed issue that allows you to click on or drag onto a hidden node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:647 -#: data/com.github.phase1geo.minder.appdata.xml.in:660 +#: data/com.github.phase1geo.minder.appdata.xml.in:665 +#: data/com.github.phase1geo.minder.appdata.xml.in:678 msgid "" "Fixed issue with setting cursor position with mouse when zoom factor is not " "100 percent." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:648 -#: data/com.github.phase1geo.minder.appdata.xml.in:661 +#: data/com.github.phase1geo.minder.appdata.xml.in:666 +#: data/com.github.phase1geo.minder.appdata.xml.in:679 msgid "" "Fixed issue with reading in Minder files that exceed the XML parser size " "limitations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:669 +#: data/com.github.phase1geo.minder.appdata.xml.in:687 msgid "Added support for selecting nodes by dragging out a selection box." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:670 +#: data/com.github.phase1geo.minder.appdata.xml.in:688 msgid "Added ability to configure the color used in connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:671 +#: data/com.github.phase1geo.minder.appdata.xml.in:689 msgid "Added Italian translation (thanks to albanobattistella on GitHub)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:675 +#: data/com.github.phase1geo.minder.appdata.xml.in:693 msgid "" "Refined and pixel fitted the application icon (thanks to Fatih20 on GitHub)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:676 +#: data/com.github.phase1geo.minder.appdata.xml.in:694 msgid "" "Changed panning with mouse from left-click with motion to Alt with motion." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:677 +#: data/com.github.phase1geo.minder.appdata.xml.in:695 msgid "Changed select parent to work with multiple selected nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:678 +#: data/com.github.phase1geo.minder.appdata.xml.in:696 msgid "Updated keyboard shortcuts cheatsheet for task commands." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:679 +#: data/com.github.phase1geo.minder.appdata.xml.in:697 msgid "Updated Spanish translation (thanks to febrezo on GitHub)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:683 +#: data/com.github.phase1geo.minder.appdata.xml.in:701 msgid "Fixed issues with changing connection styles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:684 +#: data/com.github.phase1geo.minder.appdata.xml.in:702 msgid "" "Fixed application crashes associated with changing layout to a balanceable " "layout with animations enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:685 +#: data/com.github.phase1geo.minder.appdata.xml.in:703 msgid "" "Fixed display of cursor when it is over a clickable feature in the mind map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:686 +#: data/com.github.phase1geo.minder.appdata.xml.in:704 msgid "Fixed issues with creating custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:687 +#: data/com.github.phase1geo.minder.appdata.xml.in:705 msgid "Fixed cursor in note editor when Control key is held over a URL link." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:688 +#: data/com.github.phase1geo.minder.appdata.xml.in:706 msgid "Fixed meson.build issue when comparing valac version." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:689 +#: data/com.github.phase1geo.minder.appdata.xml.in:707 msgid "Fixed connection colors in dark themes to help them be more visible." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:690 +#: data/com.github.phase1geo.minder.appdata.xml.in:708 msgid "" "Fixed issue where connection colors don't follow theme if they have not been " "manually changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:691 +#: data/com.github.phase1geo.minder.appdata.xml.in:709 msgid "" "Fixed application crash when animation is disabled, a node is moved, " "animation is enabled and a node is moved." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:692 +#: data/com.github.phase1geo.minder.appdata.xml.in:710 msgid "Fixed various issues with quick entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:693 +#: data/com.github.phase1geo.minder.appdata.xml.in:711 msgid "" "Fixed ability to open one or more files from the command-line or from a file " "browser." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:694 +#: data/com.github.phase1geo.minder.appdata.xml.in:712 msgid "Fixed issues with connection coloring." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:695 +#: data/com.github.phase1geo.minder.appdata.xml.in:713 msgid "Fixed issue with pasting UTF8 strings from clipboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:703 +#: data/com.github.phase1geo.minder.appdata.xml.in:721 msgid "Added support for pasting an image or text as a new node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:704 +#: data/com.github.phase1geo.minder.appdata.xml.in:722 msgid "" "Added support for pasting an image or text, replacing the current node " "content." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:705 +#: data/com.github.phase1geo.minder.appdata.xml.in:723 msgid "" "Added support for pasting text, replacing the current connection content." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:706 +#: data/com.github.phase1geo.minder.appdata.xml.in:724 msgid "Added task support to Outliner import/export." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:707 +#: data/com.github.phase1geo.minder.appdata.xml.in:725 msgid "Added keyboard shortcut (Control-E) to display export interface." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:708 +#: data/com.github.phase1geo.minder.appdata.xml.in:726 msgid "" "Added support for creating a new root node hitting the Return key when no " "node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:709 +#: data/com.github.phase1geo.minder.appdata.xml.in:727 msgid "" "Added ability to add a new root node via the contextual menu when no node is " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:710 +#: data/com.github.phase1geo.minder.appdata.xml.in:728 msgid "" "Added ability to launch quick entry dialog via the contextual menu when no " "node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:711 +#: data/com.github.phase1geo.minder.appdata.xml.in:729 msgid "Added node alignment support for manual node layouts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:712 +#: data/com.github.phase1geo.minder.appdata.xml.in:730 msgid "Added ability to create a connected root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:713 +#: data/com.github.phase1geo.minder.appdata.xml.in:731 msgid "Added ability to replace/edit nodes via the Quick Entry feature." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:717 +#: data/com.github.phase1geo.minder.appdata.xml.in:735 msgid "" "Updated image editor dialog button bar to include support for clipboard " "operations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:718 +#: data/com.github.phase1geo.minder.appdata.xml.in:736 msgid "" "Improved display of buttons in image area of the node inspector sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:719 +#: data/com.github.phase1geo.minder.appdata.xml.in:737 msgid "Updated keyboard shortcut cheatsheet." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:720 +#: data/com.github.phase1geo.minder.appdata.xml.in:738 msgid "" "Changed quick text entry keyboard shortcut from Control-E to Control-Shift-E." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:721 +#: data/com.github.phase1geo.minder.appdata.xml.in:739 msgid "" "Changed the paste text in contextual menu to indicate what will be pasted." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:722 +#: data/com.github.phase1geo.minder.appdata.xml.in:740 msgid "Updated Outliner import/export support for tasks." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:723 +#: data/com.github.phase1geo.minder.appdata.xml.in:741 msgid "" "Added tooltip and changed cursor when cursor is over a link and the Control " "key is held down." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:727 +#: data/com.github.phase1geo.minder.appdata.xml.in:745 msgid "" "Removed empty Outliner rows from being added when Outliner file is imported." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:728 +#: data/com.github.phase1geo.minder.appdata.xml.in:746 msgid "" "Fixed loss of selection when shift key is held down and the background is " "clicked." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:729 +#: data/com.github.phase1geo.minder.appdata.xml.in:747 msgid "Added themed background color to exported PDF format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:730 +#: data/com.github.phase1geo.minder.appdata.xml.in:748 msgid "Fixed exports to allow existing files to be overwritten." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:731 +#: data/com.github.phase1geo.minder.appdata.xml.in:749 msgid "Fixed Org-Mode export syntax errors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:739 +#: data/com.github.phase1geo.minder.appdata.xml.in:757 msgid "Added support for using input methods." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:740 +#: data/com.github.phase1geo.minder.appdata.xml.in:758 msgid "Added Dutch translation (thanks to Heimen Stoffels)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:744 +#: data/com.github.phase1geo.minder.appdata.xml.in:762 msgid "" "Updated README.md to indicate which version of valac should be used if " "building from source." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:745 +#: data/com.github.phase1geo.minder.appdata.xml.in:763 msgid "Changed unnamed default filename to use translated value." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:746 +#: data/com.github.phase1geo.minder.appdata.xml.in:764 msgid "Updated French translations (thanks to Nathan Bonnemains)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:747 +#: data/com.github.phase1geo.minder.appdata.xml.in:765 msgid "Changed tab colors to match current document background." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:748 +#: data/com.github.phase1geo.minder.appdata.xml.in:766 msgid "Adjusted dark theme to help with current tab contrast." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:752 +#: data/com.github.phase1geo.minder.appdata.xml.in:770 msgid "" "Fixed issue with New Document plank command to load application data before " "opening new tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:753 +#: data/com.github.phase1geo.minder.appdata.xml.in:771 msgid "" "Fixed build issues with compiling libarchive code using newer versions of " "libarchive and valac." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:754 +#: data/com.github.phase1geo.minder.appdata.xml.in:772 msgid "Fixed issues with translating shortcut cheetsheat strings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:755 +#: data/com.github.phase1geo.minder.appdata.xml.in:773 msgid "Fixed issue with exporting images when manual layout mode is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:763 +#: data/com.github.phase1geo.minder.appdata.xml.in:781 msgid "" "Added support for importing/exporting Outliner files (new app in AppCenter!)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:764 +#: data/com.github.phase1geo.minder.appdata.xml.in:782 msgid "" "Added map inspector switch to enable/disable automatic rotation of main " "branch link color selection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:765 +#: data/com.github.phase1geo.minder.appdata.xml.in:783 msgid "Added ability to set all selected nodes to a specific color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:766 +#: data/com.github.phase1geo.minder.appdata.xml.in:784 msgid "" "Added ability to set all selected nodes to a randomly selected link color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:767 +#: data/com.github.phase1geo.minder.appdata.xml.in:785 msgid "" "Added ability to allow descendant nodes to have different link colors than " "ancestor nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:768 +#: data/com.github.phase1geo.minder.appdata.xml.in:786 msgid "" "Added ability to cause a descendant node with a different color than its " "parent to re-use the parent color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:769 +#: data/com.github.phase1geo.minder.appdata.xml.in:787 msgid "Added ability to select children nodes using Control-click." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:770 +#: data/com.github.phase1geo.minder.appdata.xml.in:788 msgid "" "Added ability to export a mind-map as a new Portable Minder filetype which " "will allow Minder files to be copied between different users/filesystems." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:771 +#: data/com.github.phase1geo.minder.appdata.xml.in:789 msgid "Added ability to export to Org-Mode format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:775 +#: data/com.github.phase1geo.minder.appdata.xml.in:793 msgid "Updated French translation (thanks to Nathan Bonnemains)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:776 +#: data/com.github.phase1geo.minder.appdata.xml.in:794 msgid "Improved OPML import support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:777 +#: data/com.github.phase1geo.minder.appdata.xml.in:795 msgid "Changed ability to select a subtree by Control + double-click." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:778 +#: data/com.github.phase1geo.minder.appdata.xml.in:796 msgid "" "Changed ability to select all nodes of the current level by Control + triple-" "click." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:782 +#: data/com.github.phase1geo.minder.appdata.xml.in:800 msgid "Fixed NodeJS version for Travis CI." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:783 +#: data/com.github.phase1geo.minder.appdata.xml.in:801 msgid "" "Fixed issue with adding a new child node that doesn't cause other descendant " "nodes to unfold." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:784 +#: data/com.github.phase1geo.minder.appdata.xml.in:802 msgid "Fixed issue with showing/hiding sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:785 +#: data/com.github.phase1geo.minder.appdata.xml.in:803 msgid "Fixed segmentation faults when loading a theme." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:786 +#: data/com.github.phase1geo.minder.appdata.xml.in:804 msgid "" "Fixed issue with the style inspector Change Affect value when selection " "changes (thanks to Viliam K.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:787 +#: data/com.github.phase1geo.minder.appdata.xml.in:805 msgid "Fixed issue with node markup within the node text (thanks to Viliam K)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:788 +#: data/com.github.phase1geo.minder.appdata.xml.in:806 msgid "" "Fixed issue with tab state not being properly saved when a new tab is added." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:789 +#: data/com.github.phase1geo.minder.appdata.xml.in:807 msgid "" "Fixed bug with updating tab tooltip and saving tab state when filename is " "changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:797 +#: data/com.github.phase1geo.minder.appdata.xml.in:815 msgid "" "Added ability to delete a single node (instead of the node and its subtree) " "in the contextual menu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:798 +#: data/com.github.phase1geo.minder.appdata.xml.in:816 msgid "" "When a new document is first saved, the first root node text is used as the " "default filename." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:799 +#: data/com.github.phase1geo.minder.appdata.xml.in:817 msgid "" "Added multi-select support which includes: Changing styles; Copy, cut, paste " "and delete support; Connect two selected nodes; Create node links between " "two or more selected nodes; and Fold/unfold selected nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:801 +#: data/com.github.phase1geo.minder.appdata.xml.in:819 msgid "Added support for URLs in node titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:802 +#: data/com.github.phase1geo.minder.appdata.xml.in:820 msgid "" "Added support for Markdown within a note: Notes are syntax highlighted; and " "Embedded URLs can be opened by Control-Clicking on them." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:806 +#: data/com.github.phase1geo.minder.appdata.xml.in:824 msgid "" "Updated application icon and other recently improved icons for improved " "readability (thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:807 +#: data/com.github.phase1geo.minder.appdata.xml.in:825 msgid "Improved look and readability of theme icons in the sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:808 +#: data/com.github.phase1geo.minder.appdata.xml.in:826 msgid "Changed sidebar to display theme icons in a grid layout." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:809 +#: data/com.github.phase1geo.minder.appdata.xml.in:827 msgid "Improved various export format output." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:813 +#: data/com.github.phase1geo.minder.appdata.xml.in:831 msgid "" "Fixed various compiler warnings/errors after compiling with latest version " "of Vala compiler." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:821 +#: data/com.github.phase1geo.minder.appdata.xml.in:839 msgid "Improved various icons (thanks to Nararyans R.I.)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:825 +#: data/com.github.phase1geo.minder.appdata.xml.in:843 msgid "Downgraded Node.js to fix Travis CI builds" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:826 +#: data/com.github.phase1geo.minder.appdata.xml.in:844 msgid "Fixed various compiler errors/warnings" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:834 +#: data/com.github.phase1geo.minder.appdata.xml.in:852 msgid "Added export to yEd." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:835 +#: data/com.github.phase1geo.minder.appdata.xml.in:853 msgid "Added ability to create, edit and delete custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:836 +#: data/com.github.phase1geo.minder.appdata.xml.in:854 msgid "" "Added new quick entry mode, allowing node trees to be input within a text " "editor." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:837 +#: data/com.github.phase1geo.minder.appdata.xml.in:855 msgid "Added Control-W keyboard shortcut to close the current tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:838 +#: data/com.github.phase1geo.minder.appdata.xml.in:856 msgid "Added shortcut exploration help window (use F1 key to display)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:842 +#: data/com.github.phase1geo.minder.appdata.xml.in:860 msgid "" "New search icon which has better contrast for Minder's themed header bar " "(thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:843 +#: data/com.github.phase1geo.minder.appdata.xml.in:861 msgid "New non-symbolic sidebar icon in header bar (thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:844 +#: data/com.github.phase1geo.minder.appdata.xml.in:862 msgid "" "New Minder application icon which fits in with the elementary OS color " "scheme better (thansk to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:845 +#: data/com.github.phase1geo.minder.appdata.xml.in:863 msgid "New focus icon in header bar (thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:846 +#: data/com.github.phase1geo.minder.appdata.xml.in:864 msgid "Improved styling when creating a new node/connection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:850 +#: data/com.github.phase1geo.minder.appdata.xml.in:868 msgid "" "Fixed issue where separate trees in same mind-map where allowed to overlap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:851 +#: data/com.github.phase1geo.minder.appdata.xml.in:869 msgid "Fixed node link drawing issue when using manual layout mode." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:852 +#: data/com.github.phase1geo.minder.appdata.xml.in:870 msgid "" "Fixed issues drawing arrows properly when straight node links were being " "used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:853 +#: data/com.github.phase1geo.minder.appdata.xml.in:871 msgid "Fixed display issues with the node fill switch in the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:854 +#: data/com.github.phase1geo.minder.appdata.xml.in:872 msgid "Fixed support for cut, copy and pasting connection title text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:855 +#: data/com.github.phase1geo.minder.appdata.xml.in:873 msgid "Fixed keyboard shortcut for toggling focus mode." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:862 +#: data/com.github.phase1geo.minder.appdata.xml.in:880 msgid "Fixed issue with automatic layout that was introduced in 1.4.0." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:870 +#: data/com.github.phase1geo.minder.appdata.xml.in:888 msgid "Added support for focus mode." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:871 +#: data/com.github.phase1geo.minder.appdata.xml.in:889 msgid "Added support for multiple documents with tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:872 +#: data/com.github.phase1geo.minder.appdata.xml.in:890 msgid "Added support for resizing the inspector sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:873 +#: data/com.github.phase1geo.minder.appdata.xml.in:891 msgid "" "Added support for creating a new node directly from editing an existing node " "presssing Return or Tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:874 +#: data/com.github.phase1geo.minder.appdata.xml.in:892 msgid "Added support for adding a new parent node to an existing node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:875 +#: data/com.github.phase1geo.minder.appdata.xml.in:893 msgid "" "Added support for importing/exporting to FreeMind and Freeplane formats." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:876 +#: data/com.github.phase1geo.minder.appdata.xml.in:894 msgid "Added support for sorting children either alphabetically or randomly." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:877 +#: data/com.github.phase1geo.minder.appdata.xml.in:895 msgid "" "Added support for creating a link from one node to another node in the same " "map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:878 +#: data/com.github.phase1geo.minder.appdata.xml.in:896 msgid "Added support for building a Flatpak." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:882 +#: data/com.github.phase1geo.minder.appdata.xml.in:900 msgid "Removed markup from translated strings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:883 +#: data/com.github.phase1geo.minder.appdata.xml.in:901 msgid "Standardized tooltips that display accelerator information." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:884 +#: data/com.github.phase1geo.minder.appdata.xml.in:902 msgid "Changed the way that node/connection titles are displayed in inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:885 +#: data/com.github.phase1geo.minder.appdata.xml.in:903 msgid "" "Changed app terminal script to allow command-line arguments to be passed to " "debug subcommand." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:886 +#: data/com.github.phase1geo.minder.appdata.xml.in:904 msgid "Changed header bar and widget colors to match Minder brand color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:887 +#: data/com.github.phase1geo.minder.appdata.xml.in:905 msgid "" "Changed search icon in header bar to a symbolic icon to improve readability." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:888 +#: data/com.github.phase1geo.minder.appdata.xml.in:906 msgid "" "When note tooltip is displayed, markup text is rendered for improved " "readability." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:889 +#: data/com.github.phase1geo.minder.appdata.xml.in:907 msgid "" "Enhanced app script to allow command-line arguments to be passed to debug " "subcommand." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:893 +#: data/com.github.phase1geo.minder.appdata.xml.in:911 msgid "" "Fixed an issue with calculating connection endpoints when a portion of the " "node is not visible." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:894 +#: data/com.github.phase1geo.minder.appdata.xml.in:912 msgid "Fixed file naming issue when a file is imported." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:895 +#: data/com.github.phase1geo.minder.appdata.xml.in:913 msgid "" "Fixed issue with displaying resized nodes on open or application startup." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:902 +#: data/com.github.phase1geo.minder.appdata.xml.in:920 msgid "Fixing issue with export functions." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:908 +#: data/com.github.phase1geo.minder.appdata.xml.in:926 msgid "Let's stay connected!" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:910 +#: data/com.github.phase1geo.minder.appdata.xml.in:928 msgid "Added support for creating a visual connection between any two nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:911 +#: data/com.github.phase1geo.minder.appdata.xml.in:929 msgid "Added ability to show/hide all connections in the map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:912 +#: data/com.github.phase1geo.minder.appdata.xml.in:930 msgid "" "Added support for remembering the last selected child of a node when " "navigating the map with the keyboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:913 +#: data/com.github.phase1geo.minder.appdata.xml.in:931 msgid "" "When escape key is used when editing text, editing mode is ended without " "reverting text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:914 +#: data/com.github.phase1geo.minder.appdata.xml.in:932 msgid "" "Created unique contextual menus depending on what is selected in the mind " "map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:915 +#: data/com.github.phase1geo.minder.appdata.xml.in:933 msgid "" "Changed Node sidebar tab to Current which shows either the currently " "selected node or connection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:916 +#: data/com.github.phase1geo.minder.appdata.xml.in:934 msgid "Improved link drawing when a node tree is being moved." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:917 +#: data/com.github.phase1geo.minder.appdata.xml.in:935 msgid "Switched from using GtkFileChooserDialog to GtkFileChooserNative." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:918 +#: data/com.github.phase1geo.minder.appdata.xml.in:936 msgid "" "Added support for inserting emoji when editing text in the mind map (use " "Control-period)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:919 +#: data/com.github.phase1geo.minder.appdata.xml.in:937 msgid "Improved readability of theme name when the theme is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:920 +#: data/com.github.phase1geo.minder.appdata.xml.in:938 msgid "" "Fixed issue where changing a global style was not saved/applied to new nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:921 +#: data/com.github.phase1geo.minder.appdata.xml.in:939 msgid "" "Improved copy/paste support of nodes so that copied items can be pasted in " "other mind maps." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:922 +#: data/com.github.phase1geo.minder.appdata.xml.in:940 msgid "" "Added support for dynamically changing to dark mode in the UI if the prefer-" "dark desktop gsetting is set." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:923 +#: data/com.github.phase1geo.minder.appdata.xml.in:941 msgid "Added ability to show/hide each panel within the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:924 +#: data/com.github.phase1geo.minder.appdata.xml.in:942 msgid "Removed support for Loki builds." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:931 +#: data/com.github.phase1geo.minder.appdata.xml.in:949 msgid "Fixing appdata.xml file omission." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:932 +#: data/com.github.phase1geo.minder.appdata.xml.in:950 msgid "" "Removing automatic style apply when the affects is set to certain values." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:939 +#: data/com.github.phase1geo.minder.appdata.xml.in:957 msgid "Added Spanish translation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:940 +#: data/com.github.phase1geo.minder.appdata.xml.in:958 msgid "" "Added support for Control-Return/Tab to support adding newlines/tabs in a " "node's title." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:941 +#: data/com.github.phase1geo.minder.appdata.xml.in:959 msgid "Improved node title editing support for selection and cursor movement." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:942 +#: data/com.github.phase1geo.minder.appdata.xml.in:960 msgid "Added support for automatically opening Minder files from Files." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:943 +#: data/com.github.phase1geo.minder.appdata.xml.in:961 msgid "Added ability to modify styles of nodes and links." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:944 +#: data/com.github.phase1geo.minder.appdata.xml.in:962 msgid "" "Changed layouts to be stored on a per tree basis instead of a per document " "basis." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:945 +#: data/com.github.phase1geo.minder.appdata.xml.in:963 msgid "Added support for exporting to the Mermaid format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:946 +#: data/com.github.phase1geo.minder.appdata.xml.in:964 msgid "Added support for disabling/enabling displaying markup in node title." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:947 +#: data/com.github.phase1geo.minder.appdata.xml.in:965 msgid "Improved the look of the fold indicators." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:948 +#: data/com.github.phase1geo.minder.appdata.xml.in:966 msgid "Lots of bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:955 +#: data/com.github.phase1geo.minder.appdata.xml.in:973 msgid "Adding Spanish translation (thanks to Adolfo Jayme-Barrientos)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:956 +#: data/com.github.phase1geo.minder.appdata.xml.in:974 msgid "Adding support for special character insertion via the Compose key." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:962 +#: data/com.github.phase1geo.minder.appdata.xml.in:980 msgid "Updating French translation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:967 +#: data/com.github.phase1geo.minder.appdata.xml.in:985 msgid "Bug fix release" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:969 +#: data/com.github.phase1geo.minder.appdata.xml.in:987 msgid "Fixed bugs related to editing unicode characters in map area." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:970 +#: data/com.github.phase1geo.minder.appdata.xml.in:988 msgid "" "Reduced height of node textbox in sidebar to help alleviate window sizing " "problems." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:971 +#: data/com.github.phase1geo.minder.appdata.xml.in:989 msgid "" "Fixed issue with moving a node to a different position within a parent node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:972 +#: data/com.github.phase1geo.minder.appdata.xml.in:990 msgid "Fixed issue connecting a root node to another node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:978 +#: data/com.github.phase1geo.minder.appdata.xml.in:996 msgid "Images now supported!" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:980 +#: data/com.github.phase1geo.minder.appdata.xml.in:998 msgid "Added support for images within nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:981 +#: data/com.github.phase1geo.minder.appdata.xml.in:999 msgid "Added basic image editing support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:982 +#: data/com.github.phase1geo.minder.appdata.xml.in:1000 msgid "Added support for dragging and dropping local and web images." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:983 +#: data/com.github.phase1geo.minder.appdata.xml.in:1001 msgid "Added support for resizing node width." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:984 +#: data/com.github.phase1geo.minder.appdata.xml.in:1002 msgid "Changed cursors when over a task button." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:985 +#: data/com.github.phase1geo.minder.appdata.xml.in:1003 msgid "Changed location of task and note elements in a node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:986 +#: data/com.github.phase1geo.minder.appdata.xml.in:1004 msgid "Added support for keeping the map from scrolling off screen." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:987 +#: data/com.github.phase1geo.minder.appdata.xml.in:1005 msgid "Added support for shift-mousewheel to scroll horizontally." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:988 +#: data/com.github.phase1geo.minder.appdata.xml.in:1006 msgid "Added support for control-mousewheel to zoom in/out." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:989 +#: data/com.github.phase1geo.minder.appdata.xml.in:1007 msgid "Fixed issue with drawing background when zoom factor was small." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:990 +#: data/com.github.phase1geo.minder.appdata.xml.in:1008 msgid "" "Custom icons are now stored as a gresource rather than in the file system." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:991 +#: data/com.github.phase1geo.minder.appdata.xml.in:1009 msgid "Other minor bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:997 +#: data/com.github.phase1geo.minder.appdata.xml.in:1015 msgid "Support for more export types and bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:999 +#: data/com.github.phase1geo.minder.appdata.xml.in:1017 msgid "" "Added support for exporting to SVG, JPEG, BMP, Markdown, PlainText and CSV " "formats." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1000 +#: data/com.github.phase1geo.minder.appdata.xml.in:1018 msgid "Added support for folding all completed tasks in map inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1001 +#: data/com.github.phase1geo.minder.appdata.xml.in:1019 msgid "Added support for unfolding all folded nodes in map inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1002 +#: data/com.github.phase1geo.minder.appdata.xml.in:1020 msgid "Added Solarized Dark and Solarized Light themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1003 +#: data/com.github.phase1geo.minder.appdata.xml.in:1021 msgid "Changing button display in map inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1004 +#: data/com.github.phase1geo.minder.appdata.xml.in:1022 msgid "Cleaning up Export menu to include a single \"Export\" option." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1005 +#: data/com.github.phase1geo.minder.appdata.xml.in:1023 msgid "" "Fixing issue where modified node title in node inspector was lost when input " "focus was changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1006 +#: data/com.github.phase1geo.minder.appdata.xml.in:1024 msgid "Fixing issue where an entire tree is attached to another tree." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1007 +#: data/com.github.phase1geo.minder.appdata.xml.in:1025 msgid "Added Czech translation (thanks to Jan Marek!)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1008 +#: data/com.github.phase1geo.minder.appdata.xml.in:1026 msgid "Added French translation (thanks to Yannick A.!)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1009 +#: data/com.github.phase1geo.minder.appdata.xml.in:1027 msgid "Added Brazilian Portuguese translation (thanks to btd1337!)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1015 +#: data/com.github.phase1geo.minder.appdata.xml.in:1033 msgid "Initial startup bug fix." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1020 +#: data/com.github.phase1geo.minder.appdata.xml.in:1038 msgid "Search improvements and bug fixes" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1022 +#: data/com.github.phase1geo.minder.appdata.xml.in:1040 msgid "Added ability to search within notes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1023 +#: data/com.github.phase1geo.minder.appdata.xml.in:1041 msgid "" "Added ability to optionally control search criteria within search popover." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1024 +#: data/com.github.phase1geo.minder.appdata.xml.in:1042 msgid "Fixed screenshots." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1025 +#: data/com.github.phase1geo.minder.appdata.xml.in:1043 msgid "" "Changed properties header bar icon to a sidebar hide/show icon for clarity." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1026 +#: data/com.github.phase1geo.minder.appdata.xml.in:1044 msgid "Several minor UI improvements." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1027 +#: data/com.github.phase1geo.minder.appdata.xml.in:1045 msgid "Removing deprecated GTK calls." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1028 +#: data/com.github.phase1geo.minder.appdata.xml.in:1046 msgid "Added ability to double-click on a node to make it editable." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1029 +#: data/com.github.phase1geo.minder.appdata.xml.in:1047 msgid "Bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1035 +#: data/com.github.phase1geo.minder.appdata.xml.in:1053 msgid "Initial release" msgstr "" diff --git a/po/extra/fr.po b/po/extra/fr.po index d8e9f388..0d17e4d3 100644 --- a/po/extra/fr.po +++ b/po/extra/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: 2019-03-24 15:37+0100\n" "Last-Translator: Nathan Bonnemains (@NathanBnm)\n" "Language-Team: none\n" @@ -178,96 +178,117 @@ msgstr "Trevor Williams" #: data/com.github.phase1geo.minder.appdata.xml.in:97 #: data/com.github.phase1geo.minder.appdata.xml.in:115 -#: data/com.github.phase1geo.minder.appdata.xml.in:182 -#: data/com.github.phase1geo.minder.appdata.xml.in:211 -#: data/com.github.phase1geo.minder.appdata.xml.in:243 -#: data/com.github.phase1geo.minder.appdata.xml.in:305 -#: data/com.github.phase1geo.minder.appdata.xml.in:350 -#: data/com.github.phase1geo.minder.appdata.xml.in:419 -#: data/com.github.phase1geo.minder.appdata.xml.in:440 -#: data/com.github.phase1geo.minder.appdata.xml.in:461 -#: data/com.github.phase1geo.minder.appdata.xml.in:485 -#: data/com.github.phase1geo.minder.appdata.xml.in:549 -#: data/com.github.phase1geo.minder.appdata.xml.in:569 -#: data/com.github.phase1geo.minder.appdata.xml.in:603 -#: data/com.github.phase1geo.minder.appdata.xml.in:667 -#: data/com.github.phase1geo.minder.appdata.xml.in:701 -#: data/com.github.phase1geo.minder.appdata.xml.in:737 -#: data/com.github.phase1geo.minder.appdata.xml.in:761 -#: data/com.github.phase1geo.minder.appdata.xml.in:795 -#: data/com.github.phase1geo.minder.appdata.xml.in:832 -#: data/com.github.phase1geo.minder.appdata.xml.in:868 +#: data/com.github.phase1geo.minder.appdata.xml.in:133 +#: data/com.github.phase1geo.minder.appdata.xml.in:200 +#: data/com.github.phase1geo.minder.appdata.xml.in:229 +#: data/com.github.phase1geo.minder.appdata.xml.in:261 +#: data/com.github.phase1geo.minder.appdata.xml.in:323 +#: data/com.github.phase1geo.minder.appdata.xml.in:368 +#: data/com.github.phase1geo.minder.appdata.xml.in:437 +#: data/com.github.phase1geo.minder.appdata.xml.in:458 +#: data/com.github.phase1geo.minder.appdata.xml.in:479 +#: data/com.github.phase1geo.minder.appdata.xml.in:503 +#: data/com.github.phase1geo.minder.appdata.xml.in:567 +#: data/com.github.phase1geo.minder.appdata.xml.in:587 +#: data/com.github.phase1geo.minder.appdata.xml.in:621 +#: data/com.github.phase1geo.minder.appdata.xml.in:685 +#: data/com.github.phase1geo.minder.appdata.xml.in:719 +#: data/com.github.phase1geo.minder.appdata.xml.in:755 +#: data/com.github.phase1geo.minder.appdata.xml.in:779 +#: data/com.github.phase1geo.minder.appdata.xml.in:813 +#: data/com.github.phase1geo.minder.appdata.xml.in:850 +#: data/com.github.phase1geo.minder.appdata.xml.in:886 msgid "New" msgstr "Nouveau" #: data/com.github.phase1geo.minder.appdata.xml.in:99 #, fuzzy -msgid "Added support for Shift-Tab to unindent nodes in Quick Entry." -msgstr "Ajout de la prise en charge des images à l'intérieur des nœuds." +msgid "Added support for Shift-L to change the color of any selected nodes." +msgstr "" +"Ajout de la prise en charge du redimensionnement de la barre latérale de " +"l'inspecteur." -#: data/com.github.phase1geo.minder.appdata.xml.in:101 -#: data/com.github.phase1geo.minder.appdata.xml.in:123 -#: data/com.github.phase1geo.minder.appdata.xml.in:146 -#: data/com.github.phase1geo.minder.appdata.xml.in:160 -#: data/com.github.phase1geo.minder.appdata.xml.in:172 -#: data/com.github.phase1geo.minder.appdata.xml.in:187 -#: data/com.github.phase1geo.minder.appdata.xml.in:215 -#: data/com.github.phase1geo.minder.appdata.xml.in:231 -#: data/com.github.phase1geo.minder.appdata.xml.in:260 -#: data/com.github.phase1geo.minder.appdata.xml.in:317 -#: data/com.github.phase1geo.minder.appdata.xml.in:337 -#: data/com.github.phase1geo.minder.appdata.xml.in:359 -#: data/com.github.phase1geo.minder.appdata.xml.in:390 -#: data/com.github.phase1geo.minder.appdata.xml.in:405 -#: data/com.github.phase1geo.minder.appdata.xml.in:424 -#: data/com.github.phase1geo.minder.appdata.xml.in:465 -#: data/com.github.phase1geo.minder.appdata.xml.in:496 -#: data/com.github.phase1geo.minder.appdata.xml.in:534 -#: data/com.github.phase1geo.minder.appdata.xml.in:553 -#: data/com.github.phase1geo.minder.appdata.xml.in:582 -#: data/com.github.phase1geo.minder.appdata.xml.in:618 -#: data/com.github.phase1geo.minder.appdata.xml.in:654 -#: data/com.github.phase1geo.minder.appdata.xml.in:673 -#: data/com.github.phase1geo.minder.appdata.xml.in:715 -#: data/com.github.phase1geo.minder.appdata.xml.in:742 -#: data/com.github.phase1geo.minder.appdata.xml.in:773 -#: data/com.github.phase1geo.minder.appdata.xml.in:804 -#: data/com.github.phase1geo.minder.appdata.xml.in:819 -#: data/com.github.phase1geo.minder.appdata.xml.in:840 -#: data/com.github.phase1geo.minder.appdata.xml.in:880 +#: data/com.github.phase1geo.minder.appdata.xml.in:100 +#, fuzzy +msgid "Added support for natural scrolling preference." +msgstr "" +"Ajout de la prise en charge du maintien du défilement de la carte de l'écran." + +#: data/com.github.phase1geo.minder.appdata.xml.in:102 +#: data/com.github.phase1geo.minder.appdata.xml.in:119 +#: data/com.github.phase1geo.minder.appdata.xml.in:141 +#: data/com.github.phase1geo.minder.appdata.xml.in:164 +#: data/com.github.phase1geo.minder.appdata.xml.in:178 +#: data/com.github.phase1geo.minder.appdata.xml.in:190 +#: data/com.github.phase1geo.minder.appdata.xml.in:205 +#: data/com.github.phase1geo.minder.appdata.xml.in:233 +#: data/com.github.phase1geo.minder.appdata.xml.in:249 +#: data/com.github.phase1geo.minder.appdata.xml.in:278 +#: data/com.github.phase1geo.minder.appdata.xml.in:335 +#: data/com.github.phase1geo.minder.appdata.xml.in:355 +#: data/com.github.phase1geo.minder.appdata.xml.in:377 +#: data/com.github.phase1geo.minder.appdata.xml.in:408 +#: data/com.github.phase1geo.minder.appdata.xml.in:423 +#: data/com.github.phase1geo.minder.appdata.xml.in:442 +#: data/com.github.phase1geo.minder.appdata.xml.in:483 +#: data/com.github.phase1geo.minder.appdata.xml.in:514 +#: data/com.github.phase1geo.minder.appdata.xml.in:552 +#: data/com.github.phase1geo.minder.appdata.xml.in:571 +#: data/com.github.phase1geo.minder.appdata.xml.in:600 +#: data/com.github.phase1geo.minder.appdata.xml.in:636 +#: data/com.github.phase1geo.minder.appdata.xml.in:672 +#: data/com.github.phase1geo.minder.appdata.xml.in:691 +#: data/com.github.phase1geo.minder.appdata.xml.in:733 +#: data/com.github.phase1geo.minder.appdata.xml.in:760 +#: data/com.github.phase1geo.minder.appdata.xml.in:791 +#: data/com.github.phase1geo.minder.appdata.xml.in:822 +#: data/com.github.phase1geo.minder.appdata.xml.in:837 +#: data/com.github.phase1geo.minder.appdata.xml.in:858 +#: data/com.github.phase1geo.minder.appdata.xml.in:898 msgid "Changes" msgstr "Modifications" -#: data/com.github.phase1geo.minder.appdata.xml.in:103 -#: data/com.github.phase1geo.minder.appdata.xml.in:125 +#: data/com.github.phase1geo.minder.appdata.xml.in:104 +msgid "" +"Updated README.md to change the installation instructions for Arch-based " +"distros to avoid issues with discount library." +msgstr "" + +#: data/com.github.phase1geo.minder.appdata.xml.in:117 +#, fuzzy +msgid "Added support for Shift-Tab to unindent nodes in Quick Entry." +msgstr "Ajout de la prise en charge des images à l'intérieur des nœuds." + +#: data/com.github.phase1geo.minder.appdata.xml.in:121 +#: data/com.github.phase1geo.minder.appdata.xml.in:143 #, fuzzy msgid "Updated Italian translation (thanks to @albanobatistella)." msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:104 +#: data/com.github.phase1geo.minder.appdata.xml.in:122 msgid "Improved Quick Entry auto-formatting to reduce user errors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:117 +#: data/com.github.phase1geo.minder.appdata.xml.in:135 #, fuzzy msgid "Added support for adding node links in node, connection or group notes." msgstr "" "Ajout de la prise en charge pour ajouter un nouveau nœud parent à un nœud " "existant." -#: data/com.github.phase1geo.minder.appdata.xml.in:118 +#: data/com.github.phase1geo.minder.appdata.xml.in:136 #, fuzzy msgid "Added support for providing custom stickers." msgstr "" "Ajout de la prise en charge du redimensionnement de la barre latérale de " "l'inspecteur." -#: data/com.github.phase1geo.minder.appdata.xml.in:119 +#: data/com.github.phase1geo.minder.appdata.xml.in:137 #, fuzzy msgid "Added support for callouts that can be applied to nodes." msgstr "Ajout de la prise en charge des images à l'intérieur des nœuds." -#: data/com.github.phase1geo.minder.appdata.xml.in:120 +#: data/com.github.phase1geo.minder.appdata.xml.in:138 #, fuzzy msgid "" "Added node alignment toolbar in map sidebar when manual layout mode is " @@ -276,322 +297,322 @@ msgstr "" "Correction d'un problème de dessin des liens de nœud lors de l'utilisation " "du mode de disposition manuelle." -#: data/com.github.phase1geo.minder.appdata.xml.in:121 +#: data/com.github.phase1geo.minder.appdata.xml.in:139 msgid "Added output scaling to PNG/JPEG export options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:126 +#: data/com.github.phase1geo.minder.appdata.xml.in:144 #, fuzzy msgid "Updated Revised Simplified Chinese translation (thanks to @aerowolf)." msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:127 +#: data/com.github.phase1geo.minder.appdata.xml.in:145 #, fuzzy msgid "Updated German translation (thanks to Benjamin Weis)." msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:128 -#: data/com.github.phase1geo.minder.appdata.xml.in:175 -#: data/com.github.phase1geo.minder.appdata.xml.in:362 +#: data/com.github.phase1geo.minder.appdata.xml.in:146 +#: data/com.github.phase1geo.minder.appdata.xml.in:193 +#: data/com.github.phase1geo.minder.appdata.xml.in:380 #, fuzzy msgid "Updated Russian translation (thanks to Alexandre Prokoudine)." msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:130 -#: data/com.github.phase1geo.minder.appdata.xml.in:150 -#: data/com.github.phase1geo.minder.appdata.xml.in:164 -#: data/com.github.phase1geo.minder.appdata.xml.in:193 -#: data/com.github.phase1geo.minder.appdata.xml.in:220 -#: data/com.github.phase1geo.minder.appdata.xml.in:235 -#: data/com.github.phase1geo.minder.appdata.xml.in:283 -#: data/com.github.phase1geo.minder.appdata.xml.in:326 -#: data/com.github.phase1geo.minder.appdata.xml.in:342 -#: data/com.github.phase1geo.minder.appdata.xml.in:374 -#: data/com.github.phase1geo.minder.appdata.xml.in:395 -#: data/com.github.phase1geo.minder.appdata.xml.in:409 -#: data/com.github.phase1geo.minder.appdata.xml.in:429 -#: data/com.github.phase1geo.minder.appdata.xml.in:445 -#: data/com.github.phase1geo.minder.appdata.xml.in:474 -#: data/com.github.phase1geo.minder.appdata.xml.in:509 -#: data/com.github.phase1geo.minder.appdata.xml.in:538 -#: data/com.github.phase1geo.minder.appdata.xml.in:559 -#: data/com.github.phase1geo.minder.appdata.xml.in:589 -#: data/com.github.phase1geo.minder.appdata.xml.in:627 +#: data/com.github.phase1geo.minder.appdata.xml.in:148 +#: data/com.github.phase1geo.minder.appdata.xml.in:168 +#: data/com.github.phase1geo.minder.appdata.xml.in:182 +#: data/com.github.phase1geo.minder.appdata.xml.in:211 +#: data/com.github.phase1geo.minder.appdata.xml.in:238 +#: data/com.github.phase1geo.minder.appdata.xml.in:253 +#: data/com.github.phase1geo.minder.appdata.xml.in:301 +#: data/com.github.phase1geo.minder.appdata.xml.in:344 +#: data/com.github.phase1geo.minder.appdata.xml.in:360 +#: data/com.github.phase1geo.minder.appdata.xml.in:392 +#: data/com.github.phase1geo.minder.appdata.xml.in:413 +#: data/com.github.phase1geo.minder.appdata.xml.in:427 +#: data/com.github.phase1geo.minder.appdata.xml.in:447 +#: data/com.github.phase1geo.minder.appdata.xml.in:463 +#: data/com.github.phase1geo.minder.appdata.xml.in:492 +#: data/com.github.phase1geo.minder.appdata.xml.in:527 +#: data/com.github.phase1geo.minder.appdata.xml.in:556 +#: data/com.github.phase1geo.minder.appdata.xml.in:577 +#: data/com.github.phase1geo.minder.appdata.xml.in:607 #: data/com.github.phase1geo.minder.appdata.xml.in:645 -#: data/com.github.phase1geo.minder.appdata.xml.in:658 -#: data/com.github.phase1geo.minder.appdata.xml.in:681 -#: data/com.github.phase1geo.minder.appdata.xml.in:725 -#: data/com.github.phase1geo.minder.appdata.xml.in:750 -#: data/com.github.phase1geo.minder.appdata.xml.in:780 -#: data/com.github.phase1geo.minder.appdata.xml.in:811 -#: data/com.github.phase1geo.minder.appdata.xml.in:823 -#: data/com.github.phase1geo.minder.appdata.xml.in:848 -#: data/com.github.phase1geo.minder.appdata.xml.in:891 +#: data/com.github.phase1geo.minder.appdata.xml.in:663 +#: data/com.github.phase1geo.minder.appdata.xml.in:676 +#: data/com.github.phase1geo.minder.appdata.xml.in:699 +#: data/com.github.phase1geo.minder.appdata.xml.in:743 +#: data/com.github.phase1geo.minder.appdata.xml.in:768 +#: data/com.github.phase1geo.minder.appdata.xml.in:798 +#: data/com.github.phase1geo.minder.appdata.xml.in:829 +#: data/com.github.phase1geo.minder.appdata.xml.in:841 +#: data/com.github.phase1geo.minder.appdata.xml.in:866 +#: data/com.github.phase1geo.minder.appdata.xml.in:909 msgid "Bug Fixes" msgstr "Corrections de bugs" -#: data/com.github.phase1geo.minder.appdata.xml.in:132 +#: data/com.github.phase1geo.minder.appdata.xml.in:150 #, fuzzy msgid "Fixed potential issues with custom themes." msgstr "" "Correction d'un problème avec la disposition automatique introduite en 1.4.0." -#: data/com.github.phase1geo.minder.appdata.xml.in:133 +#: data/com.github.phase1geo.minder.appdata.xml.in:151 msgid "Fixed tab state saving when tabs are closed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:134 +#: data/com.github.phase1geo.minder.appdata.xml.in:152 #, fuzzy msgid "Fixed contextual menu when connection text is editable." msgstr "" "Correction d'un problème avec l'action d'afficher/masquer la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:148 +#: data/com.github.phase1geo.minder.appdata.xml.in:166 msgid "Adding auto-adjusting bottom margin in quick entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:152 +#: data/com.github.phase1geo.minder.appdata.xml.in:170 #, fuzzy msgid "" "Fixed application crash when root node contains a note/link and node fill " "style is enabled." msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:153 +#: data/com.github.phase1geo.minder.appdata.xml.in:171 #, fuzzy msgid "Fixed issue with unfolding all nodes." msgstr "" "Correction d'un problème avec l'action d'afficher/masquer la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:154 +#: data/com.github.phase1geo.minder.appdata.xml.in:172 msgid "Fixing middle mouse drag pan behavior." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:162 +#: data/com.github.phase1geo.minder.appdata.xml.in:180 #, fuzzy msgid "Added app script subcommands for building/running flatpaks." msgstr "Ajout de la prise en charge pour Flatpak." -#: data/com.github.phase1geo.minder.appdata.xml.in:166 +#: data/com.github.phase1geo.minder.appdata.xml.in:184 #, fuzzy msgid "Fixed issues with Flatpak" msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:174 -#: data/com.github.phase1geo.minder.appdata.xml.in:361 -#: data/com.github.phase1geo.minder.appdata.xml.in:555 -#: data/com.github.phase1geo.minder.appdata.xml.in:656 +#: data/com.github.phase1geo.minder.appdata.xml.in:192 +#: data/com.github.phase1geo.minder.appdata.xml.in:379 +#: data/com.github.phase1geo.minder.appdata.xml.in:573 +#: data/com.github.phase1geo.minder.appdata.xml.in:674 #, fuzzy msgid "Updated Italian translation (thanks to @albanobattistella)." msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:176 +#: data/com.github.phase1geo.minder.appdata.xml.in:194 msgid "Adjusted codebase to compile on Fedora" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:184 +#: data/com.github.phase1geo.minder.appdata.xml.in:202 #, fuzzy msgid "" "Added new --import command-line option for importing directly from command-" "line." msgstr "Ajout de la prise en charge de l'exportation au format Mermaid." -#: data/com.github.phase1geo.minder.appdata.xml.in:185 +#: data/com.github.phase1geo.minder.appdata.xml.in:203 #, fuzzy msgid "Added support for importing Markdown." msgstr "Ajout de la prise en charge de l'exportation au format Mermaid." -#: data/com.github.phase1geo.minder.appdata.xml.in:189 +#: data/com.github.phase1geo.minder.appdata.xml.in:207 msgid "" "Removed --format command-line option in favor of new --import and --export " "options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:190 +#: data/com.github.phase1geo.minder.appdata.xml.in:208 #, fuzzy msgid "Improved export of Markdown output." msgstr "Amélioration des différents formats d'exportation." -#: data/com.github.phase1geo.minder.appdata.xml.in:191 +#: data/com.github.phase1geo.minder.appdata.xml.in:209 msgid "" "Improved loading of Minder Markdown syntax highlighting to make this an " "application-only syntax (not user-wide)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:195 +#: data/com.github.phase1geo.minder.appdata.xml.in:213 #, fuzzy msgid "Fixed Markdown export issue with root nodes." msgstr "" "Correction des problèmes de nommage du fichier lors de l'importation d'un " "fichier." -#: data/com.github.phase1geo.minder.appdata.xml.in:196 +#: data/com.github.phase1geo.minder.appdata.xml.in:214 #, fuzzy msgid "Fixed issue with inserting non-printable characters." msgstr "" "Correction d'un problème avec l'action d'afficher/masquer la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:197 +#: data/com.github.phase1geo.minder.appdata.xml.in:215 #, fuzzy msgid "Fixed issues with cursor movement for RTL languages." msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:198 +#: data/com.github.phase1geo.minder.appdata.xml.in:216 #, fuzzy msgid "" "Fixed issue with using Control-W shortcut when only a single tab is shown." msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:199 +#: data/com.github.phase1geo.minder.appdata.xml.in:217 #, fuzzy msgid "Fixed potential issue with adding a new tab." msgstr "" "Correction d'un problème avec l'action d'afficher/masquer la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:200 +#: data/com.github.phase1geo.minder.appdata.xml.in:218 #, fuzzy msgid "Fixed issues with tab naming of new, unchanged documents." msgstr "" "Correction d'un problème avec l'action d'afficher/masquer la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:201 +#: data/com.github.phase1geo.minder.appdata.xml.in:219 msgid "" "Fixed cursor/selection issue when the Delete key is used (includes " "application crash issue)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:202 +#: data/com.github.phase1geo.minder.appdata.xml.in:220 #, fuzzy msgid "Fixed issue with Control-Up cursor selection shortcut." msgstr "" "Correction d'un problème avec l'action d'afficher/masquer la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:203 +#: data/com.github.phase1geo.minder.appdata.xml.in:221 #, fuzzy msgid "Fixed issue with centering a node with Shift-C." msgstr "" "Correction d'un problème avec la disposition automatique introduite en 1.4.0." -#: data/com.github.phase1geo.minder.appdata.xml.in:204 +#: data/com.github.phase1geo.minder.appdata.xml.in:222 msgid "Fixed several issues related to zoom/scaling." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:205 +#: data/com.github.phase1geo.minder.appdata.xml.in:223 msgid "Fixed location of input method entry field (thanks to @aeghn)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:213 +#: data/com.github.phase1geo.minder.appdata.xml.in:231 #, fuzzy msgid "Added support for embedding image path in Quick Entry." msgstr "Ajout de la prise en charge des images à l'intérieur des nœuds." -#: data/com.github.phase1geo.minder.appdata.xml.in:217 -#: data/com.github.phase1geo.minder.appdata.xml.in:233 -#: data/com.github.phase1geo.minder.appdata.xml.in:264 -#: data/com.github.phase1geo.minder.appdata.xml.in:339 -#: data/com.github.phase1geo.minder.appdata.xml.in:392 -#: data/com.github.phase1geo.minder.appdata.xml.in:426 +#: data/com.github.phase1geo.minder.appdata.xml.in:235 +#: data/com.github.phase1geo.minder.appdata.xml.in:251 +#: data/com.github.phase1geo.minder.appdata.xml.in:282 +#: data/com.github.phase1geo.minder.appdata.xml.in:357 +#: data/com.github.phase1geo.minder.appdata.xml.in:410 +#: data/com.github.phase1geo.minder.appdata.xml.in:444 #, fuzzy msgid "Updated Italian translation (thanks to @albanobattistella)" msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:218 +#: data/com.github.phase1geo.minder.appdata.xml.in:236 msgid "Code cleanup" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:222 +#: data/com.github.phase1geo.minder.appdata.xml.in:240 #, fuzzy msgid "Fixed issues with exported images including selection." msgstr "" "Correction d'un problème de dessin des liens de nœud lors de l'utilisation " "du mode de disposition manuelle." -#: data/com.github.phase1geo.minder.appdata.xml.in:223 +#: data/com.github.phase1geo.minder.appdata.xml.in:241 #, fuzzy msgid "Fixed issue with importing OPML files (thanks to Ygor Mutti)." msgstr "" "Correction d'un problème avec la disposition automatique introduite en 1.4.0." -#: data/com.github.phase1geo.minder.appdata.xml.in:224 +#: data/com.github.phase1geo.minder.appdata.xml.in:242 #, fuzzy msgid "Fixed issue with undo/redo of Unicode characters." msgstr "" "Correction d'un problème avec l'action d'afficher/masquer la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:225 +#: data/com.github.phase1geo.minder.appdata.xml.in:243 #, fuzzy msgid "Fixed issues with exporting to Outliner format." msgstr "" "Correction d'un problème avec la disposition automatique introduite en 1.4.0." -#: data/com.github.phase1geo.minder.appdata.xml.in:237 +#: data/com.github.phase1geo.minder.appdata.xml.in:255 #, fuzzy msgid "Fixing translation issues with Flatpak" msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:245 +#: data/com.github.phase1geo.minder.appdata.xml.in:263 msgid "" "Added ability to change the size of the node while leaving the embedded " "image size unchanged." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:246 +#: data/com.github.phase1geo.minder.appdata.xml.in:264 #, fuzzy msgid "Added tooltip to node resize handle." msgstr "" "Correction de problèmes d'affichage avec le bouton de remplissage de nœud " "dans l'inspecteur de style." -#: data/com.github.phase1geo.minder.appdata.xml.in:247 +#: data/com.github.phase1geo.minder.appdata.xml.in:265 msgid "" "Added Flatpak permission for home folder access by default (thanks to " "@SubhadeepJasu)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:248 +#: data/com.github.phase1geo.minder.appdata.xml.in:266 msgid "Added header font scaling in notes field." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:249 +#: data/com.github.phase1geo.minder.appdata.xml.in:267 #, fuzzy msgid "Added support for exporting a mindmap via the command-line." msgstr "Ajout de la prise en charge du mode concentration." -#: data/com.github.phase1geo.minder.appdata.xml.in:250 +#: data/com.github.phase1geo.minder.appdata.xml.in:268 #, fuzzy msgid "Added support for importing via the command-line." msgstr "Ajout de la prise en charge de l'exportation au format Mermaid." -#: data/com.github.phase1geo.minder.appdata.xml.in:251 +#: data/com.github.phase1geo.minder.appdata.xml.in:269 #, fuzzy msgid "Added ability to import a given filesystem as a mindmap." msgstr "Ajout de la possibilité de modifier les styles des nœuds et des liens." -#: data/com.github.phase1geo.minder.appdata.xml.in:252 +#: data/com.github.phase1geo.minder.appdata.xml.in:270 #, fuzzy msgid "Added ability to export a mindmap as a filesystem." msgstr "Ajout de la possibilité d'exporter au format Org-Mode." -#: data/com.github.phase1geo.minder.appdata.xml.in:253 +#: data/com.github.phase1geo.minder.appdata.xml.in:271 #, fuzzy msgid "Added zh_CN translation (thanks to @potrans)." msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:254 +#: data/com.github.phase1geo.minder.appdata.xml.in:272 #, fuzzy msgid "Added ability to enable/disable UI animations via gsettings." msgstr "" "Ajout de la possibilité de définir une couleur spécifique pour tous les " "nœuds sélectionnés." -#: data/com.github.phase1geo.minder.appdata.xml.in:255 +#: data/com.github.phase1geo.minder.appdata.xml.in:273 #, fuzzy msgid "Added ability to associate a note with a selected group." msgstr "" "Ajout de la possibilité de créer, modifier et supprimer des thèmes " "personnalisés" -#: data/com.github.phase1geo.minder.appdata.xml.in:256 +#: data/com.github.phase1geo.minder.appdata.xml.in:274 #, fuzzy msgid "" "Added ability to copy and cut nodes via shortcuts when multiple nodes are " @@ -600,7 +621,7 @@ msgstr "" "Ajout de la prise en charge pour la création d'un lien d'un nœud à un autre " "dans la même carte." -#: data/com.github.phase1geo.minder.appdata.xml.in:257 +#: data/com.github.phase1geo.minder.appdata.xml.in:275 #, fuzzy msgid "" "Added ability to insert unicode characters in nodes, connections, and notes " @@ -609,105 +630,105 @@ msgstr "" "Ajout de la possibilité d'afficher/masquer toutes les connexions dans la " "carte." -#: data/com.github.phase1geo.minder.appdata.xml.in:258 +#: data/com.github.phase1geo.minder.appdata.xml.in:276 msgid "" "Added support to detect read-only mindmap files and handle them " "appropriately." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:262 +#: data/com.github.phase1geo.minder.appdata.xml.in:280 #, fuzzy msgid "Updated German translation (thanks to @hztirf and @bewe)" msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:263 +#: data/com.github.phase1geo.minder.appdata.xml.in:281 #, fuzzy msgid "Updated Czech translation (thanks to @G020B)" msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:265 -#: data/com.github.phase1geo.minder.appdata.xml.in:393 +#: data/com.github.phase1geo.minder.appdata.xml.in:283 +#: data/com.github.phase1geo.minder.appdata.xml.in:411 #, fuzzy msgid "Updated Russian translation (thanks to Alexandre Prokoudine)" msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:266 +#: data/com.github.phase1geo.minder.appdata.xml.in:284 #, fuzzy msgid "Updated Portugese translation (thanks to @AncientBlueFrog)" msgstr "Ajout des traductions en portugais brésilien (grâce à btd1337 !)" -#: data/com.github.phase1geo.minder.appdata.xml.in:267 +#: data/com.github.phase1geo.minder.appdata.xml.in:285 #, fuzzy msgid "Updated Polish translation (thanks to @pyotr71)" msgstr "Ajout des traductions en français (grâce à Nathan Bonnemains)." -#: data/com.github.phase1geo.minder.appdata.xml.in:268 +#: data/com.github.phase1geo.minder.appdata.xml.in:286 msgid "Updated Flatpak SDK from 6 to 6.1." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:269 +#: data/com.github.phase1geo.minder.appdata.xml.in:287 msgid "" "Improved sticker search (now case insensitive and uses fuzzy search -- " "thanks to @sibevin)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:270 +#: data/com.github.phase1geo.minder.appdata.xml.in:288 msgid "Changed node borders to use node padding to control shape." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:271 +#: data/com.github.phase1geo.minder.appdata.xml.in:289 msgid "Changed note popup to display rendered text instead of literal text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:272 +#: data/com.github.phase1geo.minder.appdata.xml.in:290 msgid "Updated headerbar icons for Gnome environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:273 +#: data/com.github.phase1geo.minder.appdata.xml.in:291 msgid "" "Mindmap root node text is now used for default filename when initially " "saving mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:274 +#: data/com.github.phase1geo.minder.appdata.xml.in:292 msgid "Changed image UI in sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:275 +#: data/com.github.phase1geo.minder.appdata.xml.in:293 msgid "Removed connection sidebar button bar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:276 +#: data/com.github.phase1geo.minder.appdata.xml.in:294 msgid "" "Improved Zoom to Selected Node functionality with name change (to better " "reflect what this feature does) and keyboard shortcut." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:277 +#: data/com.github.phase1geo.minder.appdata.xml.in:295 msgid "" "Enhanced OrgMode exporter (includes support for indent mode and improved " "output)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:278 +#: data/com.github.phase1geo.minder.appdata.xml.in:296 msgid "Enhanced image exporting features." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:279 +#: data/com.github.phase1geo.minder.appdata.xml.in:297 msgid "" "Minder files no longer contain precise positioning information so eliminate " "file changes on pan and zoom operations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:280 +#: data/com.github.phase1geo.minder.appdata.xml.in:298 msgid "Removed Control-E (export) from shortcuts documentation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:281 +#: data/com.github.phase1geo.minder.appdata.xml.in:299 msgid "Improved autosave frequency." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:285 +#: data/com.github.phase1geo.minder.appdata.xml.in:303 #, fuzzy msgid "" "Fixed issues with connections being displayed when ancestor node is folded." @@ -715,43 +736,43 @@ msgstr "" "Correction d'un problème avec le déplacement d'un nœud vers une position " "différente au sein d'un nœud parent." -#: data/com.github.phase1geo.minder.appdata.xml.in:286 +#: data/com.github.phase1geo.minder.appdata.xml.in:304 #, fuzzy msgid "Fixed issue with loading an older mindmap." msgstr "" "Correction d'un problème avec l'action d'afficher/masquer la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:287 +#: data/com.github.phase1geo.minder.appdata.xml.in:305 #, fuzzy msgid "Fixed syntax highlighting in note fields." msgstr "" "Correction d'un problème avec la disposition automatique introduite en 1.4.0." -#: data/com.github.phase1geo.minder.appdata.xml.in:288 +#: data/com.github.phase1geo.minder.appdata.xml.in:306 msgid "Fixed Edit Text node menu functionality." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:289 +#: data/com.github.phase1geo.minder.appdata.xml.in:307 #, fuzzy msgid "Fixed issue with node fonts not following the style inspector." msgstr "" "Correction de problèmes d'affichage avec le bouton de remplissage de nœud " "dans l'inspecteur de style." -#: data/com.github.phase1geo.minder.appdata.xml.in:290 +#: data/com.github.phase1geo.minder.appdata.xml.in:308 #, fuzzy msgid "" "Fixed application crashes when exporting to Freemind, Freeplane, XMind8 and " "Yed formats." msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:291 +#: data/com.github.phase1geo.minder.appdata.xml.in:309 #, fuzzy msgid "Fixed issue with saving the state of export switch values." msgstr "" "Correction d'un problème avec l'action d'afficher/masquer la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:292 +#: data/com.github.phase1geo.minder.appdata.xml.in:310 #, fuzzy msgid "" "Fixed application crash when an image is dropped onto a blank portion of the " @@ -759,7 +780,7 @@ msgid "" msgstr "" "Correction d'un problème avec la disposition automatique introduite en 1.4.0." -#: data/com.github.phase1geo.minder.appdata.xml.in:293 +#: data/com.github.phase1geo.minder.appdata.xml.in:311 #, fuzzy msgid "" "Fixed issues with URL link and text colors not changing when theme is " @@ -768,157 +789,157 @@ msgstr "" "Correction d'un problème de dessin des liens de nœud lors de l'utilisation " "du mode de disposition manuelle." -#: data/com.github.phase1geo.minder.appdata.xml.in:294 +#: data/com.github.phase1geo.minder.appdata.xml.in:312 #, fuzzy msgid "Fixed application crash when grouping root nodes." msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:295 +#: data/com.github.phase1geo.minder.appdata.xml.in:313 msgid "Fixed issue causing app script to generate a warning message." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:296 +#: data/com.github.phase1geo.minder.appdata.xml.in:314 msgid "" "Fixed potential issue which caused notes to get deleted when selecting " "nodes, connections or groups." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:297 +#: data/com.github.phase1geo.minder.appdata.xml.in:315 #, fuzzy msgid "" "Fixed application crash when saving an unsaved document with no root node." msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:298 +#: data/com.github.phase1geo.minder.appdata.xml.in:316 #, fuzzy msgid "Fixed issues with capitalized keyboard shortcuts." msgstr "" "Correction d'un problème avec l'action d'afficher/masquer la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:299 +#: data/com.github.phase1geo.minder.appdata.xml.in:317 #, fuzzy msgid "Fixed issue with loading file via the command-line." msgstr "" "Correction du problème lors de l'ajout d'un nœud enfant qui empêchait les " "autres nœuds enfants d'être dépliés." -#: data/com.github.phase1geo.minder.appdata.xml.in:307 +#: data/com.github.phase1geo.minder.appdata.xml.in:325 #, fuzzy msgid "Added support for shallow (one-level folding)" msgstr "" "Ajout de la prise en charge du glisser-déposer d'images locales ou web." -#: data/com.github.phase1geo.minder.appdata.xml.in:308 +#: data/com.github.phase1geo.minder.appdata.xml.in:326 #, fuzzy msgid "Added import/export support for XMind version 2021." msgstr "Ajout de l'exportation au format yEd." -#: data/com.github.phase1geo.minder.appdata.xml.in:309 +#: data/com.github.phase1geo.minder.appdata.xml.in:327 #, fuzzy msgid "Added support for external mind-map node linking." msgstr "Ajout de la prise en charge du mode concentration." -#: data/com.github.phase1geo.minder.appdata.xml.in:310 +#: data/com.github.phase1geo.minder.appdata.xml.in:328 msgid "Added node link tooltips." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:311 +#: data/com.github.phase1geo.minder.appdata.xml.in:329 #, fuzzy msgid "Added support for overriding the color of a root node." msgstr "" "Ajout de la prise en charge du redimensionnement de la barre latérale de " "l'inspecteur." -#: data/com.github.phase1geo.minder.appdata.xml.in:312 +#: data/com.github.phase1geo.minder.appdata.xml.in:330 #, fuzzy msgid "Added support for Markdown strikethrough syntax." msgstr "Ajout de la prise en charge du mode concentration." -#: data/com.github.phase1geo.minder.appdata.xml.in:313 +#: data/com.github.phase1geo.minder.appdata.xml.in:331 msgid "" "Added support for Control-Backspace/Delete to delete the previous/next word " "when editing node/connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:314 +#: data/com.github.phase1geo.minder.appdata.xml.in:332 #, fuzzy msgid "Added tooltip to node fill switch in style inspector." msgstr "" "Correction de problèmes d'affichage avec le bouton de remplissage de nœud " "dans l'inspecteur de style." -#: data/com.github.phase1geo.minder.appdata.xml.in:315 +#: data/com.github.phase1geo.minder.appdata.xml.in:333 #, fuzzy msgid "" "Added keyboard shortcuts for adding and removing URL links from node text." msgstr "Ajout du raccourci clavier Ctrl + W pour fermer l'onglet actif." -#: data/com.github.phase1geo.minder.appdata.xml.in:319 +#: data/com.github.phase1geo.minder.appdata.xml.in:337 #, fuzzy msgid "Updates to Italian translation (thanks to @albanobattistella)" msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:320 +#: data/com.github.phase1geo.minder.appdata.xml.in:338 #, fuzzy msgid "Updates to German translation (thanks to Hannes Fritz)" msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:321 +#: data/com.github.phase1geo.minder.appdata.xml.in:339 msgid "Improved accuracy of the list of translatable files." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:322 +#: data/com.github.phase1geo.minder.appdata.xml.in:340 msgid "" "Removed ability to use keyboard shortcuts when a mouse button is pressed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:323 +#: data/com.github.phase1geo.minder.appdata.xml.in:341 msgid "" "Removed Accounts permissions from Flatpak manifest as it is no longer needed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:324 +#: data/com.github.phase1geo.minder.appdata.xml.in:342 msgid "" "Improved adding URL link UI to automatically add URL from clipboard if one " "exists." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:328 +#: data/com.github.phase1geo.minder.appdata.xml.in:346 #, fuzzy msgid "Fixed layout issues when pressing keys while animations are in process." msgstr "" "Correction des problèmes de nommage du fichier lors de l'importation d'un " "fichier." -#: data/com.github.phase1geo.minder.appdata.xml.in:329 +#: data/com.github.phase1geo.minder.appdata.xml.in:347 msgid "" "Fixed location of text size help information in the appearances preferences " "dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:330 +#: data/com.github.phase1geo.minder.appdata.xml.in:348 #, fuzzy msgid "Fixed UX issues when the Hide Connections switch is enabled." msgstr "" "Correction d'un problème avec l'action d'afficher/masquer la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:331 +#: data/com.github.phase1geo.minder.appdata.xml.in:349 #, fuzzy msgid "Fixed issue with pasting nodes when a node is not selected in a map." msgstr "" "Correction d'un problème de dessin des liens de nœud lors de l'utilisation " "du mode de disposition manuelle." -#: data/com.github.phase1geo.minder.appdata.xml.in:340 +#: data/com.github.phase1geo.minder.appdata.xml.in:358 msgid "Updated screenshots for elementary OS 6." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:344 +#: data/com.github.phase1geo.minder.appdata.xml.in:362 #, fuzzy msgid "Fixed command support for non-English keyboard layouts." msgstr "Ajout de la prise en charge des URL dans le titre des nœuds." -#: data/com.github.phase1geo.minder.appdata.xml.in:352 +#: data/com.github.phase1geo.minder.appdata.xml.in:370 #, fuzzy msgid "" "Added support for toggling the task indicator when multiple nodes are " @@ -927,16 +948,16 @@ msgstr "" "Ajout de la prise en charge pour la création d'un lien d'un nœud à un autre " "dans la même carte." -#: data/com.github.phase1geo.minder.appdata.xml.in:353 +#: data/com.github.phase1geo.minder.appdata.xml.in:371 #, fuzzy msgid "Added German translation (thanks to Peter Sonntaga)." msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:354 +#: data/com.github.phase1geo.minder.appdata.xml.in:372 msgid "Added zoom amount in the zoom button tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:355 +#: data/com.github.phase1geo.minder.appdata.xml.in:373 #, fuzzy msgid "" "Added support for y command to create/remove node links when multiple nodes " @@ -945,7 +966,7 @@ msgstr "" "Ajout de la prise en charge pour la création d'un lien d'un nœud à un autre " "dans la même carte." -#: data/com.github.phase1geo.minder.appdata.xml.in:356 +#: data/com.github.phase1geo.minder.appdata.xml.in:374 #, fuzzy msgid "" "Added support for x command to create connections when two nodes are " @@ -954,58 +975,58 @@ msgstr "" "Ajout de la prise en charge de la création d'une connexion visuelle entre " "deux nœuds quelconques." -#: data/com.github.phase1geo.minder.appdata.xml.in:357 +#: data/com.github.phase1geo.minder.appdata.xml.in:375 #, fuzzy msgid "Added support for system dark mode setting." msgstr "Ajout de la prise en charge du mode concentration." -#: data/com.github.phase1geo.minder.appdata.xml.in:363 +#: data/com.github.phase1geo.minder.appdata.xml.in:381 msgid "Improved task indicator sizes in leaf nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:364 +#: data/com.github.phase1geo.minder.appdata.xml.in:382 msgid "Changed fold indicator from a circle to a square." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:365 +#: data/com.github.phase1geo.minder.appdata.xml.in:383 msgid "Removed zoom in/out menu items and made them buttons instead." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:366 +#: data/com.github.phase1geo.minder.appdata.xml.in:384 msgid "" "Node/connection is now automatically selected on right click if it is not " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:367 +#: data/com.github.phase1geo.minder.appdata.xml.in:385 msgid "Moved node change contextual menu items into their own submenu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:368 +#: data/com.github.phase1geo.minder.appdata.xml.in:386 msgid "Changed forward slash command to Control-A for selecting all text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:369 +#: data/com.github.phase1geo.minder.appdata.xml.in:387 msgid "" "Changed backward slash command to Control-Shift-A for deselecting all text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:370 +#: data/com.github.phase1geo.minder.appdata.xml.in:388 msgid "Changed F1 command to Control-? for displaying keyboard shortcuts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:371 +#: data/com.github.phase1geo.minder.appdata.xml.in:389 #, fuzzy msgid "Updated keyboard shortcuts cheatsheet." msgstr "Ajout du raccourci clavier Ctrl + W pour fermer l'onglet actif." -#: data/com.github.phase1geo.minder.appdata.xml.in:372 +#: data/com.github.phase1geo.minder.appdata.xml.in:390 msgid "" "Updated code base for elementary OS 6 (gtksourceview-4, libhandy-1, Flatpak " "support, etc.)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:376 +#: data/com.github.phase1geo.minder.appdata.xml.in:394 #, fuzzy msgid "" "Fixed issue where sticker tooltips were not displaying translated names." @@ -1013,162 +1034,162 @@ msgstr "" "Correction d'un problème lors de l'affichage des nœuds redimensionnés à " "l'ouverture ou au démarrage de l'application." -#: data/com.github.phase1geo.minder.appdata.xml.in:377 +#: data/com.github.phase1geo.minder.appdata.xml.in:395 msgid "" "Fixed node resizing issues when system font is changed in system settings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:378 +#: data/com.github.phase1geo.minder.appdata.xml.in:396 msgid "" "Fixed Flatpak issue to allow dark mode system settings to affect application." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:379 +#: data/com.github.phase1geo.minder.appdata.xml.in:397 #, fuzzy msgid "Fixed layout issues when root node is resized." msgstr "" "Correction des problèmes de nommage du fichier lors de l'importation d'un " "fichier." -#: data/com.github.phase1geo.minder.appdata.xml.in:380 +#: data/com.github.phase1geo.minder.appdata.xml.in:398 msgid "Fixed squared and rounded link display for nodes attached to root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:381 +#: data/com.github.phase1geo.minder.appdata.xml.in:399 msgid "Fixed cursor location when End key used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:382 +#: data/com.github.phase1geo.minder.appdata.xml.in:400 msgid "" "Fixed potential node identification generation issue that can lead to bad " "connections on load." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:383 +#: data/com.github.phase1geo.minder.appdata.xml.in:401 msgid "Fixed location of node stickers within the node to improve look." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:384 +#: data/com.github.phase1geo.minder.appdata.xml.in:402 #, fuzzy msgid "Fixed issues copying and pasting a single selected node." msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:397 +#: data/com.github.phase1geo.minder.appdata.xml.in:415 #, fuzzy msgid "Added missing translatable strings in various parts of the UI." msgstr "Ajout des traductions en espagnol." -#: data/com.github.phase1geo.minder.appdata.xml.in:398 +#: data/com.github.phase1geo.minder.appdata.xml.in:416 msgid "Fixed URL parser issues." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:399 +#: data/com.github.phase1geo.minder.appdata.xml.in:417 #, fuzzy msgid "Fixed application crash when forward deleting non-Latin text." msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:407 +#: data/com.github.phase1geo.minder.appdata.xml.in:425 msgid "Small optimization to Meson build procedure." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:411 +#: data/com.github.phase1geo.minder.appdata.xml.in:429 msgid "Fixed compile and run issue for distros lacking full granite support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:412 +#: data/com.github.phase1geo.minder.appdata.xml.in:430 #, fuzzy msgid "" "Fixed issue with displaying correct themes when themes are hidden that don't " "match system theme." msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:413 +#: data/com.github.phase1geo.minder.appdata.xml.in:431 #, fuzzy msgid "Added missing translatable strings." msgstr "Ajout des traductions en espagnol." -#: data/com.github.phase1geo.minder.appdata.xml.in:421 +#: data/com.github.phase1geo.minder.appdata.xml.in:439 msgid "Added rounded branching style." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:422 +#: data/com.github.phase1geo.minder.appdata.xml.in:440 #, fuzzy msgid "Added support for drawing clickable folding areas." msgstr "" "Ajout de la prise en charge du glisser-déposer d'images locales ou web." -#: data/com.github.phase1geo.minder.appdata.xml.in:427 +#: data/com.github.phase1geo.minder.appdata.xml.in:445 #, fuzzy msgid "Changed shape of the unfold indicator." msgstr "Amélioration de l'apparence des indicateurs de pli." -#: data/com.github.phase1geo.minder.appdata.xml.in:431 +#: data/com.github.phase1geo.minder.appdata.xml.in:449 #, fuzzy msgid "Fixed application crash on Manjaro." msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:432 +#: data/com.github.phase1geo.minder.appdata.xml.in:450 #, fuzzy msgid "Fixed link drawing order regression." msgstr "" "Amélioration du dessin des liens lorsqu'une arborescence de nœuds est " "déplacée." -#: data/com.github.phase1geo.minder.appdata.xml.in:433 +#: data/com.github.phase1geo.minder.appdata.xml.in:451 msgid "Removed error output when XML storage files do not exist." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:434 +#: data/com.github.phase1geo.minder.appdata.xml.in:452 msgid "Fixed parsing issue with filepaths starting with file://." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:442 +#: data/com.github.phase1geo.minder.appdata.xml.in:460 msgid "" "Added support for Control-Home/End to move the cursor to the beginning/end " "of the text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:443 +#: data/com.github.phase1geo.minder.appdata.xml.in:461 #, fuzzy msgid "Added support for folded children count tooltip." msgstr "Ajout de la prise en charge pour Flatpak." -#: data/com.github.phase1geo.minder.appdata.xml.in:447 +#: data/com.github.phase1geo.minder.appdata.xml.in:465 msgid "" "Fixed issue where selected text at beginning of text would not be deleted " "when the Backspace key was used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:448 +#: data/com.github.phase1geo.minder.appdata.xml.in:466 msgid "" "Fixed issue where selected text at end of text would not be deleted when the " "Delete key was used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:449 +#: data/com.github.phase1geo.minder.appdata.xml.in:467 msgid "Fixed selection issues after moving the cursor by a word." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:450 +#: data/com.github.phase1geo.minder.appdata.xml.in:468 msgid "" "Fixed Home/End keys to move the cursor to the beginning/end of the current " "line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:451 +#: data/com.github.phase1geo.minder.appdata.xml.in:469 msgid "" "Fixed node size and layout when system text size changes between Minder " "sessions." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:452 +#: data/com.github.phase1geo.minder.appdata.xml.in:470 #, fuzzy msgid "" "Fixed issue with application crashing when older Minder file is loaded that " "used a custom theme." msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:453 +#: data/com.github.phase1geo.minder.appdata.xml.in:471 #, fuzzy msgid "" "Fixed issue with node sidebar image not being properly updated when sidebar " @@ -1177,56 +1198,56 @@ msgstr "" "Correction d'un problème avec l'état des onglets qui n'étaient pas " "correctement enregistré lors de l'ajout d'un nouvel onglet." -#: data/com.github.phase1geo.minder.appdata.xml.in:454 +#: data/com.github.phase1geo.minder.appdata.xml.in:472 msgid "" "Fixed square branch link drawing when some links have arrows drawn in them." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:455 +#: data/com.github.phase1geo.minder.appdata.xml.in:473 msgid "" "Fixed issue with the background border being drawn around link arrows in " "contexts where it should not." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:463 +#: data/com.github.phase1geo.minder.appdata.xml.in:481 #, fuzzy msgid "Added Basque translation (thanks to @alexgabi)" msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:467 +#: data/com.github.phase1geo.minder.appdata.xml.in:485 #, fuzzy msgid "Updated to Italian translation (thanks to @albanobattistella)." msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:468 +#: data/com.github.phase1geo.minder.appdata.xml.in:486 #, fuzzy msgid "Updated to Brazilian Portugese translation (thanks to Felipe Simoes)." msgstr "Ajout des traductions en portugais brésilien (grâce à btd1337 !)" -#: data/com.github.phase1geo.minder.appdata.xml.in:469 +#: data/com.github.phase1geo.minder.appdata.xml.in:487 msgid "" "Opening a file will automatically close an existing unsaved, unchanged tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:470 +#: data/com.github.phase1geo.minder.appdata.xml.in:488 msgid "Changed color of connection drag handles to yellow." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:471 +#: data/com.github.phase1geo.minder.appdata.xml.in:489 msgid "" "Making it easier to grab connection drag handle when it is close to " "connection handles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:472 +#: data/com.github.phase1geo.minder.appdata.xml.in:490 msgid "Reducing auto-saves when editing node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:476 +#: data/com.github.phase1geo.minder.appdata.xml.in:494 msgid "Removed help information from PNG export panel." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:477 +#: data/com.github.phase1geo.minder.appdata.xml.in:495 #, fuzzy msgid "" "Fixed issue with exporting images with connections/stickers which could get " @@ -1235,121 +1256,121 @@ msgstr "" "Correction d'un problème de dessin des liens de nœud lors de l'utilisation " "du mode de disposition manuelle." -#: data/com.github.phase1geo.minder.appdata.xml.in:478 +#: data/com.github.phase1geo.minder.appdata.xml.in:496 #, fuzzy msgid "Fixed issue with empty tab when file cannot be loaded." msgstr "" "Correction d'un problème de dessin des liens de nœud lors de l'utilisation " "du mode de disposition manuelle." -#: data/com.github.phase1geo.minder.appdata.xml.in:479 +#: data/com.github.phase1geo.minder.appdata.xml.in:497 #, fuzzy msgid "" "Fixed issues with application crashes on startup in non-elementary " "environments." msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:487 +#: data/com.github.phase1geo.minder.appdata.xml.in:505 msgid "Added subscript and superscript support to Markdown parser." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:488 +#: data/com.github.phase1geo.minder.appdata.xml.in:506 #, fuzzy msgid "" "Added support for switching tabs with Control-Tab and Shift-Control-Tab." msgstr "Ajout de la prise en charge de l'exportation au format Mermaid." -#: data/com.github.phase1geo.minder.appdata.xml.in:489 +#: data/com.github.phase1geo.minder.appdata.xml.in:507 #, fuzzy msgid "Added support for remembering last used open/save dialog directories." msgstr "" "Ajout de la prise en charge du redimensionnement de la barre latérale de " "l'inspecteur." -#: data/com.github.phase1geo.minder.appdata.xml.in:490 +#: data/com.github.phase1geo.minder.appdata.xml.in:508 msgid "" "Added support for Alt-Left/Right/Up/Down keyboard shortcuts to rearrange " "sibling nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:491 +#: data/com.github.phase1geo.minder.appdata.xml.in:509 #, fuzzy msgid "Added support for searching all tabs (thanks to @Messius58)." msgstr "Ajout de la prise en charge du mode concentration." -#: data/com.github.phase1geo.minder.appdata.xml.in:492 +#: data/com.github.phase1geo.minder.appdata.xml.in:510 msgid "Added about window for non-elementary builds." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:493 +#: data/com.github.phase1geo.minder.appdata.xml.in:511 #, fuzzy msgid "Added ability to move child nodes to parent via Alt+direction." msgstr "" "Ajout de la possibilité de double-cliquer sur un nœud pour le rendre " "éditable." -#: data/com.github.phase1geo.minder.appdata.xml.in:494 +#: data/com.github.phase1geo.minder.appdata.xml.in:512 #, fuzzy msgid "Added support for including images in Markdown export." msgstr "Ajout de la prise en charge des images à l'intérieur des nœuds." -#: data/com.github.phase1geo.minder.appdata.xml.in:498 +#: data/com.github.phase1geo.minder.appdata.xml.in:516 msgid "" "Added installation instructions to README.md for Debian (thanks to Robert " "Hubinak)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:499 +#: data/com.github.phase1geo.minder.appdata.xml.in:517 msgid "" "Replaced export UI with a new, improved UI with support for export options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:500 +#: data/com.github.phase1geo.minder.appdata.xml.in:518 msgid "Moved add node menu items to a submenu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:501 +#: data/com.github.phase1geo.minder.appdata.xml.in:519 msgid "Improved focus mode behavior." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:502 +#: data/com.github.phase1geo.minder.appdata.xml.in:520 msgid "" "Changed property header button to a toggle button and clarified the tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:503 +#: data/com.github.phase1geo.minder.appdata.xml.in:521 #, fuzzy msgid "Changed keyboard shortcut to open sidebar from Control-| to F9." msgstr "Ajout du raccourci clavier Ctrl + W pour fermer l'onglet actif." -#: data/com.github.phase1geo.minder.appdata.xml.in:504 +#: data/com.github.phase1geo.minder.appdata.xml.in:522 msgid "" "Changed non-symbolic header bar icons to symbolic icons for non-elementary " "OS environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:505 +#: data/com.github.phase1geo.minder.appdata.xml.in:523 #, fuzzy msgid "Improved link drawing algorithm to make link connections easier to see." msgstr "" "Amélioration du dessin des liens lorsqu'une arborescence de nœuds est " "déplacée." -#: data/com.github.phase1geo.minder.appdata.xml.in:506 +#: data/com.github.phase1geo.minder.appdata.xml.in:524 msgid "" "Changed Link Color in node inspector to Color to reflect the colors use." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:507 +#: data/com.github.phase1geo.minder.appdata.xml.in:525 msgid "Improved task button drawing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:511 +#: data/com.github.phase1geo.minder.appdata.xml.in:529 msgid "" "Fixed issue where tab background colors were incorrect when changing tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:512 +#: data/com.github.phase1geo.minder.appdata.xml.in:530 #, fuzzy msgid "" "Fixed issue with getting valac pathname from Meson (thanks to paluszak)." @@ -1357,27 +1378,27 @@ msgstr "" "Correction d'un problème avec le style de nœud dans le texte (grâce à Viliam " "K.)." -#: data/com.github.phase1geo.minder.appdata.xml.in:513 +#: data/com.github.phase1geo.minder.appdata.xml.in:531 msgid "Added desktop update call to post_install.py script." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:514 +#: data/com.github.phase1geo.minder.appdata.xml.in:532 #, fuzzy msgid "Fixed issue with sidebar sizing." msgstr "" "Correction d'un problème avec l'action d'afficher/masquer la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:515 +#: data/com.github.phase1geo.minder.appdata.xml.in:533 msgid "" "Fixed issue with remembering the sticker sidebar panel was last opened when " "restarting." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:516 +#: data/com.github.phase1geo.minder.appdata.xml.in:534 msgid "Fixed layout issues when unfolding a parent with folded children." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:517 +#: data/com.github.phase1geo.minder.appdata.xml.in:535 #, fuzzy msgid "" "Fixed issue with hiding node groups when the main node in group is folded." @@ -1385,7 +1406,7 @@ msgstr "" "Correction d'un problème avec le style de nœud dans le texte (grâce à Viliam " "K.)." -#: data/com.github.phase1geo.minder.appdata.xml.in:518 +#: data/com.github.phase1geo.minder.appdata.xml.in:536 #, fuzzy msgid "" "Fixed issue with displaying link color in sidebar when root node is selected." @@ -1393,151 +1414,151 @@ msgstr "" "Correction d'un problème de dessin des liens de nœud lors de l'utilisation " "du mode de disposition manuelle." -#: data/com.github.phase1geo.minder.appdata.xml.in:519 +#: data/com.github.phase1geo.minder.appdata.xml.in:537 msgid "" "Fixed alpha value used for drawing node grouping when encompassed nodes are " "not in focus when focus mode is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:520 +#: data/com.github.phase1geo.minder.appdata.xml.in:538 msgid "Fixed issue with saving manually added embedded links in node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:521 +#: data/com.github.phase1geo.minder.appdata.xml.in:539 #, fuzzy msgid "Fixed undo/redo text editing support." msgstr "Ajout de la prise en charge mimimale de la modification d'image." -#: data/com.github.phase1geo.minder.appdata.xml.in:522 +#: data/com.github.phase1geo.minder.appdata.xml.in:540 #, fuzzy msgid "Updated keyboard shortcuts in help window." msgstr "Ajout du raccourci clavier Ctrl + W pour fermer l'onglet actif." -#: data/com.github.phase1geo.minder.appdata.xml.in:523 +#: data/com.github.phase1geo.minder.appdata.xml.in:541 msgid "" "Fixed issue of tab content flashing when application opens with multiple " "tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:524 +#: data/com.github.phase1geo.minder.appdata.xml.in:542 #, fuzzy msgid "Fixed error when closing a tab." msgstr "Correction d'une erreur de segmentation lors du chargement d'un thème." -#: data/com.github.phase1geo.minder.appdata.xml.in:525 +#: data/com.github.phase1geo.minder.appdata.xml.in:543 #, fuzzy msgid "Fixed issue with undo'ing text modifications." msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:526 +#: data/com.github.phase1geo.minder.appdata.xml.in:544 msgid "" "Fixed issues with style inspector scale widgets not properly reflecting " "their current value." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:527 +#: data/com.github.phase1geo.minder.appdata.xml.in:545 #, fuzzy msgid "Fixed various issues with node layout." msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:528 +#: data/com.github.phase1geo.minder.appdata.xml.in:546 #, fuzzy msgid "Fixed issue with undo'ing the deletion of a single node." msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:536 +#: data/com.github.phase1geo.minder.appdata.xml.in:554 #, fuzzy msgid "Updated Italian translation (thanks to Albano Battistella)." msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:540 +#: data/com.github.phase1geo.minder.appdata.xml.in:558 #, fuzzy msgid "Fixed application crash issues due to using custom themes." msgstr "" "Correction d'un problème avec la disposition automatique introduite en 1.4.0." -#: data/com.github.phase1geo.minder.appdata.xml.in:541 +#: data/com.github.phase1geo.minder.appdata.xml.in:559 #, fuzzy msgid "Added missing theme colors in custom theme pane." msgstr "" "Correction d'un problème avec la disposition automatique introduite en 1.4.0." -#: data/com.github.phase1geo.minder.appdata.xml.in:542 +#: data/com.github.phase1geo.minder.appdata.xml.in:560 #, fuzzy msgid "Fixed issues with application crash when editing a root node." msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:543 +#: data/com.github.phase1geo.minder.appdata.xml.in:561 msgid "" "Fixed issue with filepath parser highlighting normal text that contains " "slash characters." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:551 +#: data/com.github.phase1geo.minder.appdata.xml.in:569 #, fuzzy msgid "" "Added Shift-e keyboard shortcut to edit note text for nodes and connections." msgstr "Ajout du raccourci clavier Ctrl + W pour fermer l'onglet actif." -#: data/com.github.phase1geo.minder.appdata.xml.in:556 +#: data/com.github.phase1geo.minder.appdata.xml.in:574 msgid "" "Improved automatic layout of node trees when adjacent tree sizes change." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:557 +#: data/com.github.phase1geo.minder.appdata.xml.in:575 msgid "" "Changed node and connection contextual menus to show (Edit Note) instead of " "(Add Note) and (Remove Note) options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:561 +#: data/com.github.phase1geo.minder.appdata.xml.in:579 msgid "Fixing compilation issues." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:562 +#: data/com.github.phase1geo.minder.appdata.xml.in:580 msgid "Fixing behavior of 't' command when node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:563 +#: data/com.github.phase1geo.minder.appdata.xml.in:581 msgid "Fixing support for undo/redo of root node insertion." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:571 +#: data/com.github.phase1geo.minder.appdata.xml.in:589 msgid "Added Preferences dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:572 +#: data/com.github.phase1geo.minder.appdata.xml.in:590 #, fuzzy msgid "Added Portuguese translation (thanks to Andre Barata)." msgstr "Ajout des traductions en portugais brésilien (grâce à btd1337 !)" -#: data/com.github.phase1geo.minder.appdata.xml.in:573 +#: data/com.github.phase1geo.minder.appdata.xml.in:591 #, fuzzy msgid "" "Added keyboard shortcut (Menu or Shift-F10) to display contextual menus in " "mindmap." msgstr "Ajout du raccourci clavier Ctrl + W pour fermer l'onglet actif." -#: data/com.github.phase1geo.minder.appdata.xml.in:574 +#: data/com.github.phase1geo.minder.appdata.xml.in:592 msgid "Added default theme preference option." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:575 +#: data/com.github.phase1geo.minder.appdata.xml.in:593 msgid "Added preference option to select map items on cursor hover." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:576 +#: data/com.github.phase1geo.minder.appdata.xml.in:594 msgid "" "Added Shift+Home/End support for selecting all text from current cursor to " "beginning/end of node or connection titles when editing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:577 +#: data/com.github.phase1geo.minder.appdata.xml.in:595 #, fuzzy msgid "Added support for PlantUML import/export." msgstr "Ajout de la prise en charge du mode concentration." -#: data/com.github.phase1geo.minder.appdata.xml.in:578 +#: data/com.github.phase1geo.minder.appdata.xml.in:596 #, fuzzy msgid "" "Added support for displaying notifications on completion of export operation." @@ -1545,51 +1566,51 @@ msgstr "" "Ajout de la prise en charge pour plier toutes les tâches complétées dans " "l'inspecteur de carte." -#: data/com.github.phase1geo.minder.appdata.xml.in:579 +#: data/com.github.phase1geo.minder.appdata.xml.in:597 #, fuzzy msgid "Added keyboard shortcuts for displaying tabs in sidebar." msgstr "Ajout du raccourci clavier Ctrl + W pour fermer l'onglet actif." -#: data/com.github.phase1geo.minder.appdata.xml.in:580 +#: data/com.github.phase1geo.minder.appdata.xml.in:598 msgid "" "Added support for making filepath URIs clickable in nodes, connections and " "notes (displays the files in the file manager application)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:584 +#: data/com.github.phase1geo.minder.appdata.xml.in:602 msgid "" "When nodes are copied to clipboard, pasting them as text in an external " "application will be displayed as in text export format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:585 +#: data/com.github.phase1geo.minder.appdata.xml.in:603 msgid "" "When text is copied to the clipboard from an external application, pasting " "as nodes in Minder will parse in text import format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:586 +#: data/com.github.phase1geo.minder.appdata.xml.in:604 msgid "Improved look of menu accelerators and added missing accelerators." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:587 +#: data/com.github.phase1geo.minder.appdata.xml.in:605 msgid "" "Changed 't' command to transition task status from disabled to enabled to " "done and back to disabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:591 +#: data/com.github.phase1geo.minder.appdata.xml.in:609 #, fuzzy msgid "Fixed issues with undo/redo of node/connection title changes." msgstr "" "Correction d'un problème avec l'action d'afficher/masquer la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:592 +#: data/com.github.phase1geo.minder.appdata.xml.in:610 #, fuzzy msgid "Fixed issue with undoing a connection add operation." msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:593 +#: data/com.github.phase1geo.minder.appdata.xml.in:611 #, fuzzy msgid "" "Fixed issue with connection titles being clear when connection is moved to a " @@ -1598,19 +1619,19 @@ msgstr "" "Correction d'un problème avec le déplacement d'un nœud vers une position " "différente au sein d'un nœud parent." -#: data/com.github.phase1geo.minder.appdata.xml.in:594 +#: data/com.github.phase1geo.minder.appdata.xml.in:612 msgid "" "Fixed UI issue with changing window width by dragging right side of window " "when sidebar is hidden." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:595 +#: data/com.github.phase1geo.minder.appdata.xml.in:613 msgid "" "Fixed issues with inputting special characters with US international " "keyboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:596 +#: data/com.github.phase1geo.minder.appdata.xml.in:614 #, fuzzy msgid "" "Fixed issue where images in resized nodes were not displaying properly on " @@ -1619,26 +1640,26 @@ msgstr "" "Correction d'un problème lors de l'affichage des nœuds redimensionnés à " "l'ouverture ou au démarrage de l'application." -#: data/com.github.phase1geo.minder.appdata.xml.in:597 +#: data/com.github.phase1geo.minder.appdata.xml.in:615 msgid "" "Fixed issue where copying a filename in a file manager and pasting in Minder " "would attempt to past the icon image instead of the filename when editing " "text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:605 +#: data/com.github.phase1geo.minder.appdata.xml.in:623 #, fuzzy msgid "Added Markdown highlighting support to node titles." msgstr "Ajout de la prise en charge des URL dans le titre des nœuds." -#: data/com.github.phase1geo.minder.appdata.xml.in:606 +#: data/com.github.phase1geo.minder.appdata.xml.in:624 #, fuzzy msgid "Added ability to set the maximum node size in style inspector." msgstr "" "Ajout de la possibilité d'afficher/masquer chaque panneau dans l'inspecteur " "de style." -#: data/com.github.phase1geo.minder.appdata.xml.in:607 +#: data/com.github.phase1geo.minder.appdata.xml.in:625 #, fuzzy msgid "" "Added ability to set the maximum connection title size in style inspector." @@ -1646,21 +1667,21 @@ msgstr "" "Ajout de la possibilité d'afficher/masquer chaque panneau dans l'inspecteur " "de style." -#: data/com.github.phase1geo.minder.appdata.xml.in:608 +#: data/com.github.phase1geo.minder.appdata.xml.in:626 #, fuzzy msgid "Added ability to set text field font size via gsetting." msgstr "" "Ajout de la possibilité de définir une couleur spécifique pour tous les " "nœuds sélectionnés." -#: data/com.github.phase1geo.minder.appdata.xml.in:609 +#: data/com.github.phase1geo.minder.appdata.xml.in:627 #, fuzzy msgid "Added ability to set branch margin in the style inspector." msgstr "" "Ajout de la possibilité d'afficher/masquer chaque panneau dans l'inspecteur " "de style." -#: data/com.github.phase1geo.minder.appdata.xml.in:610 +#: data/com.github.phase1geo.minder.appdata.xml.in:628 #, fuzzy msgid "" "Added ability to add stickers to nodes, connections and anywhere else in the " @@ -1669,81 +1690,81 @@ msgstr "" "Ajout de la possibilité d'afficher/masquer toutes les connexions dans la " "carte." -#: data/com.github.phase1geo.minder.appdata.xml.in:611 +#: data/com.github.phase1geo.minder.appdata.xml.in:629 #, fuzzy msgid "Added ability to visually create and display node groupings." msgstr "" "Ajout de la possibilité de créer, modifier et supprimer des thèmes " "personnalisés" -#: data/com.github.phase1geo.minder.appdata.xml.in:612 +#: data/com.github.phase1geo.minder.appdata.xml.in:630 #, fuzzy msgid "Added import/export support for XMind." msgstr "Ajout de l'exportation au format yEd." -#: data/com.github.phase1geo.minder.appdata.xml.in:613 +#: data/com.github.phase1geo.minder.appdata.xml.in:631 msgid "" "Added support for specifying if connection titles should be added " "immediately after creating a connection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:614 +#: data/com.github.phase1geo.minder.appdata.xml.in:632 msgid "" "Added support for middle-click-and-drag to pan the canvas (Alt + mouse " "movement still supported)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:615 +#: data/com.github.phase1geo.minder.appdata.xml.in:633 #, fuzzy msgid "Added keyboard shortcut for the Zoom to Fit option (Control-1)." msgstr "Ajout du raccourci clavier Ctrl + W pour fermer l'onglet actif." -#: data/com.github.phase1geo.minder.appdata.xml.in:616 +#: data/com.github.phase1geo.minder.appdata.xml.in:634 msgid "Added new Mouse Events shortcut panel in shortcut cheatsheet." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:620 +#: data/com.github.phase1geo.minder.appdata.xml.in:638 msgid "" "Removed the sidebar style affects selector and using the status of the " "current selection instead." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:621 +#: data/com.github.phase1geo.minder.appdata.xml.in:639 msgid "" "Lowered the minimum node margin from 5 pixels to 1 pixel to allow for " "greater node density." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:622 +#: data/com.github.phase1geo.minder.appdata.xml.in:640 msgid "" "Removed connection title editing field in sidebar for better UI consistency." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:623 +#: data/com.github.phase1geo.minder.appdata.xml.in:641 msgid "" "Removed bold and italicized fonts from the style inspector font selectors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:624 +#: data/com.github.phase1geo.minder.appdata.xml.in:642 msgid "If connection title is empty, the title will be automatically removed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:625 +#: data/com.github.phase1geo.minder.appdata.xml.in:643 #, fuzzy msgid "Updated application icon (thanks to Fatih20)." msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:629 +#: data/com.github.phase1geo.minder.appdata.xml.in:647 #, fuzzy msgid "Fixed issue with importing Freemind notes." msgstr "" "Correction d'un problème avec la disposition automatique introduite en 1.4.0." -#: data/com.github.phase1geo.minder.appdata.xml.in:630 +#: data/com.github.phase1geo.minder.appdata.xml.in:648 msgid "Fixed display of right-to-left text within nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:631 +#: data/com.github.phase1geo.minder.appdata.xml.in:649 #, fuzzy msgid "" "Fixed issues with loading a .minder file that contains errant information." @@ -1751,23 +1772,23 @@ msgstr "" "Correction du problème lors de l'ajout d'un nœud enfant qui empêchait les " "autres nœuds enfants d'être dépliés." -#: data/com.github.phase1geo.minder.appdata.xml.in:632 +#: data/com.github.phase1geo.minder.appdata.xml.in:650 #, fuzzy msgid "Fixed issues with the layout of connection titles." msgstr "" "Correction d'un problème avec l'action d'afficher/masquer la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:633 +#: data/com.github.phase1geo.minder.appdata.xml.in:651 #, fuzzy msgid "Fixed input method support when editing connection titles." msgstr "" "Correction d'un problème avec l'action d'afficher/masquer la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:634 +#: data/com.github.phase1geo.minder.appdata.xml.in:652 msgid "Fixed position of fold indicator when tree layout is Upwards." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:635 +#: data/com.github.phase1geo.minder.appdata.xml.in:653 #, fuzzy msgid "" "Fixed node display issue when a node link is clicked to a node that is " @@ -1776,29 +1797,29 @@ msgstr "" "Correction de problèmes d'affichage avec le bouton de remplissage de nœud " "dans l'inspecteur de style." -#: data/com.github.phase1geo.minder.appdata.xml.in:636 +#: data/com.github.phase1geo.minder.appdata.xml.in:654 msgid "" "Fixed error when connection title is double clicked when no text is present." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:637 +#: data/com.github.phase1geo.minder.appdata.xml.in:655 msgid "" "Fixed issue with opening the same document twice (only one tab will now " "exist per file)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:638 +#: data/com.github.phase1geo.minder.appdata.xml.in:656 msgid "" "Fixed Shift-Control-s keyboard shortcut to display the 'Save As' dialog " "instead of the 'Open' dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:639 +#: data/com.github.phase1geo.minder.appdata.xml.in:657 msgid "Fixed issue that allows you to click on or drag onto a hidden node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:647 -#: data/com.github.phase1geo.minder.appdata.xml.in:660 +#: data/com.github.phase1geo.minder.appdata.xml.in:665 +#: data/com.github.phase1geo.minder.appdata.xml.in:678 #, fuzzy msgid "" "Fixed issue with setting cursor position with mouse when zoom factor is not " @@ -1807,133 +1828,133 @@ msgstr "" "Correction d'un problème avec l'arrière-plan du graphique lorsque le facteur " "de zoom était faible." -#: data/com.github.phase1geo.minder.appdata.xml.in:648 -#: data/com.github.phase1geo.minder.appdata.xml.in:661 +#: data/com.github.phase1geo.minder.appdata.xml.in:666 +#: data/com.github.phase1geo.minder.appdata.xml.in:679 msgid "" "Fixed issue with reading in Minder files that exceed the XML parser size " "limitations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:669 +#: data/com.github.phase1geo.minder.appdata.xml.in:687 #, fuzzy msgid "Added support for selecting nodes by dragging out a selection box." msgstr "" "Ajout de la prise en charge de la création d'une connexion visuelle entre " "deux nœuds quelconques." -#: data/com.github.phase1geo.minder.appdata.xml.in:670 +#: data/com.github.phase1geo.minder.appdata.xml.in:688 #, fuzzy msgid "Added ability to configure the color used in connection titles." msgstr "" "Ajout de la possibilité d'afficher/masquer toutes les connexions dans la " "carte." -#: data/com.github.phase1geo.minder.appdata.xml.in:671 +#: data/com.github.phase1geo.minder.appdata.xml.in:689 #, fuzzy msgid "Added Italian translation (thanks to albanobattistella on GitHub)." msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:675 +#: data/com.github.phase1geo.minder.appdata.xml.in:693 msgid "" "Refined and pixel fitted the application icon (thanks to Fatih20 on GitHub)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:676 +#: data/com.github.phase1geo.minder.appdata.xml.in:694 msgid "" "Changed panning with mouse from left-click with motion to Alt with motion." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:677 +#: data/com.github.phase1geo.minder.appdata.xml.in:695 #, fuzzy msgid "Changed select parent to work with multiple selected nodes." msgstr "Créez des liens entre deux nœuds sélectionnés ou plus" -#: data/com.github.phase1geo.minder.appdata.xml.in:678 +#: data/com.github.phase1geo.minder.appdata.xml.in:696 #, fuzzy msgid "Updated keyboard shortcuts cheatsheet for task commands." msgstr "Ajout du raccourci clavier Ctrl + W pour fermer l'onglet actif." -#: data/com.github.phase1geo.minder.appdata.xml.in:679 +#: data/com.github.phase1geo.minder.appdata.xml.in:697 #, fuzzy msgid "Updated Spanish translation (thanks to febrezo on GitHub)." msgstr "Ajout des traductions en français (grâce à Nathan Bonnemains)." -#: data/com.github.phase1geo.minder.appdata.xml.in:683 +#: data/com.github.phase1geo.minder.appdata.xml.in:701 #, fuzzy msgid "Fixed issues with changing connection styles." msgstr "" "Correction d'un problème avec l'action d'afficher/masquer la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:684 +#: data/com.github.phase1geo.minder.appdata.xml.in:702 msgid "" "Fixed application crashes associated with changing layout to a balanceable " "layout with animations enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:685 +#: data/com.github.phase1geo.minder.appdata.xml.in:703 msgid "" "Fixed display of cursor when it is over a clickable feature in the mind map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:686 +#: data/com.github.phase1geo.minder.appdata.xml.in:704 #, fuzzy msgid "Fixed issues with creating custom themes." msgstr "" "Correction d'un problème avec la disposition automatique introduite en 1.4.0." -#: data/com.github.phase1geo.minder.appdata.xml.in:687 +#: data/com.github.phase1geo.minder.appdata.xml.in:705 msgid "Fixed cursor in note editor when Control key is held over a URL link." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:688 +#: data/com.github.phase1geo.minder.appdata.xml.in:706 msgid "Fixed meson.build issue when comparing valac version." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:689 +#: data/com.github.phase1geo.minder.appdata.xml.in:707 msgid "Fixed connection colors in dark themes to help them be more visible." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:690 +#: data/com.github.phase1geo.minder.appdata.xml.in:708 msgid "" "Fixed issue where connection colors don't follow theme if they have not been " "manually changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:691 +#: data/com.github.phase1geo.minder.appdata.xml.in:709 msgid "" "Fixed application crash when animation is disabled, a node is moved, " "animation is enabled and a node is moved." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:692 +#: data/com.github.phase1geo.minder.appdata.xml.in:710 msgid "Fixed various issues with quick entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:693 +#: data/com.github.phase1geo.minder.appdata.xml.in:711 msgid "" "Fixed ability to open one or more files from the command-line or from a file " "browser." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:694 +#: data/com.github.phase1geo.minder.appdata.xml.in:712 #, fuzzy msgid "Fixed issues with connection coloring." msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:695 +#: data/com.github.phase1geo.minder.appdata.xml.in:713 #, fuzzy msgid "Fixed issue with pasting UTF8 strings from clipboard." msgstr "" "Correction d'un problème avec l'action d'afficher/masquer la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:703 +#: data/com.github.phase1geo.minder.appdata.xml.in:721 #, fuzzy msgid "Added support for pasting an image or text as a new node." msgstr "" "Ajout de la prise en charge pour ajouter un nouveau nœud parent à un nœud " "existant." -#: data/com.github.phase1geo.minder.appdata.xml.in:704 +#: data/com.github.phase1geo.minder.appdata.xml.in:722 #, fuzzy msgid "" "Added support for pasting an image or text, replacing the current node " @@ -1942,7 +1963,7 @@ msgstr "" "Ajout de la prise en charge pour la création d'un lien d'un nœud à un autre " "dans la même carte." -#: data/com.github.phase1geo.minder.appdata.xml.in:705 +#: data/com.github.phase1geo.minder.appdata.xml.in:723 #, fuzzy msgid "" "Added support for pasting text, replacing the current connection content." @@ -1950,16 +1971,16 @@ msgstr "" "Ajout de la prise en charge de la création d'une connexion visuelle entre " "deux nœuds quelconques." -#: data/com.github.phase1geo.minder.appdata.xml.in:706 +#: data/com.github.phase1geo.minder.appdata.xml.in:724 msgid "Added task support to Outliner import/export." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:707 +#: data/com.github.phase1geo.minder.appdata.xml.in:725 #, fuzzy msgid "Added keyboard shortcut (Control-E) to display export interface." msgstr "Ajout du raccourci clavier Ctrl + W pour fermer l'onglet actif." -#: data/com.github.phase1geo.minder.appdata.xml.in:708 +#: data/com.github.phase1geo.minder.appdata.xml.in:726 #, fuzzy msgid "" "Added support for creating a new root node hitting the Return key when no " @@ -1968,164 +1989,164 @@ msgstr "" "Ajout de la prise en charge pour la création d'un lien d'un nœud à un autre " "dans la même carte." -#: data/com.github.phase1geo.minder.appdata.xml.in:709 +#: data/com.github.phase1geo.minder.appdata.xml.in:727 msgid "" "Added ability to add a new root node via the contextual menu when no node is " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:710 +#: data/com.github.phase1geo.minder.appdata.xml.in:728 msgid "" "Added ability to launch quick entry dialog via the contextual menu when no " "node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:711 +#: data/com.github.phase1geo.minder.appdata.xml.in:729 #, fuzzy msgid "Added node alignment support for manual node layouts." msgstr "Ajout de la prise en charge des URL dans le titre des nœuds." -#: data/com.github.phase1geo.minder.appdata.xml.in:712 +#: data/com.github.phase1geo.minder.appdata.xml.in:730 #, fuzzy msgid "Added ability to create a connected root node." msgstr "" "Ajout de la possibilité de créer, modifier et supprimer des thèmes " "personnalisés" -#: data/com.github.phase1geo.minder.appdata.xml.in:713 +#: data/com.github.phase1geo.minder.appdata.xml.in:731 #, fuzzy msgid "Added ability to replace/edit nodes via the Quick Entry feature." msgstr "" "Ajout de la possibilité de créer, modifier et supprimer des thèmes " "personnalisés" -#: data/com.github.phase1geo.minder.appdata.xml.in:717 +#: data/com.github.phase1geo.minder.appdata.xml.in:735 msgid "" "Updated image editor dialog button bar to include support for clipboard " "operations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:718 +#: data/com.github.phase1geo.minder.appdata.xml.in:736 #, fuzzy msgid "" "Improved display of buttons in image area of the node inspector sidebar." msgstr "" "Meilleure apparence et lisibilité des icônes de thème dans la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:719 +#: data/com.github.phase1geo.minder.appdata.xml.in:737 #, fuzzy msgid "Updated keyboard shortcut cheatsheet." msgstr "Ajout du raccourci clavier Ctrl + W pour fermer l'onglet actif." -#: data/com.github.phase1geo.minder.appdata.xml.in:720 +#: data/com.github.phase1geo.minder.appdata.xml.in:738 msgid "" "Changed quick text entry keyboard shortcut from Control-E to Control-Shift-E." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:721 +#: data/com.github.phase1geo.minder.appdata.xml.in:739 msgid "" "Changed the paste text in contextual menu to indicate what will be pasted." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:722 +#: data/com.github.phase1geo.minder.appdata.xml.in:740 msgid "Updated Outliner import/export support for tasks." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:723 +#: data/com.github.phase1geo.minder.appdata.xml.in:741 msgid "" "Added tooltip and changed cursor when cursor is over a link and the Control " "key is held down." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:727 +#: data/com.github.phase1geo.minder.appdata.xml.in:745 msgid "" "Removed empty Outliner rows from being added when Outliner file is imported." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:728 +#: data/com.github.phase1geo.minder.appdata.xml.in:746 msgid "" "Fixed loss of selection when shift key is held down and the background is " "clicked." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:729 +#: data/com.github.phase1geo.minder.appdata.xml.in:747 msgid "Added themed background color to exported PDF format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:730 +#: data/com.github.phase1geo.minder.appdata.xml.in:748 msgid "Fixed exports to allow existing files to be overwritten." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:731 +#: data/com.github.phase1geo.minder.appdata.xml.in:749 msgid "Fixed Org-Mode export syntax errors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:739 +#: data/com.github.phase1geo.minder.appdata.xml.in:757 #, fuzzy msgid "Added support for using input methods." msgstr "Ajout de la prise en charge du mode concentration." -#: data/com.github.phase1geo.minder.appdata.xml.in:740 +#: data/com.github.phase1geo.minder.appdata.xml.in:758 #, fuzzy msgid "Added Dutch translation (thanks to Heimen Stoffels)." msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:744 +#: data/com.github.phase1geo.minder.appdata.xml.in:762 msgid "" "Updated README.md to indicate which version of valac should be used if " "building from source." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:745 +#: data/com.github.phase1geo.minder.appdata.xml.in:763 msgid "Changed unnamed default filename to use translated value." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:746 +#: data/com.github.phase1geo.minder.appdata.xml.in:764 #, fuzzy msgid "Updated French translations (thanks to Nathan Bonnemains)." msgstr "Ajout des traductions en français (grâce à Nathan Bonnemains)." -#: data/com.github.phase1geo.minder.appdata.xml.in:747 +#: data/com.github.phase1geo.minder.appdata.xml.in:765 msgid "Changed tab colors to match current document background." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:748 +#: data/com.github.phase1geo.minder.appdata.xml.in:766 msgid "Adjusted dark theme to help with current tab contrast." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:752 +#: data/com.github.phase1geo.minder.appdata.xml.in:770 msgid "" "Fixed issue with New Document plank command to load application data before " "opening new tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:753 +#: data/com.github.phase1geo.minder.appdata.xml.in:771 msgid "" "Fixed build issues with compiling libarchive code using newer versions of " "libarchive and valac." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:754 +#: data/com.github.phase1geo.minder.appdata.xml.in:772 #, fuzzy msgid "Fixed issues with translating shortcut cheetsheat strings." msgstr "" "Correction d'un problème avec la disposition automatique introduite en 1.4.0." -#: data/com.github.phase1geo.minder.appdata.xml.in:755 +#: data/com.github.phase1geo.minder.appdata.xml.in:773 #, fuzzy msgid "Fixed issue with exporting images when manual layout mode is selected." msgstr "" "Correction d'un problème de dessin des liens de nœud lors de l'utilisation " "du mode de disposition manuelle." -#: data/com.github.phase1geo.minder.appdata.xml.in:763 +#: data/com.github.phase1geo.minder.appdata.xml.in:781 msgid "" "Added support for importing/exporting Outliner files (new app in AppCenter!)." msgstr "" "Ajout de la prise en charge de l'importation/exportation au format Outliner " "(nouvelle application dans le Centre d'Applications !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:764 +#: data/com.github.phase1geo.minder.appdata.xml.in:782 msgid "" "Added map inspector switch to enable/disable automatic rotation of main " "branch link color selection." @@ -2133,20 +2154,20 @@ msgstr "" "Ajout d'un inspecteur de carte pour activer/désactiver la rotation " "automatique de la couleur de sélection du lien de la branche principale." -#: data/com.github.phase1geo.minder.appdata.xml.in:765 +#: data/com.github.phase1geo.minder.appdata.xml.in:783 msgid "Added ability to set all selected nodes to a specific color." msgstr "" "Ajout de la possibilité de définir une couleur spécifique pour tous les " "nœuds sélectionnés." -#: data/com.github.phase1geo.minder.appdata.xml.in:766 +#: data/com.github.phase1geo.minder.appdata.xml.in:784 msgid "" "Added ability to set all selected nodes to a randomly selected link color." msgstr "" "Ajout de la possibilité de définir une couleur de lien sélectionné aléatoire " "pour tous les nœuds sélectionnés" -#: data/com.github.phase1geo.minder.appdata.xml.in:767 +#: data/com.github.phase1geo.minder.appdata.xml.in:785 msgid "" "Added ability to allow descendant nodes to have different link colors than " "ancestor nodes." @@ -2154,7 +2175,7 @@ msgstr "" "Ajout de la possibilité aux nœuds enfants d'avoir une couleur de lien " "différente des nœuds parents." -#: data/com.github.phase1geo.minder.appdata.xml.in:768 +#: data/com.github.phase1geo.minder.appdata.xml.in:786 msgid "" "Added ability to cause a descendant node with a different color than its " "parent to re-use the parent color." @@ -2162,14 +2183,14 @@ msgstr "" "Ajout de la possibilité de créer un nœud enfant avec une couleur diffénte de " "son parent pour réutiliser la couleur du parent." -#: data/com.github.phase1geo.minder.appdata.xml.in:769 +#: data/com.github.phase1geo.minder.appdata.xml.in:787 #, fuzzy msgid "Added ability to select children nodes using Control-click." msgstr "" "Ajout de la possibilité de sélectionner les nœuds enfants en utilisant " "Control-Click." -#: data/com.github.phase1geo.minder.appdata.xml.in:770 +#: data/com.github.phase1geo.minder.appdata.xml.in:788 #, fuzzy msgid "" "Added ability to export a mind-map as a new Portable Minder filetype which " @@ -2179,25 +2200,25 @@ msgstr "" "fichier Minder portable qui permet de partager des fichiers Minder " "avec d'autres utilisateurs/systèmes de fichiers." -#: data/com.github.phase1geo.minder.appdata.xml.in:771 +#: data/com.github.phase1geo.minder.appdata.xml.in:789 #, fuzzy msgid "Added ability to export to Org-Mode format." msgstr "Ajout de la possibilité d'exporter au format Org-Mode." -#: data/com.github.phase1geo.minder.appdata.xml.in:775 +#: data/com.github.phase1geo.minder.appdata.xml.in:793 msgid "Updated French translation (thanks to Nathan Bonnemains)." msgstr "Ajout des traductions en français (grâce à Nathan Bonnemains)." -#: data/com.github.phase1geo.minder.appdata.xml.in:776 +#: data/com.github.phase1geo.minder.appdata.xml.in:794 msgid "Improved OPML import support." msgstr "Amélioration de l'import de fichiers OPML." -#: data/com.github.phase1geo.minder.appdata.xml.in:777 +#: data/com.github.phase1geo.minder.appdata.xml.in:795 msgid "Changed ability to select a subtree by Control + double-click." msgstr "" "Modification de la sélection des sous-arbres avec Control + Double clic." -#: data/com.github.phase1geo.minder.appdata.xml.in:778 +#: data/com.github.phase1geo.minder.appdata.xml.in:796 msgid "" "Changed ability to select all nodes of the current level by Control + triple-" "click." @@ -2205,11 +2226,11 @@ msgstr "" "Modification de la sélection de tous les nœuds du niveau courant avec " "Control + Triple clic." -#: data/com.github.phase1geo.minder.appdata.xml.in:782 +#: data/com.github.phase1geo.minder.appdata.xml.in:800 msgid "Fixed NodeJS version for Travis CI." msgstr "Correction de la version de NodeJS dans Travis CI." -#: data/com.github.phase1geo.minder.appdata.xml.in:783 +#: data/com.github.phase1geo.minder.appdata.xml.in:801 msgid "" "Fixed issue with adding a new child node that doesn't cause other descendant " "nodes to unfold." @@ -2217,16 +2238,16 @@ msgstr "" "Correction du problème lors de l'ajout d'un nœud enfant qui empêchait les " "autres nœuds enfants d'être dépliés." -#: data/com.github.phase1geo.minder.appdata.xml.in:784 +#: data/com.github.phase1geo.minder.appdata.xml.in:802 msgid "Fixed issue with showing/hiding sidebar." msgstr "" "Correction d'un problème avec l'action d'afficher/masquer la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:785 +#: data/com.github.phase1geo.minder.appdata.xml.in:803 msgid "Fixed segmentation faults when loading a theme." msgstr "Correction d'une erreur de segmentation lors du chargement d'un thème." -#: data/com.github.phase1geo.minder.appdata.xml.in:786 +#: data/com.github.phase1geo.minder.appdata.xml.in:804 #, fuzzy msgid "" "Fixed issue with the style inspector Change Affect value when selection " @@ -2235,20 +2256,20 @@ msgstr "" "Correction d'un problème avec l'inspecteur de style lorsque la valeur du " "sélécteur Les modifications affectent change (grâce à Vilian K.)." -#: data/com.github.phase1geo.minder.appdata.xml.in:787 +#: data/com.github.phase1geo.minder.appdata.xml.in:805 msgid "Fixed issue with node markup within the node text (thanks to Viliam K)." msgstr "" "Correction d'un problème avec le style de nœud dans le texte (grâce à Viliam " "K.)." -#: data/com.github.phase1geo.minder.appdata.xml.in:788 +#: data/com.github.phase1geo.minder.appdata.xml.in:806 msgid "" "Fixed issue with tab state not being properly saved when a new tab is added." msgstr "" "Correction d'un problème avec l'état des onglets qui n'étaient pas " "correctement enregistré lors de l'ajout d'un nouvel onglet." -#: data/com.github.phase1geo.minder.appdata.xml.in:789 +#: data/com.github.phase1geo.minder.appdata.xml.in:807 msgid "" "Fixed bug with updating tab tooltip and saving tab state when filename is " "changed." @@ -2257,7 +2278,7 @@ msgstr "" "l'enregistrement de l'état de l'onglet lorsque le nom de fichier est " "différent." -#: data/com.github.phase1geo.minder.appdata.xml.in:797 +#: data/com.github.phase1geo.minder.appdata.xml.in:815 msgid "" "Added ability to delete a single node (instead of the node and its subtree) " "in the contextual menu." @@ -2265,7 +2286,7 @@ msgstr "" "Ajout de la possibilité de supprimer un nœud seul (au lieu du nœud et de ses " "enfants) dans le menu contextuel." -#: data/com.github.phase1geo.minder.appdata.xml.in:798 +#: data/com.github.phase1geo.minder.appdata.xml.in:816 msgid "" "When a new document is first saved, the first root node text is used as the " "default filename." @@ -2273,24 +2294,24 @@ msgstr "" "Lorsqu'un document est enregistré pour la première fois, le nom du premier " "nœud racine est utilisé comme nom de fichier par défaut." -#: data/com.github.phase1geo.minder.appdata.xml.in:799 +#: data/com.github.phase1geo.minder.appdata.xml.in:817 msgid "" "Added multi-select support which includes: Changing styles; Copy, cut, paste " "and delete support; Connect two selected nodes; Create node links between " "two or more selected nodes; and Fold/unfold selected nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:801 +#: data/com.github.phase1geo.minder.appdata.xml.in:819 msgid "Added support for URLs in node titles." msgstr "Ajout de la prise en charge des URL dans le titre des nœuds." -#: data/com.github.phase1geo.minder.appdata.xml.in:802 +#: data/com.github.phase1geo.minder.appdata.xml.in:820 msgid "" "Added support for Markdown within a note: Notes are syntax highlighted; and " "Embedded URLs can be opened by Control-Clicking on them." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:806 +#: data/com.github.phase1geo.minder.appdata.xml.in:824 msgid "" "Updated application icon and other recently improved icons for improved " "readability (thanks to Nararyans R.I.)." @@ -2298,22 +2319,22 @@ msgstr "" "Mise à jour de l'icône de l'application et des autres icônes pour plus de " "lisibilité (grâce à Nararyans R.I.)." -#: data/com.github.phase1geo.minder.appdata.xml.in:807 +#: data/com.github.phase1geo.minder.appdata.xml.in:825 msgid "Improved look and readability of theme icons in the sidebar." msgstr "" "Meilleure apparence et lisibilité des icônes de thème dans la barre latérale." -#: data/com.github.phase1geo.minder.appdata.xml.in:808 +#: data/com.github.phase1geo.minder.appdata.xml.in:826 msgid "Changed sidebar to display theme icons in a grid layout." msgstr "" "Modification de la barre latérale pour afficher les icônes de thème dans une " "grille." -#: data/com.github.phase1geo.minder.appdata.xml.in:809 +#: data/com.github.phase1geo.minder.appdata.xml.in:827 msgid "Improved various export format output." msgstr "Amélioration des différents formats d'exportation." -#: data/com.github.phase1geo.minder.appdata.xml.in:813 +#: data/com.github.phase1geo.minder.appdata.xml.in:831 msgid "" "Fixed various compiler warnings/errors after compiling with latest version " "of Vala compiler." @@ -2321,31 +2342,31 @@ msgstr "" "Correction de divers avertissements/erreurs après compilation avec la " "dernière version du compilateur Vala." -#: data/com.github.phase1geo.minder.appdata.xml.in:821 +#: data/com.github.phase1geo.minder.appdata.xml.in:839 msgid "Improved various icons (thanks to Nararyans R.I.)" msgstr "Amélioration de diverses icônes (grâce à Nararyans R.I.)" -#: data/com.github.phase1geo.minder.appdata.xml.in:825 +#: data/com.github.phase1geo.minder.appdata.xml.in:843 msgid "Downgraded Node.js to fix Travis CI builds" msgstr "" "Rétrogradation de Node.js pour corriger les problèmes d'intégration continue " "avec Travis CI" -#: data/com.github.phase1geo.minder.appdata.xml.in:826 +#: data/com.github.phase1geo.minder.appdata.xml.in:844 msgid "Fixed various compiler errors/warnings" msgstr "Correction de diverses erreurs/avertissements lors de la compilation" -#: data/com.github.phase1geo.minder.appdata.xml.in:834 +#: data/com.github.phase1geo.minder.appdata.xml.in:852 msgid "Added export to yEd." msgstr "Ajout de l'exportation au format yEd." -#: data/com.github.phase1geo.minder.appdata.xml.in:835 +#: data/com.github.phase1geo.minder.appdata.xml.in:853 msgid "Added ability to create, edit and delete custom themes." msgstr "" "Ajout de la possibilité de créer, modifier et supprimer des thèmes " "personnalisés" -#: data/com.github.phase1geo.minder.appdata.xml.in:836 +#: data/com.github.phase1geo.minder.appdata.xml.in:854 msgid "" "Added new quick entry mode, allowing node trees to be input within a text " "editor." @@ -2353,17 +2374,17 @@ msgstr "" "Ajout d'un nouveau mode d'entrée rapide, permettant aux arbres de nœuds " "d'être saisis depuis l'éditeur de texte." -#: data/com.github.phase1geo.minder.appdata.xml.in:837 +#: data/com.github.phase1geo.minder.appdata.xml.in:855 msgid "Added Control-W keyboard shortcut to close the current tab." msgstr "Ajout du raccourci clavier Ctrl + W pour fermer l'onglet actif." -#: data/com.github.phase1geo.minder.appdata.xml.in:838 +#: data/com.github.phase1geo.minder.appdata.xml.in:856 msgid "Added shortcut exploration help window (use F1 key to display)." msgstr "" "Ajouter du raccourci pour parcourir la fenêtre d'aide (utilisez la touche F1 " "pour l'afficher)." -#: data/com.github.phase1geo.minder.appdata.xml.in:842 +#: data/com.github.phase1geo.minder.appdata.xml.in:860 msgid "" "New search icon which has better contrast for Minder's themed header bar " "(thanks to Nararyans R.I.)." @@ -2371,13 +2392,13 @@ msgstr "" "Nouvelle icône de recherche avec un meilleur contraste pour le thème de " "l'entête de Minder(grâce à Nararyans R.I.)." -#: data/com.github.phase1geo.minder.appdata.xml.in:843 +#: data/com.github.phase1geo.minder.appdata.xml.in:861 msgid "New non-symbolic sidebar icon in header bar (thanks to Nararyans R.I.)." msgstr "" "Nouvelle icône non symbolique pour la barre latérale dans l'entête (grâce à " "Nararyans R.I.)." -#: data/com.github.phase1geo.minder.appdata.xml.in:844 +#: data/com.github.phase1geo.minder.appdata.xml.in:862 msgid "" "New Minder application icon which fits in with the elementary OS color " "scheme better (thansk to Nararyans R.I.)." @@ -2385,29 +2406,29 @@ msgstr "" "Nouvelle icône de l'application Minder qui correspond mieux au schéma de " "couleurs d'elementary OS (grâce à Nararyans R.I.)." -#: data/com.github.phase1geo.minder.appdata.xml.in:845 +#: data/com.github.phase1geo.minder.appdata.xml.in:863 msgid "New focus icon in header bar (thanks to Nararyans R.I.)." msgstr "" "Nouvelle icône de mode concentration dans l'entête (grâce à Nararyans R.I.)." -#: data/com.github.phase1geo.minder.appdata.xml.in:846 +#: data/com.github.phase1geo.minder.appdata.xml.in:864 msgid "Improved styling when creating a new node/connection." msgstr "Amélioration du style lors de la création d'un nouveau nœud/connexion." -#: data/com.github.phase1geo.minder.appdata.xml.in:850 +#: data/com.github.phase1geo.minder.appdata.xml.in:868 msgid "" "Fixed issue where separate trees in same mind-map where allowed to overlap." msgstr "" "Correction d'un problème ou les arbres séparés dans la même carte mentale " "pouvaient déborder." -#: data/com.github.phase1geo.minder.appdata.xml.in:851 +#: data/com.github.phase1geo.minder.appdata.xml.in:869 msgid "Fixed node link drawing issue when using manual layout mode." msgstr "" "Correction d'un problème de dessin des liens de nœud lors de l'utilisation " "du mode de disposition manuelle." -#: data/com.github.phase1geo.minder.appdata.xml.in:852 +#: data/com.github.phase1geo.minder.appdata.xml.in:870 msgid "" "Fixed issues drawing arrows properly when straight node links were being " "used." @@ -2415,44 +2436,44 @@ msgstr "" "Correction de problèmes de dessin correct des flèches lors de l'utilisation " "de liens de nœuds droits." -#: data/com.github.phase1geo.minder.appdata.xml.in:853 +#: data/com.github.phase1geo.minder.appdata.xml.in:871 msgid "Fixed display issues with the node fill switch in the style inspector." msgstr "" "Correction de problèmes d'affichage avec le bouton de remplissage de nœud " "dans l'inspecteur de style." -#: data/com.github.phase1geo.minder.appdata.xml.in:854 +#: data/com.github.phase1geo.minder.appdata.xml.in:872 msgid "Fixed support for cut, copy and pasting connection title text." msgstr "" "Correction de la prise en charge des fonctions couper, copier et coller du " "titre des connexions." -#: data/com.github.phase1geo.minder.appdata.xml.in:855 +#: data/com.github.phase1geo.minder.appdata.xml.in:873 msgid "Fixed keyboard shortcut for toggling focus mode." msgstr "" "Correction du raccourci clavier pour activer/désactiver le mode " "concentration." -#: data/com.github.phase1geo.minder.appdata.xml.in:862 +#: data/com.github.phase1geo.minder.appdata.xml.in:880 msgid "Fixed issue with automatic layout that was introduced in 1.4.0." msgstr "" "Correction d'un problème avec la disposition automatique introduite en 1.4.0." -#: data/com.github.phase1geo.minder.appdata.xml.in:870 +#: data/com.github.phase1geo.minder.appdata.xml.in:888 msgid "Added support for focus mode." msgstr "Ajout de la prise en charge du mode concentration." -#: data/com.github.phase1geo.minder.appdata.xml.in:871 +#: data/com.github.phase1geo.minder.appdata.xml.in:889 msgid "Added support for multiple documents with tabs." msgstr "Ajout de la prise en charge de documents multiples avec onglets." -#: data/com.github.phase1geo.minder.appdata.xml.in:872 +#: data/com.github.phase1geo.minder.appdata.xml.in:890 msgid "Added support for resizing the inspector sidebar." msgstr "" "Ajout de la prise en charge du redimensionnement de la barre latérale de " "l'inspecteur." -#: data/com.github.phase1geo.minder.appdata.xml.in:873 +#: data/com.github.phase1geo.minder.appdata.xml.in:891 msgid "" "Added support for creating a new node directly from editing an existing node " "presssing Return or Tab." @@ -2460,26 +2481,26 @@ msgstr "" "Ajout de la prise en charge pour la création d'un nouveau nœud directement à " "partir de l'édition d'un nœud existant en appuyant sur Entrée ou Tab." -#: data/com.github.phase1geo.minder.appdata.xml.in:874 +#: data/com.github.phase1geo.minder.appdata.xml.in:892 msgid "Added support for adding a new parent node to an existing node." msgstr "" "Ajout de la prise en charge pour ajouter un nouveau nœud parent à un nœud " "existant." -#: data/com.github.phase1geo.minder.appdata.xml.in:875 +#: data/com.github.phase1geo.minder.appdata.xml.in:893 msgid "" "Added support for importing/exporting to FreeMind and Freeplane formats." msgstr "" "Ajout de la prise en charge de l'importation/exportation aux formats " "FreeMind et Freeplane." -#: data/com.github.phase1geo.minder.appdata.xml.in:876 +#: data/com.github.phase1geo.minder.appdata.xml.in:894 msgid "Added support for sorting children either alphabetically or randomly." msgstr "" "Ajout de la prise en charge du tri des enfants alphabétiquement ou " "aléatoirement." -#: data/com.github.phase1geo.minder.appdata.xml.in:877 +#: data/com.github.phase1geo.minder.appdata.xml.in:895 msgid "" "Added support for creating a link from one node to another node in the same " "map." @@ -2487,26 +2508,26 @@ msgstr "" "Ajout de la prise en charge pour la création d'un lien d'un nœud à un autre " "dans la même carte." -#: data/com.github.phase1geo.minder.appdata.xml.in:878 +#: data/com.github.phase1geo.minder.appdata.xml.in:896 msgid "Added support for building a Flatpak." msgstr "Ajout de la prise en charge pour Flatpak." -#: data/com.github.phase1geo.minder.appdata.xml.in:882 +#: data/com.github.phase1geo.minder.appdata.xml.in:900 msgid "Removed markup from translated strings." msgstr "Suppression des balises des chaînes de caractères traduites." -#: data/com.github.phase1geo.minder.appdata.xml.in:883 +#: data/com.github.phase1geo.minder.appdata.xml.in:901 msgid "Standardized tooltips that display accelerator information." msgstr "" "Indications standard pour afficher les informations des raccourcis clavier." -#: data/com.github.phase1geo.minder.appdata.xml.in:884 +#: data/com.github.phase1geo.minder.appdata.xml.in:902 msgid "Changed the way that node/connection titles are displayed in inspector." msgstr "" "Modification de la façon dont les titres de nœud/connexion sont affichés " "dans l'inspecteur." -#: data/com.github.phase1geo.minder.appdata.xml.in:885 +#: data/com.github.phase1geo.minder.appdata.xml.in:903 msgid "" "Changed app terminal script to allow command-line arguments to be passed to " "debug subcommand." @@ -2514,20 +2535,20 @@ msgstr "" "Modification du script du terminal de l'application pour autoriser les " "arguments en ligne de commande a être passés en sous-commandes de débogage." -#: data/com.github.phase1geo.minder.appdata.xml.in:886 +#: data/com.github.phase1geo.minder.appdata.xml.in:904 msgid "Changed header bar and widget colors to match Minder brand color." msgstr "" "Modification des couleurs de la barre d'en-tête et des widgets pour " "correspondre à la couleur symbolique de Minder." -#: data/com.github.phase1geo.minder.appdata.xml.in:887 +#: data/com.github.phase1geo.minder.appdata.xml.in:905 msgid "" "Changed search icon in header bar to a symbolic icon to improve readability." msgstr "" "Modification de l'icône de recherche dans la barre d'en-tête en icône " "symbolique pour améliorer la lisibilité." -#: data/com.github.phase1geo.minder.appdata.xml.in:888 +#: data/com.github.phase1geo.minder.appdata.xml.in:906 msgid "" "When note tooltip is displayed, markup text is rendered for improved " "readability." @@ -2535,7 +2556,7 @@ msgstr "" "Lorsque l'indicateur des notes est affiché, le marquage du texte est " "restitué pour une meilleure lisibilité." -#: data/com.github.phase1geo.minder.appdata.xml.in:889 +#: data/com.github.phase1geo.minder.appdata.xml.in:907 msgid "" "Enhanced app script to allow command-line arguments to be passed to debug " "subcommand." @@ -2543,7 +2564,7 @@ msgstr "" "Amélioration du script de l'application pour autoriser les arguments en " "ligne de commande à être passés en sous-commandes de débogage." -#: data/com.github.phase1geo.minder.appdata.xml.in:893 +#: data/com.github.phase1geo.minder.appdata.xml.in:911 msgid "" "Fixed an issue with calculating connection endpoints when a portion of the " "node is not visible." @@ -2551,40 +2572,40 @@ msgstr "" "Correction d'un problème avec le calcul des point de fin de connexion " "lorsqu'un bout du nœud n'est pas visible." -#: data/com.github.phase1geo.minder.appdata.xml.in:894 +#: data/com.github.phase1geo.minder.appdata.xml.in:912 msgid "Fixed file naming issue when a file is imported." msgstr "" "Correction des problèmes de nommage du fichier lors de l'importation d'un " "fichier." -#: data/com.github.phase1geo.minder.appdata.xml.in:895 +#: data/com.github.phase1geo.minder.appdata.xml.in:913 msgid "" "Fixed issue with displaying resized nodes on open or application startup." msgstr "" "Correction d'un problème lors de l'affichage des nœuds redimensionnés à " "l'ouverture ou au démarrage de l'application." -#: data/com.github.phase1geo.minder.appdata.xml.in:902 +#: data/com.github.phase1geo.minder.appdata.xml.in:920 msgid "Fixing issue with export functions." msgstr "Correction des problèmes avec les fonctions d'export." -#: data/com.github.phase1geo.minder.appdata.xml.in:908 +#: data/com.github.phase1geo.minder.appdata.xml.in:926 msgid "Let's stay connected!" msgstr "Restons connectés !" -#: data/com.github.phase1geo.minder.appdata.xml.in:910 +#: data/com.github.phase1geo.minder.appdata.xml.in:928 msgid "Added support for creating a visual connection between any two nodes." msgstr "" "Ajout de la prise en charge de la création d'une connexion visuelle entre " "deux nœuds quelconques." -#: data/com.github.phase1geo.minder.appdata.xml.in:911 +#: data/com.github.phase1geo.minder.appdata.xml.in:929 msgid "Added ability to show/hide all connections in the map." msgstr "" "Ajout de la possibilité d'afficher/masquer toutes les connexions dans la " "carte." -#: data/com.github.phase1geo.minder.appdata.xml.in:912 +#: data/com.github.phase1geo.minder.appdata.xml.in:930 msgid "" "Added support for remembering the last selected child of a node when " "navigating the map with the keyboard." @@ -2592,7 +2613,7 @@ msgstr "" "Ajout de la prise en charge de la mémorisation du dernier enfant sélectionné " "d'un nœud lors de la navigation sur la carte à l'aide du clavier." -#: data/com.github.phase1geo.minder.appdata.xml.in:913 +#: data/com.github.phase1geo.minder.appdata.xml.in:931 msgid "" "When escape key is used when editing text, editing mode is ended without " "reverting text." @@ -2600,7 +2621,7 @@ msgstr "" "Lorsque la touche d'échappement est utilisée lors de l'édition de texte, le " "mode d'édition est interrompu sans que le texte ne soit réinitialisé." -#: data/com.github.phase1geo.minder.appdata.xml.in:914 +#: data/com.github.phase1geo.minder.appdata.xml.in:932 msgid "" "Created unique contextual menus depending on what is selected in the mind " "map." @@ -2608,7 +2629,7 @@ msgstr "" "Création de menus contextuels uniques en fonction de ce qui est sélectionné " "dans la carte mentale." -#: data/com.github.phase1geo.minder.appdata.xml.in:915 +#: data/com.github.phase1geo.minder.appdata.xml.in:933 msgid "" "Changed Node sidebar tab to Current which shows either the currently " "selected node or connection." @@ -2616,17 +2637,17 @@ msgstr "" "Changement de l'onglet Nœud de la barre latérale à Courant qui affiche soit " "le nœud ou la connexion actuellement sélectionné(e)." -#: data/com.github.phase1geo.minder.appdata.xml.in:916 +#: data/com.github.phase1geo.minder.appdata.xml.in:934 msgid "Improved link drawing when a node tree is being moved." msgstr "" "Amélioration du dessin des liens lorsqu'une arborescence de nœuds est " "déplacée." -#: data/com.github.phase1geo.minder.appdata.xml.in:917 +#: data/com.github.phase1geo.minder.appdata.xml.in:935 msgid "Switched from using GtkFileChooserDialog to GtkFileChooserNative." msgstr "Passage de GtkFileChooserDialog à GtkFileChooserNative." -#: data/com.github.phase1geo.minder.appdata.xml.in:918 +#: data/com.github.phase1geo.minder.appdata.xml.in:936 msgid "" "Added support for inserting emoji when editing text in the mind map (use " "Control-period)." @@ -2634,18 +2655,18 @@ msgstr "" "Ajout du support pour l'insertion d'emojis lors de l'édition de texte dans " "la carte mentale (utilisez la combinaison CTRL + .)." -#: data/com.github.phase1geo.minder.appdata.xml.in:919 +#: data/com.github.phase1geo.minder.appdata.xml.in:937 msgid "Improved readability of theme name when the theme is selected." msgstr "Meilleure lisibilité du nom du thème lorsque le thème est sélectionné." -#: data/com.github.phase1geo.minder.appdata.xml.in:920 +#: data/com.github.phase1geo.minder.appdata.xml.in:938 msgid "" "Fixed issue where changing a global style was not saved/applied to new nodes." msgstr "" "Correction d'un problème où le changement d'un style global n'était pas " "sauvegardé/appliqué aux nouveaux nœuds." -#: data/com.github.phase1geo.minder.appdata.xml.in:921 +#: data/com.github.phase1geo.minder.appdata.xml.in:939 msgid "" "Improved copy/paste support of nodes so that copied items can be pasted in " "other mind maps." @@ -2653,7 +2674,7 @@ msgstr "" "Amélioration du copier/coller des nœuds pour que les éléments copiés " "puissent être collés dans d'autres cartes mentales." -#: data/com.github.phase1geo.minder.appdata.xml.in:922 +#: data/com.github.phase1geo.minder.appdata.xml.in:940 msgid "" "Added support for dynamically changing to dark mode in the UI if the prefer-" "dark desktop gsetting is set." @@ -2661,32 +2682,32 @@ msgstr "" "Ajout de la prise en charge du passage dynamique en thème sombre dans " "l'interface utilisateur si l'option de thème sombre est activée." -#: data/com.github.phase1geo.minder.appdata.xml.in:923 +#: data/com.github.phase1geo.minder.appdata.xml.in:941 msgid "Added ability to show/hide each panel within the style inspector." msgstr "" "Ajout de la possibilité d'afficher/masquer chaque panneau dans l'inspecteur " "de style." -#: data/com.github.phase1geo.minder.appdata.xml.in:924 +#: data/com.github.phase1geo.minder.appdata.xml.in:942 msgid "Removed support for Loki builds." msgstr "Arrêt de la prise en charge pour Loki." -#: data/com.github.phase1geo.minder.appdata.xml.in:931 +#: data/com.github.phase1geo.minder.appdata.xml.in:949 msgid "Fixing appdata.xml file omission." msgstr "Correction d'une omission dans le fichier appdata.xml." -#: data/com.github.phase1geo.minder.appdata.xml.in:932 +#: data/com.github.phase1geo.minder.appdata.xml.in:950 msgid "" "Removing automatic style apply when the affects is set to certain values." msgstr "" "La suppression du style automatique s'applique lorsque l'effet est réglé sur " "certaines valeurs." -#: data/com.github.phase1geo.minder.appdata.xml.in:939 +#: data/com.github.phase1geo.minder.appdata.xml.in:957 msgid "Added Spanish translation." msgstr "Ajout des traductions en espagnol." -#: data/com.github.phase1geo.minder.appdata.xml.in:940 +#: data/com.github.phase1geo.minder.appdata.xml.in:958 msgid "" "Added support for Control-Return/Tab to support adding newlines/tabs in a " "node's title." @@ -2694,23 +2715,23 @@ msgstr "" "Ajout de la prise en charge du raccourci CTRL + Entrée/TAB pour ajouter des " "nouvelles lignes/tabulations dans le titre d'un nœud." -#: data/com.github.phase1geo.minder.appdata.xml.in:941 +#: data/com.github.phase1geo.minder.appdata.xml.in:959 msgid "Improved node title editing support for selection and cursor movement." msgstr "" "Amélioration de la prise en charge de l'édition du titre des nœuds pour la " "sélection et le déplacement du curseur." -#: data/com.github.phase1geo.minder.appdata.xml.in:942 +#: data/com.github.phase1geo.minder.appdata.xml.in:960 msgid "Added support for automatically opening Minder files from Files." msgstr "" "Ajout de la prise en charge de l'ouverture automatique des fichiers Minder à " "partir de Fichiers." -#: data/com.github.phase1geo.minder.appdata.xml.in:943 +#: data/com.github.phase1geo.minder.appdata.xml.in:961 msgid "Added ability to modify styles of nodes and links." msgstr "Ajout de la possibilité de modifier les styles des nœuds et des liens." -#: data/com.github.phase1geo.minder.appdata.xml.in:944 +#: data/com.github.phase1geo.minder.appdata.xml.in:962 msgid "" "Changed layouts to be stored on a per tree basis instead of a per document " "basis." @@ -2718,49 +2739,49 @@ msgstr "" "Modification de la disposition pour l'enregistrement par arbre au lieu de " "l'enregistrement par document." -#: data/com.github.phase1geo.minder.appdata.xml.in:945 +#: data/com.github.phase1geo.minder.appdata.xml.in:963 msgid "Added support for exporting to the Mermaid format." msgstr "Ajout de la prise en charge de l'exportation au format Mermaid." -#: data/com.github.phase1geo.minder.appdata.xml.in:946 +#: data/com.github.phase1geo.minder.appdata.xml.in:964 msgid "Added support for disabling/enabling displaying markup in node title." msgstr "" "Ajout de la prise en charge de la désactivation/activation de l'affichage du " "balisage dans le titre du nœud." -#: data/com.github.phase1geo.minder.appdata.xml.in:947 +#: data/com.github.phase1geo.minder.appdata.xml.in:965 msgid "Improved the look of the fold indicators." msgstr "Amélioration de l'apparence des indicateurs de pli." -#: data/com.github.phase1geo.minder.appdata.xml.in:948 +#: data/com.github.phase1geo.minder.appdata.xml.in:966 msgid "Lots of bug fixes." msgstr "Nombreuses corrections de bugs." -#: data/com.github.phase1geo.minder.appdata.xml.in:955 +#: data/com.github.phase1geo.minder.appdata.xml.in:973 msgid "Adding Spanish translation (thanks to Adolfo Jayme-Barrientos)." msgstr "Ajout des traductions en espagnol (grâce à Adolfo Jayme-Barrientos)." -#: data/com.github.phase1geo.minder.appdata.xml.in:956 +#: data/com.github.phase1geo.minder.appdata.xml.in:974 msgid "Adding support for special character insertion via the Compose key." msgstr "" "Ajout du support pour l'insertion de caractères spéciaux avec la touche " "Compose." -#: data/com.github.phase1geo.minder.appdata.xml.in:962 +#: data/com.github.phase1geo.minder.appdata.xml.in:980 msgid "Updating French translation." msgstr "Mises à jour des traductions en français." -#: data/com.github.phase1geo.minder.appdata.xml.in:967 +#: data/com.github.phase1geo.minder.appdata.xml.in:985 msgid "Bug fix release" msgstr "Version corrective" -#: data/com.github.phase1geo.minder.appdata.xml.in:969 +#: data/com.github.phase1geo.minder.appdata.xml.in:987 msgid "Fixed bugs related to editing unicode characters in map area." msgstr "" "Correction de bugs liés à l'édition de caractères unicode dans la zone de la " "carte." -#: data/com.github.phase1geo.minder.appdata.xml.in:970 +#: data/com.github.phase1geo.minder.appdata.xml.in:988 msgid "" "Reduced height of node textbox in sidebar to help alleviate window sizing " "problems." @@ -2768,88 +2789,88 @@ msgstr "" "Réduction de la hauteur de la zone de texte du nœud dans la barre latérale " "pour aider à diminuer les problèmes de dimensionnement de la fenêtre." -#: data/com.github.phase1geo.minder.appdata.xml.in:971 +#: data/com.github.phase1geo.minder.appdata.xml.in:989 msgid "" "Fixed issue with moving a node to a different position within a parent node." msgstr "" "Correction d'un problème avec le déplacement d'un nœud vers une position " "différente au sein d'un nœud parent." -#: data/com.github.phase1geo.minder.appdata.xml.in:972 +#: data/com.github.phase1geo.minder.appdata.xml.in:990 msgid "Fixed issue connecting a root node to another node." msgstr "" "Correction d'un problème de connexion d'un nœud racine à un autre nœud." -#: data/com.github.phase1geo.minder.appdata.xml.in:978 +#: data/com.github.phase1geo.minder.appdata.xml.in:996 msgid "Images now supported!" msgstr "Les images sont désormais prises en charge !" -#: data/com.github.phase1geo.minder.appdata.xml.in:980 +#: data/com.github.phase1geo.minder.appdata.xml.in:998 msgid "Added support for images within nodes." msgstr "Ajout de la prise en charge des images à l'intérieur des nœuds." -#: data/com.github.phase1geo.minder.appdata.xml.in:981 +#: data/com.github.phase1geo.minder.appdata.xml.in:999 msgid "Added basic image editing support." msgstr "Ajout de la prise en charge mimimale de la modification d'image." -#: data/com.github.phase1geo.minder.appdata.xml.in:982 +#: data/com.github.phase1geo.minder.appdata.xml.in:1000 msgid "Added support for dragging and dropping local and web images." msgstr "" "Ajout de la prise en charge du glisser-déposer d'images locales ou web." -#: data/com.github.phase1geo.minder.appdata.xml.in:983 +#: data/com.github.phase1geo.minder.appdata.xml.in:1001 msgid "Added support for resizing node width." msgstr "" "Ajout de la prise en charge du redimensionnement de la largeur des nœuds." -#: data/com.github.phase1geo.minder.appdata.xml.in:984 +#: data/com.github.phase1geo.minder.appdata.xml.in:1002 msgid "Changed cursors when over a task button." msgstr "Modification du curseur au survol d'un bouton de tâche." -#: data/com.github.phase1geo.minder.appdata.xml.in:985 +#: data/com.github.phase1geo.minder.appdata.xml.in:1003 msgid "Changed location of task and note elements in a node." msgstr "" "Modification de l'emplacement des éléments de tâche et de note dans un nœud." -#: data/com.github.phase1geo.minder.appdata.xml.in:986 +#: data/com.github.phase1geo.minder.appdata.xml.in:1004 msgid "Added support for keeping the map from scrolling off screen." msgstr "" "Ajout de la prise en charge du maintien du défilement de la carte de l'écran." -#: data/com.github.phase1geo.minder.appdata.xml.in:987 +#: data/com.github.phase1geo.minder.appdata.xml.in:1005 msgid "Added support for shift-mousewheel to scroll horizontally." msgstr "" "Ajout de la prise en charge de la molette de la souris avec shift pour le " "défilement horizontal." -#: data/com.github.phase1geo.minder.appdata.xml.in:988 +#: data/com.github.phase1geo.minder.appdata.xml.in:1006 msgid "Added support for control-mousewheel to zoom in/out." msgstr "" "Ajout de la prise en charge de la molette de la souris pour effectuer un " "zoom avant/arrière." -#: data/com.github.phase1geo.minder.appdata.xml.in:989 +#: data/com.github.phase1geo.minder.appdata.xml.in:1007 msgid "Fixed issue with drawing background when zoom factor was small." msgstr "" "Correction d'un problème avec l'arrière-plan du graphique lorsque le facteur " "de zoom était faible." -#: data/com.github.phase1geo.minder.appdata.xml.in:990 +#: data/com.github.phase1geo.minder.appdata.xml.in:1008 msgid "" "Custom icons are now stored as a gresource rather than in the file system." msgstr "" "Les icônes personnalisées sont maintenant stockées en tant que ressource " "gresource plutôt que dans le système de fichiers." -#: data/com.github.phase1geo.minder.appdata.xml.in:991 +#: data/com.github.phase1geo.minder.appdata.xml.in:1009 msgid "Other minor bug fixes." msgstr "Autres corrections de bugs mineures." -#: data/com.github.phase1geo.minder.appdata.xml.in:997 +#: data/com.github.phase1geo.minder.appdata.xml.in:1015 msgid "Support for more export types and bug fixes." msgstr "Prise en charge de plus de types d'exportation et corrections de bugs." -#: data/com.github.phase1geo.minder.appdata.xml.in:999 +#: data/com.github.phase1geo.minder.appdata.xml.in:1017 msgid "" "Added support for exporting to SVG, JPEG, BMP, Markdown, PlainText and CSV " "formats." @@ -2857,33 +2878,33 @@ msgstr "" "Ajout de la prise en charge pour l'exportation vers les formats SVG, JPEG, " "BMP, Mardown, Texte brut et CSV." -#: data/com.github.phase1geo.minder.appdata.xml.in:1000 +#: data/com.github.phase1geo.minder.appdata.xml.in:1018 msgid "Added support for folding all completed tasks in map inspector." msgstr "" "Ajout de la prise en charge pour plier toutes les tâches complétées dans " "l'inspecteur de carte." -#: data/com.github.phase1geo.minder.appdata.xml.in:1001 +#: data/com.github.phase1geo.minder.appdata.xml.in:1019 msgid "Added support for unfolding all folded nodes in map inspector." msgstr "" "Ajout de la prise en charge pour déplier tous les nœuds pliés dans " "l'inspecteur de carte." -#: data/com.github.phase1geo.minder.appdata.xml.in:1002 +#: data/com.github.phase1geo.minder.appdata.xml.in:1020 msgid "Added Solarized Dark and Solarized Light themes." msgstr "AJout des thèmes Solarized Dark et Solarized Light." -#: data/com.github.phase1geo.minder.appdata.xml.in:1003 +#: data/com.github.phase1geo.minder.appdata.xml.in:1021 msgid "Changing button display in map inspector." msgstr "Modification de l'affichage du bouton dans l'inspecteur de carte." -#: data/com.github.phase1geo.minder.appdata.xml.in:1004 +#: data/com.github.phase1geo.minder.appdata.xml.in:1022 #, fuzzy msgid "Cleaning up Export menu to include a single \"Export\" option." msgstr "" "Nettoyage du menu Exporter pour inclure une seule option « Exporter… »." -#: data/com.github.phase1geo.minder.appdata.xml.in:1005 +#: data/com.github.phase1geo.minder.appdata.xml.in:1023 msgid "" "Fixing issue where modified node title in node inspector was lost when input " "focus was changed." @@ -2891,72 +2912,72 @@ msgstr "" "Correction d'un problème où le titre de nœud modifié dans l'inspecteur de " "nœud était perdu lorsque le point focalisé en entrée était modifié." -#: data/com.github.phase1geo.minder.appdata.xml.in:1006 +#: data/com.github.phase1geo.minder.appdata.xml.in:1024 msgid "Fixing issue where an entire tree is attached to another tree." msgstr "" "Correction d'un problème où un arbre entier est attaché à un autre arbre." -#: data/com.github.phase1geo.minder.appdata.xml.in:1007 +#: data/com.github.phase1geo.minder.appdata.xml.in:1025 msgid "Added Czech translation (thanks to Jan Marek!)." msgstr "Ajout des traductions en tchèque (grâce à Jan Marek !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:1008 +#: data/com.github.phase1geo.minder.appdata.xml.in:1026 msgid "Added French translation (thanks to Yannick A.!)." msgstr "Ajout des traductions en français (grâce à Yannick A. !)." -#: data/com.github.phase1geo.minder.appdata.xml.in:1009 +#: data/com.github.phase1geo.minder.appdata.xml.in:1027 msgid "Added Brazilian Portuguese translation (thanks to btd1337!)" msgstr "Ajout des traductions en portugais brésilien (grâce à btd1337 !)" -#: data/com.github.phase1geo.minder.appdata.xml.in:1015 +#: data/com.github.phase1geo.minder.appdata.xml.in:1033 msgid "Initial startup bug fix." msgstr "Correction de bug au premier démarrage." -#: data/com.github.phase1geo.minder.appdata.xml.in:1020 +#: data/com.github.phase1geo.minder.appdata.xml.in:1038 msgid "Search improvements and bug fixes" msgstr "Amélioration de la recherche et corrections de bugs" -#: data/com.github.phase1geo.minder.appdata.xml.in:1022 +#: data/com.github.phase1geo.minder.appdata.xml.in:1040 msgid "Added ability to search within notes." msgstr "Ajout de la possibilité de chercher parmi les notes." -#: data/com.github.phase1geo.minder.appdata.xml.in:1023 +#: data/com.github.phase1geo.minder.appdata.xml.in:1041 msgid "" "Added ability to optionally control search criteria within search popover." msgstr "" "Ajout de la possibilité pour optionnellement contrôler les critères de " "recherche dans le volet de recherche." -#: data/com.github.phase1geo.minder.appdata.xml.in:1024 +#: data/com.github.phase1geo.minder.appdata.xml.in:1042 msgid "Fixed screenshots." msgstr "Correction des captures d'écran." -#: data/com.github.phase1geo.minder.appdata.xml.in:1025 +#: data/com.github.phase1geo.minder.appdata.xml.in:1043 msgid "" "Changed properties header bar icon to a sidebar hide/show icon for clarity." msgstr "" "L'icône de la barre supérieure des propriétés a été changée en icône de " "masquage/affichage dans la barre latérale pour plus de clarté." -#: data/com.github.phase1geo.minder.appdata.xml.in:1026 +#: data/com.github.phase1geo.minder.appdata.xml.in:1044 msgid "Several minor UI improvements." msgstr "Améliorations mineures diverses de l'interface." -#: data/com.github.phase1geo.minder.appdata.xml.in:1027 +#: data/com.github.phase1geo.minder.appdata.xml.in:1045 msgid "Removing deprecated GTK calls." msgstr "Suprresion des éléments GTK dépréciés." -#: data/com.github.phase1geo.minder.appdata.xml.in:1028 +#: data/com.github.phase1geo.minder.appdata.xml.in:1046 msgid "Added ability to double-click on a node to make it editable." msgstr "" "Ajout de la possibilité de double-cliquer sur un nœud pour le rendre " "éditable." -#: data/com.github.phase1geo.minder.appdata.xml.in:1029 +#: data/com.github.phase1geo.minder.appdata.xml.in:1047 msgid "Bug fixes." msgstr "Corrections de bugs." -#: data/com.github.phase1geo.minder.appdata.xml.in:1035 +#: data/com.github.phase1geo.minder.appdata.xml.in:1053 msgid "Initial release" msgstr "Version initiale" diff --git a/po/extra/pl.po b/po/extra/pl.po index 4a596038..f7060c3b 100644 --- a/po/extra/pl.po +++ b/po/extra/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: 2019-03-24 15:37+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -159,2293 +159,2309 @@ msgstr "" #: data/com.github.phase1geo.minder.appdata.xml.in:97 #: data/com.github.phase1geo.minder.appdata.xml.in:115 -#: data/com.github.phase1geo.minder.appdata.xml.in:182 -#: data/com.github.phase1geo.minder.appdata.xml.in:211 -#: data/com.github.phase1geo.minder.appdata.xml.in:243 -#: data/com.github.phase1geo.minder.appdata.xml.in:305 -#: data/com.github.phase1geo.minder.appdata.xml.in:350 -#: data/com.github.phase1geo.minder.appdata.xml.in:419 -#: data/com.github.phase1geo.minder.appdata.xml.in:440 -#: data/com.github.phase1geo.minder.appdata.xml.in:461 -#: data/com.github.phase1geo.minder.appdata.xml.in:485 -#: data/com.github.phase1geo.minder.appdata.xml.in:549 -#: data/com.github.phase1geo.minder.appdata.xml.in:569 -#: data/com.github.phase1geo.minder.appdata.xml.in:603 -#: data/com.github.phase1geo.minder.appdata.xml.in:667 -#: data/com.github.phase1geo.minder.appdata.xml.in:701 -#: data/com.github.phase1geo.minder.appdata.xml.in:737 -#: data/com.github.phase1geo.minder.appdata.xml.in:761 -#: data/com.github.phase1geo.minder.appdata.xml.in:795 -#: data/com.github.phase1geo.minder.appdata.xml.in:832 -#: data/com.github.phase1geo.minder.appdata.xml.in:868 +#: data/com.github.phase1geo.minder.appdata.xml.in:133 +#: data/com.github.phase1geo.minder.appdata.xml.in:200 +#: data/com.github.phase1geo.minder.appdata.xml.in:229 +#: data/com.github.phase1geo.minder.appdata.xml.in:261 +#: data/com.github.phase1geo.minder.appdata.xml.in:323 +#: data/com.github.phase1geo.minder.appdata.xml.in:368 +#: data/com.github.phase1geo.minder.appdata.xml.in:437 +#: data/com.github.phase1geo.minder.appdata.xml.in:458 +#: data/com.github.phase1geo.minder.appdata.xml.in:479 +#: data/com.github.phase1geo.minder.appdata.xml.in:503 +#: data/com.github.phase1geo.minder.appdata.xml.in:567 +#: data/com.github.phase1geo.minder.appdata.xml.in:587 +#: data/com.github.phase1geo.minder.appdata.xml.in:621 +#: data/com.github.phase1geo.minder.appdata.xml.in:685 +#: data/com.github.phase1geo.minder.appdata.xml.in:719 +#: data/com.github.phase1geo.minder.appdata.xml.in:755 +#: data/com.github.phase1geo.minder.appdata.xml.in:779 +#: data/com.github.phase1geo.minder.appdata.xml.in:813 +#: data/com.github.phase1geo.minder.appdata.xml.in:850 +#: data/com.github.phase1geo.minder.appdata.xml.in:886 msgid "New" msgstr "" #: data/com.github.phase1geo.minder.appdata.xml.in:99 -msgid "Added support for Shift-Tab to unindent nodes in Quick Entry." +msgid "Added support for Shift-L to change the color of any selected nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:101 -#: data/com.github.phase1geo.minder.appdata.xml.in:123 -#: data/com.github.phase1geo.minder.appdata.xml.in:146 -#: data/com.github.phase1geo.minder.appdata.xml.in:160 -#: data/com.github.phase1geo.minder.appdata.xml.in:172 -#: data/com.github.phase1geo.minder.appdata.xml.in:187 -#: data/com.github.phase1geo.minder.appdata.xml.in:215 -#: data/com.github.phase1geo.minder.appdata.xml.in:231 -#: data/com.github.phase1geo.minder.appdata.xml.in:260 -#: data/com.github.phase1geo.minder.appdata.xml.in:317 -#: data/com.github.phase1geo.minder.appdata.xml.in:337 -#: data/com.github.phase1geo.minder.appdata.xml.in:359 -#: data/com.github.phase1geo.minder.appdata.xml.in:390 -#: data/com.github.phase1geo.minder.appdata.xml.in:405 -#: data/com.github.phase1geo.minder.appdata.xml.in:424 -#: data/com.github.phase1geo.minder.appdata.xml.in:465 -#: data/com.github.phase1geo.minder.appdata.xml.in:496 -#: data/com.github.phase1geo.minder.appdata.xml.in:534 -#: data/com.github.phase1geo.minder.appdata.xml.in:553 -#: data/com.github.phase1geo.minder.appdata.xml.in:582 -#: data/com.github.phase1geo.minder.appdata.xml.in:618 -#: data/com.github.phase1geo.minder.appdata.xml.in:654 -#: data/com.github.phase1geo.minder.appdata.xml.in:673 -#: data/com.github.phase1geo.minder.appdata.xml.in:715 -#: data/com.github.phase1geo.minder.appdata.xml.in:742 -#: data/com.github.phase1geo.minder.appdata.xml.in:773 -#: data/com.github.phase1geo.minder.appdata.xml.in:804 -#: data/com.github.phase1geo.minder.appdata.xml.in:819 -#: data/com.github.phase1geo.minder.appdata.xml.in:840 -#: data/com.github.phase1geo.minder.appdata.xml.in:880 +#: data/com.github.phase1geo.minder.appdata.xml.in:100 +msgid "Added support for natural scrolling preference." +msgstr "" + +#: data/com.github.phase1geo.minder.appdata.xml.in:102 +#: data/com.github.phase1geo.minder.appdata.xml.in:119 +#: data/com.github.phase1geo.minder.appdata.xml.in:141 +#: data/com.github.phase1geo.minder.appdata.xml.in:164 +#: data/com.github.phase1geo.minder.appdata.xml.in:178 +#: data/com.github.phase1geo.minder.appdata.xml.in:190 +#: data/com.github.phase1geo.minder.appdata.xml.in:205 +#: data/com.github.phase1geo.minder.appdata.xml.in:233 +#: data/com.github.phase1geo.minder.appdata.xml.in:249 +#: data/com.github.phase1geo.minder.appdata.xml.in:278 +#: data/com.github.phase1geo.minder.appdata.xml.in:335 +#: data/com.github.phase1geo.minder.appdata.xml.in:355 +#: data/com.github.phase1geo.minder.appdata.xml.in:377 +#: data/com.github.phase1geo.minder.appdata.xml.in:408 +#: data/com.github.phase1geo.minder.appdata.xml.in:423 +#: data/com.github.phase1geo.minder.appdata.xml.in:442 +#: data/com.github.phase1geo.minder.appdata.xml.in:483 +#: data/com.github.phase1geo.minder.appdata.xml.in:514 +#: data/com.github.phase1geo.minder.appdata.xml.in:552 +#: data/com.github.phase1geo.minder.appdata.xml.in:571 +#: data/com.github.phase1geo.minder.appdata.xml.in:600 +#: data/com.github.phase1geo.minder.appdata.xml.in:636 +#: data/com.github.phase1geo.minder.appdata.xml.in:672 +#: data/com.github.phase1geo.minder.appdata.xml.in:691 +#: data/com.github.phase1geo.minder.appdata.xml.in:733 +#: data/com.github.phase1geo.minder.appdata.xml.in:760 +#: data/com.github.phase1geo.minder.appdata.xml.in:791 +#: data/com.github.phase1geo.minder.appdata.xml.in:822 +#: data/com.github.phase1geo.minder.appdata.xml.in:837 +#: data/com.github.phase1geo.minder.appdata.xml.in:858 +#: data/com.github.phase1geo.minder.appdata.xml.in:898 msgid "Changes" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:103 -#: data/com.github.phase1geo.minder.appdata.xml.in:125 +#: data/com.github.phase1geo.minder.appdata.xml.in:104 +msgid "" +"Updated README.md to change the installation instructions for Arch-based " +"distros to avoid issues with discount library." +msgstr "" + +#: data/com.github.phase1geo.minder.appdata.xml.in:117 +msgid "Added support for Shift-Tab to unindent nodes in Quick Entry." +msgstr "" + +#: data/com.github.phase1geo.minder.appdata.xml.in:121 +#: data/com.github.phase1geo.minder.appdata.xml.in:143 msgid "Updated Italian translation (thanks to @albanobatistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:104 +#: data/com.github.phase1geo.minder.appdata.xml.in:122 msgid "Improved Quick Entry auto-formatting to reduce user errors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:117 +#: data/com.github.phase1geo.minder.appdata.xml.in:135 msgid "Added support for adding node links in node, connection or group notes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:118 +#: data/com.github.phase1geo.minder.appdata.xml.in:136 msgid "Added support for providing custom stickers." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:119 +#: data/com.github.phase1geo.minder.appdata.xml.in:137 msgid "Added support for callouts that can be applied to nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:120 +#: data/com.github.phase1geo.minder.appdata.xml.in:138 msgid "" "Added node alignment toolbar in map sidebar when manual layout mode is " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:121 +#: data/com.github.phase1geo.minder.appdata.xml.in:139 msgid "Added output scaling to PNG/JPEG export options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:126 +#: data/com.github.phase1geo.minder.appdata.xml.in:144 msgid "Updated Revised Simplified Chinese translation (thanks to @aerowolf)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:127 +#: data/com.github.phase1geo.minder.appdata.xml.in:145 msgid "Updated German translation (thanks to Benjamin Weis)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:128 -#: data/com.github.phase1geo.minder.appdata.xml.in:175 -#: data/com.github.phase1geo.minder.appdata.xml.in:362 +#: data/com.github.phase1geo.minder.appdata.xml.in:146 +#: data/com.github.phase1geo.minder.appdata.xml.in:193 +#: data/com.github.phase1geo.minder.appdata.xml.in:380 msgid "Updated Russian translation (thanks to Alexandre Prokoudine)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:130 -#: data/com.github.phase1geo.minder.appdata.xml.in:150 -#: data/com.github.phase1geo.minder.appdata.xml.in:164 -#: data/com.github.phase1geo.minder.appdata.xml.in:193 -#: data/com.github.phase1geo.minder.appdata.xml.in:220 -#: data/com.github.phase1geo.minder.appdata.xml.in:235 -#: data/com.github.phase1geo.minder.appdata.xml.in:283 -#: data/com.github.phase1geo.minder.appdata.xml.in:326 -#: data/com.github.phase1geo.minder.appdata.xml.in:342 -#: data/com.github.phase1geo.minder.appdata.xml.in:374 -#: data/com.github.phase1geo.minder.appdata.xml.in:395 -#: data/com.github.phase1geo.minder.appdata.xml.in:409 -#: data/com.github.phase1geo.minder.appdata.xml.in:429 -#: data/com.github.phase1geo.minder.appdata.xml.in:445 -#: data/com.github.phase1geo.minder.appdata.xml.in:474 -#: data/com.github.phase1geo.minder.appdata.xml.in:509 -#: data/com.github.phase1geo.minder.appdata.xml.in:538 -#: data/com.github.phase1geo.minder.appdata.xml.in:559 -#: data/com.github.phase1geo.minder.appdata.xml.in:589 -#: data/com.github.phase1geo.minder.appdata.xml.in:627 +#: data/com.github.phase1geo.minder.appdata.xml.in:148 +#: data/com.github.phase1geo.minder.appdata.xml.in:168 +#: data/com.github.phase1geo.minder.appdata.xml.in:182 +#: data/com.github.phase1geo.minder.appdata.xml.in:211 +#: data/com.github.phase1geo.minder.appdata.xml.in:238 +#: data/com.github.phase1geo.minder.appdata.xml.in:253 +#: data/com.github.phase1geo.minder.appdata.xml.in:301 +#: data/com.github.phase1geo.minder.appdata.xml.in:344 +#: data/com.github.phase1geo.minder.appdata.xml.in:360 +#: data/com.github.phase1geo.minder.appdata.xml.in:392 +#: data/com.github.phase1geo.minder.appdata.xml.in:413 +#: data/com.github.phase1geo.minder.appdata.xml.in:427 +#: data/com.github.phase1geo.minder.appdata.xml.in:447 +#: data/com.github.phase1geo.minder.appdata.xml.in:463 +#: data/com.github.phase1geo.minder.appdata.xml.in:492 +#: data/com.github.phase1geo.minder.appdata.xml.in:527 +#: data/com.github.phase1geo.minder.appdata.xml.in:556 +#: data/com.github.phase1geo.minder.appdata.xml.in:577 +#: data/com.github.phase1geo.minder.appdata.xml.in:607 #: data/com.github.phase1geo.minder.appdata.xml.in:645 -#: data/com.github.phase1geo.minder.appdata.xml.in:658 -#: data/com.github.phase1geo.minder.appdata.xml.in:681 -#: data/com.github.phase1geo.minder.appdata.xml.in:725 -#: data/com.github.phase1geo.minder.appdata.xml.in:750 -#: data/com.github.phase1geo.minder.appdata.xml.in:780 -#: data/com.github.phase1geo.minder.appdata.xml.in:811 -#: data/com.github.phase1geo.minder.appdata.xml.in:823 -#: data/com.github.phase1geo.minder.appdata.xml.in:848 -#: data/com.github.phase1geo.minder.appdata.xml.in:891 +#: data/com.github.phase1geo.minder.appdata.xml.in:663 +#: data/com.github.phase1geo.minder.appdata.xml.in:676 +#: data/com.github.phase1geo.minder.appdata.xml.in:699 +#: data/com.github.phase1geo.minder.appdata.xml.in:743 +#: data/com.github.phase1geo.minder.appdata.xml.in:768 +#: data/com.github.phase1geo.minder.appdata.xml.in:798 +#: data/com.github.phase1geo.minder.appdata.xml.in:829 +#: data/com.github.phase1geo.minder.appdata.xml.in:841 +#: data/com.github.phase1geo.minder.appdata.xml.in:866 +#: data/com.github.phase1geo.minder.appdata.xml.in:909 msgid "Bug Fixes" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:132 +#: data/com.github.phase1geo.minder.appdata.xml.in:150 msgid "Fixed potential issues with custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:133 +#: data/com.github.phase1geo.minder.appdata.xml.in:151 msgid "Fixed tab state saving when tabs are closed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:134 +#: data/com.github.phase1geo.minder.appdata.xml.in:152 msgid "Fixed contextual menu when connection text is editable." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:148 +#: data/com.github.phase1geo.minder.appdata.xml.in:166 msgid "Adding auto-adjusting bottom margin in quick entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:152 +#: data/com.github.phase1geo.minder.appdata.xml.in:170 msgid "" "Fixed application crash when root node contains a note/link and node fill " "style is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:153 +#: data/com.github.phase1geo.minder.appdata.xml.in:171 msgid "Fixed issue with unfolding all nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:154 +#: data/com.github.phase1geo.minder.appdata.xml.in:172 msgid "Fixing middle mouse drag pan behavior." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:162 +#: data/com.github.phase1geo.minder.appdata.xml.in:180 msgid "Added app script subcommands for building/running flatpaks." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:166 +#: data/com.github.phase1geo.minder.appdata.xml.in:184 msgid "Fixed issues with Flatpak" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:174 -#: data/com.github.phase1geo.minder.appdata.xml.in:361 -#: data/com.github.phase1geo.minder.appdata.xml.in:555 -#: data/com.github.phase1geo.minder.appdata.xml.in:656 +#: data/com.github.phase1geo.minder.appdata.xml.in:192 +#: data/com.github.phase1geo.minder.appdata.xml.in:379 +#: data/com.github.phase1geo.minder.appdata.xml.in:573 +#: data/com.github.phase1geo.minder.appdata.xml.in:674 msgid "Updated Italian translation (thanks to @albanobattistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:176 +#: data/com.github.phase1geo.minder.appdata.xml.in:194 msgid "Adjusted codebase to compile on Fedora" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:184 +#: data/com.github.phase1geo.minder.appdata.xml.in:202 msgid "" "Added new --import command-line option for importing directly from command-" "line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:185 +#: data/com.github.phase1geo.minder.appdata.xml.in:203 msgid "Added support for importing Markdown." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:189 +#: data/com.github.phase1geo.minder.appdata.xml.in:207 msgid "" "Removed --format command-line option in favor of new --import and --export " "options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:190 +#: data/com.github.phase1geo.minder.appdata.xml.in:208 msgid "Improved export of Markdown output." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:191 +#: data/com.github.phase1geo.minder.appdata.xml.in:209 msgid "" "Improved loading of Minder Markdown syntax highlighting to make this an " "application-only syntax (not user-wide)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:195 +#: data/com.github.phase1geo.minder.appdata.xml.in:213 msgid "Fixed Markdown export issue with root nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:196 +#: data/com.github.phase1geo.minder.appdata.xml.in:214 msgid "Fixed issue with inserting non-printable characters." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:197 +#: data/com.github.phase1geo.minder.appdata.xml.in:215 msgid "Fixed issues with cursor movement for RTL languages." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:198 +#: data/com.github.phase1geo.minder.appdata.xml.in:216 msgid "" "Fixed issue with using Control-W shortcut when only a single tab is shown." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:199 +#: data/com.github.phase1geo.minder.appdata.xml.in:217 msgid "Fixed potential issue with adding a new tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:200 +#: data/com.github.phase1geo.minder.appdata.xml.in:218 msgid "Fixed issues with tab naming of new, unchanged documents." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:201 +#: data/com.github.phase1geo.minder.appdata.xml.in:219 msgid "" "Fixed cursor/selection issue when the Delete key is used (includes " "application crash issue)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:202 +#: data/com.github.phase1geo.minder.appdata.xml.in:220 msgid "Fixed issue with Control-Up cursor selection shortcut." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:203 +#: data/com.github.phase1geo.minder.appdata.xml.in:221 msgid "Fixed issue with centering a node with Shift-C." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:204 +#: data/com.github.phase1geo.minder.appdata.xml.in:222 msgid "Fixed several issues related to zoom/scaling." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:205 +#: data/com.github.phase1geo.minder.appdata.xml.in:223 msgid "Fixed location of input method entry field (thanks to @aeghn)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:213 +#: data/com.github.phase1geo.minder.appdata.xml.in:231 msgid "Added support for embedding image path in Quick Entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:217 -#: data/com.github.phase1geo.minder.appdata.xml.in:233 -#: data/com.github.phase1geo.minder.appdata.xml.in:264 -#: data/com.github.phase1geo.minder.appdata.xml.in:339 -#: data/com.github.phase1geo.minder.appdata.xml.in:392 -#: data/com.github.phase1geo.minder.appdata.xml.in:426 +#: data/com.github.phase1geo.minder.appdata.xml.in:235 +#: data/com.github.phase1geo.minder.appdata.xml.in:251 +#: data/com.github.phase1geo.minder.appdata.xml.in:282 +#: data/com.github.phase1geo.minder.appdata.xml.in:357 +#: data/com.github.phase1geo.minder.appdata.xml.in:410 +#: data/com.github.phase1geo.minder.appdata.xml.in:444 msgid "Updated Italian translation (thanks to @albanobattistella)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:218 +#: data/com.github.phase1geo.minder.appdata.xml.in:236 msgid "Code cleanup" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:222 +#: data/com.github.phase1geo.minder.appdata.xml.in:240 msgid "Fixed issues with exported images including selection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:223 +#: data/com.github.phase1geo.minder.appdata.xml.in:241 msgid "Fixed issue with importing OPML files (thanks to Ygor Mutti)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:224 +#: data/com.github.phase1geo.minder.appdata.xml.in:242 msgid "Fixed issue with undo/redo of Unicode characters." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:225 +#: data/com.github.phase1geo.minder.appdata.xml.in:243 msgid "Fixed issues with exporting to Outliner format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:237 +#: data/com.github.phase1geo.minder.appdata.xml.in:255 msgid "Fixing translation issues with Flatpak" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:245 +#: data/com.github.phase1geo.minder.appdata.xml.in:263 msgid "" "Added ability to change the size of the node while leaving the embedded " "image size unchanged." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:246 +#: data/com.github.phase1geo.minder.appdata.xml.in:264 msgid "Added tooltip to node resize handle." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:247 +#: data/com.github.phase1geo.minder.appdata.xml.in:265 msgid "" "Added Flatpak permission for home folder access by default (thanks to " "@SubhadeepJasu)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:248 +#: data/com.github.phase1geo.minder.appdata.xml.in:266 msgid "Added header font scaling in notes field." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:249 +#: data/com.github.phase1geo.minder.appdata.xml.in:267 msgid "Added support for exporting a mindmap via the command-line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:250 +#: data/com.github.phase1geo.minder.appdata.xml.in:268 msgid "Added support for importing via the command-line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:251 +#: data/com.github.phase1geo.minder.appdata.xml.in:269 msgid "Added ability to import a given filesystem as a mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:252 +#: data/com.github.phase1geo.minder.appdata.xml.in:270 msgid "Added ability to export a mindmap as a filesystem." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:253 +#: data/com.github.phase1geo.minder.appdata.xml.in:271 msgid "Added zh_CN translation (thanks to @potrans)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:254 +#: data/com.github.phase1geo.minder.appdata.xml.in:272 msgid "Added ability to enable/disable UI animations via gsettings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:255 +#: data/com.github.phase1geo.minder.appdata.xml.in:273 msgid "Added ability to associate a note with a selected group." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:256 +#: data/com.github.phase1geo.minder.appdata.xml.in:274 msgid "" "Added ability to copy and cut nodes via shortcuts when multiple nodes are " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:257 +#: data/com.github.phase1geo.minder.appdata.xml.in:275 msgid "" "Added ability to insert unicode characters in nodes, connections, and notes " "when a backslash character is entered." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:258 +#: data/com.github.phase1geo.minder.appdata.xml.in:276 msgid "" "Added support to detect read-only mindmap files and handle them " "appropriately." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:262 +#: data/com.github.phase1geo.minder.appdata.xml.in:280 msgid "Updated German translation (thanks to @hztirf and @bewe)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:263 +#: data/com.github.phase1geo.minder.appdata.xml.in:281 msgid "Updated Czech translation (thanks to @G020B)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:265 -#: data/com.github.phase1geo.minder.appdata.xml.in:393 +#: data/com.github.phase1geo.minder.appdata.xml.in:283 +#: data/com.github.phase1geo.minder.appdata.xml.in:411 msgid "Updated Russian translation (thanks to Alexandre Prokoudine)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:266 +#: data/com.github.phase1geo.minder.appdata.xml.in:284 msgid "Updated Portugese translation (thanks to @AncientBlueFrog)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:267 +#: data/com.github.phase1geo.minder.appdata.xml.in:285 msgid "Updated Polish translation (thanks to @pyotr71)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:268 +#: data/com.github.phase1geo.minder.appdata.xml.in:286 msgid "Updated Flatpak SDK from 6 to 6.1." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:269 +#: data/com.github.phase1geo.minder.appdata.xml.in:287 msgid "" "Improved sticker search (now case insensitive and uses fuzzy search -- " "thanks to @sibevin)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:270 +#: data/com.github.phase1geo.minder.appdata.xml.in:288 msgid "Changed node borders to use node padding to control shape." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:271 +#: data/com.github.phase1geo.minder.appdata.xml.in:289 msgid "Changed note popup to display rendered text instead of literal text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:272 +#: data/com.github.phase1geo.minder.appdata.xml.in:290 msgid "Updated headerbar icons for Gnome environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:273 +#: data/com.github.phase1geo.minder.appdata.xml.in:291 msgid "" "Mindmap root node text is now used for default filename when initially " "saving mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:274 +#: data/com.github.phase1geo.minder.appdata.xml.in:292 msgid "Changed image UI in sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:275 +#: data/com.github.phase1geo.minder.appdata.xml.in:293 msgid "Removed connection sidebar button bar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:276 +#: data/com.github.phase1geo.minder.appdata.xml.in:294 msgid "" "Improved Zoom to Selected Node functionality with name change (to better " "reflect what this feature does) and keyboard shortcut." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:277 +#: data/com.github.phase1geo.minder.appdata.xml.in:295 msgid "" "Enhanced OrgMode exporter (includes support for indent mode and improved " "output)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:278 +#: data/com.github.phase1geo.minder.appdata.xml.in:296 msgid "Enhanced image exporting features." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:279 +#: data/com.github.phase1geo.minder.appdata.xml.in:297 msgid "" "Minder files no longer contain precise positioning information so eliminate " "file changes on pan and zoom operations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:280 +#: data/com.github.phase1geo.minder.appdata.xml.in:298 msgid "Removed Control-E (export) from shortcuts documentation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:281 +#: data/com.github.phase1geo.minder.appdata.xml.in:299 msgid "Improved autosave frequency." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:285 +#: data/com.github.phase1geo.minder.appdata.xml.in:303 msgid "" "Fixed issues with connections being displayed when ancestor node is folded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:286 +#: data/com.github.phase1geo.minder.appdata.xml.in:304 msgid "Fixed issue with loading an older mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:287 +#: data/com.github.phase1geo.minder.appdata.xml.in:305 msgid "Fixed syntax highlighting in note fields." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:288 +#: data/com.github.phase1geo.minder.appdata.xml.in:306 msgid "Fixed Edit Text node menu functionality." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:289 +#: data/com.github.phase1geo.minder.appdata.xml.in:307 msgid "Fixed issue with node fonts not following the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:290 +#: data/com.github.phase1geo.minder.appdata.xml.in:308 msgid "" "Fixed application crashes when exporting to Freemind, Freeplane, XMind8 and " "Yed formats." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:291 +#: data/com.github.phase1geo.minder.appdata.xml.in:309 msgid "Fixed issue with saving the state of export switch values." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:292 +#: data/com.github.phase1geo.minder.appdata.xml.in:310 msgid "" "Fixed application crash when an image is dropped onto a blank portion of the " "mindmap canvas." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:293 +#: data/com.github.phase1geo.minder.appdata.xml.in:311 msgid "" "Fixed issues with URL link and text colors not changing when theme is " "changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:294 +#: data/com.github.phase1geo.minder.appdata.xml.in:312 msgid "Fixed application crash when grouping root nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:295 +#: data/com.github.phase1geo.minder.appdata.xml.in:313 msgid "Fixed issue causing app script to generate a warning message." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:296 +#: data/com.github.phase1geo.minder.appdata.xml.in:314 msgid "" "Fixed potential issue which caused notes to get deleted when selecting " "nodes, connections or groups." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:297 +#: data/com.github.phase1geo.minder.appdata.xml.in:315 msgid "" "Fixed application crash when saving an unsaved document with no root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:298 +#: data/com.github.phase1geo.minder.appdata.xml.in:316 msgid "Fixed issues with capitalized keyboard shortcuts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:299 +#: data/com.github.phase1geo.minder.appdata.xml.in:317 msgid "Fixed issue with loading file via the command-line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:307 +#: data/com.github.phase1geo.minder.appdata.xml.in:325 msgid "Added support for shallow (one-level folding)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:308 +#: data/com.github.phase1geo.minder.appdata.xml.in:326 msgid "Added import/export support for XMind version 2021." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:309 +#: data/com.github.phase1geo.minder.appdata.xml.in:327 msgid "Added support for external mind-map node linking." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:310 +#: data/com.github.phase1geo.minder.appdata.xml.in:328 msgid "Added node link tooltips." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:311 +#: data/com.github.phase1geo.minder.appdata.xml.in:329 msgid "Added support for overriding the color of a root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:312 +#: data/com.github.phase1geo.minder.appdata.xml.in:330 msgid "Added support for Markdown strikethrough syntax." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:313 +#: data/com.github.phase1geo.minder.appdata.xml.in:331 msgid "" "Added support for Control-Backspace/Delete to delete the previous/next word " "when editing node/connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:314 +#: data/com.github.phase1geo.minder.appdata.xml.in:332 msgid "Added tooltip to node fill switch in style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:315 +#: data/com.github.phase1geo.minder.appdata.xml.in:333 msgid "" "Added keyboard shortcuts for adding and removing URL links from node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:319 +#: data/com.github.phase1geo.minder.appdata.xml.in:337 msgid "Updates to Italian translation (thanks to @albanobattistella)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:320 +#: data/com.github.phase1geo.minder.appdata.xml.in:338 msgid "Updates to German translation (thanks to Hannes Fritz)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:321 +#: data/com.github.phase1geo.minder.appdata.xml.in:339 msgid "Improved accuracy of the list of translatable files." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:322 +#: data/com.github.phase1geo.minder.appdata.xml.in:340 msgid "" "Removed ability to use keyboard shortcuts when a mouse button is pressed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:323 +#: data/com.github.phase1geo.minder.appdata.xml.in:341 msgid "" "Removed Accounts permissions from Flatpak manifest as it is no longer needed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:324 +#: data/com.github.phase1geo.minder.appdata.xml.in:342 msgid "" "Improved adding URL link UI to automatically add URL from clipboard if one " "exists." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:328 +#: data/com.github.phase1geo.minder.appdata.xml.in:346 msgid "Fixed layout issues when pressing keys while animations are in process." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:329 +#: data/com.github.phase1geo.minder.appdata.xml.in:347 msgid "" "Fixed location of text size help information in the appearances preferences " "dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:330 +#: data/com.github.phase1geo.minder.appdata.xml.in:348 msgid "Fixed UX issues when the Hide Connections switch is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:331 +#: data/com.github.phase1geo.minder.appdata.xml.in:349 msgid "Fixed issue with pasting nodes when a node is not selected in a map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:340 +#: data/com.github.phase1geo.minder.appdata.xml.in:358 msgid "Updated screenshots for elementary OS 6." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:344 +#: data/com.github.phase1geo.minder.appdata.xml.in:362 msgid "Fixed command support for non-English keyboard layouts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:352 +#: data/com.github.phase1geo.minder.appdata.xml.in:370 msgid "" "Added support for toggling the task indicator when multiple nodes are " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:353 +#: data/com.github.phase1geo.minder.appdata.xml.in:371 msgid "Added German translation (thanks to Peter Sonntaga)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:354 +#: data/com.github.phase1geo.minder.appdata.xml.in:372 msgid "Added zoom amount in the zoom button tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:355 +#: data/com.github.phase1geo.minder.appdata.xml.in:373 msgid "" "Added support for y command to create/remove node links when multiple nodes " "are selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:356 +#: data/com.github.phase1geo.minder.appdata.xml.in:374 msgid "" "Added support for x command to create connections when two nodes are " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:357 +#: data/com.github.phase1geo.minder.appdata.xml.in:375 msgid "Added support for system dark mode setting." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:363 +#: data/com.github.phase1geo.minder.appdata.xml.in:381 msgid "Improved task indicator sizes in leaf nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:364 +#: data/com.github.phase1geo.minder.appdata.xml.in:382 msgid "Changed fold indicator from a circle to a square." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:365 +#: data/com.github.phase1geo.minder.appdata.xml.in:383 msgid "Removed zoom in/out menu items and made them buttons instead." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:366 +#: data/com.github.phase1geo.minder.appdata.xml.in:384 msgid "" "Node/connection is now automatically selected on right click if it is not " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:367 +#: data/com.github.phase1geo.minder.appdata.xml.in:385 msgid "Moved node change contextual menu items into their own submenu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:368 +#: data/com.github.phase1geo.minder.appdata.xml.in:386 msgid "Changed forward slash command to Control-A for selecting all text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:369 +#: data/com.github.phase1geo.minder.appdata.xml.in:387 msgid "" "Changed backward slash command to Control-Shift-A for deselecting all text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:370 +#: data/com.github.phase1geo.minder.appdata.xml.in:388 msgid "Changed F1 command to Control-? for displaying keyboard shortcuts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:371 +#: data/com.github.phase1geo.minder.appdata.xml.in:389 msgid "Updated keyboard shortcuts cheatsheet." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:372 +#: data/com.github.phase1geo.minder.appdata.xml.in:390 msgid "" "Updated code base for elementary OS 6 (gtksourceview-4, libhandy-1, Flatpak " "support, etc.)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:376 +#: data/com.github.phase1geo.minder.appdata.xml.in:394 msgid "" "Fixed issue where sticker tooltips were not displaying translated names." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:377 +#: data/com.github.phase1geo.minder.appdata.xml.in:395 msgid "" "Fixed node resizing issues when system font is changed in system settings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:378 +#: data/com.github.phase1geo.minder.appdata.xml.in:396 msgid "" "Fixed Flatpak issue to allow dark mode system settings to affect application." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:379 +#: data/com.github.phase1geo.minder.appdata.xml.in:397 msgid "Fixed layout issues when root node is resized." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:380 +#: data/com.github.phase1geo.minder.appdata.xml.in:398 msgid "Fixed squared and rounded link display for nodes attached to root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:381 +#: data/com.github.phase1geo.minder.appdata.xml.in:399 msgid "Fixed cursor location when End key used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:382 +#: data/com.github.phase1geo.minder.appdata.xml.in:400 msgid "" "Fixed potential node identification generation issue that can lead to bad " "connections on load." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:383 +#: data/com.github.phase1geo.minder.appdata.xml.in:401 msgid "Fixed location of node stickers within the node to improve look." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:384 +#: data/com.github.phase1geo.minder.appdata.xml.in:402 msgid "Fixed issues copying and pasting a single selected node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:397 +#: data/com.github.phase1geo.minder.appdata.xml.in:415 msgid "Added missing translatable strings in various parts of the UI." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:398 +#: data/com.github.phase1geo.minder.appdata.xml.in:416 msgid "Fixed URL parser issues." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:399 +#: data/com.github.phase1geo.minder.appdata.xml.in:417 msgid "Fixed application crash when forward deleting non-Latin text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:407 +#: data/com.github.phase1geo.minder.appdata.xml.in:425 msgid "Small optimization to Meson build procedure." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:411 +#: data/com.github.phase1geo.minder.appdata.xml.in:429 msgid "Fixed compile and run issue for distros lacking full granite support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:412 +#: data/com.github.phase1geo.minder.appdata.xml.in:430 msgid "" "Fixed issue with displaying correct themes when themes are hidden that don't " "match system theme." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:413 +#: data/com.github.phase1geo.minder.appdata.xml.in:431 msgid "Added missing translatable strings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:421 +#: data/com.github.phase1geo.minder.appdata.xml.in:439 msgid "Added rounded branching style." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:422 +#: data/com.github.phase1geo.minder.appdata.xml.in:440 msgid "Added support for drawing clickable folding areas." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:427 +#: data/com.github.phase1geo.minder.appdata.xml.in:445 msgid "Changed shape of the unfold indicator." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:431 +#: data/com.github.phase1geo.minder.appdata.xml.in:449 msgid "Fixed application crash on Manjaro." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:432 +#: data/com.github.phase1geo.minder.appdata.xml.in:450 msgid "Fixed link drawing order regression." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:433 +#: data/com.github.phase1geo.minder.appdata.xml.in:451 msgid "Removed error output when XML storage files do not exist." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:434 +#: data/com.github.phase1geo.minder.appdata.xml.in:452 msgid "Fixed parsing issue with filepaths starting with file://." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:442 +#: data/com.github.phase1geo.minder.appdata.xml.in:460 msgid "" "Added support for Control-Home/End to move the cursor to the beginning/end " "of the text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:443 +#: data/com.github.phase1geo.minder.appdata.xml.in:461 msgid "Added support for folded children count tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:447 +#: data/com.github.phase1geo.minder.appdata.xml.in:465 msgid "" "Fixed issue where selected text at beginning of text would not be deleted " "when the Backspace key was used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:448 +#: data/com.github.phase1geo.minder.appdata.xml.in:466 msgid "" "Fixed issue where selected text at end of text would not be deleted when the " "Delete key was used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:449 +#: data/com.github.phase1geo.minder.appdata.xml.in:467 msgid "Fixed selection issues after moving the cursor by a word." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:450 +#: data/com.github.phase1geo.minder.appdata.xml.in:468 msgid "" "Fixed Home/End keys to move the cursor to the beginning/end of the current " "line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:451 +#: data/com.github.phase1geo.minder.appdata.xml.in:469 msgid "" "Fixed node size and layout when system text size changes between Minder " "sessions." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:452 +#: data/com.github.phase1geo.minder.appdata.xml.in:470 msgid "" "Fixed issue with application crashing when older Minder file is loaded that " "used a custom theme." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:453 +#: data/com.github.phase1geo.minder.appdata.xml.in:471 msgid "" "Fixed issue with node sidebar image not being properly updated when sidebar " "is hidden." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:454 +#: data/com.github.phase1geo.minder.appdata.xml.in:472 msgid "" "Fixed square branch link drawing when some links have arrows drawn in them." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:455 +#: data/com.github.phase1geo.minder.appdata.xml.in:473 msgid "" "Fixed issue with the background border being drawn around link arrows in " "contexts where it should not." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:463 +#: data/com.github.phase1geo.minder.appdata.xml.in:481 msgid "Added Basque translation (thanks to @alexgabi)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:467 +#: data/com.github.phase1geo.minder.appdata.xml.in:485 msgid "Updated to Italian translation (thanks to @albanobattistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:468 +#: data/com.github.phase1geo.minder.appdata.xml.in:486 msgid "Updated to Brazilian Portugese translation (thanks to Felipe Simoes)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:469 +#: data/com.github.phase1geo.minder.appdata.xml.in:487 msgid "" "Opening a file will automatically close an existing unsaved, unchanged tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:470 +#: data/com.github.phase1geo.minder.appdata.xml.in:488 msgid "Changed color of connection drag handles to yellow." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:471 +#: data/com.github.phase1geo.minder.appdata.xml.in:489 msgid "" "Making it easier to grab connection drag handle when it is close to " "connection handles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:472 +#: data/com.github.phase1geo.minder.appdata.xml.in:490 msgid "Reducing auto-saves when editing node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:476 +#: data/com.github.phase1geo.minder.appdata.xml.in:494 msgid "Removed help information from PNG export panel." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:477 +#: data/com.github.phase1geo.minder.appdata.xml.in:495 msgid "" "Fixed issue with exporting images with connections/stickers which could get " "cropped out." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:478 +#: data/com.github.phase1geo.minder.appdata.xml.in:496 msgid "Fixed issue with empty tab when file cannot be loaded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:479 +#: data/com.github.phase1geo.minder.appdata.xml.in:497 msgid "" "Fixed issues with application crashes on startup in non-elementary " "environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:487 +#: data/com.github.phase1geo.minder.appdata.xml.in:505 msgid "Added subscript and superscript support to Markdown parser." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:488 +#: data/com.github.phase1geo.minder.appdata.xml.in:506 msgid "" "Added support for switching tabs with Control-Tab and Shift-Control-Tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:489 +#: data/com.github.phase1geo.minder.appdata.xml.in:507 msgid "Added support for remembering last used open/save dialog directories." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:490 +#: data/com.github.phase1geo.minder.appdata.xml.in:508 msgid "" "Added support for Alt-Left/Right/Up/Down keyboard shortcuts to rearrange " "sibling nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:491 +#: data/com.github.phase1geo.minder.appdata.xml.in:509 msgid "Added support for searching all tabs (thanks to @Messius58)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:492 +#: data/com.github.phase1geo.minder.appdata.xml.in:510 msgid "Added about window for non-elementary builds." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:493 +#: data/com.github.phase1geo.minder.appdata.xml.in:511 msgid "Added ability to move child nodes to parent via Alt+direction." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:494 +#: data/com.github.phase1geo.minder.appdata.xml.in:512 msgid "Added support for including images in Markdown export." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:498 +#: data/com.github.phase1geo.minder.appdata.xml.in:516 msgid "" "Added installation instructions to README.md for Debian (thanks to Robert " "Hubinak)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:499 +#: data/com.github.phase1geo.minder.appdata.xml.in:517 msgid "" "Replaced export UI with a new, improved UI with support for export options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:500 +#: data/com.github.phase1geo.minder.appdata.xml.in:518 msgid "Moved add node menu items to a submenu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:501 +#: data/com.github.phase1geo.minder.appdata.xml.in:519 msgid "Improved focus mode behavior." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:502 +#: data/com.github.phase1geo.minder.appdata.xml.in:520 msgid "" "Changed property header button to a toggle button and clarified the tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:503 +#: data/com.github.phase1geo.minder.appdata.xml.in:521 msgid "Changed keyboard shortcut to open sidebar from Control-| to F9." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:504 +#: data/com.github.phase1geo.minder.appdata.xml.in:522 msgid "" "Changed non-symbolic header bar icons to symbolic icons for non-elementary " "OS environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:505 +#: data/com.github.phase1geo.minder.appdata.xml.in:523 msgid "Improved link drawing algorithm to make link connections easier to see." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:506 +#: data/com.github.phase1geo.minder.appdata.xml.in:524 msgid "" "Changed Link Color in node inspector to Color to reflect the colors use." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:507 +#: data/com.github.phase1geo.minder.appdata.xml.in:525 msgid "Improved task button drawing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:511 +#: data/com.github.phase1geo.minder.appdata.xml.in:529 msgid "" "Fixed issue where tab background colors were incorrect when changing tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:512 +#: data/com.github.phase1geo.minder.appdata.xml.in:530 msgid "" "Fixed issue with getting valac pathname from Meson (thanks to paluszak)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:513 +#: data/com.github.phase1geo.minder.appdata.xml.in:531 msgid "Added desktop update call to post_install.py script." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:514 +#: data/com.github.phase1geo.minder.appdata.xml.in:532 msgid "Fixed issue with sidebar sizing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:515 +#: data/com.github.phase1geo.minder.appdata.xml.in:533 msgid "" "Fixed issue with remembering the sticker sidebar panel was last opened when " "restarting." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:516 +#: data/com.github.phase1geo.minder.appdata.xml.in:534 msgid "Fixed layout issues when unfolding a parent with folded children." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:517 +#: data/com.github.phase1geo.minder.appdata.xml.in:535 msgid "" "Fixed issue with hiding node groups when the main node in group is folded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:518 +#: data/com.github.phase1geo.minder.appdata.xml.in:536 msgid "" "Fixed issue with displaying link color in sidebar when root node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:519 +#: data/com.github.phase1geo.minder.appdata.xml.in:537 msgid "" "Fixed alpha value used for drawing node grouping when encompassed nodes are " "not in focus when focus mode is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:520 +#: data/com.github.phase1geo.minder.appdata.xml.in:538 msgid "Fixed issue with saving manually added embedded links in node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:521 +#: data/com.github.phase1geo.minder.appdata.xml.in:539 msgid "Fixed undo/redo text editing support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:522 +#: data/com.github.phase1geo.minder.appdata.xml.in:540 msgid "Updated keyboard shortcuts in help window." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:523 +#: data/com.github.phase1geo.minder.appdata.xml.in:541 msgid "" "Fixed issue of tab content flashing when application opens with multiple " "tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:524 +#: data/com.github.phase1geo.minder.appdata.xml.in:542 msgid "Fixed error when closing a tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:525 +#: data/com.github.phase1geo.minder.appdata.xml.in:543 msgid "Fixed issue with undo'ing text modifications." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:526 +#: data/com.github.phase1geo.minder.appdata.xml.in:544 msgid "" "Fixed issues with style inspector scale widgets not properly reflecting " "their current value." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:527 +#: data/com.github.phase1geo.minder.appdata.xml.in:545 msgid "Fixed various issues with node layout." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:528 +#: data/com.github.phase1geo.minder.appdata.xml.in:546 msgid "Fixed issue with undo'ing the deletion of a single node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:536 +#: data/com.github.phase1geo.minder.appdata.xml.in:554 msgid "Updated Italian translation (thanks to Albano Battistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:540 +#: data/com.github.phase1geo.minder.appdata.xml.in:558 msgid "Fixed application crash issues due to using custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:541 +#: data/com.github.phase1geo.minder.appdata.xml.in:559 msgid "Added missing theme colors in custom theme pane." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:542 +#: data/com.github.phase1geo.minder.appdata.xml.in:560 msgid "Fixed issues with application crash when editing a root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:543 +#: data/com.github.phase1geo.minder.appdata.xml.in:561 msgid "" "Fixed issue with filepath parser highlighting normal text that contains " "slash characters." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:551 +#: data/com.github.phase1geo.minder.appdata.xml.in:569 msgid "" "Added Shift-e keyboard shortcut to edit note text for nodes and connections." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:556 +#: data/com.github.phase1geo.minder.appdata.xml.in:574 msgid "" "Improved automatic layout of node trees when adjacent tree sizes change." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:557 +#: data/com.github.phase1geo.minder.appdata.xml.in:575 msgid "" "Changed node and connection contextual menus to show (Edit Note) instead of " "(Add Note) and (Remove Note) options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:561 +#: data/com.github.phase1geo.minder.appdata.xml.in:579 msgid "Fixing compilation issues." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:562 +#: data/com.github.phase1geo.minder.appdata.xml.in:580 msgid "Fixing behavior of 't' command when node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:563 +#: data/com.github.phase1geo.minder.appdata.xml.in:581 msgid "Fixing support for undo/redo of root node insertion." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:571 +#: data/com.github.phase1geo.minder.appdata.xml.in:589 msgid "Added Preferences dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:572 +#: data/com.github.phase1geo.minder.appdata.xml.in:590 msgid "Added Portuguese translation (thanks to Andre Barata)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:573 +#: data/com.github.phase1geo.minder.appdata.xml.in:591 msgid "" "Added keyboard shortcut (Menu or Shift-F10) to display contextual menus in " "mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:574 +#: data/com.github.phase1geo.minder.appdata.xml.in:592 msgid "Added default theme preference option." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:575 +#: data/com.github.phase1geo.minder.appdata.xml.in:593 msgid "Added preference option to select map items on cursor hover." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:576 +#: data/com.github.phase1geo.minder.appdata.xml.in:594 msgid "" "Added Shift+Home/End support for selecting all text from current cursor to " "beginning/end of node or connection titles when editing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:577 +#: data/com.github.phase1geo.minder.appdata.xml.in:595 msgid "Added support for PlantUML import/export." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:578 +#: data/com.github.phase1geo.minder.appdata.xml.in:596 msgid "" "Added support for displaying notifications on completion of export operation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:579 +#: data/com.github.phase1geo.minder.appdata.xml.in:597 msgid "Added keyboard shortcuts for displaying tabs in sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:580 +#: data/com.github.phase1geo.minder.appdata.xml.in:598 msgid "" "Added support for making filepath URIs clickable in nodes, connections and " "notes (displays the files in the file manager application)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:584 +#: data/com.github.phase1geo.minder.appdata.xml.in:602 msgid "" "When nodes are copied to clipboard, pasting them as text in an external " "application will be displayed as in text export format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:585 +#: data/com.github.phase1geo.minder.appdata.xml.in:603 msgid "" "When text is copied to the clipboard from an external application, pasting " "as nodes in Minder will parse in text import format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:586 +#: data/com.github.phase1geo.minder.appdata.xml.in:604 msgid "Improved look of menu accelerators and added missing accelerators." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:587 +#: data/com.github.phase1geo.minder.appdata.xml.in:605 msgid "" "Changed 't' command to transition task status from disabled to enabled to " "done and back to disabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:591 +#: data/com.github.phase1geo.minder.appdata.xml.in:609 msgid "Fixed issues with undo/redo of node/connection title changes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:592 +#: data/com.github.phase1geo.minder.appdata.xml.in:610 msgid "Fixed issue with undoing a connection add operation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:593 +#: data/com.github.phase1geo.minder.appdata.xml.in:611 msgid "" "Fixed issue with connection titles being clear when connection is moved to a " "different node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:594 +#: data/com.github.phase1geo.minder.appdata.xml.in:612 msgid "" "Fixed UI issue with changing window width by dragging right side of window " "when sidebar is hidden." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:595 +#: data/com.github.phase1geo.minder.appdata.xml.in:613 msgid "" "Fixed issues with inputting special characters with US international " "keyboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:596 +#: data/com.github.phase1geo.minder.appdata.xml.in:614 msgid "" "Fixed issue where images in resized nodes were not displaying properly on " "application restart." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:597 +#: data/com.github.phase1geo.minder.appdata.xml.in:615 msgid "" "Fixed issue where copying a filename in a file manager and pasting in Minder " "would attempt to past the icon image instead of the filename when editing " "text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:605 +#: data/com.github.phase1geo.minder.appdata.xml.in:623 msgid "Added Markdown highlighting support to node titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:606 +#: data/com.github.phase1geo.minder.appdata.xml.in:624 msgid "Added ability to set the maximum node size in style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:607 +#: data/com.github.phase1geo.minder.appdata.xml.in:625 msgid "" "Added ability to set the maximum connection title size in style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:608 +#: data/com.github.phase1geo.minder.appdata.xml.in:626 msgid "Added ability to set text field font size via gsetting." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:609 +#: data/com.github.phase1geo.minder.appdata.xml.in:627 msgid "Added ability to set branch margin in the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:610 +#: data/com.github.phase1geo.minder.appdata.xml.in:628 msgid "" "Added ability to add stickers to nodes, connections and anywhere else in the " "mind map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:611 +#: data/com.github.phase1geo.minder.appdata.xml.in:629 msgid "Added ability to visually create and display node groupings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:612 +#: data/com.github.phase1geo.minder.appdata.xml.in:630 msgid "Added import/export support for XMind." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:613 +#: data/com.github.phase1geo.minder.appdata.xml.in:631 msgid "" "Added support for specifying if connection titles should be added " "immediately after creating a connection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:614 +#: data/com.github.phase1geo.minder.appdata.xml.in:632 msgid "" "Added support for middle-click-and-drag to pan the canvas (Alt + mouse " "movement still supported)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:615 +#: data/com.github.phase1geo.minder.appdata.xml.in:633 msgid "Added keyboard shortcut for the Zoom to Fit option (Control-1)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:616 +#: data/com.github.phase1geo.minder.appdata.xml.in:634 msgid "Added new Mouse Events shortcut panel in shortcut cheatsheet." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:620 +#: data/com.github.phase1geo.minder.appdata.xml.in:638 msgid "" "Removed the sidebar style affects selector and using the status of the " "current selection instead." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:621 +#: data/com.github.phase1geo.minder.appdata.xml.in:639 msgid "" "Lowered the minimum node margin from 5 pixels to 1 pixel to allow for " "greater node density." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:622 +#: data/com.github.phase1geo.minder.appdata.xml.in:640 msgid "" "Removed connection title editing field in sidebar for better UI consistency." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:623 +#: data/com.github.phase1geo.minder.appdata.xml.in:641 msgid "" "Removed bold and italicized fonts from the style inspector font selectors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:624 +#: data/com.github.phase1geo.minder.appdata.xml.in:642 msgid "If connection title is empty, the title will be automatically removed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:625 +#: data/com.github.phase1geo.minder.appdata.xml.in:643 msgid "Updated application icon (thanks to Fatih20)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:629 +#: data/com.github.phase1geo.minder.appdata.xml.in:647 msgid "Fixed issue with importing Freemind notes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:630 +#: data/com.github.phase1geo.minder.appdata.xml.in:648 msgid "Fixed display of right-to-left text within nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:631 +#: data/com.github.phase1geo.minder.appdata.xml.in:649 msgid "" "Fixed issues with loading a .minder file that contains errant information." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:632 +#: data/com.github.phase1geo.minder.appdata.xml.in:650 msgid "Fixed issues with the layout of connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:633 +#: data/com.github.phase1geo.minder.appdata.xml.in:651 msgid "Fixed input method support when editing connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:634 +#: data/com.github.phase1geo.minder.appdata.xml.in:652 msgid "Fixed position of fold indicator when tree layout is Upwards." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:635 +#: data/com.github.phase1geo.minder.appdata.xml.in:653 msgid "" "Fixed node display issue when a node link is clicked to a node that is " "folded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:636 +#: data/com.github.phase1geo.minder.appdata.xml.in:654 msgid "" "Fixed error when connection title is double clicked when no text is present." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:637 +#: data/com.github.phase1geo.minder.appdata.xml.in:655 msgid "" "Fixed issue with opening the same document twice (only one tab will now " "exist per file)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:638 +#: data/com.github.phase1geo.minder.appdata.xml.in:656 msgid "" "Fixed Shift-Control-s keyboard shortcut to display the 'Save As' dialog " "instead of the 'Open' dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:639 +#: data/com.github.phase1geo.minder.appdata.xml.in:657 msgid "Fixed issue that allows you to click on or drag onto a hidden node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:647 -#: data/com.github.phase1geo.minder.appdata.xml.in:660 +#: data/com.github.phase1geo.minder.appdata.xml.in:665 +#: data/com.github.phase1geo.minder.appdata.xml.in:678 msgid "" "Fixed issue with setting cursor position with mouse when zoom factor is not " "100 percent." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:648 -#: data/com.github.phase1geo.minder.appdata.xml.in:661 +#: data/com.github.phase1geo.minder.appdata.xml.in:666 +#: data/com.github.phase1geo.minder.appdata.xml.in:679 msgid "" "Fixed issue with reading in Minder files that exceed the XML parser size " "limitations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:669 +#: data/com.github.phase1geo.minder.appdata.xml.in:687 msgid "Added support for selecting nodes by dragging out a selection box." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:670 +#: data/com.github.phase1geo.minder.appdata.xml.in:688 msgid "Added ability to configure the color used in connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:671 +#: data/com.github.phase1geo.minder.appdata.xml.in:689 msgid "Added Italian translation (thanks to albanobattistella on GitHub)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:675 +#: data/com.github.phase1geo.minder.appdata.xml.in:693 msgid "" "Refined and pixel fitted the application icon (thanks to Fatih20 on GitHub)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:676 +#: data/com.github.phase1geo.minder.appdata.xml.in:694 msgid "" "Changed panning with mouse from left-click with motion to Alt with motion." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:677 +#: data/com.github.phase1geo.minder.appdata.xml.in:695 msgid "Changed select parent to work with multiple selected nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:678 +#: data/com.github.phase1geo.minder.appdata.xml.in:696 msgid "Updated keyboard shortcuts cheatsheet for task commands." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:679 +#: data/com.github.phase1geo.minder.appdata.xml.in:697 msgid "Updated Spanish translation (thanks to febrezo on GitHub)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:683 +#: data/com.github.phase1geo.minder.appdata.xml.in:701 msgid "Fixed issues with changing connection styles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:684 +#: data/com.github.phase1geo.minder.appdata.xml.in:702 msgid "" "Fixed application crashes associated with changing layout to a balanceable " "layout with animations enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:685 +#: data/com.github.phase1geo.minder.appdata.xml.in:703 msgid "" "Fixed display of cursor when it is over a clickable feature in the mind map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:686 +#: data/com.github.phase1geo.minder.appdata.xml.in:704 msgid "Fixed issues with creating custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:687 +#: data/com.github.phase1geo.minder.appdata.xml.in:705 msgid "Fixed cursor in note editor when Control key is held over a URL link." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:688 +#: data/com.github.phase1geo.minder.appdata.xml.in:706 msgid "Fixed meson.build issue when comparing valac version." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:689 +#: data/com.github.phase1geo.minder.appdata.xml.in:707 msgid "Fixed connection colors in dark themes to help them be more visible." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:690 +#: data/com.github.phase1geo.minder.appdata.xml.in:708 msgid "" "Fixed issue where connection colors don't follow theme if they have not been " "manually changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:691 +#: data/com.github.phase1geo.minder.appdata.xml.in:709 msgid "" "Fixed application crash when animation is disabled, a node is moved, " "animation is enabled and a node is moved." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:692 +#: data/com.github.phase1geo.minder.appdata.xml.in:710 msgid "Fixed various issues with quick entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:693 +#: data/com.github.phase1geo.minder.appdata.xml.in:711 msgid "" "Fixed ability to open one or more files from the command-line or from a file " "browser." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:694 +#: data/com.github.phase1geo.minder.appdata.xml.in:712 msgid "Fixed issues with connection coloring." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:695 +#: data/com.github.phase1geo.minder.appdata.xml.in:713 msgid "Fixed issue with pasting UTF8 strings from clipboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:703 +#: data/com.github.phase1geo.minder.appdata.xml.in:721 msgid "Added support for pasting an image or text as a new node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:704 +#: data/com.github.phase1geo.minder.appdata.xml.in:722 msgid "" "Added support for pasting an image or text, replacing the current node " "content." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:705 +#: data/com.github.phase1geo.minder.appdata.xml.in:723 msgid "" "Added support for pasting text, replacing the current connection content." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:706 +#: data/com.github.phase1geo.minder.appdata.xml.in:724 msgid "Added task support to Outliner import/export." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:707 +#: data/com.github.phase1geo.minder.appdata.xml.in:725 msgid "Added keyboard shortcut (Control-E) to display export interface." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:708 +#: data/com.github.phase1geo.minder.appdata.xml.in:726 msgid "" "Added support for creating a new root node hitting the Return key when no " "node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:709 +#: data/com.github.phase1geo.minder.appdata.xml.in:727 msgid "" "Added ability to add a new root node via the contextual menu when no node is " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:710 +#: data/com.github.phase1geo.minder.appdata.xml.in:728 msgid "" "Added ability to launch quick entry dialog via the contextual menu when no " "node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:711 +#: data/com.github.phase1geo.minder.appdata.xml.in:729 msgid "Added node alignment support for manual node layouts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:712 +#: data/com.github.phase1geo.minder.appdata.xml.in:730 msgid "Added ability to create a connected root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:713 +#: data/com.github.phase1geo.minder.appdata.xml.in:731 msgid "Added ability to replace/edit nodes via the Quick Entry feature." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:717 +#: data/com.github.phase1geo.minder.appdata.xml.in:735 msgid "" "Updated image editor dialog button bar to include support for clipboard " "operations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:718 +#: data/com.github.phase1geo.minder.appdata.xml.in:736 msgid "" "Improved display of buttons in image area of the node inspector sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:719 +#: data/com.github.phase1geo.minder.appdata.xml.in:737 msgid "Updated keyboard shortcut cheatsheet." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:720 +#: data/com.github.phase1geo.minder.appdata.xml.in:738 msgid "" "Changed quick text entry keyboard shortcut from Control-E to Control-Shift-E." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:721 +#: data/com.github.phase1geo.minder.appdata.xml.in:739 msgid "" "Changed the paste text in contextual menu to indicate what will be pasted." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:722 +#: data/com.github.phase1geo.minder.appdata.xml.in:740 msgid "Updated Outliner import/export support for tasks." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:723 +#: data/com.github.phase1geo.minder.appdata.xml.in:741 msgid "" "Added tooltip and changed cursor when cursor is over a link and the Control " "key is held down." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:727 +#: data/com.github.phase1geo.minder.appdata.xml.in:745 msgid "" "Removed empty Outliner rows from being added when Outliner file is imported." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:728 +#: data/com.github.phase1geo.minder.appdata.xml.in:746 msgid "" "Fixed loss of selection when shift key is held down and the background is " "clicked." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:729 +#: data/com.github.phase1geo.minder.appdata.xml.in:747 msgid "Added themed background color to exported PDF format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:730 +#: data/com.github.phase1geo.minder.appdata.xml.in:748 msgid "Fixed exports to allow existing files to be overwritten." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:731 +#: data/com.github.phase1geo.minder.appdata.xml.in:749 msgid "Fixed Org-Mode export syntax errors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:739 +#: data/com.github.phase1geo.minder.appdata.xml.in:757 msgid "Added support for using input methods." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:740 +#: data/com.github.phase1geo.minder.appdata.xml.in:758 msgid "Added Dutch translation (thanks to Heimen Stoffels)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:744 +#: data/com.github.phase1geo.minder.appdata.xml.in:762 msgid "" "Updated README.md to indicate which version of valac should be used if " "building from source." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:745 +#: data/com.github.phase1geo.minder.appdata.xml.in:763 msgid "Changed unnamed default filename to use translated value." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:746 +#: data/com.github.phase1geo.minder.appdata.xml.in:764 msgid "Updated French translations (thanks to Nathan Bonnemains)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:747 +#: data/com.github.phase1geo.minder.appdata.xml.in:765 msgid "Changed tab colors to match current document background." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:748 +#: data/com.github.phase1geo.minder.appdata.xml.in:766 msgid "Adjusted dark theme to help with current tab contrast." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:752 +#: data/com.github.phase1geo.minder.appdata.xml.in:770 msgid "" "Fixed issue with New Document plank command to load application data before " "opening new tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:753 +#: data/com.github.phase1geo.minder.appdata.xml.in:771 msgid "" "Fixed build issues with compiling libarchive code using newer versions of " "libarchive and valac." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:754 +#: data/com.github.phase1geo.minder.appdata.xml.in:772 msgid "Fixed issues with translating shortcut cheetsheat strings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:755 +#: data/com.github.phase1geo.minder.appdata.xml.in:773 msgid "Fixed issue with exporting images when manual layout mode is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:763 +#: data/com.github.phase1geo.minder.appdata.xml.in:781 msgid "" "Added support for importing/exporting Outliner files (new app in AppCenter!)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:764 +#: data/com.github.phase1geo.minder.appdata.xml.in:782 msgid "" "Added map inspector switch to enable/disable automatic rotation of main " "branch link color selection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:765 +#: data/com.github.phase1geo.minder.appdata.xml.in:783 msgid "Added ability to set all selected nodes to a specific color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:766 +#: data/com.github.phase1geo.minder.appdata.xml.in:784 msgid "" "Added ability to set all selected nodes to a randomly selected link color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:767 +#: data/com.github.phase1geo.minder.appdata.xml.in:785 msgid "" "Added ability to allow descendant nodes to have different link colors than " "ancestor nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:768 +#: data/com.github.phase1geo.minder.appdata.xml.in:786 msgid "" "Added ability to cause a descendant node with a different color than its " "parent to re-use the parent color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:769 +#: data/com.github.phase1geo.minder.appdata.xml.in:787 msgid "Added ability to select children nodes using Control-click." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:770 +#: data/com.github.phase1geo.minder.appdata.xml.in:788 msgid "" "Added ability to export a mind-map as a new Portable Minder filetype which " "will allow Minder files to be copied between different users/filesystems." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:771 +#: data/com.github.phase1geo.minder.appdata.xml.in:789 msgid "Added ability to export to Org-Mode format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:775 +#: data/com.github.phase1geo.minder.appdata.xml.in:793 msgid "Updated French translation (thanks to Nathan Bonnemains)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:776 +#: data/com.github.phase1geo.minder.appdata.xml.in:794 msgid "Improved OPML import support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:777 +#: data/com.github.phase1geo.minder.appdata.xml.in:795 msgid "Changed ability to select a subtree by Control + double-click." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:778 +#: data/com.github.phase1geo.minder.appdata.xml.in:796 msgid "" "Changed ability to select all nodes of the current level by Control + triple-" "click." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:782 +#: data/com.github.phase1geo.minder.appdata.xml.in:800 msgid "Fixed NodeJS version for Travis CI." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:783 +#: data/com.github.phase1geo.minder.appdata.xml.in:801 msgid "" "Fixed issue with adding a new child node that doesn't cause other descendant " "nodes to unfold." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:784 +#: data/com.github.phase1geo.minder.appdata.xml.in:802 msgid "Fixed issue with showing/hiding sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:785 +#: data/com.github.phase1geo.minder.appdata.xml.in:803 msgid "Fixed segmentation faults when loading a theme." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:786 +#: data/com.github.phase1geo.minder.appdata.xml.in:804 msgid "" "Fixed issue with the style inspector Change Affect value when selection " "changes (thanks to Viliam K.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:787 +#: data/com.github.phase1geo.minder.appdata.xml.in:805 msgid "Fixed issue with node markup within the node text (thanks to Viliam K)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:788 +#: data/com.github.phase1geo.minder.appdata.xml.in:806 msgid "" "Fixed issue with tab state not being properly saved when a new tab is added." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:789 +#: data/com.github.phase1geo.minder.appdata.xml.in:807 msgid "" "Fixed bug with updating tab tooltip and saving tab state when filename is " "changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:797 +#: data/com.github.phase1geo.minder.appdata.xml.in:815 msgid "" "Added ability to delete a single node (instead of the node and its subtree) " "in the contextual menu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:798 +#: data/com.github.phase1geo.minder.appdata.xml.in:816 msgid "" "When a new document is first saved, the first root node text is used as the " "default filename." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:799 +#: data/com.github.phase1geo.minder.appdata.xml.in:817 msgid "" "Added multi-select support which includes: Changing styles; Copy, cut, paste " "and delete support; Connect two selected nodes; Create node links between " "two or more selected nodes; and Fold/unfold selected nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:801 +#: data/com.github.phase1geo.minder.appdata.xml.in:819 msgid "Added support for URLs in node titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:802 +#: data/com.github.phase1geo.minder.appdata.xml.in:820 msgid "" "Added support for Markdown within a note: Notes are syntax highlighted; and " "Embedded URLs can be opened by Control-Clicking on them." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:806 +#: data/com.github.phase1geo.minder.appdata.xml.in:824 msgid "" "Updated application icon and other recently improved icons for improved " "readability (thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:807 +#: data/com.github.phase1geo.minder.appdata.xml.in:825 msgid "Improved look and readability of theme icons in the sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:808 +#: data/com.github.phase1geo.minder.appdata.xml.in:826 msgid "Changed sidebar to display theme icons in a grid layout." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:809 +#: data/com.github.phase1geo.minder.appdata.xml.in:827 msgid "Improved various export format output." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:813 +#: data/com.github.phase1geo.minder.appdata.xml.in:831 msgid "" "Fixed various compiler warnings/errors after compiling with latest version " "of Vala compiler." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:821 +#: data/com.github.phase1geo.minder.appdata.xml.in:839 msgid "Improved various icons (thanks to Nararyans R.I.)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:825 +#: data/com.github.phase1geo.minder.appdata.xml.in:843 msgid "Downgraded Node.js to fix Travis CI builds" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:826 +#: data/com.github.phase1geo.minder.appdata.xml.in:844 msgid "Fixed various compiler errors/warnings" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:834 +#: data/com.github.phase1geo.minder.appdata.xml.in:852 msgid "Added export to yEd." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:835 +#: data/com.github.phase1geo.minder.appdata.xml.in:853 msgid "Added ability to create, edit and delete custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:836 +#: data/com.github.phase1geo.minder.appdata.xml.in:854 msgid "" "Added new quick entry mode, allowing node trees to be input within a text " "editor." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:837 +#: data/com.github.phase1geo.minder.appdata.xml.in:855 msgid "Added Control-W keyboard shortcut to close the current tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:838 +#: data/com.github.phase1geo.minder.appdata.xml.in:856 msgid "Added shortcut exploration help window (use F1 key to display)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:842 +#: data/com.github.phase1geo.minder.appdata.xml.in:860 msgid "" "New search icon which has better contrast for Minder's themed header bar " "(thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:843 +#: data/com.github.phase1geo.minder.appdata.xml.in:861 msgid "New non-symbolic sidebar icon in header bar (thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:844 +#: data/com.github.phase1geo.minder.appdata.xml.in:862 msgid "" "New Minder application icon which fits in with the elementary OS color " "scheme better (thansk to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:845 +#: data/com.github.phase1geo.minder.appdata.xml.in:863 msgid "New focus icon in header bar (thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:846 +#: data/com.github.phase1geo.minder.appdata.xml.in:864 msgid "Improved styling when creating a new node/connection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:850 +#: data/com.github.phase1geo.minder.appdata.xml.in:868 msgid "" "Fixed issue where separate trees in same mind-map where allowed to overlap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:851 +#: data/com.github.phase1geo.minder.appdata.xml.in:869 msgid "Fixed node link drawing issue when using manual layout mode." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:852 +#: data/com.github.phase1geo.minder.appdata.xml.in:870 msgid "" "Fixed issues drawing arrows properly when straight node links were being " "used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:853 +#: data/com.github.phase1geo.minder.appdata.xml.in:871 msgid "Fixed display issues with the node fill switch in the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:854 +#: data/com.github.phase1geo.minder.appdata.xml.in:872 msgid "Fixed support for cut, copy and pasting connection title text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:855 +#: data/com.github.phase1geo.minder.appdata.xml.in:873 msgid "Fixed keyboard shortcut for toggling focus mode." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:862 +#: data/com.github.phase1geo.minder.appdata.xml.in:880 msgid "Fixed issue with automatic layout that was introduced in 1.4.0." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:870 +#: data/com.github.phase1geo.minder.appdata.xml.in:888 msgid "Added support for focus mode." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:871 +#: data/com.github.phase1geo.minder.appdata.xml.in:889 msgid "Added support for multiple documents with tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:872 +#: data/com.github.phase1geo.minder.appdata.xml.in:890 msgid "Added support for resizing the inspector sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:873 +#: data/com.github.phase1geo.minder.appdata.xml.in:891 msgid "" "Added support for creating a new node directly from editing an existing node " "presssing Return or Tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:874 +#: data/com.github.phase1geo.minder.appdata.xml.in:892 msgid "Added support for adding a new parent node to an existing node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:875 +#: data/com.github.phase1geo.minder.appdata.xml.in:893 msgid "" "Added support for importing/exporting to FreeMind and Freeplane formats." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:876 +#: data/com.github.phase1geo.minder.appdata.xml.in:894 msgid "Added support for sorting children either alphabetically or randomly." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:877 +#: data/com.github.phase1geo.minder.appdata.xml.in:895 msgid "" "Added support for creating a link from one node to another node in the same " "map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:878 +#: data/com.github.phase1geo.minder.appdata.xml.in:896 msgid "Added support for building a Flatpak." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:882 +#: data/com.github.phase1geo.minder.appdata.xml.in:900 msgid "Removed markup from translated strings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:883 +#: data/com.github.phase1geo.minder.appdata.xml.in:901 msgid "Standardized tooltips that display accelerator information." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:884 +#: data/com.github.phase1geo.minder.appdata.xml.in:902 msgid "Changed the way that node/connection titles are displayed in inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:885 +#: data/com.github.phase1geo.minder.appdata.xml.in:903 msgid "" "Changed app terminal script to allow command-line arguments to be passed to " "debug subcommand." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:886 +#: data/com.github.phase1geo.minder.appdata.xml.in:904 msgid "Changed header bar and widget colors to match Minder brand color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:887 +#: data/com.github.phase1geo.minder.appdata.xml.in:905 msgid "" "Changed search icon in header bar to a symbolic icon to improve readability." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:888 +#: data/com.github.phase1geo.minder.appdata.xml.in:906 msgid "" "When note tooltip is displayed, markup text is rendered for improved " "readability." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:889 +#: data/com.github.phase1geo.minder.appdata.xml.in:907 msgid "" "Enhanced app script to allow command-line arguments to be passed to debug " "subcommand." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:893 +#: data/com.github.phase1geo.minder.appdata.xml.in:911 msgid "" "Fixed an issue with calculating connection endpoints when a portion of the " "node is not visible." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:894 +#: data/com.github.phase1geo.minder.appdata.xml.in:912 msgid "Fixed file naming issue when a file is imported." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:895 +#: data/com.github.phase1geo.minder.appdata.xml.in:913 msgid "" "Fixed issue with displaying resized nodes on open or application startup." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:902 +#: data/com.github.phase1geo.minder.appdata.xml.in:920 msgid "Fixing issue with export functions." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:908 +#: data/com.github.phase1geo.minder.appdata.xml.in:926 msgid "Let's stay connected!" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:910 +#: data/com.github.phase1geo.minder.appdata.xml.in:928 msgid "Added support for creating a visual connection between any two nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:911 +#: data/com.github.phase1geo.minder.appdata.xml.in:929 msgid "Added ability to show/hide all connections in the map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:912 +#: data/com.github.phase1geo.minder.appdata.xml.in:930 msgid "" "Added support for remembering the last selected child of a node when " "navigating the map with the keyboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:913 +#: data/com.github.phase1geo.minder.appdata.xml.in:931 msgid "" "When escape key is used when editing text, editing mode is ended without " "reverting text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:914 +#: data/com.github.phase1geo.minder.appdata.xml.in:932 msgid "" "Created unique contextual menus depending on what is selected in the mind " "map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:915 +#: data/com.github.phase1geo.minder.appdata.xml.in:933 msgid "" "Changed Node sidebar tab to Current which shows either the currently " "selected node or connection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:916 +#: data/com.github.phase1geo.minder.appdata.xml.in:934 msgid "Improved link drawing when a node tree is being moved." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:917 +#: data/com.github.phase1geo.minder.appdata.xml.in:935 msgid "Switched from using GtkFileChooserDialog to GtkFileChooserNative." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:918 +#: data/com.github.phase1geo.minder.appdata.xml.in:936 msgid "" "Added support for inserting emoji when editing text in the mind map (use " "Control-period)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:919 +#: data/com.github.phase1geo.minder.appdata.xml.in:937 msgid "Improved readability of theme name when the theme is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:920 +#: data/com.github.phase1geo.minder.appdata.xml.in:938 msgid "" "Fixed issue where changing a global style was not saved/applied to new nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:921 +#: data/com.github.phase1geo.minder.appdata.xml.in:939 msgid "" "Improved copy/paste support of nodes so that copied items can be pasted in " "other mind maps." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:922 +#: data/com.github.phase1geo.minder.appdata.xml.in:940 msgid "" "Added support for dynamically changing to dark mode in the UI if the prefer-" "dark desktop gsetting is set." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:923 +#: data/com.github.phase1geo.minder.appdata.xml.in:941 msgid "Added ability to show/hide each panel within the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:924 +#: data/com.github.phase1geo.minder.appdata.xml.in:942 msgid "Removed support for Loki builds." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:931 +#: data/com.github.phase1geo.minder.appdata.xml.in:949 msgid "Fixing appdata.xml file omission." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:932 +#: data/com.github.phase1geo.minder.appdata.xml.in:950 msgid "" "Removing automatic style apply when the affects is set to certain values." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:939 +#: data/com.github.phase1geo.minder.appdata.xml.in:957 msgid "Added Spanish translation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:940 +#: data/com.github.phase1geo.minder.appdata.xml.in:958 msgid "" "Added support for Control-Return/Tab to support adding newlines/tabs in a " "node's title." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:941 +#: data/com.github.phase1geo.minder.appdata.xml.in:959 msgid "Improved node title editing support for selection and cursor movement." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:942 +#: data/com.github.phase1geo.minder.appdata.xml.in:960 msgid "Added support for automatically opening Minder files from Files." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:943 +#: data/com.github.phase1geo.minder.appdata.xml.in:961 msgid "Added ability to modify styles of nodes and links." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:944 +#: data/com.github.phase1geo.minder.appdata.xml.in:962 msgid "" "Changed layouts to be stored on a per tree basis instead of a per document " "basis." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:945 +#: data/com.github.phase1geo.minder.appdata.xml.in:963 msgid "Added support for exporting to the Mermaid format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:946 +#: data/com.github.phase1geo.minder.appdata.xml.in:964 msgid "Added support for disabling/enabling displaying markup in node title." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:947 +#: data/com.github.phase1geo.minder.appdata.xml.in:965 msgid "Improved the look of the fold indicators." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:948 +#: data/com.github.phase1geo.minder.appdata.xml.in:966 msgid "Lots of bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:955 +#: data/com.github.phase1geo.minder.appdata.xml.in:973 msgid "Adding Spanish translation (thanks to Adolfo Jayme-Barrientos)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:956 +#: data/com.github.phase1geo.minder.appdata.xml.in:974 msgid "Adding support for special character insertion via the Compose key." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:962 +#: data/com.github.phase1geo.minder.appdata.xml.in:980 msgid "Updating French translation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:967 +#: data/com.github.phase1geo.minder.appdata.xml.in:985 msgid "Bug fix release" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:969 +#: data/com.github.phase1geo.minder.appdata.xml.in:987 msgid "Fixed bugs related to editing unicode characters in map area." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:970 +#: data/com.github.phase1geo.minder.appdata.xml.in:988 msgid "" "Reduced height of node textbox in sidebar to help alleviate window sizing " "problems." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:971 +#: data/com.github.phase1geo.minder.appdata.xml.in:989 msgid "" "Fixed issue with moving a node to a different position within a parent node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:972 +#: data/com.github.phase1geo.minder.appdata.xml.in:990 msgid "Fixed issue connecting a root node to another node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:978 +#: data/com.github.phase1geo.minder.appdata.xml.in:996 msgid "Images now supported!" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:980 +#: data/com.github.phase1geo.minder.appdata.xml.in:998 msgid "Added support for images within nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:981 +#: data/com.github.phase1geo.minder.appdata.xml.in:999 msgid "Added basic image editing support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:982 +#: data/com.github.phase1geo.minder.appdata.xml.in:1000 msgid "Added support for dragging and dropping local and web images." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:983 +#: data/com.github.phase1geo.minder.appdata.xml.in:1001 msgid "Added support for resizing node width." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:984 +#: data/com.github.phase1geo.minder.appdata.xml.in:1002 msgid "Changed cursors when over a task button." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:985 +#: data/com.github.phase1geo.minder.appdata.xml.in:1003 msgid "Changed location of task and note elements in a node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:986 +#: data/com.github.phase1geo.minder.appdata.xml.in:1004 msgid "Added support for keeping the map from scrolling off screen." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:987 +#: data/com.github.phase1geo.minder.appdata.xml.in:1005 msgid "Added support for shift-mousewheel to scroll horizontally." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:988 +#: data/com.github.phase1geo.minder.appdata.xml.in:1006 msgid "Added support for control-mousewheel to zoom in/out." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:989 +#: data/com.github.phase1geo.minder.appdata.xml.in:1007 msgid "Fixed issue with drawing background when zoom factor was small." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:990 +#: data/com.github.phase1geo.minder.appdata.xml.in:1008 msgid "" "Custom icons are now stored as a gresource rather than in the file system." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:991 +#: data/com.github.phase1geo.minder.appdata.xml.in:1009 msgid "Other minor bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:997 +#: data/com.github.phase1geo.minder.appdata.xml.in:1015 msgid "Support for more export types and bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:999 +#: data/com.github.phase1geo.minder.appdata.xml.in:1017 msgid "" "Added support for exporting to SVG, JPEG, BMP, Markdown, PlainText and CSV " "formats." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1000 +#: data/com.github.phase1geo.minder.appdata.xml.in:1018 msgid "Added support for folding all completed tasks in map inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1001 +#: data/com.github.phase1geo.minder.appdata.xml.in:1019 msgid "Added support for unfolding all folded nodes in map inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1002 +#: data/com.github.phase1geo.minder.appdata.xml.in:1020 msgid "Added Solarized Dark and Solarized Light themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1003 +#: data/com.github.phase1geo.minder.appdata.xml.in:1021 msgid "Changing button display in map inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1004 +#: data/com.github.phase1geo.minder.appdata.xml.in:1022 msgid "Cleaning up Export menu to include a single \"Export\" option." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1005 +#: data/com.github.phase1geo.minder.appdata.xml.in:1023 msgid "" "Fixing issue where modified node title in node inspector was lost when input " "focus was changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1006 +#: data/com.github.phase1geo.minder.appdata.xml.in:1024 msgid "Fixing issue where an entire tree is attached to another tree." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1007 +#: data/com.github.phase1geo.minder.appdata.xml.in:1025 msgid "Added Czech translation (thanks to Jan Marek!)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1008 +#: data/com.github.phase1geo.minder.appdata.xml.in:1026 msgid "Added French translation (thanks to Yannick A.!)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1009 +#: data/com.github.phase1geo.minder.appdata.xml.in:1027 msgid "Added Brazilian Portuguese translation (thanks to btd1337!)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1015 +#: data/com.github.phase1geo.minder.appdata.xml.in:1033 msgid "Initial startup bug fix." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1020 +#: data/com.github.phase1geo.minder.appdata.xml.in:1038 msgid "Search improvements and bug fixes" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1022 +#: data/com.github.phase1geo.minder.appdata.xml.in:1040 msgid "Added ability to search within notes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1023 +#: data/com.github.phase1geo.minder.appdata.xml.in:1041 msgid "" "Added ability to optionally control search criteria within search popover." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1024 +#: data/com.github.phase1geo.minder.appdata.xml.in:1042 msgid "Fixed screenshots." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1025 +#: data/com.github.phase1geo.minder.appdata.xml.in:1043 msgid "" "Changed properties header bar icon to a sidebar hide/show icon for clarity." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1026 +#: data/com.github.phase1geo.minder.appdata.xml.in:1044 msgid "Several minor UI improvements." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1027 +#: data/com.github.phase1geo.minder.appdata.xml.in:1045 msgid "Removing deprecated GTK calls." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1028 +#: data/com.github.phase1geo.minder.appdata.xml.in:1046 msgid "Added ability to double-click on a node to make it editable." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1029 +#: data/com.github.phase1geo.minder.appdata.xml.in:1047 msgid "Bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1035 +#: data/com.github.phase1geo.minder.appdata.xml.in:1053 msgid "Initial release" msgstr "" diff --git a/po/extra/pt.po b/po/extra/pt.po index c2e031b5..7dd30ee1 100644 --- a/po/extra/pt.po +++ b/po/extra/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: 2020-08-31 14:53+0100\n" "Last-Translator: André Barata \n" "Language-Team: none\n" @@ -179,92 +179,112 @@ msgstr "Trevor Williams" #: data/com.github.phase1geo.minder.appdata.xml.in:97 #: data/com.github.phase1geo.minder.appdata.xml.in:115 -#: data/com.github.phase1geo.minder.appdata.xml.in:182 -#: data/com.github.phase1geo.minder.appdata.xml.in:211 -#: data/com.github.phase1geo.minder.appdata.xml.in:243 -#: data/com.github.phase1geo.minder.appdata.xml.in:305 -#: data/com.github.phase1geo.minder.appdata.xml.in:350 -#: data/com.github.phase1geo.minder.appdata.xml.in:419 -#: data/com.github.phase1geo.minder.appdata.xml.in:440 -#: data/com.github.phase1geo.minder.appdata.xml.in:461 -#: data/com.github.phase1geo.minder.appdata.xml.in:485 -#: data/com.github.phase1geo.minder.appdata.xml.in:549 -#: data/com.github.phase1geo.minder.appdata.xml.in:569 -#: data/com.github.phase1geo.minder.appdata.xml.in:603 -#: data/com.github.phase1geo.minder.appdata.xml.in:667 -#: data/com.github.phase1geo.minder.appdata.xml.in:701 -#: data/com.github.phase1geo.minder.appdata.xml.in:737 -#: data/com.github.phase1geo.minder.appdata.xml.in:761 -#: data/com.github.phase1geo.minder.appdata.xml.in:795 -#: data/com.github.phase1geo.minder.appdata.xml.in:832 -#: data/com.github.phase1geo.minder.appdata.xml.in:868 +#: data/com.github.phase1geo.minder.appdata.xml.in:133 +#: data/com.github.phase1geo.minder.appdata.xml.in:200 +#: data/com.github.phase1geo.minder.appdata.xml.in:229 +#: data/com.github.phase1geo.minder.appdata.xml.in:261 +#: data/com.github.phase1geo.minder.appdata.xml.in:323 +#: data/com.github.phase1geo.minder.appdata.xml.in:368 +#: data/com.github.phase1geo.minder.appdata.xml.in:437 +#: data/com.github.phase1geo.minder.appdata.xml.in:458 +#: data/com.github.phase1geo.minder.appdata.xml.in:479 +#: data/com.github.phase1geo.minder.appdata.xml.in:503 +#: data/com.github.phase1geo.minder.appdata.xml.in:567 +#: data/com.github.phase1geo.minder.appdata.xml.in:587 +#: data/com.github.phase1geo.minder.appdata.xml.in:621 +#: data/com.github.phase1geo.minder.appdata.xml.in:685 +#: data/com.github.phase1geo.minder.appdata.xml.in:719 +#: data/com.github.phase1geo.minder.appdata.xml.in:755 +#: data/com.github.phase1geo.minder.appdata.xml.in:779 +#: data/com.github.phase1geo.minder.appdata.xml.in:813 +#: data/com.github.phase1geo.minder.appdata.xml.in:850 +#: data/com.github.phase1geo.minder.appdata.xml.in:886 msgid "New" msgstr "Novo" #: data/com.github.phase1geo.minder.appdata.xml.in:99 #, fuzzy -msgid "Added support for Shift-Tab to unindent nodes in Quick Entry." -msgstr "Suporte adicionado para imagens dentro de nós." +msgid "Added support for Shift-L to change the color of any selected nodes." +msgstr "Suporte adicionado para redimensionar a barra lateral do inspetor." -#: data/com.github.phase1geo.minder.appdata.xml.in:101 -#: data/com.github.phase1geo.minder.appdata.xml.in:123 -#: data/com.github.phase1geo.minder.appdata.xml.in:146 -#: data/com.github.phase1geo.minder.appdata.xml.in:160 -#: data/com.github.phase1geo.minder.appdata.xml.in:172 -#: data/com.github.phase1geo.minder.appdata.xml.in:187 -#: data/com.github.phase1geo.minder.appdata.xml.in:215 -#: data/com.github.phase1geo.minder.appdata.xml.in:231 -#: data/com.github.phase1geo.minder.appdata.xml.in:260 -#: data/com.github.phase1geo.minder.appdata.xml.in:317 -#: data/com.github.phase1geo.minder.appdata.xml.in:337 -#: data/com.github.phase1geo.minder.appdata.xml.in:359 -#: data/com.github.phase1geo.minder.appdata.xml.in:390 -#: data/com.github.phase1geo.minder.appdata.xml.in:405 -#: data/com.github.phase1geo.minder.appdata.xml.in:424 -#: data/com.github.phase1geo.minder.appdata.xml.in:465 -#: data/com.github.phase1geo.minder.appdata.xml.in:496 -#: data/com.github.phase1geo.minder.appdata.xml.in:534 -#: data/com.github.phase1geo.minder.appdata.xml.in:553 -#: data/com.github.phase1geo.minder.appdata.xml.in:582 -#: data/com.github.phase1geo.minder.appdata.xml.in:618 -#: data/com.github.phase1geo.minder.appdata.xml.in:654 -#: data/com.github.phase1geo.minder.appdata.xml.in:673 -#: data/com.github.phase1geo.minder.appdata.xml.in:715 -#: data/com.github.phase1geo.minder.appdata.xml.in:742 -#: data/com.github.phase1geo.minder.appdata.xml.in:773 -#: data/com.github.phase1geo.minder.appdata.xml.in:804 -#: data/com.github.phase1geo.minder.appdata.xml.in:819 -#: data/com.github.phase1geo.minder.appdata.xml.in:840 -#: data/com.github.phase1geo.minder.appdata.xml.in:880 +#: data/com.github.phase1geo.minder.appdata.xml.in:100 +#, fuzzy +msgid "Added support for natural scrolling preference." +msgstr "" +"Suporte adicionado para impedir que o mapa saía para fora do ecrã ao " +"deslizar." + +#: data/com.github.phase1geo.minder.appdata.xml.in:102 +#: data/com.github.phase1geo.minder.appdata.xml.in:119 +#: data/com.github.phase1geo.minder.appdata.xml.in:141 +#: data/com.github.phase1geo.minder.appdata.xml.in:164 +#: data/com.github.phase1geo.minder.appdata.xml.in:178 +#: data/com.github.phase1geo.minder.appdata.xml.in:190 +#: data/com.github.phase1geo.minder.appdata.xml.in:205 +#: data/com.github.phase1geo.minder.appdata.xml.in:233 +#: data/com.github.phase1geo.minder.appdata.xml.in:249 +#: data/com.github.phase1geo.minder.appdata.xml.in:278 +#: data/com.github.phase1geo.minder.appdata.xml.in:335 +#: data/com.github.phase1geo.minder.appdata.xml.in:355 +#: data/com.github.phase1geo.minder.appdata.xml.in:377 +#: data/com.github.phase1geo.minder.appdata.xml.in:408 +#: data/com.github.phase1geo.minder.appdata.xml.in:423 +#: data/com.github.phase1geo.minder.appdata.xml.in:442 +#: data/com.github.phase1geo.minder.appdata.xml.in:483 +#: data/com.github.phase1geo.minder.appdata.xml.in:514 +#: data/com.github.phase1geo.minder.appdata.xml.in:552 +#: data/com.github.phase1geo.minder.appdata.xml.in:571 +#: data/com.github.phase1geo.minder.appdata.xml.in:600 +#: data/com.github.phase1geo.minder.appdata.xml.in:636 +#: data/com.github.phase1geo.minder.appdata.xml.in:672 +#: data/com.github.phase1geo.minder.appdata.xml.in:691 +#: data/com.github.phase1geo.minder.appdata.xml.in:733 +#: data/com.github.phase1geo.minder.appdata.xml.in:760 +#: data/com.github.phase1geo.minder.appdata.xml.in:791 +#: data/com.github.phase1geo.minder.appdata.xml.in:822 +#: data/com.github.phase1geo.minder.appdata.xml.in:837 +#: data/com.github.phase1geo.minder.appdata.xml.in:858 +#: data/com.github.phase1geo.minder.appdata.xml.in:898 msgid "Changes" msgstr "Alterações" -#: data/com.github.phase1geo.minder.appdata.xml.in:103 -#: data/com.github.phase1geo.minder.appdata.xml.in:125 +#: data/com.github.phase1geo.minder.appdata.xml.in:104 +msgid "" +"Updated README.md to change the installation instructions for Arch-based " +"distros to avoid issues with discount library." +msgstr "" + +#: data/com.github.phase1geo.minder.appdata.xml.in:117 +#, fuzzy +msgid "Added support for Shift-Tab to unindent nodes in Quick Entry." +msgstr "Suporte adicionado para imagens dentro de nós." + +#: data/com.github.phase1geo.minder.appdata.xml.in:121 +#: data/com.github.phase1geo.minder.appdata.xml.in:143 #, fuzzy msgid "Updated Italian translation (thanks to @albanobatistella)." msgstr "Tradução em Italiano atualizada (obrigado a @albanobattistella)." -#: data/com.github.phase1geo.minder.appdata.xml.in:104 +#: data/com.github.phase1geo.minder.appdata.xml.in:122 msgid "Improved Quick Entry auto-formatting to reduce user errors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:117 +#: data/com.github.phase1geo.minder.appdata.xml.in:135 #, fuzzy msgid "Added support for adding node links in node, connection or group notes." msgstr "Suporte adicionado para adicionar um novo nó pai a um já existente." -#: data/com.github.phase1geo.minder.appdata.xml.in:118 +#: data/com.github.phase1geo.minder.appdata.xml.in:136 #, fuzzy msgid "Added support for providing custom stickers." msgstr "Suporte adicionado para redimensionar a barra lateral do inspetor." -#: data/com.github.phase1geo.minder.appdata.xml.in:119 +#: data/com.github.phase1geo.minder.appdata.xml.in:137 #, fuzzy msgid "Added support for callouts that can be applied to nodes." msgstr "Suporte adicionado para imagens dentro de nós." -#: data/com.github.phase1geo.minder.appdata.xml.in:120 +#: data/com.github.phase1geo.minder.appdata.xml.in:138 #, fuzzy msgid "" "Added node alignment toolbar in map sidebar when manual layout mode is " @@ -273,309 +293,309 @@ msgstr "" "Correção de um problema ao exportar imagens quando o modo de layout manual " "está selecionado." -#: data/com.github.phase1geo.minder.appdata.xml.in:121 +#: data/com.github.phase1geo.minder.appdata.xml.in:139 msgid "Added output scaling to PNG/JPEG export options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:126 +#: data/com.github.phase1geo.minder.appdata.xml.in:144 #, fuzzy msgid "Updated Revised Simplified Chinese translation (thanks to @aerowolf)." msgstr "Tradução em Italiano atualizada (obrigado a @albanobattistella)." -#: data/com.github.phase1geo.minder.appdata.xml.in:127 +#: data/com.github.phase1geo.minder.appdata.xml.in:145 #, fuzzy msgid "Updated German translation (thanks to Benjamin Weis)." msgstr "Tradução em Italiano atualizada (obrigado a @albanobattistella)." -#: data/com.github.phase1geo.minder.appdata.xml.in:128 -#: data/com.github.phase1geo.minder.appdata.xml.in:175 -#: data/com.github.phase1geo.minder.appdata.xml.in:362 +#: data/com.github.phase1geo.minder.appdata.xml.in:146 +#: data/com.github.phase1geo.minder.appdata.xml.in:193 +#: data/com.github.phase1geo.minder.appdata.xml.in:380 #, fuzzy msgid "Updated Russian translation (thanks to Alexandre Prokoudine)." msgstr "Tradução em Italiano atualizada (obrigado a @albanobattistella)." -#: data/com.github.phase1geo.minder.appdata.xml.in:130 -#: data/com.github.phase1geo.minder.appdata.xml.in:150 -#: data/com.github.phase1geo.minder.appdata.xml.in:164 -#: data/com.github.phase1geo.minder.appdata.xml.in:193 -#: data/com.github.phase1geo.minder.appdata.xml.in:220 -#: data/com.github.phase1geo.minder.appdata.xml.in:235 -#: data/com.github.phase1geo.minder.appdata.xml.in:283 -#: data/com.github.phase1geo.minder.appdata.xml.in:326 -#: data/com.github.phase1geo.minder.appdata.xml.in:342 -#: data/com.github.phase1geo.minder.appdata.xml.in:374 -#: data/com.github.phase1geo.minder.appdata.xml.in:395 -#: data/com.github.phase1geo.minder.appdata.xml.in:409 -#: data/com.github.phase1geo.minder.appdata.xml.in:429 -#: data/com.github.phase1geo.minder.appdata.xml.in:445 -#: data/com.github.phase1geo.minder.appdata.xml.in:474 -#: data/com.github.phase1geo.minder.appdata.xml.in:509 -#: data/com.github.phase1geo.minder.appdata.xml.in:538 -#: data/com.github.phase1geo.minder.appdata.xml.in:559 -#: data/com.github.phase1geo.minder.appdata.xml.in:589 -#: data/com.github.phase1geo.minder.appdata.xml.in:627 +#: data/com.github.phase1geo.minder.appdata.xml.in:148 +#: data/com.github.phase1geo.minder.appdata.xml.in:168 +#: data/com.github.phase1geo.minder.appdata.xml.in:182 +#: data/com.github.phase1geo.minder.appdata.xml.in:211 +#: data/com.github.phase1geo.minder.appdata.xml.in:238 +#: data/com.github.phase1geo.minder.appdata.xml.in:253 +#: data/com.github.phase1geo.minder.appdata.xml.in:301 +#: data/com.github.phase1geo.minder.appdata.xml.in:344 +#: data/com.github.phase1geo.minder.appdata.xml.in:360 +#: data/com.github.phase1geo.minder.appdata.xml.in:392 +#: data/com.github.phase1geo.minder.appdata.xml.in:413 +#: data/com.github.phase1geo.minder.appdata.xml.in:427 +#: data/com.github.phase1geo.minder.appdata.xml.in:447 +#: data/com.github.phase1geo.minder.appdata.xml.in:463 +#: data/com.github.phase1geo.minder.appdata.xml.in:492 +#: data/com.github.phase1geo.minder.appdata.xml.in:527 +#: data/com.github.phase1geo.minder.appdata.xml.in:556 +#: data/com.github.phase1geo.minder.appdata.xml.in:577 +#: data/com.github.phase1geo.minder.appdata.xml.in:607 #: data/com.github.phase1geo.minder.appdata.xml.in:645 -#: data/com.github.phase1geo.minder.appdata.xml.in:658 -#: data/com.github.phase1geo.minder.appdata.xml.in:681 -#: data/com.github.phase1geo.minder.appdata.xml.in:725 -#: data/com.github.phase1geo.minder.appdata.xml.in:750 -#: data/com.github.phase1geo.minder.appdata.xml.in:780 -#: data/com.github.phase1geo.minder.appdata.xml.in:811 -#: data/com.github.phase1geo.minder.appdata.xml.in:823 -#: data/com.github.phase1geo.minder.appdata.xml.in:848 -#: data/com.github.phase1geo.minder.appdata.xml.in:891 +#: data/com.github.phase1geo.minder.appdata.xml.in:663 +#: data/com.github.phase1geo.minder.appdata.xml.in:676 +#: data/com.github.phase1geo.minder.appdata.xml.in:699 +#: data/com.github.phase1geo.minder.appdata.xml.in:743 +#: data/com.github.phase1geo.minder.appdata.xml.in:768 +#: data/com.github.phase1geo.minder.appdata.xml.in:798 +#: data/com.github.phase1geo.minder.appdata.xml.in:829 +#: data/com.github.phase1geo.minder.appdata.xml.in:841 +#: data/com.github.phase1geo.minder.appdata.xml.in:866 +#: data/com.github.phase1geo.minder.appdata.xml.in:909 msgid "Bug Fixes" msgstr "Correções" -#: data/com.github.phase1geo.minder.appdata.xml.in:132 +#: data/com.github.phase1geo.minder.appdata.xml.in:150 #, fuzzy msgid "Fixed potential issues with custom themes." msgstr "Problemas corrigidos com a criação de temas personalizáveis." -#: data/com.github.phase1geo.minder.appdata.xml.in:133 +#: data/com.github.phase1geo.minder.appdata.xml.in:151 msgid "Fixed tab state saving when tabs are closed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:134 +#: data/com.github.phase1geo.minder.appdata.xml.in:152 #, fuzzy msgid "Fixed contextual menu when connection text is editable." msgstr "" "Correção do suporte para o método de entrada quando editar títulos de " "conexão." -#: data/com.github.phase1geo.minder.appdata.xml.in:148 +#: data/com.github.phase1geo.minder.appdata.xml.in:166 msgid "Adding auto-adjusting bottom margin in quick entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:152 +#: data/com.github.phase1geo.minder.appdata.xml.in:170 #, fuzzy msgid "" "Fixed application crash when root node contains a note/link and node fill " "style is enabled." msgstr "Problemas corrigidos com a coloração de conexões." -#: data/com.github.phase1geo.minder.appdata.xml.in:153 +#: data/com.github.phase1geo.minder.appdata.xml.in:171 #, fuzzy msgid "Fixed issue with unfolding all nodes." msgstr "Corrigido o problema de mostrar/esconder a barra lateral." -#: data/com.github.phase1geo.minder.appdata.xml.in:154 +#: data/com.github.phase1geo.minder.appdata.xml.in:172 msgid "Fixing middle mouse drag pan behavior." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:162 +#: data/com.github.phase1geo.minder.appdata.xml.in:180 #, fuzzy msgid "Added app script subcommands for building/running flatpaks." msgstr "Suporte adicionado para construir um Flatpack." -#: data/com.github.phase1geo.minder.appdata.xml.in:166 +#: data/com.github.phase1geo.minder.appdata.xml.in:184 #, fuzzy msgid "Fixed issues with Flatpak" msgstr "Correção de vários problemas com a entrada rápida." -#: data/com.github.phase1geo.minder.appdata.xml.in:174 -#: data/com.github.phase1geo.minder.appdata.xml.in:361 -#: data/com.github.phase1geo.minder.appdata.xml.in:555 -#: data/com.github.phase1geo.minder.appdata.xml.in:656 +#: data/com.github.phase1geo.minder.appdata.xml.in:192 +#: data/com.github.phase1geo.minder.appdata.xml.in:379 +#: data/com.github.phase1geo.minder.appdata.xml.in:573 +#: data/com.github.phase1geo.minder.appdata.xml.in:674 msgid "Updated Italian translation (thanks to @albanobattistella)." msgstr "Tradução em Italiano atualizada (obrigado a @albanobattistella)." -#: data/com.github.phase1geo.minder.appdata.xml.in:176 +#: data/com.github.phase1geo.minder.appdata.xml.in:194 msgid "Adjusted codebase to compile on Fedora" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:184 +#: data/com.github.phase1geo.minder.appdata.xml.in:202 #, fuzzy msgid "" "Added new --import command-line option for importing directly from command-" "line." msgstr "Suporte adicionado para exportar para o formato Mermaid." -#: data/com.github.phase1geo.minder.appdata.xml.in:185 +#: data/com.github.phase1geo.minder.appdata.xml.in:203 #, fuzzy msgid "Added support for importing Markdown." msgstr "Suporte adicionado para exportar para o formato Mermaid." -#: data/com.github.phase1geo.minder.appdata.xml.in:189 +#: data/com.github.phase1geo.minder.appdata.xml.in:207 msgid "" "Removed --format command-line option in favor of new --import and --export " "options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:190 +#: data/com.github.phase1geo.minder.appdata.xml.in:208 #, fuzzy msgid "Improved export of Markdown output." msgstr "Melhoria na saída de vários formatos de formatação." -#: data/com.github.phase1geo.minder.appdata.xml.in:191 +#: data/com.github.phase1geo.minder.appdata.xml.in:209 msgid "" "Improved loading of Minder Markdown syntax highlighting to make this an " "application-only syntax (not user-wide)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:195 +#: data/com.github.phase1geo.minder.appdata.xml.in:213 #, fuzzy msgid "Fixed Markdown export issue with root nodes." msgstr "" "Correção de um problema de nomenclatura de ficheiro quando este é importado." -#: data/com.github.phase1geo.minder.appdata.xml.in:196 +#: data/com.github.phase1geo.minder.appdata.xml.in:214 #, fuzzy msgid "Fixed issue with inserting non-printable characters." msgstr "Problemas com o layout de títulos de conexão corrigidos." -#: data/com.github.phase1geo.minder.appdata.xml.in:197 +#: data/com.github.phase1geo.minder.appdata.xml.in:215 #, fuzzy msgid "Fixed issues with cursor movement for RTL languages." msgstr "Problemas corrigidos com a coloração de conexões." -#: data/com.github.phase1geo.minder.appdata.xml.in:198 +#: data/com.github.phase1geo.minder.appdata.xml.in:216 #, fuzzy msgid "" "Fixed issue with using Control-W shortcut when only a single tab is shown." msgstr "Problemas corrigidos com a coloração de conexões." -#: data/com.github.phase1geo.minder.appdata.xml.in:199 +#: data/com.github.phase1geo.minder.appdata.xml.in:217 #, fuzzy msgid "Fixed potential issue with adding a new tab." msgstr "Corrigido o problema de mostrar/esconder a barra lateral." -#: data/com.github.phase1geo.minder.appdata.xml.in:200 +#: data/com.github.phase1geo.minder.appdata.xml.in:218 #, fuzzy msgid "Fixed issues with tab naming of new, unchanged documents." msgstr "Correção de problemas ao alterar os estilos de conexões." -#: data/com.github.phase1geo.minder.appdata.xml.in:201 +#: data/com.github.phase1geo.minder.appdata.xml.in:219 msgid "" "Fixed cursor/selection issue when the Delete key is used (includes " "application crash issue)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:202 +#: data/com.github.phase1geo.minder.appdata.xml.in:220 #, fuzzy msgid "Fixed issue with Control-Up cursor selection shortcut." msgstr "Problemas com o layout de títulos de conexão corrigidos." -#: data/com.github.phase1geo.minder.appdata.xml.in:203 +#: data/com.github.phase1geo.minder.appdata.xml.in:221 #, fuzzy msgid "Fixed issue with centering a node with Shift-C." msgstr "Problemas corrigidos com a criação de temas personalizáveis." -#: data/com.github.phase1geo.minder.appdata.xml.in:204 +#: data/com.github.phase1geo.minder.appdata.xml.in:222 msgid "Fixed several issues related to zoom/scaling." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:205 +#: data/com.github.phase1geo.minder.appdata.xml.in:223 msgid "Fixed location of input method entry field (thanks to @aeghn)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:213 +#: data/com.github.phase1geo.minder.appdata.xml.in:231 #, fuzzy msgid "Added support for embedding image path in Quick Entry." msgstr "Suporte adicionado para imagens dentro de nós." -#: data/com.github.phase1geo.minder.appdata.xml.in:217 -#: data/com.github.phase1geo.minder.appdata.xml.in:233 -#: data/com.github.phase1geo.minder.appdata.xml.in:264 -#: data/com.github.phase1geo.minder.appdata.xml.in:339 -#: data/com.github.phase1geo.minder.appdata.xml.in:392 -#: data/com.github.phase1geo.minder.appdata.xml.in:426 +#: data/com.github.phase1geo.minder.appdata.xml.in:235 +#: data/com.github.phase1geo.minder.appdata.xml.in:251 +#: data/com.github.phase1geo.minder.appdata.xml.in:282 +#: data/com.github.phase1geo.minder.appdata.xml.in:357 +#: data/com.github.phase1geo.minder.appdata.xml.in:410 +#: data/com.github.phase1geo.minder.appdata.xml.in:444 #, fuzzy msgid "Updated Italian translation (thanks to @albanobattistella)" msgstr "Tradução em Italiano atualizada (obrigado a @albanobattistella)." -#: data/com.github.phase1geo.minder.appdata.xml.in:218 +#: data/com.github.phase1geo.minder.appdata.xml.in:236 msgid "Code cleanup" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:222 +#: data/com.github.phase1geo.minder.appdata.xml.in:240 #, fuzzy msgid "Fixed issues with exported images including selection." msgstr "" "Correção de um problema ao exportar imagens quando o modo de layout manual " "está selecionado." -#: data/com.github.phase1geo.minder.appdata.xml.in:223 +#: data/com.github.phase1geo.minder.appdata.xml.in:241 #, fuzzy msgid "Fixed issue with importing OPML files (thanks to Ygor Mutti)." msgstr "Problema ao importar notas Freemind corrigido." -#: data/com.github.phase1geo.minder.appdata.xml.in:224 +#: data/com.github.phase1geo.minder.appdata.xml.in:242 #, fuzzy msgid "Fixed issue with undo/redo of Unicode characters." msgstr "Problemas com o layout de títulos de conexão corrigidos." -#: data/com.github.phase1geo.minder.appdata.xml.in:225 +#: data/com.github.phase1geo.minder.appdata.xml.in:243 #, fuzzy msgid "Fixed issues with exporting to Outliner format." msgstr "Problemas corrigidos com a criação de temas personalizáveis." -#: data/com.github.phase1geo.minder.appdata.xml.in:237 +#: data/com.github.phase1geo.minder.appdata.xml.in:255 #, fuzzy msgid "Fixing translation issues with Flatpak" msgstr "Correção de vários problemas com a entrada rápida." -#: data/com.github.phase1geo.minder.appdata.xml.in:245 +#: data/com.github.phase1geo.minder.appdata.xml.in:263 msgid "" "Added ability to change the size of the node while leaving the embedded " "image size unchanged." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:246 +#: data/com.github.phase1geo.minder.appdata.xml.in:264 #, fuzzy msgid "Added tooltip to node resize handle." msgstr "" "Correção de problemas de exibição com a opção de preenchimento de nó no " "inspetor de estilo." -#: data/com.github.phase1geo.minder.appdata.xml.in:247 +#: data/com.github.phase1geo.minder.appdata.xml.in:265 msgid "" "Added Flatpak permission for home folder access by default (thanks to " "@SubhadeepJasu)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:248 +#: data/com.github.phase1geo.minder.appdata.xml.in:266 msgid "Added header font scaling in notes field." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:249 +#: data/com.github.phase1geo.minder.appdata.xml.in:267 #, fuzzy msgid "Added support for exporting a mindmap via the command-line." msgstr "Suporte adicionado para o modo de concentração." -#: data/com.github.phase1geo.minder.appdata.xml.in:250 +#: data/com.github.phase1geo.minder.appdata.xml.in:268 #, fuzzy msgid "Added support for importing via the command-line." msgstr "Suporte adicionado para exportar para o formato Mermaid." -#: data/com.github.phase1geo.minder.appdata.xml.in:251 +#: data/com.github.phase1geo.minder.appdata.xml.in:269 #, fuzzy msgid "Added ability to import a given filesystem as a mindmap." msgstr "Adicionada a possibilidade de modificar estilos de nós e ligações." -#: data/com.github.phase1geo.minder.appdata.xml.in:252 +#: data/com.github.phase1geo.minder.appdata.xml.in:270 #, fuzzy msgid "Added ability to export a mindmap as a filesystem." msgstr "Adicionada a possibilidade de exportar para o formato Modo Org." -#: data/com.github.phase1geo.minder.appdata.xml.in:253 +#: data/com.github.phase1geo.minder.appdata.xml.in:271 #, fuzzy msgid "Added zh_CN translation (thanks to @potrans)." msgstr "Tradução em Checo adicionada (obrigado a Jan Marek!)." -#: data/com.github.phase1geo.minder.appdata.xml.in:254 +#: data/com.github.phase1geo.minder.appdata.xml.in:272 #, fuzzy msgid "Added ability to enable/disable UI animations via gsettings." msgstr "" "Adicionada a possibilidade de definir o tamanho da fonte num campo de texto " "via o gsetting." -#: data/com.github.phase1geo.minder.appdata.xml.in:255 +#: data/com.github.phase1geo.minder.appdata.xml.in:273 #, fuzzy msgid "Added ability to associate a note with a selected group." msgstr "Adicionada a possibilidade de criar um nó raiz conectado." -#: data/com.github.phase1geo.minder.appdata.xml.in:256 +#: data/com.github.phase1geo.minder.appdata.xml.in:274 #, fuzzy msgid "" "Added ability to copy and cut nodes via shortcuts when multiple nodes are " @@ -584,7 +604,7 @@ msgstr "" "Suporte adicionado para criar um novo nó de raiz ao pressionar a tecla " "Return quando não estiver nenhum nó selecionado." -#: data/com.github.phase1geo.minder.appdata.xml.in:257 +#: data/com.github.phase1geo.minder.appdata.xml.in:275 #, fuzzy msgid "" "Added ability to insert unicode characters in nodes, connections, and notes " @@ -593,105 +613,105 @@ msgstr "" "Adicionada a possibilidade de adicionar autocolantes a nós, conexões e em " "qualquer lado dentro do mapa de mente." -#: data/com.github.phase1geo.minder.appdata.xml.in:258 +#: data/com.github.phase1geo.minder.appdata.xml.in:276 msgid "" "Added support to detect read-only mindmap files and handle them " "appropriately." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:262 +#: data/com.github.phase1geo.minder.appdata.xml.in:280 #, fuzzy msgid "Updated German translation (thanks to @hztirf and @bewe)" msgstr "Tradução em Italiano atualizada (obrigado a @albanobattistella)." -#: data/com.github.phase1geo.minder.appdata.xml.in:263 +#: data/com.github.phase1geo.minder.appdata.xml.in:281 #, fuzzy msgid "Updated Czech translation (thanks to @G020B)" msgstr "Tradução em Checo adicionada (obrigado a Jan Marek!)." -#: data/com.github.phase1geo.minder.appdata.xml.in:265 -#: data/com.github.phase1geo.minder.appdata.xml.in:393 +#: data/com.github.phase1geo.minder.appdata.xml.in:283 +#: data/com.github.phase1geo.minder.appdata.xml.in:411 #, fuzzy msgid "Updated Russian translation (thanks to Alexandre Prokoudine)" msgstr "Tradução em Italiano atualizada (obrigado a @albanobattistella)." -#: data/com.github.phase1geo.minder.appdata.xml.in:266 +#: data/com.github.phase1geo.minder.appdata.xml.in:284 #, fuzzy msgid "Updated Portugese translation (thanks to @AncientBlueFrog)" msgstr "Tradução em Português do Brasil adicionada (obrigado a btd1337!)" -#: data/com.github.phase1geo.minder.appdata.xml.in:267 +#: data/com.github.phase1geo.minder.appdata.xml.in:285 #, fuzzy msgid "Updated Polish translation (thanks to @pyotr71)" msgstr "Tradução em Espanhol atualizada (obrigado a febrezo no GitHub)." -#: data/com.github.phase1geo.minder.appdata.xml.in:268 +#: data/com.github.phase1geo.minder.appdata.xml.in:286 msgid "Updated Flatpak SDK from 6 to 6.1." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:269 +#: data/com.github.phase1geo.minder.appdata.xml.in:287 msgid "" "Improved sticker search (now case insensitive and uses fuzzy search -- " "thanks to @sibevin)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:270 +#: data/com.github.phase1geo.minder.appdata.xml.in:288 msgid "Changed node borders to use node padding to control shape." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:271 +#: data/com.github.phase1geo.minder.appdata.xml.in:289 msgid "Changed note popup to display rendered text instead of literal text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:272 +#: data/com.github.phase1geo.minder.appdata.xml.in:290 msgid "Updated headerbar icons for Gnome environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:273 +#: data/com.github.phase1geo.minder.appdata.xml.in:291 msgid "" "Mindmap root node text is now used for default filename when initially " "saving mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:274 +#: data/com.github.phase1geo.minder.appdata.xml.in:292 msgid "Changed image UI in sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:275 +#: data/com.github.phase1geo.minder.appdata.xml.in:293 msgid "Removed connection sidebar button bar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:276 +#: data/com.github.phase1geo.minder.appdata.xml.in:294 msgid "" "Improved Zoom to Selected Node functionality with name change (to better " "reflect what this feature does) and keyboard shortcut." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:277 +#: data/com.github.phase1geo.minder.appdata.xml.in:295 msgid "" "Enhanced OrgMode exporter (includes support for indent mode and improved " "output)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:278 +#: data/com.github.phase1geo.minder.appdata.xml.in:296 msgid "Enhanced image exporting features." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:279 +#: data/com.github.phase1geo.minder.appdata.xml.in:297 msgid "" "Minder files no longer contain precise positioning information so eliminate " "file changes on pan and zoom operations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:280 +#: data/com.github.phase1geo.minder.appdata.xml.in:298 msgid "Removed Control-E (export) from shortcuts documentation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:281 +#: data/com.github.phase1geo.minder.appdata.xml.in:299 msgid "Improved autosave frequency." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:285 +#: data/com.github.phase1geo.minder.appdata.xml.in:303 #, fuzzy msgid "" "Fixed issues with connections being displayed when ancestor node is folded." @@ -699,40 +719,40 @@ msgstr "" "Correção de um erro quando o título da conexão é clicado duas vezes quando " "não está presente nenhum texto." -#: data/com.github.phase1geo.minder.appdata.xml.in:286 +#: data/com.github.phase1geo.minder.appdata.xml.in:304 #, fuzzy msgid "Fixed issue with loading an older mindmap." msgstr "Corrigido o problema de mostrar/esconder a barra lateral." -#: data/com.github.phase1geo.minder.appdata.xml.in:287 +#: data/com.github.phase1geo.minder.appdata.xml.in:305 #, fuzzy msgid "Fixed syntax highlighting in note fields." msgstr "Problema ao importar notas Freemind corrigido." -#: data/com.github.phase1geo.minder.appdata.xml.in:288 +#: data/com.github.phase1geo.minder.appdata.xml.in:306 msgid "Fixed Edit Text node menu functionality." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:289 +#: data/com.github.phase1geo.minder.appdata.xml.in:307 #, fuzzy msgid "Fixed issue with node fonts not following the style inspector." msgstr "" "Correção de problemas de exibição com a opção de preenchimento de nó no " "inspetor de estilo." -#: data/com.github.phase1geo.minder.appdata.xml.in:290 +#: data/com.github.phase1geo.minder.appdata.xml.in:308 #, fuzzy msgid "" "Fixed application crashes when exporting to Freemind, Freeplane, XMind8 and " "Yed formats." msgstr "Problemas corrigidos com a coloração de conexões." -#: data/com.github.phase1geo.minder.appdata.xml.in:291 +#: data/com.github.phase1geo.minder.appdata.xml.in:309 #, fuzzy msgid "Fixed issue with saving the state of export switch values." msgstr "Problemas com o layout de títulos de conexão corrigidos." -#: data/com.github.phase1geo.minder.appdata.xml.in:292 +#: data/com.github.phase1geo.minder.appdata.xml.in:310 #, fuzzy msgid "" "Fixed application crash when an image is dropped onto a blank portion of the " @@ -741,7 +761,7 @@ msgstr "" "Correção de uma falha da aplicação quando as animações são desativadas, um " "nó é movido, animação está ativada e um nó é movido." -#: data/com.github.phase1geo.minder.appdata.xml.in:293 +#: data/com.github.phase1geo.minder.appdata.xml.in:311 #, fuzzy msgid "" "Fixed issues with URL link and text colors not changing when theme is " @@ -750,154 +770,154 @@ msgstr "" "Correção de um problema ao exportar imagens quando o modo de layout manual " "está selecionado." -#: data/com.github.phase1geo.minder.appdata.xml.in:294 +#: data/com.github.phase1geo.minder.appdata.xml.in:312 #, fuzzy msgid "Fixed application crash when grouping root nodes." msgstr "Problemas corrigidos com a coloração de conexões." -#: data/com.github.phase1geo.minder.appdata.xml.in:295 +#: data/com.github.phase1geo.minder.appdata.xml.in:313 msgid "Fixed issue causing app script to generate a warning message." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:296 +#: data/com.github.phase1geo.minder.appdata.xml.in:314 msgid "" "Fixed potential issue which caused notes to get deleted when selecting " "nodes, connections or groups." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:297 +#: data/com.github.phase1geo.minder.appdata.xml.in:315 #, fuzzy msgid "" "Fixed application crash when saving an unsaved document with no root node." msgstr "Problemas corrigidos com a coloração de conexões." -#: data/com.github.phase1geo.minder.appdata.xml.in:298 +#: data/com.github.phase1geo.minder.appdata.xml.in:316 #, fuzzy msgid "Fixed issues with capitalized keyboard shortcuts." msgstr "Corrigido o problema de mostrar/esconder a barra lateral." -#: data/com.github.phase1geo.minder.appdata.xml.in:299 +#: data/com.github.phase1geo.minder.appdata.xml.in:317 #, fuzzy msgid "Fixed issue with loading file via the command-line." msgstr "" "Problemas com o carregamento de ficheiros .minder que contenham informação " "errada corrigidos." -#: data/com.github.phase1geo.minder.appdata.xml.in:307 +#: data/com.github.phase1geo.minder.appdata.xml.in:325 #, fuzzy msgid "Added support for shallow (one-level folding)" msgstr "" "Suporte adicionado para arrastar e largar imagens locais ou da Internet." -#: data/com.github.phase1geo.minder.appdata.xml.in:308 +#: data/com.github.phase1geo.minder.appdata.xml.in:326 #, fuzzy msgid "Added import/export support for XMind version 2021." msgstr "Suporte adicionado para importar/exportar ao XMind." -#: data/com.github.phase1geo.minder.appdata.xml.in:309 +#: data/com.github.phase1geo.minder.appdata.xml.in:327 #, fuzzy msgid "Added support for external mind-map node linking." msgstr "Suporte adicionado para o modo de concentração." -#: data/com.github.phase1geo.minder.appdata.xml.in:310 +#: data/com.github.phase1geo.minder.appdata.xml.in:328 msgid "Added node link tooltips." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:311 +#: data/com.github.phase1geo.minder.appdata.xml.in:329 #, fuzzy msgid "Added support for overriding the color of a root node." msgstr "Suporte adicionado para redimensionar a barra lateral do inspetor." -#: data/com.github.phase1geo.minder.appdata.xml.in:312 +#: data/com.github.phase1geo.minder.appdata.xml.in:330 #, fuzzy msgid "Added support for Markdown strikethrough syntax." msgstr "Suporte adicionado para usar métodos de entrada." -#: data/com.github.phase1geo.minder.appdata.xml.in:313 +#: data/com.github.phase1geo.minder.appdata.xml.in:331 msgid "" "Added support for Control-Backspace/Delete to delete the previous/next word " "when editing node/connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:314 +#: data/com.github.phase1geo.minder.appdata.xml.in:332 #, fuzzy msgid "Added tooltip to node fill switch in style inspector." msgstr "" "Correção de problemas de exibição com a opção de preenchimento de nó no " "inspetor de estilo." -#: data/com.github.phase1geo.minder.appdata.xml.in:315 +#: data/com.github.phase1geo.minder.appdata.xml.in:333 #, fuzzy msgid "" "Added keyboard shortcuts for adding and removing URL links from node text." msgstr "" "Atalho de teclado (Control-E) adicionado para exibir a interface de exportar." -#: data/com.github.phase1geo.minder.appdata.xml.in:319 +#: data/com.github.phase1geo.minder.appdata.xml.in:337 #, fuzzy msgid "Updates to Italian translation (thanks to @albanobattistella)" msgstr "Tradução em Italiano atualizada (obrigado a @albanobattistella)." -#: data/com.github.phase1geo.minder.appdata.xml.in:320 +#: data/com.github.phase1geo.minder.appdata.xml.in:338 #, fuzzy msgid "Updates to German translation (thanks to Hannes Fritz)" msgstr "Tradução em Italiano atualizada (obrigado a @albanobattistella)." -#: data/com.github.phase1geo.minder.appdata.xml.in:321 +#: data/com.github.phase1geo.minder.appdata.xml.in:339 msgid "Improved accuracy of the list of translatable files." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:322 +#: data/com.github.phase1geo.minder.appdata.xml.in:340 msgid "" "Removed ability to use keyboard shortcuts when a mouse button is pressed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:323 +#: data/com.github.phase1geo.minder.appdata.xml.in:341 msgid "" "Removed Accounts permissions from Flatpak manifest as it is no longer needed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:324 +#: data/com.github.phase1geo.minder.appdata.xml.in:342 msgid "" "Improved adding URL link UI to automatically add URL from clipboard if one " "exists." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:328 +#: data/com.github.phase1geo.minder.appdata.xml.in:346 #, fuzzy msgid "Fixed layout issues when pressing keys while animations are in process." msgstr "" "Correção de um problema de nomenclatura de ficheiro quando este é importado." -#: data/com.github.phase1geo.minder.appdata.xml.in:329 +#: data/com.github.phase1geo.minder.appdata.xml.in:347 msgid "" "Fixed location of text size help information in the appearances preferences " "dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:330 +#: data/com.github.phase1geo.minder.appdata.xml.in:348 #, fuzzy msgid "Fixed UX issues when the Hide Connections switch is enabled." msgstr "Problemas com o layout de títulos de conexão corrigidos." -#: data/com.github.phase1geo.minder.appdata.xml.in:331 +#: data/com.github.phase1geo.minder.appdata.xml.in:349 #, fuzzy msgid "Fixed issue with pasting nodes when a node is not selected in a map." msgstr "" "Correção de um problema ao exportar imagens quando o modo de layout manual " "está selecionado." -#: data/com.github.phase1geo.minder.appdata.xml.in:340 +#: data/com.github.phase1geo.minder.appdata.xml.in:358 msgid "Updated screenshots for elementary OS 6." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:344 +#: data/com.github.phase1geo.minder.appdata.xml.in:362 #, fuzzy msgid "Fixed command support for non-English keyboard layouts." msgstr "" "Suporte adicionado para o alinhamento de nós para layouts manuais de nós." -#: data/com.github.phase1geo.minder.appdata.xml.in:352 +#: data/com.github.phase1geo.minder.appdata.xml.in:370 #, fuzzy msgid "" "Added support for toggling the task indicator when multiple nodes are " @@ -906,16 +926,16 @@ msgstr "" "Suporte adicionado para criar um novo nó de raiz ao pressionar a tecla " "Return quando não estiver nenhum nó selecionado." -#: data/com.github.phase1geo.minder.appdata.xml.in:353 +#: data/com.github.phase1geo.minder.appdata.xml.in:371 #, fuzzy msgid "Added German translation (thanks to Peter Sonntaga)." msgstr "Tradução em Checo adicionada (obrigado a Jan Marek!)." -#: data/com.github.phase1geo.minder.appdata.xml.in:354 +#: data/com.github.phase1geo.minder.appdata.xml.in:372 msgid "Added zoom amount in the zoom button tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:355 +#: data/com.github.phase1geo.minder.appdata.xml.in:373 #, fuzzy msgid "" "Added support for y command to create/remove node links when multiple nodes " @@ -924,7 +944,7 @@ msgstr "" "Suporte adicionado para criar um novo nó de raiz ao pressionar a tecla " "Return quando não estiver nenhum nó selecionado." -#: data/com.github.phase1geo.minder.appdata.xml.in:356 +#: data/com.github.phase1geo.minder.appdata.xml.in:374 #, fuzzy msgid "" "Added support for x command to create connections when two nodes are " @@ -933,58 +953,58 @@ msgstr "" "Suporte adicionado para a criação de uma conexão visual entre quaisquer dois " "nós." -#: data/com.github.phase1geo.minder.appdata.xml.in:357 +#: data/com.github.phase1geo.minder.appdata.xml.in:375 #, fuzzy msgid "Added support for system dark mode setting." msgstr "Suporte adicionado para o modo de concentração." -#: data/com.github.phase1geo.minder.appdata.xml.in:363 +#: data/com.github.phase1geo.minder.appdata.xml.in:381 msgid "Improved task indicator sizes in leaf nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:364 +#: data/com.github.phase1geo.minder.appdata.xml.in:382 msgid "Changed fold indicator from a circle to a square." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:365 +#: data/com.github.phase1geo.minder.appdata.xml.in:383 msgid "Removed zoom in/out menu items and made them buttons instead." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:366 +#: data/com.github.phase1geo.minder.appdata.xml.in:384 msgid "" "Node/connection is now automatically selected on right click if it is not " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:367 +#: data/com.github.phase1geo.minder.appdata.xml.in:385 msgid "Moved node change contextual menu items into their own submenu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:368 +#: data/com.github.phase1geo.minder.appdata.xml.in:386 msgid "Changed forward slash command to Control-A for selecting all text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:369 +#: data/com.github.phase1geo.minder.appdata.xml.in:387 msgid "" "Changed backward slash command to Control-Shift-A for deselecting all text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:370 +#: data/com.github.phase1geo.minder.appdata.xml.in:388 msgid "Changed F1 command to Control-? for displaying keyboard shortcuts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:371 +#: data/com.github.phase1geo.minder.appdata.xml.in:389 #, fuzzy msgid "Updated keyboard shortcuts cheatsheet." msgstr "Cábula de atalhos de teclado atualizada." -#: data/com.github.phase1geo.minder.appdata.xml.in:372 +#: data/com.github.phase1geo.minder.appdata.xml.in:390 msgid "" "Updated code base for elementary OS 6 (gtksourceview-4, libhandy-1, Flatpak " "support, etc.)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:376 +#: data/com.github.phase1geo.minder.appdata.xml.in:394 #, fuzzy msgid "" "Fixed issue where sticker tooltips were not displaying translated names." @@ -992,163 +1012,163 @@ msgstr "" "Corrigido um problema com a exibição de nós redimensionados na abertura ou " "inicialização da aplicação." -#: data/com.github.phase1geo.minder.appdata.xml.in:377 +#: data/com.github.phase1geo.minder.appdata.xml.in:395 msgid "" "Fixed node resizing issues when system font is changed in system settings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:378 +#: data/com.github.phase1geo.minder.appdata.xml.in:396 msgid "" "Fixed Flatpak issue to allow dark mode system settings to affect application." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:379 +#: data/com.github.phase1geo.minder.appdata.xml.in:397 #, fuzzy msgid "Fixed layout issues when root node is resized." msgstr "" "Correção de um problema de nomenclatura de ficheiro quando este é importado." -#: data/com.github.phase1geo.minder.appdata.xml.in:380 +#: data/com.github.phase1geo.minder.appdata.xml.in:398 msgid "Fixed squared and rounded link display for nodes attached to root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:381 +#: data/com.github.phase1geo.minder.appdata.xml.in:399 #, fuzzy msgid "Fixed cursor location when End key used." msgstr "" "Correção do cursor do rato no editor de nota quando a tecla Ctrl é " "pressionada numa Ligação URL." -#: data/com.github.phase1geo.minder.appdata.xml.in:382 +#: data/com.github.phase1geo.minder.appdata.xml.in:400 msgid "" "Fixed potential node identification generation issue that can lead to bad " "connections on load." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:383 +#: data/com.github.phase1geo.minder.appdata.xml.in:401 msgid "Fixed location of node stickers within the node to improve look." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:384 +#: data/com.github.phase1geo.minder.appdata.xml.in:402 #, fuzzy msgid "Fixed issues copying and pasting a single selected node." msgstr "Problemas corrigidos com a coloração de conexões." -#: data/com.github.phase1geo.minder.appdata.xml.in:397 +#: data/com.github.phase1geo.minder.appdata.xml.in:415 #, fuzzy msgid "Added missing translatable strings in various parts of the UI." msgstr "Tradução em Espanhol adicionada." -#: data/com.github.phase1geo.minder.appdata.xml.in:398 +#: data/com.github.phase1geo.minder.appdata.xml.in:416 msgid "Fixed URL parser issues." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:399 +#: data/com.github.phase1geo.minder.appdata.xml.in:417 #, fuzzy msgid "Fixed application crash when forward deleting non-Latin text." msgstr "Problemas corrigidos com a coloração de conexões." -#: data/com.github.phase1geo.minder.appdata.xml.in:407 +#: data/com.github.phase1geo.minder.appdata.xml.in:425 msgid "Small optimization to Meson build procedure." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:411 +#: data/com.github.phase1geo.minder.appdata.xml.in:429 msgid "Fixed compile and run issue for distros lacking full granite support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:412 +#: data/com.github.phase1geo.minder.appdata.xml.in:430 #, fuzzy msgid "" "Fixed issue with displaying correct themes when themes are hidden that don't " "match system theme." msgstr "Problemas corrigidos com a coloração de conexões." -#: data/com.github.phase1geo.minder.appdata.xml.in:413 +#: data/com.github.phase1geo.minder.appdata.xml.in:431 #, fuzzy msgid "Added missing translatable strings." msgstr "Tradução em Espanhol adicionada." -#: data/com.github.phase1geo.minder.appdata.xml.in:421 +#: data/com.github.phase1geo.minder.appdata.xml.in:439 msgid "Added rounded branching style." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:422 +#: data/com.github.phase1geo.minder.appdata.xml.in:440 #, fuzzy msgid "Added support for drawing clickable folding areas." msgstr "" "Suporte adicionado para arrastar e largar imagens locais ou da Internet." -#: data/com.github.phase1geo.minder.appdata.xml.in:427 +#: data/com.github.phase1geo.minder.appdata.xml.in:445 #, fuzzy msgid "Changed shape of the unfold indicator." msgstr "Aparência melhorada dos indicadores de dobra." -#: data/com.github.phase1geo.minder.appdata.xml.in:431 +#: data/com.github.phase1geo.minder.appdata.xml.in:449 #, fuzzy msgid "Fixed application crash on Manjaro." msgstr "Problemas corrigidos com a coloração de conexões." -#: data/com.github.phase1geo.minder.appdata.xml.in:432 +#: data/com.github.phase1geo.minder.appdata.xml.in:450 #, fuzzy msgid "Fixed link drawing order regression." msgstr "" "Desenho da ligação melhorado quando uma árvore de nó está a ser movida." -#: data/com.github.phase1geo.minder.appdata.xml.in:433 +#: data/com.github.phase1geo.minder.appdata.xml.in:451 msgid "Removed error output when XML storage files do not exist." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:434 +#: data/com.github.phase1geo.minder.appdata.xml.in:452 msgid "Fixed parsing issue with filepaths starting with file://." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:442 +#: data/com.github.phase1geo.minder.appdata.xml.in:460 msgid "" "Added support for Control-Home/End to move the cursor to the beginning/end " "of the text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:443 +#: data/com.github.phase1geo.minder.appdata.xml.in:461 #, fuzzy msgid "Added support for folded children count tooltip." msgstr "Suporte adicionado para construir um Flatpack." -#: data/com.github.phase1geo.minder.appdata.xml.in:447 +#: data/com.github.phase1geo.minder.appdata.xml.in:465 msgid "" "Fixed issue where selected text at beginning of text would not be deleted " "when the Backspace key was used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:448 +#: data/com.github.phase1geo.minder.appdata.xml.in:466 msgid "" "Fixed issue where selected text at end of text would not be deleted when the " "Delete key was used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:449 +#: data/com.github.phase1geo.minder.appdata.xml.in:467 msgid "Fixed selection issues after moving the cursor by a word." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:450 +#: data/com.github.phase1geo.minder.appdata.xml.in:468 msgid "" "Fixed Home/End keys to move the cursor to the beginning/end of the current " "line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:451 +#: data/com.github.phase1geo.minder.appdata.xml.in:469 msgid "" "Fixed node size and layout when system text size changes between Minder " "sessions." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:452 +#: data/com.github.phase1geo.minder.appdata.xml.in:470 #, fuzzy msgid "" "Fixed issue with application crashing when older Minder file is loaded that " "used a custom theme." msgstr "Problemas corrigidos com a coloração de conexões." -#: data/com.github.phase1geo.minder.appdata.xml.in:453 +#: data/com.github.phase1geo.minder.appdata.xml.in:471 #, fuzzy msgid "" "Fixed issue with node sidebar image not being properly updated when sidebar " @@ -1157,56 +1177,56 @@ msgstr "" "Corrigido um problema com o estado da guia que não era gravado corretamente " "quando uma nova guia é adicionada." -#: data/com.github.phase1geo.minder.appdata.xml.in:454 +#: data/com.github.phase1geo.minder.appdata.xml.in:472 msgid "" "Fixed square branch link drawing when some links have arrows drawn in them." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:455 +#: data/com.github.phase1geo.minder.appdata.xml.in:473 msgid "" "Fixed issue with the background border being drawn around link arrows in " "contexts where it should not." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:463 +#: data/com.github.phase1geo.minder.appdata.xml.in:481 #, fuzzy msgid "Added Basque translation (thanks to @alexgabi)" msgstr "Tradução em Checo adicionada (obrigado a Jan Marek!)." -#: data/com.github.phase1geo.minder.appdata.xml.in:467 +#: data/com.github.phase1geo.minder.appdata.xml.in:485 #, fuzzy msgid "Updated to Italian translation (thanks to @albanobattistella)." msgstr "Tradução em Italiano atualizada (obrigado a @albanobattistella)." -#: data/com.github.phase1geo.minder.appdata.xml.in:468 +#: data/com.github.phase1geo.minder.appdata.xml.in:486 #, fuzzy msgid "Updated to Brazilian Portugese translation (thanks to Felipe Simoes)." msgstr "Tradução em Português do Brasil adicionada (obrigado a btd1337!)" -#: data/com.github.phase1geo.minder.appdata.xml.in:469 +#: data/com.github.phase1geo.minder.appdata.xml.in:487 msgid "" "Opening a file will automatically close an existing unsaved, unchanged tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:470 +#: data/com.github.phase1geo.minder.appdata.xml.in:488 msgid "Changed color of connection drag handles to yellow." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:471 +#: data/com.github.phase1geo.minder.appdata.xml.in:489 msgid "" "Making it easier to grab connection drag handle when it is close to " "connection handles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:472 +#: data/com.github.phase1geo.minder.appdata.xml.in:490 msgid "Reducing auto-saves when editing node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:476 +#: data/com.github.phase1geo.minder.appdata.xml.in:494 msgid "Removed help information from PNG export panel." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:477 +#: data/com.github.phase1geo.minder.appdata.xml.in:495 #, fuzzy msgid "" "Fixed issue with exporting images with connections/stickers which could get " @@ -1215,120 +1235,120 @@ msgstr "" "Correção de um problema ao exportar imagens quando o modo de layout manual " "está selecionado." -#: data/com.github.phase1geo.minder.appdata.xml.in:478 +#: data/com.github.phase1geo.minder.appdata.xml.in:496 #, fuzzy msgid "Fixed issue with empty tab when file cannot be loaded." msgstr "" "Correção de um problema ao exportar imagens quando o modo de layout manual " "está selecionado." -#: data/com.github.phase1geo.minder.appdata.xml.in:479 +#: data/com.github.phase1geo.minder.appdata.xml.in:497 #, fuzzy msgid "" "Fixed issues with application crashes on startup in non-elementary " "environments." msgstr "Problemas corrigidos com a coloração de conexões." -#: data/com.github.phase1geo.minder.appdata.xml.in:487 +#: data/com.github.phase1geo.minder.appdata.xml.in:505 msgid "Added subscript and superscript support to Markdown parser." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:488 +#: data/com.github.phase1geo.minder.appdata.xml.in:506 #, fuzzy msgid "" "Added support for switching tabs with Control-Tab and Shift-Control-Tab." msgstr "Suporte adicionado para exportar para o formato Mermaid." -#: data/com.github.phase1geo.minder.appdata.xml.in:489 +#: data/com.github.phase1geo.minder.appdata.xml.in:507 #, fuzzy msgid "Added support for remembering last used open/save dialog directories." msgstr "Suporte adicionado para redimensionar a barra lateral do inspetor." -#: data/com.github.phase1geo.minder.appdata.xml.in:490 +#: data/com.github.phase1geo.minder.appdata.xml.in:508 msgid "" "Added support for Alt-Left/Right/Up/Down keyboard shortcuts to rearrange " "sibling nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:491 +#: data/com.github.phase1geo.minder.appdata.xml.in:509 #, fuzzy msgid "Added support for searching all tabs (thanks to @Messius58)." msgstr "Suporte adicionado para usar métodos de entrada." -#: data/com.github.phase1geo.minder.appdata.xml.in:492 +#: data/com.github.phase1geo.minder.appdata.xml.in:510 msgid "Added about window for non-elementary builds." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:493 +#: data/com.github.phase1geo.minder.appdata.xml.in:511 #, fuzzy msgid "Added ability to move child nodes to parent via Alt+direction." msgstr "" "Adicionada a possibilidade de clicar duas vezes num nó para o tornar " "editável." -#: data/com.github.phase1geo.minder.appdata.xml.in:494 +#: data/com.github.phase1geo.minder.appdata.xml.in:512 #, fuzzy msgid "Added support for including images in Markdown export." msgstr "Suporte adicionado para imagens dentro de nós." -#: data/com.github.phase1geo.minder.appdata.xml.in:498 +#: data/com.github.phase1geo.minder.appdata.xml.in:516 msgid "" "Added installation instructions to README.md for Debian (thanks to Robert " "Hubinak)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:499 +#: data/com.github.phase1geo.minder.appdata.xml.in:517 msgid "" "Replaced export UI with a new, improved UI with support for export options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:500 +#: data/com.github.phase1geo.minder.appdata.xml.in:518 msgid "Moved add node menu items to a submenu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:501 +#: data/com.github.phase1geo.minder.appdata.xml.in:519 msgid "Improved focus mode behavior." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:502 +#: data/com.github.phase1geo.minder.appdata.xml.in:520 msgid "" "Changed property header button to a toggle button and clarified the tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:503 +#: data/com.github.phase1geo.minder.appdata.xml.in:521 #, fuzzy msgid "Changed keyboard shortcut to open sidebar from Control-| to F9." msgstr "" "Atalho de teclado alterado para entrada rápida de texto de Ctrl-E para Ctrl-" "Shift-E." -#: data/com.github.phase1geo.minder.appdata.xml.in:504 +#: data/com.github.phase1geo.minder.appdata.xml.in:522 msgid "" "Changed non-symbolic header bar icons to symbolic icons for non-elementary " "OS environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:505 +#: data/com.github.phase1geo.minder.appdata.xml.in:523 #, fuzzy msgid "Improved link drawing algorithm to make link connections easier to see." msgstr "" "Desenho da ligação melhorado quando uma árvore de nó está a ser movida." -#: data/com.github.phase1geo.minder.appdata.xml.in:506 +#: data/com.github.phase1geo.minder.appdata.xml.in:524 msgid "" "Changed Link Color in node inspector to Color to reflect the colors use." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:507 +#: data/com.github.phase1geo.minder.appdata.xml.in:525 msgid "Improved task button drawing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:511 +#: data/com.github.phase1geo.minder.appdata.xml.in:529 msgid "" "Fixed issue where tab background colors were incorrect when changing tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:512 +#: data/com.github.phase1geo.minder.appdata.xml.in:530 #, fuzzy msgid "" "Fixed issue with getting valac pathname from Meson (thanks to paluszak)." @@ -1336,16 +1356,16 @@ msgstr "" "Corrigido um problema com o markup de um nó no texto do nó (obrigado a " "Viliam K)." -#: data/com.github.phase1geo.minder.appdata.xml.in:513 +#: data/com.github.phase1geo.minder.appdata.xml.in:531 msgid "Added desktop update call to post_install.py script." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:514 +#: data/com.github.phase1geo.minder.appdata.xml.in:532 #, fuzzy msgid "Fixed issue with sidebar sizing." msgstr "Corrigido o problema de mostrar/esconder a barra lateral." -#: data/com.github.phase1geo.minder.appdata.xml.in:515 +#: data/com.github.phase1geo.minder.appdata.xml.in:533 #, fuzzy msgid "" "Fixed issue with remembering the sticker sidebar panel was last opened when " @@ -1354,11 +1374,11 @@ msgstr "" "Corrigido um problema com a leitura de ficheiros de Minder que excediam as " "limitações do tamanho do analisador de XML." -#: data/com.github.phase1geo.minder.appdata.xml.in:516 +#: data/com.github.phase1geo.minder.appdata.xml.in:534 msgid "Fixed layout issues when unfolding a parent with folded children." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:517 +#: data/com.github.phase1geo.minder.appdata.xml.in:535 #, fuzzy msgid "" "Fixed issue with hiding node groups when the main node in group is folded." @@ -1366,7 +1386,7 @@ msgstr "" "Corrigido um problema com o markup de um nó no texto do nó (obrigado a " "Viliam K)." -#: data/com.github.phase1geo.minder.appdata.xml.in:518 +#: data/com.github.phase1geo.minder.appdata.xml.in:536 #, fuzzy msgid "" "Fixed issue with displaying link color in sidebar when root node is selected." @@ -1374,123 +1394,123 @@ msgstr "" "Correção de um problema ao exportar imagens quando o modo de layout manual " "está selecionado." -#: data/com.github.phase1geo.minder.appdata.xml.in:519 +#: data/com.github.phase1geo.minder.appdata.xml.in:537 msgid "" "Fixed alpha value used for drawing node grouping when encompassed nodes are " "not in focus when focus mode is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:520 +#: data/com.github.phase1geo.minder.appdata.xml.in:538 msgid "Fixed issue with saving manually added embedded links in node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:521 +#: data/com.github.phase1geo.minder.appdata.xml.in:539 #, fuzzy msgid "Fixed undo/redo text editing support." msgstr "Suporte adicionado para edição básica de imagem." -#: data/com.github.phase1geo.minder.appdata.xml.in:522 +#: data/com.github.phase1geo.minder.appdata.xml.in:540 #, fuzzy msgid "Updated keyboard shortcuts in help window." msgstr "Cábula de atalhos de teclado atualizada." -#: data/com.github.phase1geo.minder.appdata.xml.in:523 +#: data/com.github.phase1geo.minder.appdata.xml.in:541 msgid "" "Fixed issue of tab content flashing when application opens with multiple " "tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:524 +#: data/com.github.phase1geo.minder.appdata.xml.in:542 #, fuzzy msgid "Fixed error when closing a tab." msgstr "Falhas de segmentação corrigidas ao carregar um tema." -#: data/com.github.phase1geo.minder.appdata.xml.in:525 +#: data/com.github.phase1geo.minder.appdata.xml.in:543 #, fuzzy msgid "Fixed issue with undo'ing text modifications." msgstr "Problemas corrigidos com a coloração de conexões." -#: data/com.github.phase1geo.minder.appdata.xml.in:526 +#: data/com.github.phase1geo.minder.appdata.xml.in:544 msgid "" "Fixed issues with style inspector scale widgets not properly reflecting " "their current value." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:527 +#: data/com.github.phase1geo.minder.appdata.xml.in:545 #, fuzzy msgid "Fixed various issues with node layout." msgstr "Correção de vários problemas com a entrada rápida." -#: data/com.github.phase1geo.minder.appdata.xml.in:528 +#: data/com.github.phase1geo.minder.appdata.xml.in:546 #, fuzzy msgid "Fixed issue with undo'ing the deletion of a single node." msgstr "Problemas corrigidos com a coloração de conexões." -#: data/com.github.phase1geo.minder.appdata.xml.in:536 +#: data/com.github.phase1geo.minder.appdata.xml.in:554 #, fuzzy msgid "Updated Italian translation (thanks to Albano Battistella)." msgstr "Tradução em Italiano atualizada (obrigado a @albanobattistella)." -#: data/com.github.phase1geo.minder.appdata.xml.in:540 +#: data/com.github.phase1geo.minder.appdata.xml.in:558 #, fuzzy msgid "Fixed application crash issues due to using custom themes." msgstr "Problemas corrigidos com a criação de temas personalizáveis." -#: data/com.github.phase1geo.minder.appdata.xml.in:541 +#: data/com.github.phase1geo.minder.appdata.xml.in:559 #, fuzzy msgid "Added missing theme colors in custom theme pane." msgstr "Problemas corrigidos com a criação de temas personalizáveis." -#: data/com.github.phase1geo.minder.appdata.xml.in:542 +#: data/com.github.phase1geo.minder.appdata.xml.in:560 #, fuzzy msgid "Fixed issues with application crash when editing a root node." msgstr "Problemas corrigidos com a coloração de conexões." -#: data/com.github.phase1geo.minder.appdata.xml.in:543 +#: data/com.github.phase1geo.minder.appdata.xml.in:561 msgid "" "Fixed issue with filepath parser highlighting normal text that contains " "slash characters." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:551 +#: data/com.github.phase1geo.minder.appdata.xml.in:569 #, fuzzy msgid "" "Added Shift-e keyboard shortcut to edit note text for nodes and connections." msgstr "Atalho de teclado Ctrl-W adicionado para fechar a guia atual." -#: data/com.github.phase1geo.minder.appdata.xml.in:556 +#: data/com.github.phase1geo.minder.appdata.xml.in:574 msgid "" "Improved automatic layout of node trees when adjacent tree sizes change." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:557 +#: data/com.github.phase1geo.minder.appdata.xml.in:575 msgid "" "Changed node and connection contextual menus to show (Edit Note) instead of " "(Add Note) and (Remove Note) options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:561 +#: data/com.github.phase1geo.minder.appdata.xml.in:579 msgid "Fixing compilation issues." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:562 +#: data/com.github.phase1geo.minder.appdata.xml.in:580 msgid "Fixing behavior of 't' command when node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:563 +#: data/com.github.phase1geo.minder.appdata.xml.in:581 msgid "Fixing support for undo/redo of root node insertion." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:571 +#: data/com.github.phase1geo.minder.appdata.xml.in:589 msgid "Added Preferences dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:572 +#: data/com.github.phase1geo.minder.appdata.xml.in:590 #, fuzzy msgid "Added Portuguese translation (thanks to Andre Barata)." msgstr "Tradução em Português do Brasil adicionada (obrigado a btd1337!)" -#: data/com.github.phase1geo.minder.appdata.xml.in:573 +#: data/com.github.phase1geo.minder.appdata.xml.in:591 #, fuzzy msgid "" "Added keyboard shortcut (Menu or Shift-F10) to display contextual menus in " @@ -1498,26 +1518,26 @@ msgid "" msgstr "" "Atalho de teclado (Control-E) adicionado para exibir a interface de exportar." -#: data/com.github.phase1geo.minder.appdata.xml.in:574 +#: data/com.github.phase1geo.minder.appdata.xml.in:592 msgid "Added default theme preference option." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:575 +#: data/com.github.phase1geo.minder.appdata.xml.in:593 msgid "Added preference option to select map items on cursor hover." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:576 +#: data/com.github.phase1geo.minder.appdata.xml.in:594 msgid "" "Added Shift+Home/End support for selecting all text from current cursor to " "beginning/end of node or connection titles when editing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:577 +#: data/com.github.phase1geo.minder.appdata.xml.in:595 #, fuzzy msgid "Added support for PlantUML import/export." msgstr "Suporte de tarefa adicionado para o importar/exportar do Outliner." -#: data/com.github.phase1geo.minder.appdata.xml.in:578 +#: data/com.github.phase1geo.minder.appdata.xml.in:596 #, fuzzy msgid "" "Added support for displaying notifications on completion of export operation." @@ -1525,51 +1545,51 @@ msgstr "" "Suporte adicionado para dobrar todas as tarefas completadas no inspetor do " "mapa." -#: data/com.github.phase1geo.minder.appdata.xml.in:579 +#: data/com.github.phase1geo.minder.appdata.xml.in:597 #, fuzzy msgid "Added keyboard shortcuts for displaying tabs in sidebar." msgstr "" "Atalho de teclado (Control-E) adicionado para exibir a interface de exportar." -#: data/com.github.phase1geo.minder.appdata.xml.in:580 +#: data/com.github.phase1geo.minder.appdata.xml.in:598 msgid "" "Added support for making filepath URIs clickable in nodes, connections and " "notes (displays the files in the file manager application)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:584 +#: data/com.github.phase1geo.minder.appdata.xml.in:602 msgid "" "When nodes are copied to clipboard, pasting them as text in an external " "application will be displayed as in text export format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:585 +#: data/com.github.phase1geo.minder.appdata.xml.in:603 msgid "" "When text is copied to the clipboard from an external application, pasting " "as nodes in Minder will parse in text import format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:586 +#: data/com.github.phase1geo.minder.appdata.xml.in:604 msgid "Improved look of menu accelerators and added missing accelerators." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:587 +#: data/com.github.phase1geo.minder.appdata.xml.in:605 msgid "" "Changed 't' command to transition task status from disabled to enabled to " "done and back to disabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:591 +#: data/com.github.phase1geo.minder.appdata.xml.in:609 #, fuzzy msgid "Fixed issues with undo/redo of node/connection title changes." msgstr "Problemas com o layout de títulos de conexão corrigidos." -#: data/com.github.phase1geo.minder.appdata.xml.in:592 +#: data/com.github.phase1geo.minder.appdata.xml.in:610 #, fuzzy msgid "Fixed issue with undoing a connection add operation." msgstr "Problemas corrigidos com a coloração de conexões." -#: data/com.github.phase1geo.minder.appdata.xml.in:593 +#: data/com.github.phase1geo.minder.appdata.xml.in:611 #, fuzzy msgid "" "Fixed issue with connection titles being clear when connection is moved to a " @@ -1578,19 +1598,19 @@ msgstr "" "Correção de um erro quando o título da conexão é clicado duas vezes quando " "não está presente nenhum texto." -#: data/com.github.phase1geo.minder.appdata.xml.in:594 +#: data/com.github.phase1geo.minder.appdata.xml.in:612 msgid "" "Fixed UI issue with changing window width by dragging right side of window " "when sidebar is hidden." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:595 +#: data/com.github.phase1geo.minder.appdata.xml.in:613 msgid "" "Fixed issues with inputting special characters with US international " "keyboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:596 +#: data/com.github.phase1geo.minder.appdata.xml.in:614 #, fuzzy msgid "" "Fixed issue where images in resized nodes were not displaying properly on " @@ -1599,43 +1619,43 @@ msgstr "" "Corrigido um problema com a exibição de nós redimensionados na abertura ou " "inicialização da aplicação." -#: data/com.github.phase1geo.minder.appdata.xml.in:597 +#: data/com.github.phase1geo.minder.appdata.xml.in:615 msgid "" "Fixed issue where copying a filename in a file manager and pasting in Minder " "would attempt to past the icon image instead of the filename when editing " "text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:605 +#: data/com.github.phase1geo.minder.appdata.xml.in:623 msgid "Added Markdown highlighting support to node titles." msgstr "Adicionado o suporte para destaque em Markdown para os títulos de nós." -#: data/com.github.phase1geo.minder.appdata.xml.in:606 +#: data/com.github.phase1geo.minder.appdata.xml.in:624 msgid "Added ability to set the maximum node size in style inspector." msgstr "" "Adicionada a possibilidade de definir um tamanho máximo ao nó no inspetor de " "estilo." -#: data/com.github.phase1geo.minder.appdata.xml.in:607 +#: data/com.github.phase1geo.minder.appdata.xml.in:625 msgid "" "Added ability to set the maximum connection title size in style inspector." msgstr "" "Adicionada a possibilidade de definir um tamanho máximo ao título de conexão " "no inspetor de estilo." -#: data/com.github.phase1geo.minder.appdata.xml.in:608 +#: data/com.github.phase1geo.minder.appdata.xml.in:626 msgid "Added ability to set text field font size via gsetting." msgstr "" "Adicionada a possibilidade de definir o tamanho da fonte num campo de texto " "via o gsetting." -#: data/com.github.phase1geo.minder.appdata.xml.in:609 +#: data/com.github.phase1geo.minder.appdata.xml.in:627 msgid "Added ability to set branch margin in the style inspector." msgstr "" "Adicionada a possibilidade de definir a margem da ramificação no inspetor de " "estilo." -#: data/com.github.phase1geo.minder.appdata.xml.in:610 +#: data/com.github.phase1geo.minder.appdata.xml.in:628 msgid "" "Added ability to add stickers to nodes, connections and anywhere else in the " "mind map." @@ -1643,16 +1663,16 @@ msgstr "" "Adicionada a possibilidade de adicionar autocolantes a nós, conexões e em " "qualquer lado dentro do mapa de mente." -#: data/com.github.phase1geo.minder.appdata.xml.in:611 +#: data/com.github.phase1geo.minder.appdata.xml.in:629 msgid "Added ability to visually create and display node groupings." msgstr "" "Adicionada a possibilidade de criar visualmente e exibir grupos de nós." -#: data/com.github.phase1geo.minder.appdata.xml.in:612 +#: data/com.github.phase1geo.minder.appdata.xml.in:630 msgid "Added import/export support for XMind." msgstr "Suporte adicionado para importar/exportar ao XMind." -#: data/com.github.phase1geo.minder.appdata.xml.in:613 +#: data/com.github.phase1geo.minder.appdata.xml.in:631 msgid "" "Added support for specifying if connection titles should be added " "immediately after creating a connection." @@ -1660,7 +1680,7 @@ msgstr "" "Suporte adicionado para especificar se os títulos de conexões devem ser " "adicionados imediatamente depois de criar uma conexão." -#: data/com.github.phase1geo.minder.appdata.xml.in:614 +#: data/com.github.phase1geo.minder.appdata.xml.in:632 msgid "" "Added support for middle-click-and-drag to pan the canvas (Alt + mouse " "movement still supported)." @@ -1668,16 +1688,16 @@ msgstr "" "Suporte adicionado para o clique no botão do meio do rato + arrastar para " "mover a tela (Alt + movimento do rato ainda é suportado)." -#: data/com.github.phase1geo.minder.appdata.xml.in:615 +#: data/com.github.phase1geo.minder.appdata.xml.in:633 msgid "Added keyboard shortcut for the Zoom to Fit option (Control-1)." msgstr "" "Atalho de teclado adicionado para a opção Ampliar até preencher (Control-1)." -#: data/com.github.phase1geo.minder.appdata.xml.in:616 +#: data/com.github.phase1geo.minder.appdata.xml.in:634 msgid "Added new Mouse Events shortcut panel in shortcut cheatsheet." msgstr "Painel de atalhos de eventos do rato adicionado na cábula de atalhos." -#: data/com.github.phase1geo.minder.appdata.xml.in:620 +#: data/com.github.phase1geo.minder.appdata.xml.in:638 msgid "" "Removed the sidebar style affects selector and using the status of the " "current selection instead." @@ -1685,7 +1705,7 @@ msgstr "" "Estilo da barra lateral que afeta o seletor removido, passa a usar o estado " "corrente da seleção atual." -#: data/com.github.phase1geo.minder.appdata.xml.in:621 +#: data/com.github.phase1geo.minder.appdata.xml.in:639 msgid "" "Lowered the minimum node margin from 5 pixels to 1 pixel to allow for " "greater node density." @@ -1693,62 +1713,62 @@ msgstr "" "Margem mínima do nó reduzida de 5 pixeis para 1 pixel para permitir uma " "maior densidade de nós." -#: data/com.github.phase1geo.minder.appdata.xml.in:622 +#: data/com.github.phase1geo.minder.appdata.xml.in:640 msgid "" "Removed connection title editing field in sidebar for better UI consistency." msgstr "" "Campo de edição do título da conexão removida da barra lateral para uma " "melhor consistência da interface do utilizador." -#: data/com.github.phase1geo.minder.appdata.xml.in:623 +#: data/com.github.phase1geo.minder.appdata.xml.in:641 msgid "" "Removed bold and italicized fonts from the style inspector font selectors." msgstr "" "Fontes a negrito e em itálico removidas do inspetor de fontes no " "selecionador de fontes." -#: data/com.github.phase1geo.minder.appdata.xml.in:624 +#: data/com.github.phase1geo.minder.appdata.xml.in:642 msgid "If connection title is empty, the title will be automatically removed." msgstr "" "Se o título da conexão estiver vazio, o título é removido automaticamente." -#: data/com.github.phase1geo.minder.appdata.xml.in:625 +#: data/com.github.phase1geo.minder.appdata.xml.in:643 msgid "Updated application icon (thanks to Fatih20)." msgstr "Ícone da aplicação atualizado (obrigado a Fatih20)." -#: data/com.github.phase1geo.minder.appdata.xml.in:629 +#: data/com.github.phase1geo.minder.appdata.xml.in:647 msgid "Fixed issue with importing Freemind notes." msgstr "Problema ao importar notas Freemind corrigido." -#: data/com.github.phase1geo.minder.appdata.xml.in:630 +#: data/com.github.phase1geo.minder.appdata.xml.in:648 msgid "Fixed display of right-to-left text within nodes." msgstr "" "Corrigida a exibição de texto da direita para a esquerda no interior de nós." -#: data/com.github.phase1geo.minder.appdata.xml.in:631 +#: data/com.github.phase1geo.minder.appdata.xml.in:649 msgid "" "Fixed issues with loading a .minder file that contains errant information." msgstr "" "Problemas com o carregamento de ficheiros .minder que contenham informação " "errada corrigidos." -#: data/com.github.phase1geo.minder.appdata.xml.in:632 +#: data/com.github.phase1geo.minder.appdata.xml.in:650 msgid "Fixed issues with the layout of connection titles." msgstr "Problemas com o layout de títulos de conexão corrigidos." -#: data/com.github.phase1geo.minder.appdata.xml.in:633 +#: data/com.github.phase1geo.minder.appdata.xml.in:651 msgid "Fixed input method support when editing connection titles." msgstr "" "Correção do suporte para o método de entrada quando editar títulos de " "conexão." -#: data/com.github.phase1geo.minder.appdata.xml.in:634 +#: data/com.github.phase1geo.minder.appdata.xml.in:652 msgid "Fixed position of fold indicator when tree layout is Upwards." msgstr "" "Correção da posição do indicador de dobra quando o layout da árvore estiver " "para cima." -#: data/com.github.phase1geo.minder.appdata.xml.in:635 +#: data/com.github.phase1geo.minder.appdata.xml.in:653 msgid "" "Fixed node display issue when a node link is clicked to a node that is " "folded." @@ -1756,14 +1776,14 @@ msgstr "" "Correção do problema de exibição de nós ao clicar numa ligação de um nó que " "por sua vez está dobrado." -#: data/com.github.phase1geo.minder.appdata.xml.in:636 +#: data/com.github.phase1geo.minder.appdata.xml.in:654 msgid "" "Fixed error when connection title is double clicked when no text is present." msgstr "" "Correção de um erro quando o título da conexão é clicado duas vezes quando " "não está presente nenhum texto." -#: data/com.github.phase1geo.minder.appdata.xml.in:637 +#: data/com.github.phase1geo.minder.appdata.xml.in:655 msgid "" "Fixed issue with opening the same document twice (only one tab will now " "exist per file)." @@ -1771,7 +1791,7 @@ msgstr "" "Correção de um problema ao abrir o mesmo documento duas vezes (só vai " "existir agora uma guia por ficheiro)." -#: data/com.github.phase1geo.minder.appdata.xml.in:638 +#: data/com.github.phase1geo.minder.appdata.xml.in:656 msgid "" "Fixed Shift-Control-s keyboard shortcut to display the 'Save As' dialog " "instead of the 'Open' dialog." @@ -1779,14 +1799,14 @@ msgstr "" "Correção do atalho de teclado Shift-Control-s que mostra agora o dialogo " "\"Gravar Como\" em vez de o dialogo \"Abrir\"." -#: data/com.github.phase1geo.minder.appdata.xml.in:639 +#: data/com.github.phase1geo.minder.appdata.xml.in:657 msgid "Fixed issue that allows you to click on or drag onto a hidden node." msgstr "" "Corrigido um problema em que era permitido clicar ou arrastar uma nota " "escondida." -#: data/com.github.phase1geo.minder.appdata.xml.in:647 -#: data/com.github.phase1geo.minder.appdata.xml.in:660 +#: data/com.github.phase1geo.minder.appdata.xml.in:665 +#: data/com.github.phase1geo.minder.appdata.xml.in:678 msgid "" "Fixed issue with setting cursor position with mouse when zoom factor is not " "100 percent." @@ -1794,8 +1814,8 @@ msgstr "" "Corrigido um problema com a configuração da posição do cursor com o rato " "quando o fator de Ampliação não é 100 por cento." -#: data/com.github.phase1geo.minder.appdata.xml.in:648 -#: data/com.github.phase1geo.minder.appdata.xml.in:661 +#: data/com.github.phase1geo.minder.appdata.xml.in:666 +#: data/com.github.phase1geo.minder.appdata.xml.in:679 msgid "" "Fixed issue with reading in Minder files that exceed the XML parser size " "limitations." @@ -1803,53 +1823,53 @@ msgstr "" "Corrigido um problema com a leitura de ficheiros de Minder que excediam as " "limitações do tamanho do analisador de XML." -#: data/com.github.phase1geo.minder.appdata.xml.in:669 +#: data/com.github.phase1geo.minder.appdata.xml.in:687 msgid "Added support for selecting nodes by dragging out a selection box." msgstr "" "Suporte adicionado para selecionar nós ao arrastar uma caixa de seleção." -#: data/com.github.phase1geo.minder.appdata.xml.in:670 +#: data/com.github.phase1geo.minder.appdata.xml.in:688 msgid "Added ability to configure the color used in connection titles." msgstr "" "Adicionada a possibilidade de configurar a cor usada nos títulos de conexão." -#: data/com.github.phase1geo.minder.appdata.xml.in:671 +#: data/com.github.phase1geo.minder.appdata.xml.in:689 msgid "Added Italian translation (thanks to albanobattistella on GitHub)." msgstr "" "Tradução em Italiano adicionada (obrigado a albanobattistella no GitHub)." -#: data/com.github.phase1geo.minder.appdata.xml.in:675 +#: data/com.github.phase1geo.minder.appdata.xml.in:693 msgid "" "Refined and pixel fitted the application icon (thanks to Fatih20 on GitHub)." msgstr "" "Ícone da aplicação mais refinado e com pixeis ajustados (obrigado a Fatih20 " "no GitHub)." -#: data/com.github.phase1geo.minder.appdata.xml.in:676 +#: data/com.github.phase1geo.minder.appdata.xml.in:694 msgid "" "Changed panning with mouse from left-click with motion to Alt with motion." msgstr "" "Movimento com o rato alterado, de clique no botão esquerdo com movimento " "para Alt com movimento." -#: data/com.github.phase1geo.minder.appdata.xml.in:677 +#: data/com.github.phase1geo.minder.appdata.xml.in:695 msgid "Changed select parent to work with multiple selected nodes." msgstr "" "Alteração do pai selecionado para funcionar com múltiplos nós selecionados." -#: data/com.github.phase1geo.minder.appdata.xml.in:678 +#: data/com.github.phase1geo.minder.appdata.xml.in:696 msgid "Updated keyboard shortcuts cheatsheet for task commands." msgstr "Cábula de atalhos de teclado atualizada para comandos de tarefa." -#: data/com.github.phase1geo.minder.appdata.xml.in:679 +#: data/com.github.phase1geo.minder.appdata.xml.in:697 msgid "Updated Spanish translation (thanks to febrezo on GitHub)." msgstr "Tradução em Espanhol atualizada (obrigado a febrezo no GitHub)." -#: data/com.github.phase1geo.minder.appdata.xml.in:683 +#: data/com.github.phase1geo.minder.appdata.xml.in:701 msgid "Fixed issues with changing connection styles." msgstr "Correção de problemas ao alterar os estilos de conexões." -#: data/com.github.phase1geo.minder.appdata.xml.in:684 +#: data/com.github.phase1geo.minder.appdata.xml.in:702 msgid "" "Fixed application crashes associated with changing layout to a balanceable " "layout with animations enabled." @@ -1857,35 +1877,35 @@ msgstr "" "Correção de falhas da aplicação associadas à alteração do layout para um " "layout equilibrável com animações ativadas." -#: data/com.github.phase1geo.minder.appdata.xml.in:685 +#: data/com.github.phase1geo.minder.appdata.xml.in:703 msgid "" "Fixed display of cursor when it is over a clickable feature in the mind map." msgstr "" "Corrigida a exibição do cursor do rato quando esta está por cima de um " "funcionalidade que é clicável no mapa da mente." -#: data/com.github.phase1geo.minder.appdata.xml.in:686 +#: data/com.github.phase1geo.minder.appdata.xml.in:704 msgid "Fixed issues with creating custom themes." msgstr "Problemas corrigidos com a criação de temas personalizáveis." -#: data/com.github.phase1geo.minder.appdata.xml.in:687 +#: data/com.github.phase1geo.minder.appdata.xml.in:705 msgid "Fixed cursor in note editor when Control key is held over a URL link." msgstr "" "Correção do cursor do rato no editor de nota quando a tecla Ctrl é " "pressionada numa Ligação URL." -#: data/com.github.phase1geo.minder.appdata.xml.in:688 +#: data/com.github.phase1geo.minder.appdata.xml.in:706 msgid "Fixed meson.build issue when comparing valac version." msgstr "" "Correção de um problema com o meson.build ao comparar a versão do valac." -#: data/com.github.phase1geo.minder.appdata.xml.in:689 +#: data/com.github.phase1geo.minder.appdata.xml.in:707 msgid "Fixed connection colors in dark themes to help them be more visible." msgstr "" "Correção de cores de conexão no tema escuro para ajudar a torna-las mais " "visíveis." -#: data/com.github.phase1geo.minder.appdata.xml.in:690 +#: data/com.github.phase1geo.minder.appdata.xml.in:708 msgid "" "Fixed issue where connection colors don't follow theme if they have not been " "manually changed." @@ -1893,7 +1913,7 @@ msgstr "" "Corrigido um problema em que as cores de conexão não seguiam o tema se estas " "não tivessem sido alteradas manualmente." -#: data/com.github.phase1geo.minder.appdata.xml.in:691 +#: data/com.github.phase1geo.minder.appdata.xml.in:709 msgid "" "Fixed application crash when animation is disabled, a node is moved, " "animation is enabled and a node is moved." @@ -1901,11 +1921,11 @@ msgstr "" "Correção de uma falha da aplicação quando as animações são desativadas, um " "nó é movido, animação está ativada e um nó é movido." -#: data/com.github.phase1geo.minder.appdata.xml.in:692 +#: data/com.github.phase1geo.minder.appdata.xml.in:710 msgid "Fixed various issues with quick entry." msgstr "Correção de vários problemas com a entrada rápida." -#: data/com.github.phase1geo.minder.appdata.xml.in:693 +#: data/com.github.phase1geo.minder.appdata.xml.in:711 msgid "" "Fixed ability to open one or more files from the command-line or from a file " "browser." @@ -1913,19 +1933,19 @@ msgstr "" "Corrigida a possibilidade de abrir um ou mais ficheiros da linha de comandos " "ou de um explorador de ficheiros." -#: data/com.github.phase1geo.minder.appdata.xml.in:694 +#: data/com.github.phase1geo.minder.appdata.xml.in:712 msgid "Fixed issues with connection coloring." msgstr "Problemas corrigidos com a coloração de conexões." -#: data/com.github.phase1geo.minder.appdata.xml.in:695 +#: data/com.github.phase1geo.minder.appdata.xml.in:713 msgid "Fixed issue with pasting UTF8 strings from clipboard." msgstr "Corrigido um problema ao colar strings UTF8 da área de transferência." -#: data/com.github.phase1geo.minder.appdata.xml.in:703 +#: data/com.github.phase1geo.minder.appdata.xml.in:721 msgid "Added support for pasting an image or text as a new node." msgstr "Suporte adicionado para colar uma imagem ou texto como um nó novo." -#: data/com.github.phase1geo.minder.appdata.xml.in:704 +#: data/com.github.phase1geo.minder.appdata.xml.in:722 msgid "" "Added support for pasting an image or text, replacing the current node " "content." @@ -1933,23 +1953,23 @@ msgstr "" "Suporte adicionado para colar uma imagem ou texto, substituindo o conteúdo " "do nó atual." -#: data/com.github.phase1geo.minder.appdata.xml.in:705 +#: data/com.github.phase1geo.minder.appdata.xml.in:723 msgid "" "Added support for pasting text, replacing the current connection content." msgstr "" "Suporte adicionado para colar texto, substituindo o conteúdo da conexão " "atual." -#: data/com.github.phase1geo.minder.appdata.xml.in:706 +#: data/com.github.phase1geo.minder.appdata.xml.in:724 msgid "Added task support to Outliner import/export." msgstr "Suporte de tarefa adicionado para o importar/exportar do Outliner." -#: data/com.github.phase1geo.minder.appdata.xml.in:707 +#: data/com.github.phase1geo.minder.appdata.xml.in:725 msgid "Added keyboard shortcut (Control-E) to display export interface." msgstr "" "Atalho de teclado (Control-E) adicionado para exibir a interface de exportar." -#: data/com.github.phase1geo.minder.appdata.xml.in:708 +#: data/com.github.phase1geo.minder.appdata.xml.in:726 msgid "" "Added support for creating a new root node hitting the Return key when no " "node is selected." @@ -1957,7 +1977,7 @@ msgstr "" "Suporte adicionado para criar um novo nó de raiz ao pressionar a tecla " "Return quando não estiver nenhum nó selecionado." -#: data/com.github.phase1geo.minder.appdata.xml.in:709 +#: data/com.github.phase1geo.minder.appdata.xml.in:727 msgid "" "Added ability to add a new root node via the contextual menu when no node is " "selected." @@ -1965,7 +1985,7 @@ msgstr "" "Adicionada a possibilidade de adicionar um novo nó de raiz através do menu " "contextual quando não estiver nenhum nó selecionado." -#: data/com.github.phase1geo.minder.appdata.xml.in:710 +#: data/com.github.phase1geo.minder.appdata.xml.in:728 msgid "" "Added ability to launch quick entry dialog via the contextual menu when no " "node is selected." @@ -1973,22 +1993,22 @@ msgstr "" "Adicionada a possibilidade de abrir o dialogo de entrada rápida através do " "menu contextual quando não estiver nenhum nó selecionado." -#: data/com.github.phase1geo.minder.appdata.xml.in:711 +#: data/com.github.phase1geo.minder.appdata.xml.in:729 msgid "Added node alignment support for manual node layouts." msgstr "" "Suporte adicionado para o alinhamento de nós para layouts manuais de nós." -#: data/com.github.phase1geo.minder.appdata.xml.in:712 +#: data/com.github.phase1geo.minder.appdata.xml.in:730 msgid "Added ability to create a connected root node." msgstr "Adicionada a possibilidade de criar um nó raiz conectado." -#: data/com.github.phase1geo.minder.appdata.xml.in:713 +#: data/com.github.phase1geo.minder.appdata.xml.in:731 msgid "Added ability to replace/edit nodes via the Quick Entry feature." msgstr "" "Adicionada a possibilidade de substituir/editar nós através da " "funcionalidade Entrada Rápida." -#: data/com.github.phase1geo.minder.appdata.xml.in:717 +#: data/com.github.phase1geo.minder.appdata.xml.in:735 msgid "" "Updated image editor dialog button bar to include support for clipboard " "operations." @@ -1996,35 +2016,35 @@ msgstr "" "Barra do botão de dialogo do editor de imagem atualizado para incluir " "suporte para operações da área de transferência." -#: data/com.github.phase1geo.minder.appdata.xml.in:718 +#: data/com.github.phase1geo.minder.appdata.xml.in:736 msgid "" "Improved display of buttons in image area of the node inspector sidebar." msgstr "" "Melhorada a exibição de botões na área de imagem da barra do inspetor de nós." -#: data/com.github.phase1geo.minder.appdata.xml.in:719 +#: data/com.github.phase1geo.minder.appdata.xml.in:737 msgid "Updated keyboard shortcut cheatsheet." msgstr "Cábula de atalhos de teclado atualizada." -#: data/com.github.phase1geo.minder.appdata.xml.in:720 +#: data/com.github.phase1geo.minder.appdata.xml.in:738 msgid "" "Changed quick text entry keyboard shortcut from Control-E to Control-Shift-E." msgstr "" "Atalho de teclado alterado para entrada rápida de texto de Ctrl-E para Ctrl-" "Shift-E." -#: data/com.github.phase1geo.minder.appdata.xml.in:721 +#: data/com.github.phase1geo.minder.appdata.xml.in:739 msgid "" "Changed the paste text in contextual menu to indicate what will be pasted." msgstr "" "Alteração do texto copiado no menu de contexto para indicar o que vai ser " "colado." -#: data/com.github.phase1geo.minder.appdata.xml.in:722 +#: data/com.github.phase1geo.minder.appdata.xml.in:740 msgid "Updated Outliner import/export support for tasks." msgstr "O Importar/Exportar do Outliner foi atualizado para suportar tarefas." -#: data/com.github.phase1geo.minder.appdata.xml.in:723 +#: data/com.github.phase1geo.minder.appdata.xml.in:741 msgid "" "Added tooltip and changed cursor when cursor is over a link and the Control " "key is held down." @@ -2032,14 +2052,14 @@ msgstr "" "Ferramenta de dicas adicionado e o cursor do rato foi alterado para quando " "este se sobrepor a uma ligação e a tecla Ctrl estiver pressionada." -#: data/com.github.phase1geo.minder.appdata.xml.in:727 +#: data/com.github.phase1geo.minder.appdata.xml.in:745 msgid "" "Removed empty Outliner rows from being added when Outliner file is imported." msgstr "" "Filas vazias do Outline removidas para não serem adicionadas quando um " "ficheiro Outliner for importado." -#: data/com.github.phase1geo.minder.appdata.xml.in:728 +#: data/com.github.phase1geo.minder.appdata.xml.in:746 msgid "" "Fixed loss of selection when shift key is held down and the background is " "clicked." @@ -2047,29 +2067,29 @@ msgstr "" "Perca de seleção corrigida quando a tecla shift é pressionada e o fundo é " "clicado." -#: data/com.github.phase1geo.minder.appdata.xml.in:729 +#: data/com.github.phase1geo.minder.appdata.xml.in:747 msgid "Added themed background color to exported PDF format." msgstr "Cor de fundo do tema adicionada ao formato exportado PDF." -#: data/com.github.phase1geo.minder.appdata.xml.in:730 +#: data/com.github.phase1geo.minder.appdata.xml.in:748 msgid "Fixed exports to allow existing files to be overwritten." msgstr "" "Correção da exportação de ficheiros para permitir que ficheiros existentes " "sejam substituídos." -#: data/com.github.phase1geo.minder.appdata.xml.in:731 +#: data/com.github.phase1geo.minder.appdata.xml.in:749 msgid "Fixed Org-Mode export syntax errors." msgstr "Correção de erros de sintaxe para exportações em Modo Org." -#: data/com.github.phase1geo.minder.appdata.xml.in:739 +#: data/com.github.phase1geo.minder.appdata.xml.in:757 msgid "Added support for using input methods." msgstr "Suporte adicionado para usar métodos de entrada." -#: data/com.github.phase1geo.minder.appdata.xml.in:740 +#: data/com.github.phase1geo.minder.appdata.xml.in:758 msgid "Added Dutch translation (thanks to Heimen Stoffels)." msgstr "Tradução em Holandês adicionada (obrigado a Heimen Stoffels)." -#: data/com.github.phase1geo.minder.appdata.xml.in:744 +#: data/com.github.phase1geo.minder.appdata.xml.in:762 msgid "" "Updated README.md to indicate which version of valac should be used if " "building from source." @@ -2077,25 +2097,25 @@ msgstr "" "README.md atualizado para indicar qual a versão do valac que deve ser usada " "s construir a partir da fonte." -#: data/com.github.phase1geo.minder.appdata.xml.in:745 +#: data/com.github.phase1geo.minder.appdata.xml.in:763 msgid "Changed unnamed default filename to use translated value." msgstr "" "Alteração do nome do ficheiro padrão sem nome para usar o valor traduzido." -#: data/com.github.phase1geo.minder.appdata.xml.in:746 +#: data/com.github.phase1geo.minder.appdata.xml.in:764 msgid "Updated French translations (thanks to Nathan Bonnemains)." msgstr "Tradução em Francês atualizada (obrigado a Nathan Bonnemains)." -#: data/com.github.phase1geo.minder.appdata.xml.in:747 +#: data/com.github.phase1geo.minder.appdata.xml.in:765 msgid "Changed tab colors to match current document background." msgstr "" "Alteração das cores das guias para combinar com o fundo do documento atual." -#: data/com.github.phase1geo.minder.appdata.xml.in:748 +#: data/com.github.phase1geo.minder.appdata.xml.in:766 msgid "Adjusted dark theme to help with current tab contrast." msgstr "Tema escuro ajustado para ajudar com o contraste da guia atual." -#: data/com.github.phase1geo.minder.appdata.xml.in:752 +#: data/com.github.phase1geo.minder.appdata.xml.in:770 msgid "" "Fixed issue with New Document plank command to load application data before " "opening new tab." @@ -2103,7 +2123,7 @@ msgstr "" "Correção de um problema com o comando plank do Novo Documento para carregar " "os dados da aplicação antes de abrir uma nova guia." -#: data/com.github.phase1geo.minder.appdata.xml.in:753 +#: data/com.github.phase1geo.minder.appdata.xml.in:771 msgid "" "Fixed build issues with compiling libarchive code using newer versions of " "libarchive and valac." @@ -2111,24 +2131,24 @@ msgstr "" "Correção de problemas de compilação com a compilação de código libarchive ao " "usar novas versões do libarchive e valac." -#: data/com.github.phase1geo.minder.appdata.xml.in:754 +#: data/com.github.phase1geo.minder.appdata.xml.in:772 msgid "Fixed issues with translating shortcut cheetsheat strings." msgstr "Correção de problemas com a tradução de strings de atalhos na cábula." -#: data/com.github.phase1geo.minder.appdata.xml.in:755 +#: data/com.github.phase1geo.minder.appdata.xml.in:773 msgid "Fixed issue with exporting images when manual layout mode is selected." msgstr "" "Correção de um problema ao exportar imagens quando o modo de layout manual " "está selecionado." -#: data/com.github.phase1geo.minder.appdata.xml.in:763 +#: data/com.github.phase1geo.minder.appdata.xml.in:781 msgid "" "Added support for importing/exporting Outliner files (new app in AppCenter!)." msgstr "" "Suporte adicionado para importar/exportar ficheiros Outliner (nova aplicação " "no Centro de Aplicações!)." -#: data/com.github.phase1geo.minder.appdata.xml.in:764 +#: data/com.github.phase1geo.minder.appdata.xml.in:782 msgid "" "Added map inspector switch to enable/disable automatic rotation of main " "branch link color selection." @@ -2136,20 +2156,20 @@ msgstr "" "Interruptor para o Inspetor de mapa adicionado para ativar/desativar a " "rotação automática da seleção de cor da ligação do ramo principal." -#: data/com.github.phase1geo.minder.appdata.xml.in:765 +#: data/com.github.phase1geo.minder.appdata.xml.in:783 msgid "Added ability to set all selected nodes to a specific color." msgstr "" "Adicionada a possibilidade de definir todos os nós selecionados para uma cor " "específica." -#: data/com.github.phase1geo.minder.appdata.xml.in:766 +#: data/com.github.phase1geo.minder.appdata.xml.in:784 msgid "" "Added ability to set all selected nodes to a randomly selected link color." msgstr "" "Adicionada a possibilidade de definir todos os nós selecionados para uma cor " "de ligação aleatória." -#: data/com.github.phase1geo.minder.appdata.xml.in:767 +#: data/com.github.phase1geo.minder.appdata.xml.in:785 msgid "" "Added ability to allow descendant nodes to have different link colors than " "ancestor nodes." @@ -2157,7 +2177,7 @@ msgstr "" "Adicionada a possibilidade de permitir que nós descendentes tenham cores de " "ligação diferentes dos nós ancestrais." -#: data/com.github.phase1geo.minder.appdata.xml.in:768 +#: data/com.github.phase1geo.minder.appdata.xml.in:786 msgid "" "Added ability to cause a descendant node with a different color than its " "parent to re-use the parent color." @@ -2165,12 +2185,12 @@ msgstr "" "Adicionada a possibilidade de fazer com que um nó descendente com uma cor " "diferente de seu pai reutilize a cor do mesmo." -#: data/com.github.phase1geo.minder.appdata.xml.in:769 +#: data/com.github.phase1geo.minder.appdata.xml.in:787 msgid "Added ability to select children nodes using Control-click." msgstr "" "Adicionada a possibilidade de selecionar nós filhos usando o Ctrl-clique." -#: data/com.github.phase1geo.minder.appdata.xml.in:770 +#: data/com.github.phase1geo.minder.appdata.xml.in:788 msgid "" "Added ability to export a mind-map as a new Portable Minder filetype which " "will allow Minder files to be copied between different users/filesystems." @@ -2179,25 +2199,25 @@ msgstr "" "ficheiro do Portable Minder, que permitirá que os ficheiros do Minder sejam " "copiados entre diferentes utilizadores/sistemas de ficheiros." -#: data/com.github.phase1geo.minder.appdata.xml.in:771 +#: data/com.github.phase1geo.minder.appdata.xml.in:789 msgid "Added ability to export to Org-Mode format." msgstr "Adicionada a possibilidade de exportar para o formato Modo Org." -#: data/com.github.phase1geo.minder.appdata.xml.in:775 +#: data/com.github.phase1geo.minder.appdata.xml.in:793 msgid "Updated French translation (thanks to Nathan Bonnemains)." msgstr "Tradução Francesa adicionada (obrigado a Nathan Bonnemains)." -#: data/com.github.phase1geo.minder.appdata.xml.in:776 +#: data/com.github.phase1geo.minder.appdata.xml.in:794 msgid "Improved OPML import support." msgstr "Suporte para importar OPML melhorado." -#: data/com.github.phase1geo.minder.appdata.xml.in:777 +#: data/com.github.phase1geo.minder.appdata.xml.in:795 msgid "Changed ability to select a subtree by Control + double-click." msgstr "" "Alterada a possibilidade de selecionar uma sub árvore pressionado em Ctrl + " "cliq." -#: data/com.github.phase1geo.minder.appdata.xml.in:778 +#: data/com.github.phase1geo.minder.appdata.xml.in:796 msgid "" "Changed ability to select all nodes of the current level by Control + triple-" "click." @@ -2205,11 +2225,11 @@ msgstr "" "Alterada a possibilidade de selecionar todos os nós do nível atual " "pressionado em Ctrl + clique triplo." -#: data/com.github.phase1geo.minder.appdata.xml.in:782 +#: data/com.github.phase1geo.minder.appdata.xml.in:800 msgid "Fixed NodeJS version for Travis CI." msgstr "Correção da versão do NodeJS para o Travis CI." -#: data/com.github.phase1geo.minder.appdata.xml.in:783 +#: data/com.github.phase1geo.minder.appdata.xml.in:801 msgid "" "Fixed issue with adding a new child node that doesn't cause other descendant " "nodes to unfold." @@ -2217,15 +2237,15 @@ msgstr "" "Corrigido um problema com a adição de um novo nó filho que não fazia com que " "outros nós descendentes se desdobrassem." -#: data/com.github.phase1geo.minder.appdata.xml.in:784 +#: data/com.github.phase1geo.minder.appdata.xml.in:802 msgid "Fixed issue with showing/hiding sidebar." msgstr "Corrigido o problema de mostrar/esconder a barra lateral." -#: data/com.github.phase1geo.minder.appdata.xml.in:785 +#: data/com.github.phase1geo.minder.appdata.xml.in:803 msgid "Fixed segmentation faults when loading a theme." msgstr "Falhas de segmentação corrigidas ao carregar um tema." -#: data/com.github.phase1geo.minder.appdata.xml.in:786 +#: data/com.github.phase1geo.minder.appdata.xml.in:804 msgid "" "Fixed issue with the style inspector Change Affect value when selection " "changes (thanks to Viliam K.)." @@ -2233,20 +2253,20 @@ msgstr "" "Corrigido um problema com o valor do inspetor de estilo Alterar Afeto ao " "alterar a seleção (obrigado a Viliam K.)." -#: data/com.github.phase1geo.minder.appdata.xml.in:787 +#: data/com.github.phase1geo.minder.appdata.xml.in:805 msgid "Fixed issue with node markup within the node text (thanks to Viliam K)." msgstr "" "Corrigido um problema com o markup de um nó no texto do nó (obrigado a " "Viliam K)." -#: data/com.github.phase1geo.minder.appdata.xml.in:788 +#: data/com.github.phase1geo.minder.appdata.xml.in:806 msgid "" "Fixed issue with tab state not being properly saved when a new tab is added." msgstr "" "Corrigido um problema com o estado da guia que não era gravado corretamente " "quando uma nova guia é adicionada." -#: data/com.github.phase1geo.minder.appdata.xml.in:789 +#: data/com.github.phase1geo.minder.appdata.xml.in:807 msgid "" "Fixed bug with updating tab tooltip and saving tab state when filename is " "changed." @@ -2254,7 +2274,7 @@ msgstr "" "Corrigido um problema com a atualização da ferramenta de dica da guia e o " "gravar do estado da guia quando o nome do ficheiro é alterado." -#: data/com.github.phase1geo.minder.appdata.xml.in:797 +#: data/com.github.phase1geo.minder.appdata.xml.in:815 msgid "" "Added ability to delete a single node (instead of the node and its subtree) " "in the contextual menu." @@ -2262,7 +2282,7 @@ msgstr "" "Adicionada a possibilidade de excluir um único nó (em vez do nó e sua sub " "árvore) no menu contextual." -#: data/com.github.phase1geo.minder.appdata.xml.in:798 +#: data/com.github.phase1geo.minder.appdata.xml.in:816 msgid "" "When a new document is first saved, the first root node text is used as the " "default filename." @@ -2270,24 +2290,24 @@ msgstr "" "Quando um novo documento é gravado pela primeira vez, o texto do primeiro nó " "raiz é usado como o nome do ficheiro padrão." -#: data/com.github.phase1geo.minder.appdata.xml.in:799 +#: data/com.github.phase1geo.minder.appdata.xml.in:817 msgid "" "Added multi-select support which includes: Changing styles; Copy, cut, paste " "and delete support; Connect two selected nodes; Create node links between " "two or more selected nodes; and Fold/unfold selected nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:801 +#: data/com.github.phase1geo.minder.appdata.xml.in:819 msgid "Added support for URLs in node titles." msgstr "Suporte adicionado para URLs nos títulos de nós." -#: data/com.github.phase1geo.minder.appdata.xml.in:802 +#: data/com.github.phase1geo.minder.appdata.xml.in:820 msgid "" "Added support for Markdown within a note: Notes are syntax highlighted; and " "Embedded URLs can be opened by Control-Clicking on them." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:806 +#: data/com.github.phase1geo.minder.appdata.xml.in:824 msgid "" "Updated application icon and other recently improved icons for improved " "readability (thanks to Nararyans R.I.)." @@ -2295,21 +2315,21 @@ msgstr "" "Ícone da aplicação atualizado e outros ícones aprimorados recentemente para " "facilitar a sua leitura (obrigado a Nararyans R.I.)." -#: data/com.github.phase1geo.minder.appdata.xml.in:807 +#: data/com.github.phase1geo.minder.appdata.xml.in:825 msgid "Improved look and readability of theme icons in the sidebar." msgstr "" "Aparência e legibilidade melhorada dos ícones do tema na barra lateral." -#: data/com.github.phase1geo.minder.appdata.xml.in:808 +#: data/com.github.phase1geo.minder.appdata.xml.in:826 msgid "Changed sidebar to display theme icons in a grid layout." msgstr "" "Barra lateral alterada para exibir ícones de tema num layout de grelha." -#: data/com.github.phase1geo.minder.appdata.xml.in:809 +#: data/com.github.phase1geo.minder.appdata.xml.in:827 msgid "Improved various export format output." msgstr "Melhoria na saída de vários formatos de formatação." -#: data/com.github.phase1geo.minder.appdata.xml.in:813 +#: data/com.github.phase1geo.minder.appdata.xml.in:831 msgid "" "Fixed various compiler warnings/errors after compiling with latest version " "of Vala compiler." @@ -2317,28 +2337,28 @@ msgstr "" "Vários avisos/erros do compilador corrigidos após a compilação com a versão " "mais recente do compilador Vala." -#: data/com.github.phase1geo.minder.appdata.xml.in:821 +#: data/com.github.phase1geo.minder.appdata.xml.in:839 msgid "Improved various icons (thanks to Nararyans R.I.)" msgstr "Vários ícones melhorados (obrigado a Nararyans R.I.)" -#: data/com.github.phase1geo.minder.appdata.xml.in:825 +#: data/com.github.phase1geo.minder.appdata.xml.in:843 msgid "Downgraded Node.js to fix Travis CI builds" msgstr "Versão anterior do Node.js para corrigir construções do Travis CI" -#: data/com.github.phase1geo.minder.appdata.xml.in:826 +#: data/com.github.phase1geo.minder.appdata.xml.in:844 msgid "Fixed various compiler errors/warnings" msgstr "Correção de vários erros/avisos do compilador" -#: data/com.github.phase1geo.minder.appdata.xml.in:834 +#: data/com.github.phase1geo.minder.appdata.xml.in:852 msgid "Added export to yEd." msgstr "Exportar em yEd adicionado." -#: data/com.github.phase1geo.minder.appdata.xml.in:835 +#: data/com.github.phase1geo.minder.appdata.xml.in:853 msgid "Added ability to create, edit and delete custom themes." msgstr "" "Adicionada a possibilidade de criar, editar e apagar temas personalizados." -#: data/com.github.phase1geo.minder.appdata.xml.in:836 +#: data/com.github.phase1geo.minder.appdata.xml.in:854 msgid "" "Added new quick entry mode, allowing node trees to be input within a text " "editor." @@ -2346,17 +2366,17 @@ msgstr "" "Modo de entrada rápida adicionada, permitindo que árvores de nós sejam " "entradas dentro de um editor de texto." -#: data/com.github.phase1geo.minder.appdata.xml.in:837 +#: data/com.github.phase1geo.minder.appdata.xml.in:855 msgid "Added Control-W keyboard shortcut to close the current tab." msgstr "Atalho de teclado Ctrl-W adicionado para fechar a guia atual." -#: data/com.github.phase1geo.minder.appdata.xml.in:838 +#: data/com.github.phase1geo.minder.appdata.xml.in:856 msgid "Added shortcut exploration help window (use F1 key to display)." msgstr "" "Adicionada janela de ajuda para exploração de atalhos (use a tecla F1 para " "exibir)." -#: data/com.github.phase1geo.minder.appdata.xml.in:842 +#: data/com.github.phase1geo.minder.appdata.xml.in:860 msgid "" "New search icon which has better contrast for Minder's themed header bar " "(thanks to Nararyans R.I.)." @@ -2364,13 +2384,13 @@ msgstr "" "Novo ícone de pesquisa que tem um melhor contraste para a barra de cabeçalho " "temática do Minder (obrigado a Nararyans R.I.)." -#: data/com.github.phase1geo.minder.appdata.xml.in:843 +#: data/com.github.phase1geo.minder.appdata.xml.in:861 msgid "New non-symbolic sidebar icon in header bar (thanks to Nararyans R.I.)." msgstr "" "Novo ícone não simbólico da barra lateral na barra de cabeçalho (obrigado a " "Nararyans R.I.)." -#: data/com.github.phase1geo.minder.appdata.xml.in:844 +#: data/com.github.phase1geo.minder.appdata.xml.in:862 msgid "" "New Minder application icon which fits in with the elementary OS color " "scheme better (thansk to Nararyans R.I.)." @@ -2378,29 +2398,29 @@ msgstr "" "Novo ícone da aplicação Minder que se encaixa melhor no esquema de cores do " "sistema operativo elementary (obrigado a Nararyans R.I.)." -#: data/com.github.phase1geo.minder.appdata.xml.in:845 +#: data/com.github.phase1geo.minder.appdata.xml.in:863 msgid "New focus icon in header bar (thanks to Nararyans R.I.)." msgstr "" "Novo ícone de concentração na barra do cabeçalho (obrigado a Nararyans R.I.)." -#: data/com.github.phase1geo.minder.appdata.xml.in:846 +#: data/com.github.phase1geo.minder.appdata.xml.in:864 msgid "Improved styling when creating a new node/connection." msgstr "Estilo melhorado ao criar um novo nó/conexão." -#: data/com.github.phase1geo.minder.appdata.xml.in:850 +#: data/com.github.phase1geo.minder.appdata.xml.in:868 msgid "" "Fixed issue where separate trees in same mind-map where allowed to overlap." msgstr "" "Correção de um problema em que as árvores separadas no mesmo mapa mental " "podiam-se sobrepor." -#: data/com.github.phase1geo.minder.appdata.xml.in:851 +#: data/com.github.phase1geo.minder.appdata.xml.in:869 msgid "Fixed node link drawing issue when using manual layout mode." msgstr "" "Corrigido um problema de desenho de link de nó ao usar o modo de layout " "manual." -#: data/com.github.phase1geo.minder.appdata.xml.in:852 +#: data/com.github.phase1geo.minder.appdata.xml.in:870 msgid "" "Fixed issues drawing arrows properly when straight node links were being " "used." @@ -2408,40 +2428,40 @@ msgstr "" "Correção de problemas ao desenhar setas corretamente quando as ligações de " "nós retos estavam a ser usadas." -#: data/com.github.phase1geo.minder.appdata.xml.in:853 +#: data/com.github.phase1geo.minder.appdata.xml.in:871 msgid "Fixed display issues with the node fill switch in the style inspector." msgstr "" "Correção de problemas de exibição com a opção de preenchimento de nó no " "inspetor de estilo." -#: data/com.github.phase1geo.minder.appdata.xml.in:854 +#: data/com.github.phase1geo.minder.appdata.xml.in:872 msgid "Fixed support for cut, copy and pasting connection title text." msgstr "" "Correção do suporte para cortar, copiar e colar texto do título de conexão." -#: data/com.github.phase1geo.minder.appdata.xml.in:855 +#: data/com.github.phase1geo.minder.appdata.xml.in:873 msgid "Fixed keyboard shortcut for toggling focus mode." msgstr "Correção do atalho de teclado para alternar o modo de concentração." -#: data/com.github.phase1geo.minder.appdata.xml.in:862 +#: data/com.github.phase1geo.minder.appdata.xml.in:880 msgid "Fixed issue with automatic layout that was introduced in 1.4.0." msgstr "" "Correção de um problema com o layout automático que foi introduzido na " "versão 1.4.0." -#: data/com.github.phase1geo.minder.appdata.xml.in:870 +#: data/com.github.phase1geo.minder.appdata.xml.in:888 msgid "Added support for focus mode." msgstr "Suporte adicionado para o modo de concentração." -#: data/com.github.phase1geo.minder.appdata.xml.in:871 +#: data/com.github.phase1geo.minder.appdata.xml.in:889 msgid "Added support for multiple documents with tabs." msgstr "Suporte adicionado para múltiplos documentos com guias." -#: data/com.github.phase1geo.minder.appdata.xml.in:872 +#: data/com.github.phase1geo.minder.appdata.xml.in:890 msgid "Added support for resizing the inspector sidebar." msgstr "Suporte adicionado para redimensionar a barra lateral do inspetor." -#: data/com.github.phase1geo.minder.appdata.xml.in:873 +#: data/com.github.phase1geo.minder.appdata.xml.in:891 msgid "" "Added support for creating a new node directly from editing an existing node " "presssing Return or Tab." @@ -2449,23 +2469,23 @@ msgstr "" "Suporte adicionado para criar um novo nó diretamente da edição de um nó " "existente pressionando a tecla Return ou Tab." -#: data/com.github.phase1geo.minder.appdata.xml.in:874 +#: data/com.github.phase1geo.minder.appdata.xml.in:892 msgid "Added support for adding a new parent node to an existing node." msgstr "Suporte adicionado para adicionar um novo nó pai a um já existente." -#: data/com.github.phase1geo.minder.appdata.xml.in:875 +#: data/com.github.phase1geo.minder.appdata.xml.in:893 msgid "" "Added support for importing/exporting to FreeMind and Freeplane formats." msgstr "" "Suporte adicionado para importar/exportar para os formatos FreeMind e " "Freeplane." -#: data/com.github.phase1geo.minder.appdata.xml.in:876 +#: data/com.github.phase1geo.minder.appdata.xml.in:894 msgid "Added support for sorting children either alphabetically or randomly." msgstr "" "Suporte adicionado para ordenar filhos em ordem alfabética ou aleatória." -#: data/com.github.phase1geo.minder.appdata.xml.in:877 +#: data/com.github.phase1geo.minder.appdata.xml.in:895 msgid "" "Added support for creating a link from one node to another node in the same " "map." @@ -2473,24 +2493,24 @@ msgstr "" "Suporte adicionado para criar uma ligação de um nó para outro nó no mesmo " "mapa." -#: data/com.github.phase1geo.minder.appdata.xml.in:878 +#: data/com.github.phase1geo.minder.appdata.xml.in:896 msgid "Added support for building a Flatpak." msgstr "Suporte adicionado para construir um Flatpack." -#: data/com.github.phase1geo.minder.appdata.xml.in:882 +#: data/com.github.phase1geo.minder.appdata.xml.in:900 msgid "Removed markup from translated strings." msgstr "Markup removido de strings traduzidas." -#: data/com.github.phase1geo.minder.appdata.xml.in:883 +#: data/com.github.phase1geo.minder.appdata.xml.in:901 msgid "Standardized tooltips that display accelerator information." msgstr "Ferramenta de dicas padrão para exibir informações do acelerador." -#: data/com.github.phase1geo.minder.appdata.xml.in:884 +#: data/com.github.phase1geo.minder.appdata.xml.in:902 msgid "Changed the way that node/connection titles are displayed in inspector." msgstr "" "Alterada a forma como os títulos dos nós/conexões são exibidos no inspetor." -#: data/com.github.phase1geo.minder.appdata.xml.in:885 +#: data/com.github.phase1geo.minder.appdata.xml.in:903 msgid "" "Changed app terminal script to allow command-line arguments to be passed to " "debug subcommand." @@ -2498,20 +2518,20 @@ msgstr "" "Alteração do script do terminal da aplicação para permitir que argumentos da " "linha de comandos sejam passados para o sub comando de depuração." -#: data/com.github.phase1geo.minder.appdata.xml.in:886 +#: data/com.github.phase1geo.minder.appdata.xml.in:904 msgid "Changed header bar and widget colors to match Minder brand color." msgstr "" "Barra de cabeçalho e cores do widget alterados para corresponder à cor da " "marca Minder." -#: data/com.github.phase1geo.minder.appdata.xml.in:887 +#: data/com.github.phase1geo.minder.appdata.xml.in:905 msgid "" "Changed search icon in header bar to a symbolic icon to improve readability." msgstr "" "Ícone de pesquisa alterado na barra de cabeçalho para um ícone simbólico " "para melhorar a legibilidade." -#: data/com.github.phase1geo.minder.appdata.xml.in:888 +#: data/com.github.phase1geo.minder.appdata.xml.in:906 msgid "" "When note tooltip is displayed, markup text is rendered for improved " "readability." @@ -2519,7 +2539,7 @@ msgstr "" "Quando a ferramenta de dicas da nota é exibida, o texto em markup é " "renderizado para facilitar a leitura." -#: data/com.github.phase1geo.minder.appdata.xml.in:889 +#: data/com.github.phase1geo.minder.appdata.xml.in:907 msgid "" "Enhanced app script to allow command-line arguments to be passed to debug " "subcommand." @@ -2527,7 +2547,7 @@ msgstr "" "Script da aplicação melhorado para permitir que os argumentos de linha de " "comandos sejam passados para o sub comando de depuração." -#: data/com.github.phase1geo.minder.appdata.xml.in:893 +#: data/com.github.phase1geo.minder.appdata.xml.in:911 msgid "" "Fixed an issue with calculating connection endpoints when a portion of the " "node is not visible." @@ -2535,38 +2555,38 @@ msgstr "" "Corrigido um problema com o cálculo de pontos de extremidade de conexão " "quando uma parte do nó não está visível." -#: data/com.github.phase1geo.minder.appdata.xml.in:894 +#: data/com.github.phase1geo.minder.appdata.xml.in:912 msgid "Fixed file naming issue when a file is imported." msgstr "" "Correção de um problema de nomenclatura de ficheiro quando este é importado." -#: data/com.github.phase1geo.minder.appdata.xml.in:895 +#: data/com.github.phase1geo.minder.appdata.xml.in:913 msgid "" "Fixed issue with displaying resized nodes on open or application startup." msgstr "" "Corrigido um problema com a exibição de nós redimensionados na abertura ou " "inicialização da aplicação." -#: data/com.github.phase1geo.minder.appdata.xml.in:902 +#: data/com.github.phase1geo.minder.appdata.xml.in:920 msgid "Fixing issue with export functions." msgstr "Correção de um problema com as funções de exportar." -#: data/com.github.phase1geo.minder.appdata.xml.in:908 +#: data/com.github.phase1geo.minder.appdata.xml.in:926 msgid "Let's stay connected!" msgstr "Vamos ficar conectados!" -#: data/com.github.phase1geo.minder.appdata.xml.in:910 +#: data/com.github.phase1geo.minder.appdata.xml.in:928 msgid "Added support for creating a visual connection between any two nodes." msgstr "" "Suporte adicionado para a criação de uma conexão visual entre quaisquer dois " "nós." -#: data/com.github.phase1geo.minder.appdata.xml.in:911 +#: data/com.github.phase1geo.minder.appdata.xml.in:929 msgid "Added ability to show/hide all connections in the map." msgstr "" "Adicionada a possibilidade de mostrar/esconder todas as conexões no mapa." -#: data/com.github.phase1geo.minder.appdata.xml.in:912 +#: data/com.github.phase1geo.minder.appdata.xml.in:930 msgid "" "Added support for remembering the last selected child of a node when " "navigating the map with the keyboard." @@ -2574,7 +2594,7 @@ msgstr "" "Suporte adicionado para lembrar o último filho selecionado de um nó ao " "navegar no mapa com o teclado." -#: data/com.github.phase1geo.minder.appdata.xml.in:913 +#: data/com.github.phase1geo.minder.appdata.xml.in:931 msgid "" "When escape key is used when editing text, editing mode is ended without " "reverting text." @@ -2582,7 +2602,7 @@ msgstr "" "Quando a tecla de Escape é usada ao editar texto, o modo de edição é " "encerrado sem reverter o texto." -#: data/com.github.phase1geo.minder.appdata.xml.in:914 +#: data/com.github.phase1geo.minder.appdata.xml.in:932 msgid "" "Created unique contextual menus depending on what is selected in the mind " "map." @@ -2590,7 +2610,7 @@ msgstr "" "Criados menus contextuais exclusivos, dependendo do que é selecionado no " "mapa mental." -#: data/com.github.phase1geo.minder.appdata.xml.in:915 +#: data/com.github.phase1geo.minder.appdata.xml.in:933 msgid "" "Changed Node sidebar tab to Current which shows either the currently " "selected node or connection." @@ -2598,16 +2618,16 @@ msgstr "" "Alteração da guia da barra lateral do nó para Atual, que mostra o nó ou a " "conexão atualmente selecionada." -#: data/com.github.phase1geo.minder.appdata.xml.in:916 +#: data/com.github.phase1geo.minder.appdata.xml.in:934 msgid "Improved link drawing when a node tree is being moved." msgstr "" "Desenho da ligação melhorado quando uma árvore de nó está a ser movida." -#: data/com.github.phase1geo.minder.appdata.xml.in:917 +#: data/com.github.phase1geo.minder.appdata.xml.in:935 msgid "Switched from using GtkFileChooserDialog to GtkFileChooserNative." msgstr "Alteração do uso de GtkFileChooserDialog para GtkFileChooserNative." -#: data/com.github.phase1geo.minder.appdata.xml.in:918 +#: data/com.github.phase1geo.minder.appdata.xml.in:936 msgid "" "Added support for inserting emoji when editing text in the mind map (use " "Control-period)." @@ -2615,18 +2635,18 @@ msgstr "" "Suporte adicionado para inserir um emoji enquanto se edita texto no mapa " "mental (use Ctrl-ponto)." -#: data/com.github.phase1geo.minder.appdata.xml.in:919 +#: data/com.github.phase1geo.minder.appdata.xml.in:937 msgid "Improved readability of theme name when the theme is selected." msgstr "Legibilidade melhorada do nome do tema quando o tema é selecionado." -#: data/com.github.phase1geo.minder.appdata.xml.in:920 +#: data/com.github.phase1geo.minder.appdata.xml.in:938 msgid "" "Fixed issue where changing a global style was not saved/applied to new nodes." msgstr "" "Corrigido um problema em que a alteração de um estilo global não era gravada/" "aplicada a novos nós." -#: data/com.github.phase1geo.minder.appdata.xml.in:921 +#: data/com.github.phase1geo.minder.appdata.xml.in:939 msgid "" "Improved copy/paste support of nodes so that copied items can be pasted in " "other mind maps." @@ -2634,7 +2654,7 @@ msgstr "" "Suporte melhorado para o copiar/colar de nós para que os itens copiados " "possam ser colados em outros mapas mentais." -#: data/com.github.phase1geo.minder.appdata.xml.in:922 +#: data/com.github.phase1geo.minder.appdata.xml.in:940 msgid "" "Added support for dynamically changing to dark mode in the UI if the prefer-" "dark desktop gsetting is set." @@ -2643,32 +2663,32 @@ msgstr "" "interface do utilizador se a definição preferir escuro no gsetting da área " "de trabalho estiver definido." -#: data/com.github.phase1geo.minder.appdata.xml.in:923 +#: data/com.github.phase1geo.minder.appdata.xml.in:941 msgid "Added ability to show/hide each panel within the style inspector." msgstr "" "Adicionada a possibilidade de mostrar/esconder cada painel no inspetor de " "estilo." -#: data/com.github.phase1geo.minder.appdata.xml.in:924 +#: data/com.github.phase1geo.minder.appdata.xml.in:942 msgid "Removed support for Loki builds." msgstr "Suporte para Loki removido." -#: data/com.github.phase1geo.minder.appdata.xml.in:931 +#: data/com.github.phase1geo.minder.appdata.xml.in:949 msgid "Fixing appdata.xml file omission." msgstr "Correção da omissão do ficheiro appdata.xml." -#: data/com.github.phase1geo.minder.appdata.xml.in:932 +#: data/com.github.phase1geo.minder.appdata.xml.in:950 msgid "" "Removing automatic style apply when the affects is set to certain values." msgstr "" "A remoção do estilo automático aplica-se quando os efeitos são definidos " "para determinados valores." -#: data/com.github.phase1geo.minder.appdata.xml.in:939 +#: data/com.github.phase1geo.minder.appdata.xml.in:957 msgid "Added Spanish translation." msgstr "Tradução em Espanhol adicionada." -#: data/com.github.phase1geo.minder.appdata.xml.in:940 +#: data/com.github.phase1geo.minder.appdata.xml.in:958 msgid "" "Added support for Control-Return/Tab to support adding newlines/tabs in a " "node's title." @@ -2676,72 +2696,72 @@ msgstr "" "Suporte adicionado para Ctrl-Return/Tab para o suporte de novas linhas/guias " "num título de nó." -#: data/com.github.phase1geo.minder.appdata.xml.in:941 +#: data/com.github.phase1geo.minder.appdata.xml.in:959 msgid "Improved node title editing support for selection and cursor movement." msgstr "" "Suporte de edição de título de nó melhorado para seleção e movimento do " "cursor." -#: data/com.github.phase1geo.minder.appdata.xml.in:942 +#: data/com.github.phase1geo.minder.appdata.xml.in:960 msgid "Added support for automatically opening Minder files from Files." msgstr "" "Suporte adicionado para abrir ficheiros Minder automaticamente a partir de " "Ficheiros." -#: data/com.github.phase1geo.minder.appdata.xml.in:943 +#: data/com.github.phase1geo.minder.appdata.xml.in:961 msgid "Added ability to modify styles of nodes and links." msgstr "Adicionada a possibilidade de modificar estilos de nós e ligações." -#: data/com.github.phase1geo.minder.appdata.xml.in:944 +#: data/com.github.phase1geo.minder.appdata.xml.in:962 msgid "" "Changed layouts to be stored on a per tree basis instead of a per document " "basis." msgstr "" "Layouts alterados para serem armazenados por árvore em vez de por documento." -#: data/com.github.phase1geo.minder.appdata.xml.in:945 +#: data/com.github.phase1geo.minder.appdata.xml.in:963 msgid "Added support for exporting to the Mermaid format." msgstr "Suporte adicionado para exportar para o formato Mermaid." -#: data/com.github.phase1geo.minder.appdata.xml.in:946 +#: data/com.github.phase1geo.minder.appdata.xml.in:964 msgid "Added support for disabling/enabling displaying markup in node title." msgstr "" "Suporte adicionado para desativar/ativar a exibição de markup no título de " "um nó." -#: data/com.github.phase1geo.minder.appdata.xml.in:947 +#: data/com.github.phase1geo.minder.appdata.xml.in:965 msgid "Improved the look of the fold indicators." msgstr "Aparência melhorada dos indicadores de dobra." -#: data/com.github.phase1geo.minder.appdata.xml.in:948 +#: data/com.github.phase1geo.minder.appdata.xml.in:966 msgid "Lots of bug fixes." msgstr "Muitas correções." -#: data/com.github.phase1geo.minder.appdata.xml.in:955 +#: data/com.github.phase1geo.minder.appdata.xml.in:973 msgid "Adding Spanish translation (thanks to Adolfo Jayme-Barrientos)." msgstr "Tradução em Espanhol adicionada (obrigado a Adolfo Jayme-Barrientos)." -#: data/com.github.phase1geo.minder.appdata.xml.in:956 +#: data/com.github.phase1geo.minder.appdata.xml.in:974 msgid "Adding support for special character insertion via the Compose key." msgstr "" "Suporte adicionado para a inserção de caracteres especiais por meio da tecla " "Compor." -#: data/com.github.phase1geo.minder.appdata.xml.in:962 +#: data/com.github.phase1geo.minder.appdata.xml.in:980 msgid "Updating French translation." msgstr "Tradução em Francês atualizada." -#: data/com.github.phase1geo.minder.appdata.xml.in:967 +#: data/com.github.phase1geo.minder.appdata.xml.in:985 msgid "Bug fix release" msgstr "Lançamento com correções" -#: data/com.github.phase1geo.minder.appdata.xml.in:969 +#: data/com.github.phase1geo.minder.appdata.xml.in:987 msgid "Fixed bugs related to editing unicode characters in map area." msgstr "" "Erros corrigidos relacionados com a edição de caracteres Unicode na área do " "mapa." -#: data/com.github.phase1geo.minder.appdata.xml.in:970 +#: data/com.github.phase1geo.minder.appdata.xml.in:988 msgid "" "Reduced height of node textbox in sidebar to help alleviate window sizing " "problems." @@ -2749,86 +2769,86 @@ msgstr "" "Altura reduzida da caixa de texto do nó na barra lateral para ajudar a " "aliviar os problemas de dimensionamento da janela." -#: data/com.github.phase1geo.minder.appdata.xml.in:971 +#: data/com.github.phase1geo.minder.appdata.xml.in:989 msgid "" "Fixed issue with moving a node to a different position within a parent node." msgstr "" "Corrigido um problema com o mover um nó para uma posição diferente dentro de " "um nó pai." -#: data/com.github.phase1geo.minder.appdata.xml.in:972 +#: data/com.github.phase1geo.minder.appdata.xml.in:990 msgid "Fixed issue connecting a root node to another node." msgstr "Corrigido problema ao conectar um nó raiz a outro nó." -#: data/com.github.phase1geo.minder.appdata.xml.in:978 +#: data/com.github.phase1geo.minder.appdata.xml.in:996 msgid "Images now supported!" msgstr "Imagens são agora suportadas!" -#: data/com.github.phase1geo.minder.appdata.xml.in:980 +#: data/com.github.phase1geo.minder.appdata.xml.in:998 msgid "Added support for images within nodes." msgstr "Suporte adicionado para imagens dentro de nós." -#: data/com.github.phase1geo.minder.appdata.xml.in:981 +#: data/com.github.phase1geo.minder.appdata.xml.in:999 msgid "Added basic image editing support." msgstr "Suporte adicionado para edição básica de imagem." -#: data/com.github.phase1geo.minder.appdata.xml.in:982 +#: data/com.github.phase1geo.minder.appdata.xml.in:1000 msgid "Added support for dragging and dropping local and web images." msgstr "" "Suporte adicionado para arrastar e largar imagens locais ou da Internet." -#: data/com.github.phase1geo.minder.appdata.xml.in:983 +#: data/com.github.phase1geo.minder.appdata.xml.in:1001 msgid "Added support for resizing node width." msgstr "Suporte adicionado para redimensionar a largura de um nó." -#: data/com.github.phase1geo.minder.appdata.xml.in:984 +#: data/com.github.phase1geo.minder.appdata.xml.in:1002 msgid "Changed cursors when over a task button." msgstr "Cursores de rato alterados quando se sobrepõe a um botão de tarefa." -#: data/com.github.phase1geo.minder.appdata.xml.in:985 +#: data/com.github.phase1geo.minder.appdata.xml.in:1003 msgid "Changed location of task and note elements in a node." msgstr "Alteração da localização da tarefa e dos elementos de nota num nó." -#: data/com.github.phase1geo.minder.appdata.xml.in:986 +#: data/com.github.phase1geo.minder.appdata.xml.in:1004 msgid "Added support for keeping the map from scrolling off screen." msgstr "" "Suporte adicionado para impedir que o mapa saía para fora do ecrã ao " "deslizar." -#: data/com.github.phase1geo.minder.appdata.xml.in:987 +#: data/com.github.phase1geo.minder.appdata.xml.in:1005 msgid "Added support for shift-mousewheel to scroll horizontally." msgstr "" "Suporte adicionado para deslizar na horizontal com a tecla Shift-roda do " "rato." -#: data/com.github.phase1geo.minder.appdata.xml.in:988 +#: data/com.github.phase1geo.minder.appdata.xml.in:1006 msgid "Added support for control-mousewheel to zoom in/out." msgstr "" "Suporte adicionado para ampliar mais/ampliar menos com a tecla Ctrl-roda do " "rado." -#: data/com.github.phase1geo.minder.appdata.xml.in:989 +#: data/com.github.phase1geo.minder.appdata.xml.in:1007 msgid "Fixed issue with drawing background when zoom factor was small." msgstr "" "Corrigido um problema com o desenho do fundo quando o fator de ampliação era " "pequeno." -#: data/com.github.phase1geo.minder.appdata.xml.in:990 +#: data/com.github.phase1geo.minder.appdata.xml.in:1008 msgid "" "Custom icons are now stored as a gresource rather than in the file system." msgstr "" "Os ícones personalizados agora são armazenados como uma fonte em vez de no " "sistema de ficheiros." -#: data/com.github.phase1geo.minder.appdata.xml.in:991 +#: data/com.github.phase1geo.minder.appdata.xml.in:1009 msgid "Other minor bug fixes." msgstr "Outras pequenas correções." -#: data/com.github.phase1geo.minder.appdata.xml.in:997 +#: data/com.github.phase1geo.minder.appdata.xml.in:1015 msgid "Support for more export types and bug fixes." msgstr "Suporte para mais tipos de formatos de exportação e correções." -#: data/com.github.phase1geo.minder.appdata.xml.in:999 +#: data/com.github.phase1geo.minder.appdata.xml.in:1017 msgid "" "Added support for exporting to SVG, JPEG, BMP, Markdown, PlainText and CSV " "formats." @@ -2836,31 +2856,31 @@ msgstr "" "Suporte adicionado para exportar formatos em SVG, JPEG, BMP, Markdown, Texto " "Simples e CSV." -#: data/com.github.phase1geo.minder.appdata.xml.in:1000 +#: data/com.github.phase1geo.minder.appdata.xml.in:1018 msgid "Added support for folding all completed tasks in map inspector." msgstr "" "Suporte adicionado para dobrar todas as tarefas completadas no inspetor do " "mapa." -#: data/com.github.phase1geo.minder.appdata.xml.in:1001 +#: data/com.github.phase1geo.minder.appdata.xml.in:1019 msgid "Added support for unfolding all folded nodes in map inspector." msgstr "" "Suporte adicionado para desdobrar todas as notas dobradas no inspetor do " "mapa." -#: data/com.github.phase1geo.minder.appdata.xml.in:1002 +#: data/com.github.phase1geo.minder.appdata.xml.in:1020 msgid "Added Solarized Dark and Solarized Light themes." msgstr "Tema Escuro e Tema Claro adicionados." -#: data/com.github.phase1geo.minder.appdata.xml.in:1003 +#: data/com.github.phase1geo.minder.appdata.xml.in:1021 msgid "Changing button display in map inspector." msgstr "Alterada a exibição do botão no inspetor de mapa." -#: data/com.github.phase1geo.minder.appdata.xml.in:1004 +#: data/com.github.phase1geo.minder.appdata.xml.in:1022 msgid "Cleaning up Export menu to include a single \"Export\" option." msgstr "Menu Exportar limpo para incluir uma única opção \"Exportar\"." -#: data/com.github.phase1geo.minder.appdata.xml.in:1005 +#: data/com.github.phase1geo.minder.appdata.xml.in:1023 msgid "" "Fixing issue where modified node title in node inspector was lost when input " "focus was changed." @@ -2868,72 +2888,72 @@ msgstr "" "Corrigido um problema em que o título do nó modificado no inspetor de nó era " "perdido quando o foco de entrada era alterado." -#: data/com.github.phase1geo.minder.appdata.xml.in:1006 +#: data/com.github.phase1geo.minder.appdata.xml.in:1024 msgid "Fixing issue where an entire tree is attached to another tree." msgstr "" "Corrigido um problema em que uma árvore inteira é anexada a outra árvore." -#: data/com.github.phase1geo.minder.appdata.xml.in:1007 +#: data/com.github.phase1geo.minder.appdata.xml.in:1025 msgid "Added Czech translation (thanks to Jan Marek!)." msgstr "Tradução em Checo adicionada (obrigado a Jan Marek!)." -#: data/com.github.phase1geo.minder.appdata.xml.in:1008 +#: data/com.github.phase1geo.minder.appdata.xml.in:1026 msgid "Added French translation (thanks to Yannick A.!)." msgstr "Tradução em Francês adicionada (obrigado a Yannick A.!)." -#: data/com.github.phase1geo.minder.appdata.xml.in:1009 +#: data/com.github.phase1geo.minder.appdata.xml.in:1027 msgid "Added Brazilian Portuguese translation (thanks to btd1337!)" msgstr "Tradução em Português do Brasil adicionada (obrigado a btd1337!)" -#: data/com.github.phase1geo.minder.appdata.xml.in:1015 +#: data/com.github.phase1geo.minder.appdata.xml.in:1033 msgid "Initial startup bug fix." msgstr "Correções iniciais." -#: data/com.github.phase1geo.minder.appdata.xml.in:1020 +#: data/com.github.phase1geo.minder.appdata.xml.in:1038 msgid "Search improvements and bug fixes" msgstr "Melhorias na procura e correções" -#: data/com.github.phase1geo.minder.appdata.xml.in:1022 +#: data/com.github.phase1geo.minder.appdata.xml.in:1040 msgid "Added ability to search within notes." msgstr "Adicionada a possibilidade de pesquisar dentro de notas." -#: data/com.github.phase1geo.minder.appdata.xml.in:1023 +#: data/com.github.phase1geo.minder.appdata.xml.in:1041 msgid "" "Added ability to optionally control search criteria within search popover." msgstr "" "Adicionada a possibilidade de controlar opcionalmente os critérios de " "pesquisa no menu flutuante de pesquisa." -#: data/com.github.phase1geo.minder.appdata.xml.in:1024 +#: data/com.github.phase1geo.minder.appdata.xml.in:1042 msgid "Fixed screenshots." msgstr "Correção das capturas de ecrã." -#: data/com.github.phase1geo.minder.appdata.xml.in:1025 +#: data/com.github.phase1geo.minder.appdata.xml.in:1043 msgid "" "Changed properties header bar icon to a sidebar hide/show icon for clarity." msgstr "" "Alteração do ícone da barra de cabeçalho de propriedades para um ícone " "esconder/mostrar da barra lateral para maior clareza." -#: data/com.github.phase1geo.minder.appdata.xml.in:1026 +#: data/com.github.phase1geo.minder.appdata.xml.in:1044 msgid "Several minor UI improvements." msgstr "Algumas pequenass melhorias na interface do utilizador." -#: data/com.github.phase1geo.minder.appdata.xml.in:1027 +#: data/com.github.phase1geo.minder.appdata.xml.in:1045 msgid "Removing deprecated GTK calls." msgstr "Chamadas de GTK descontinuadas removidas." -#: data/com.github.phase1geo.minder.appdata.xml.in:1028 +#: data/com.github.phase1geo.minder.appdata.xml.in:1046 msgid "Added ability to double-click on a node to make it editable." msgstr "" "Adicionada a possibilidade de clicar duas vezes num nó para o tornar " "editável." -#: data/com.github.phase1geo.minder.appdata.xml.in:1029 +#: data/com.github.phase1geo.minder.appdata.xml.in:1047 msgid "Bug fixes." msgstr "Correções." -#: data/com.github.phase1geo.minder.appdata.xml.in:1035 +#: data/com.github.phase1geo.minder.appdata.xml.in:1053 msgid "Initial release" msgstr "Lançamento inicial" diff --git a/po/extra/pt_BR.po b/po/extra/pt_BR.po index 507ca7e6..e9afe0d8 100644 --- a/po/extra/pt_BR.po +++ b/po/extra/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: 2019-03-24 15:37+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -158,2293 +158,2309 @@ msgstr "" #: data/com.github.phase1geo.minder.appdata.xml.in:97 #: data/com.github.phase1geo.minder.appdata.xml.in:115 -#: data/com.github.phase1geo.minder.appdata.xml.in:182 -#: data/com.github.phase1geo.minder.appdata.xml.in:211 -#: data/com.github.phase1geo.minder.appdata.xml.in:243 -#: data/com.github.phase1geo.minder.appdata.xml.in:305 -#: data/com.github.phase1geo.minder.appdata.xml.in:350 -#: data/com.github.phase1geo.minder.appdata.xml.in:419 -#: data/com.github.phase1geo.minder.appdata.xml.in:440 -#: data/com.github.phase1geo.minder.appdata.xml.in:461 -#: data/com.github.phase1geo.minder.appdata.xml.in:485 -#: data/com.github.phase1geo.minder.appdata.xml.in:549 -#: data/com.github.phase1geo.minder.appdata.xml.in:569 -#: data/com.github.phase1geo.minder.appdata.xml.in:603 -#: data/com.github.phase1geo.minder.appdata.xml.in:667 -#: data/com.github.phase1geo.minder.appdata.xml.in:701 -#: data/com.github.phase1geo.minder.appdata.xml.in:737 -#: data/com.github.phase1geo.minder.appdata.xml.in:761 -#: data/com.github.phase1geo.minder.appdata.xml.in:795 -#: data/com.github.phase1geo.minder.appdata.xml.in:832 -#: data/com.github.phase1geo.minder.appdata.xml.in:868 +#: data/com.github.phase1geo.minder.appdata.xml.in:133 +#: data/com.github.phase1geo.minder.appdata.xml.in:200 +#: data/com.github.phase1geo.minder.appdata.xml.in:229 +#: data/com.github.phase1geo.minder.appdata.xml.in:261 +#: data/com.github.phase1geo.minder.appdata.xml.in:323 +#: data/com.github.phase1geo.minder.appdata.xml.in:368 +#: data/com.github.phase1geo.minder.appdata.xml.in:437 +#: data/com.github.phase1geo.minder.appdata.xml.in:458 +#: data/com.github.phase1geo.minder.appdata.xml.in:479 +#: data/com.github.phase1geo.minder.appdata.xml.in:503 +#: data/com.github.phase1geo.minder.appdata.xml.in:567 +#: data/com.github.phase1geo.minder.appdata.xml.in:587 +#: data/com.github.phase1geo.minder.appdata.xml.in:621 +#: data/com.github.phase1geo.minder.appdata.xml.in:685 +#: data/com.github.phase1geo.minder.appdata.xml.in:719 +#: data/com.github.phase1geo.minder.appdata.xml.in:755 +#: data/com.github.phase1geo.minder.appdata.xml.in:779 +#: data/com.github.phase1geo.minder.appdata.xml.in:813 +#: data/com.github.phase1geo.minder.appdata.xml.in:850 +#: data/com.github.phase1geo.minder.appdata.xml.in:886 msgid "New" msgstr "" #: data/com.github.phase1geo.minder.appdata.xml.in:99 -msgid "Added support for Shift-Tab to unindent nodes in Quick Entry." +msgid "Added support for Shift-L to change the color of any selected nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:101 -#: data/com.github.phase1geo.minder.appdata.xml.in:123 -#: data/com.github.phase1geo.minder.appdata.xml.in:146 -#: data/com.github.phase1geo.minder.appdata.xml.in:160 -#: data/com.github.phase1geo.minder.appdata.xml.in:172 -#: data/com.github.phase1geo.minder.appdata.xml.in:187 -#: data/com.github.phase1geo.minder.appdata.xml.in:215 -#: data/com.github.phase1geo.minder.appdata.xml.in:231 -#: data/com.github.phase1geo.minder.appdata.xml.in:260 -#: data/com.github.phase1geo.minder.appdata.xml.in:317 -#: data/com.github.phase1geo.minder.appdata.xml.in:337 -#: data/com.github.phase1geo.minder.appdata.xml.in:359 -#: data/com.github.phase1geo.minder.appdata.xml.in:390 -#: data/com.github.phase1geo.minder.appdata.xml.in:405 -#: data/com.github.phase1geo.minder.appdata.xml.in:424 -#: data/com.github.phase1geo.minder.appdata.xml.in:465 -#: data/com.github.phase1geo.minder.appdata.xml.in:496 -#: data/com.github.phase1geo.minder.appdata.xml.in:534 -#: data/com.github.phase1geo.minder.appdata.xml.in:553 -#: data/com.github.phase1geo.minder.appdata.xml.in:582 -#: data/com.github.phase1geo.minder.appdata.xml.in:618 -#: data/com.github.phase1geo.minder.appdata.xml.in:654 -#: data/com.github.phase1geo.minder.appdata.xml.in:673 -#: data/com.github.phase1geo.minder.appdata.xml.in:715 -#: data/com.github.phase1geo.minder.appdata.xml.in:742 -#: data/com.github.phase1geo.minder.appdata.xml.in:773 -#: data/com.github.phase1geo.minder.appdata.xml.in:804 -#: data/com.github.phase1geo.minder.appdata.xml.in:819 -#: data/com.github.phase1geo.minder.appdata.xml.in:840 -#: data/com.github.phase1geo.minder.appdata.xml.in:880 +#: data/com.github.phase1geo.minder.appdata.xml.in:100 +msgid "Added support for natural scrolling preference." +msgstr "" + +#: data/com.github.phase1geo.minder.appdata.xml.in:102 +#: data/com.github.phase1geo.minder.appdata.xml.in:119 +#: data/com.github.phase1geo.minder.appdata.xml.in:141 +#: data/com.github.phase1geo.minder.appdata.xml.in:164 +#: data/com.github.phase1geo.minder.appdata.xml.in:178 +#: data/com.github.phase1geo.minder.appdata.xml.in:190 +#: data/com.github.phase1geo.minder.appdata.xml.in:205 +#: data/com.github.phase1geo.minder.appdata.xml.in:233 +#: data/com.github.phase1geo.minder.appdata.xml.in:249 +#: data/com.github.phase1geo.minder.appdata.xml.in:278 +#: data/com.github.phase1geo.minder.appdata.xml.in:335 +#: data/com.github.phase1geo.minder.appdata.xml.in:355 +#: data/com.github.phase1geo.minder.appdata.xml.in:377 +#: data/com.github.phase1geo.minder.appdata.xml.in:408 +#: data/com.github.phase1geo.minder.appdata.xml.in:423 +#: data/com.github.phase1geo.minder.appdata.xml.in:442 +#: data/com.github.phase1geo.minder.appdata.xml.in:483 +#: data/com.github.phase1geo.minder.appdata.xml.in:514 +#: data/com.github.phase1geo.minder.appdata.xml.in:552 +#: data/com.github.phase1geo.minder.appdata.xml.in:571 +#: data/com.github.phase1geo.minder.appdata.xml.in:600 +#: data/com.github.phase1geo.minder.appdata.xml.in:636 +#: data/com.github.phase1geo.minder.appdata.xml.in:672 +#: data/com.github.phase1geo.minder.appdata.xml.in:691 +#: data/com.github.phase1geo.minder.appdata.xml.in:733 +#: data/com.github.phase1geo.minder.appdata.xml.in:760 +#: data/com.github.phase1geo.minder.appdata.xml.in:791 +#: data/com.github.phase1geo.minder.appdata.xml.in:822 +#: data/com.github.phase1geo.minder.appdata.xml.in:837 +#: data/com.github.phase1geo.minder.appdata.xml.in:858 +#: data/com.github.phase1geo.minder.appdata.xml.in:898 msgid "Changes" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:103 -#: data/com.github.phase1geo.minder.appdata.xml.in:125 +#: data/com.github.phase1geo.minder.appdata.xml.in:104 +msgid "" +"Updated README.md to change the installation instructions for Arch-based " +"distros to avoid issues with discount library." +msgstr "" + +#: data/com.github.phase1geo.minder.appdata.xml.in:117 +msgid "Added support for Shift-Tab to unindent nodes in Quick Entry." +msgstr "" + +#: data/com.github.phase1geo.minder.appdata.xml.in:121 +#: data/com.github.phase1geo.minder.appdata.xml.in:143 msgid "Updated Italian translation (thanks to @albanobatistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:104 +#: data/com.github.phase1geo.minder.appdata.xml.in:122 msgid "Improved Quick Entry auto-formatting to reduce user errors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:117 +#: data/com.github.phase1geo.minder.appdata.xml.in:135 msgid "Added support for adding node links in node, connection or group notes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:118 +#: data/com.github.phase1geo.minder.appdata.xml.in:136 msgid "Added support for providing custom stickers." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:119 +#: data/com.github.phase1geo.minder.appdata.xml.in:137 msgid "Added support for callouts that can be applied to nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:120 +#: data/com.github.phase1geo.minder.appdata.xml.in:138 msgid "" "Added node alignment toolbar in map sidebar when manual layout mode is " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:121 +#: data/com.github.phase1geo.minder.appdata.xml.in:139 msgid "Added output scaling to PNG/JPEG export options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:126 +#: data/com.github.phase1geo.minder.appdata.xml.in:144 msgid "Updated Revised Simplified Chinese translation (thanks to @aerowolf)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:127 +#: data/com.github.phase1geo.minder.appdata.xml.in:145 msgid "Updated German translation (thanks to Benjamin Weis)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:128 -#: data/com.github.phase1geo.minder.appdata.xml.in:175 -#: data/com.github.phase1geo.minder.appdata.xml.in:362 +#: data/com.github.phase1geo.minder.appdata.xml.in:146 +#: data/com.github.phase1geo.minder.appdata.xml.in:193 +#: data/com.github.phase1geo.minder.appdata.xml.in:380 msgid "Updated Russian translation (thanks to Alexandre Prokoudine)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:130 -#: data/com.github.phase1geo.minder.appdata.xml.in:150 -#: data/com.github.phase1geo.minder.appdata.xml.in:164 -#: data/com.github.phase1geo.minder.appdata.xml.in:193 -#: data/com.github.phase1geo.minder.appdata.xml.in:220 -#: data/com.github.phase1geo.minder.appdata.xml.in:235 -#: data/com.github.phase1geo.minder.appdata.xml.in:283 -#: data/com.github.phase1geo.minder.appdata.xml.in:326 -#: data/com.github.phase1geo.minder.appdata.xml.in:342 -#: data/com.github.phase1geo.minder.appdata.xml.in:374 -#: data/com.github.phase1geo.minder.appdata.xml.in:395 -#: data/com.github.phase1geo.minder.appdata.xml.in:409 -#: data/com.github.phase1geo.minder.appdata.xml.in:429 -#: data/com.github.phase1geo.minder.appdata.xml.in:445 -#: data/com.github.phase1geo.minder.appdata.xml.in:474 -#: data/com.github.phase1geo.minder.appdata.xml.in:509 -#: data/com.github.phase1geo.minder.appdata.xml.in:538 -#: data/com.github.phase1geo.minder.appdata.xml.in:559 -#: data/com.github.phase1geo.minder.appdata.xml.in:589 -#: data/com.github.phase1geo.minder.appdata.xml.in:627 +#: data/com.github.phase1geo.minder.appdata.xml.in:148 +#: data/com.github.phase1geo.minder.appdata.xml.in:168 +#: data/com.github.phase1geo.minder.appdata.xml.in:182 +#: data/com.github.phase1geo.minder.appdata.xml.in:211 +#: data/com.github.phase1geo.minder.appdata.xml.in:238 +#: data/com.github.phase1geo.minder.appdata.xml.in:253 +#: data/com.github.phase1geo.minder.appdata.xml.in:301 +#: data/com.github.phase1geo.minder.appdata.xml.in:344 +#: data/com.github.phase1geo.minder.appdata.xml.in:360 +#: data/com.github.phase1geo.minder.appdata.xml.in:392 +#: data/com.github.phase1geo.minder.appdata.xml.in:413 +#: data/com.github.phase1geo.minder.appdata.xml.in:427 +#: data/com.github.phase1geo.minder.appdata.xml.in:447 +#: data/com.github.phase1geo.minder.appdata.xml.in:463 +#: data/com.github.phase1geo.minder.appdata.xml.in:492 +#: data/com.github.phase1geo.minder.appdata.xml.in:527 +#: data/com.github.phase1geo.minder.appdata.xml.in:556 +#: data/com.github.phase1geo.minder.appdata.xml.in:577 +#: data/com.github.phase1geo.minder.appdata.xml.in:607 #: data/com.github.phase1geo.minder.appdata.xml.in:645 -#: data/com.github.phase1geo.minder.appdata.xml.in:658 -#: data/com.github.phase1geo.minder.appdata.xml.in:681 -#: data/com.github.phase1geo.minder.appdata.xml.in:725 -#: data/com.github.phase1geo.minder.appdata.xml.in:750 -#: data/com.github.phase1geo.minder.appdata.xml.in:780 -#: data/com.github.phase1geo.minder.appdata.xml.in:811 -#: data/com.github.phase1geo.minder.appdata.xml.in:823 -#: data/com.github.phase1geo.minder.appdata.xml.in:848 -#: data/com.github.phase1geo.minder.appdata.xml.in:891 +#: data/com.github.phase1geo.minder.appdata.xml.in:663 +#: data/com.github.phase1geo.minder.appdata.xml.in:676 +#: data/com.github.phase1geo.minder.appdata.xml.in:699 +#: data/com.github.phase1geo.minder.appdata.xml.in:743 +#: data/com.github.phase1geo.minder.appdata.xml.in:768 +#: data/com.github.phase1geo.minder.appdata.xml.in:798 +#: data/com.github.phase1geo.minder.appdata.xml.in:829 +#: data/com.github.phase1geo.minder.appdata.xml.in:841 +#: data/com.github.phase1geo.minder.appdata.xml.in:866 +#: data/com.github.phase1geo.minder.appdata.xml.in:909 msgid "Bug Fixes" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:132 +#: data/com.github.phase1geo.minder.appdata.xml.in:150 msgid "Fixed potential issues with custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:133 +#: data/com.github.phase1geo.minder.appdata.xml.in:151 msgid "Fixed tab state saving when tabs are closed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:134 +#: data/com.github.phase1geo.minder.appdata.xml.in:152 msgid "Fixed contextual menu when connection text is editable." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:148 +#: data/com.github.phase1geo.minder.appdata.xml.in:166 msgid "Adding auto-adjusting bottom margin in quick entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:152 +#: data/com.github.phase1geo.minder.appdata.xml.in:170 msgid "" "Fixed application crash when root node contains a note/link and node fill " "style is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:153 +#: data/com.github.phase1geo.minder.appdata.xml.in:171 msgid "Fixed issue with unfolding all nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:154 +#: data/com.github.phase1geo.minder.appdata.xml.in:172 msgid "Fixing middle mouse drag pan behavior." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:162 +#: data/com.github.phase1geo.minder.appdata.xml.in:180 msgid "Added app script subcommands for building/running flatpaks." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:166 +#: data/com.github.phase1geo.minder.appdata.xml.in:184 msgid "Fixed issues with Flatpak" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:174 -#: data/com.github.phase1geo.minder.appdata.xml.in:361 -#: data/com.github.phase1geo.minder.appdata.xml.in:555 -#: data/com.github.phase1geo.minder.appdata.xml.in:656 +#: data/com.github.phase1geo.minder.appdata.xml.in:192 +#: data/com.github.phase1geo.minder.appdata.xml.in:379 +#: data/com.github.phase1geo.minder.appdata.xml.in:573 +#: data/com.github.phase1geo.minder.appdata.xml.in:674 msgid "Updated Italian translation (thanks to @albanobattistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:176 +#: data/com.github.phase1geo.minder.appdata.xml.in:194 msgid "Adjusted codebase to compile on Fedora" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:184 +#: data/com.github.phase1geo.minder.appdata.xml.in:202 msgid "" "Added new --import command-line option for importing directly from command-" "line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:185 +#: data/com.github.phase1geo.minder.appdata.xml.in:203 msgid "Added support for importing Markdown." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:189 +#: data/com.github.phase1geo.minder.appdata.xml.in:207 msgid "" "Removed --format command-line option in favor of new --import and --export " "options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:190 +#: data/com.github.phase1geo.minder.appdata.xml.in:208 msgid "Improved export of Markdown output." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:191 +#: data/com.github.phase1geo.minder.appdata.xml.in:209 msgid "" "Improved loading of Minder Markdown syntax highlighting to make this an " "application-only syntax (not user-wide)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:195 +#: data/com.github.phase1geo.minder.appdata.xml.in:213 msgid "Fixed Markdown export issue with root nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:196 +#: data/com.github.phase1geo.minder.appdata.xml.in:214 msgid "Fixed issue with inserting non-printable characters." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:197 +#: data/com.github.phase1geo.minder.appdata.xml.in:215 msgid "Fixed issues with cursor movement for RTL languages." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:198 +#: data/com.github.phase1geo.minder.appdata.xml.in:216 msgid "" "Fixed issue with using Control-W shortcut when only a single tab is shown." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:199 +#: data/com.github.phase1geo.minder.appdata.xml.in:217 msgid "Fixed potential issue with adding a new tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:200 +#: data/com.github.phase1geo.minder.appdata.xml.in:218 msgid "Fixed issues with tab naming of new, unchanged documents." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:201 +#: data/com.github.phase1geo.minder.appdata.xml.in:219 msgid "" "Fixed cursor/selection issue when the Delete key is used (includes " "application crash issue)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:202 +#: data/com.github.phase1geo.minder.appdata.xml.in:220 msgid "Fixed issue with Control-Up cursor selection shortcut." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:203 +#: data/com.github.phase1geo.minder.appdata.xml.in:221 msgid "Fixed issue with centering a node with Shift-C." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:204 +#: data/com.github.phase1geo.minder.appdata.xml.in:222 msgid "Fixed several issues related to zoom/scaling." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:205 +#: data/com.github.phase1geo.minder.appdata.xml.in:223 msgid "Fixed location of input method entry field (thanks to @aeghn)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:213 +#: data/com.github.phase1geo.minder.appdata.xml.in:231 msgid "Added support for embedding image path in Quick Entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:217 -#: data/com.github.phase1geo.minder.appdata.xml.in:233 -#: data/com.github.phase1geo.minder.appdata.xml.in:264 -#: data/com.github.phase1geo.minder.appdata.xml.in:339 -#: data/com.github.phase1geo.minder.appdata.xml.in:392 -#: data/com.github.phase1geo.minder.appdata.xml.in:426 +#: data/com.github.phase1geo.minder.appdata.xml.in:235 +#: data/com.github.phase1geo.minder.appdata.xml.in:251 +#: data/com.github.phase1geo.minder.appdata.xml.in:282 +#: data/com.github.phase1geo.minder.appdata.xml.in:357 +#: data/com.github.phase1geo.minder.appdata.xml.in:410 +#: data/com.github.phase1geo.minder.appdata.xml.in:444 msgid "Updated Italian translation (thanks to @albanobattistella)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:218 +#: data/com.github.phase1geo.minder.appdata.xml.in:236 msgid "Code cleanup" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:222 +#: data/com.github.phase1geo.minder.appdata.xml.in:240 msgid "Fixed issues with exported images including selection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:223 +#: data/com.github.phase1geo.minder.appdata.xml.in:241 msgid "Fixed issue with importing OPML files (thanks to Ygor Mutti)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:224 +#: data/com.github.phase1geo.minder.appdata.xml.in:242 msgid "Fixed issue with undo/redo of Unicode characters." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:225 +#: data/com.github.phase1geo.minder.appdata.xml.in:243 msgid "Fixed issues with exporting to Outliner format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:237 +#: data/com.github.phase1geo.minder.appdata.xml.in:255 msgid "Fixing translation issues with Flatpak" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:245 +#: data/com.github.phase1geo.minder.appdata.xml.in:263 msgid "" "Added ability to change the size of the node while leaving the embedded " "image size unchanged." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:246 +#: data/com.github.phase1geo.minder.appdata.xml.in:264 msgid "Added tooltip to node resize handle." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:247 +#: data/com.github.phase1geo.minder.appdata.xml.in:265 msgid "" "Added Flatpak permission for home folder access by default (thanks to " "@SubhadeepJasu)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:248 +#: data/com.github.phase1geo.minder.appdata.xml.in:266 msgid "Added header font scaling in notes field." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:249 +#: data/com.github.phase1geo.minder.appdata.xml.in:267 msgid "Added support for exporting a mindmap via the command-line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:250 +#: data/com.github.phase1geo.minder.appdata.xml.in:268 msgid "Added support for importing via the command-line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:251 +#: data/com.github.phase1geo.minder.appdata.xml.in:269 msgid "Added ability to import a given filesystem as a mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:252 +#: data/com.github.phase1geo.minder.appdata.xml.in:270 msgid "Added ability to export a mindmap as a filesystem." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:253 +#: data/com.github.phase1geo.minder.appdata.xml.in:271 msgid "Added zh_CN translation (thanks to @potrans)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:254 +#: data/com.github.phase1geo.minder.appdata.xml.in:272 msgid "Added ability to enable/disable UI animations via gsettings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:255 +#: data/com.github.phase1geo.minder.appdata.xml.in:273 msgid "Added ability to associate a note with a selected group." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:256 +#: data/com.github.phase1geo.minder.appdata.xml.in:274 msgid "" "Added ability to copy and cut nodes via shortcuts when multiple nodes are " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:257 +#: data/com.github.phase1geo.minder.appdata.xml.in:275 msgid "" "Added ability to insert unicode characters in nodes, connections, and notes " "when a backslash character is entered." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:258 +#: data/com.github.phase1geo.minder.appdata.xml.in:276 msgid "" "Added support to detect read-only mindmap files and handle them " "appropriately." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:262 +#: data/com.github.phase1geo.minder.appdata.xml.in:280 msgid "Updated German translation (thanks to @hztirf and @bewe)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:263 +#: data/com.github.phase1geo.minder.appdata.xml.in:281 msgid "Updated Czech translation (thanks to @G020B)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:265 -#: data/com.github.phase1geo.minder.appdata.xml.in:393 +#: data/com.github.phase1geo.minder.appdata.xml.in:283 +#: data/com.github.phase1geo.minder.appdata.xml.in:411 msgid "Updated Russian translation (thanks to Alexandre Prokoudine)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:266 +#: data/com.github.phase1geo.minder.appdata.xml.in:284 msgid "Updated Portugese translation (thanks to @AncientBlueFrog)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:267 +#: data/com.github.phase1geo.minder.appdata.xml.in:285 msgid "Updated Polish translation (thanks to @pyotr71)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:268 +#: data/com.github.phase1geo.minder.appdata.xml.in:286 msgid "Updated Flatpak SDK from 6 to 6.1." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:269 +#: data/com.github.phase1geo.minder.appdata.xml.in:287 msgid "" "Improved sticker search (now case insensitive and uses fuzzy search -- " "thanks to @sibevin)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:270 +#: data/com.github.phase1geo.minder.appdata.xml.in:288 msgid "Changed node borders to use node padding to control shape." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:271 +#: data/com.github.phase1geo.minder.appdata.xml.in:289 msgid "Changed note popup to display rendered text instead of literal text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:272 +#: data/com.github.phase1geo.minder.appdata.xml.in:290 msgid "Updated headerbar icons for Gnome environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:273 +#: data/com.github.phase1geo.minder.appdata.xml.in:291 msgid "" "Mindmap root node text is now used for default filename when initially " "saving mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:274 +#: data/com.github.phase1geo.minder.appdata.xml.in:292 msgid "Changed image UI in sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:275 +#: data/com.github.phase1geo.minder.appdata.xml.in:293 msgid "Removed connection sidebar button bar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:276 +#: data/com.github.phase1geo.minder.appdata.xml.in:294 msgid "" "Improved Zoom to Selected Node functionality with name change (to better " "reflect what this feature does) and keyboard shortcut." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:277 +#: data/com.github.phase1geo.minder.appdata.xml.in:295 msgid "" "Enhanced OrgMode exporter (includes support for indent mode and improved " "output)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:278 +#: data/com.github.phase1geo.minder.appdata.xml.in:296 msgid "Enhanced image exporting features." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:279 +#: data/com.github.phase1geo.minder.appdata.xml.in:297 msgid "" "Minder files no longer contain precise positioning information so eliminate " "file changes on pan and zoom operations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:280 +#: data/com.github.phase1geo.minder.appdata.xml.in:298 msgid "Removed Control-E (export) from shortcuts documentation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:281 +#: data/com.github.phase1geo.minder.appdata.xml.in:299 msgid "Improved autosave frequency." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:285 +#: data/com.github.phase1geo.minder.appdata.xml.in:303 msgid "" "Fixed issues with connections being displayed when ancestor node is folded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:286 +#: data/com.github.phase1geo.minder.appdata.xml.in:304 msgid "Fixed issue with loading an older mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:287 +#: data/com.github.phase1geo.minder.appdata.xml.in:305 msgid "Fixed syntax highlighting in note fields." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:288 +#: data/com.github.phase1geo.minder.appdata.xml.in:306 msgid "Fixed Edit Text node menu functionality." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:289 +#: data/com.github.phase1geo.minder.appdata.xml.in:307 msgid "Fixed issue with node fonts not following the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:290 +#: data/com.github.phase1geo.minder.appdata.xml.in:308 msgid "" "Fixed application crashes when exporting to Freemind, Freeplane, XMind8 and " "Yed formats." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:291 +#: data/com.github.phase1geo.minder.appdata.xml.in:309 msgid "Fixed issue with saving the state of export switch values." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:292 +#: data/com.github.phase1geo.minder.appdata.xml.in:310 msgid "" "Fixed application crash when an image is dropped onto a blank portion of the " "mindmap canvas." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:293 +#: data/com.github.phase1geo.minder.appdata.xml.in:311 msgid "" "Fixed issues with URL link and text colors not changing when theme is " "changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:294 +#: data/com.github.phase1geo.minder.appdata.xml.in:312 msgid "Fixed application crash when grouping root nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:295 +#: data/com.github.phase1geo.minder.appdata.xml.in:313 msgid "Fixed issue causing app script to generate a warning message." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:296 +#: data/com.github.phase1geo.minder.appdata.xml.in:314 msgid "" "Fixed potential issue which caused notes to get deleted when selecting " "nodes, connections or groups." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:297 +#: data/com.github.phase1geo.minder.appdata.xml.in:315 msgid "" "Fixed application crash when saving an unsaved document with no root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:298 +#: data/com.github.phase1geo.minder.appdata.xml.in:316 msgid "Fixed issues with capitalized keyboard shortcuts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:299 +#: data/com.github.phase1geo.minder.appdata.xml.in:317 msgid "Fixed issue with loading file via the command-line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:307 +#: data/com.github.phase1geo.minder.appdata.xml.in:325 msgid "Added support for shallow (one-level folding)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:308 +#: data/com.github.phase1geo.minder.appdata.xml.in:326 msgid "Added import/export support for XMind version 2021." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:309 +#: data/com.github.phase1geo.minder.appdata.xml.in:327 msgid "Added support for external mind-map node linking." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:310 +#: data/com.github.phase1geo.minder.appdata.xml.in:328 msgid "Added node link tooltips." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:311 +#: data/com.github.phase1geo.minder.appdata.xml.in:329 msgid "Added support for overriding the color of a root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:312 +#: data/com.github.phase1geo.minder.appdata.xml.in:330 msgid "Added support for Markdown strikethrough syntax." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:313 +#: data/com.github.phase1geo.minder.appdata.xml.in:331 msgid "" "Added support for Control-Backspace/Delete to delete the previous/next word " "when editing node/connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:314 +#: data/com.github.phase1geo.minder.appdata.xml.in:332 msgid "Added tooltip to node fill switch in style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:315 +#: data/com.github.phase1geo.minder.appdata.xml.in:333 msgid "" "Added keyboard shortcuts for adding and removing URL links from node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:319 +#: data/com.github.phase1geo.minder.appdata.xml.in:337 msgid "Updates to Italian translation (thanks to @albanobattistella)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:320 +#: data/com.github.phase1geo.minder.appdata.xml.in:338 msgid "Updates to German translation (thanks to Hannes Fritz)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:321 +#: data/com.github.phase1geo.minder.appdata.xml.in:339 msgid "Improved accuracy of the list of translatable files." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:322 +#: data/com.github.phase1geo.minder.appdata.xml.in:340 msgid "" "Removed ability to use keyboard shortcuts when a mouse button is pressed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:323 +#: data/com.github.phase1geo.minder.appdata.xml.in:341 msgid "" "Removed Accounts permissions from Flatpak manifest as it is no longer needed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:324 +#: data/com.github.phase1geo.minder.appdata.xml.in:342 msgid "" "Improved adding URL link UI to automatically add URL from clipboard if one " "exists." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:328 +#: data/com.github.phase1geo.minder.appdata.xml.in:346 msgid "Fixed layout issues when pressing keys while animations are in process." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:329 +#: data/com.github.phase1geo.minder.appdata.xml.in:347 msgid "" "Fixed location of text size help information in the appearances preferences " "dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:330 +#: data/com.github.phase1geo.minder.appdata.xml.in:348 msgid "Fixed UX issues when the Hide Connections switch is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:331 +#: data/com.github.phase1geo.minder.appdata.xml.in:349 msgid "Fixed issue with pasting nodes when a node is not selected in a map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:340 +#: data/com.github.phase1geo.minder.appdata.xml.in:358 msgid "Updated screenshots for elementary OS 6." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:344 +#: data/com.github.phase1geo.minder.appdata.xml.in:362 msgid "Fixed command support for non-English keyboard layouts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:352 +#: data/com.github.phase1geo.minder.appdata.xml.in:370 msgid "" "Added support for toggling the task indicator when multiple nodes are " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:353 +#: data/com.github.phase1geo.minder.appdata.xml.in:371 msgid "Added German translation (thanks to Peter Sonntaga)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:354 +#: data/com.github.phase1geo.minder.appdata.xml.in:372 msgid "Added zoom amount in the zoom button tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:355 +#: data/com.github.phase1geo.minder.appdata.xml.in:373 msgid "" "Added support for y command to create/remove node links when multiple nodes " "are selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:356 +#: data/com.github.phase1geo.minder.appdata.xml.in:374 msgid "" "Added support for x command to create connections when two nodes are " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:357 +#: data/com.github.phase1geo.minder.appdata.xml.in:375 msgid "Added support for system dark mode setting." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:363 +#: data/com.github.phase1geo.minder.appdata.xml.in:381 msgid "Improved task indicator sizes in leaf nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:364 +#: data/com.github.phase1geo.minder.appdata.xml.in:382 msgid "Changed fold indicator from a circle to a square." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:365 +#: data/com.github.phase1geo.minder.appdata.xml.in:383 msgid "Removed zoom in/out menu items and made them buttons instead." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:366 +#: data/com.github.phase1geo.minder.appdata.xml.in:384 msgid "" "Node/connection is now automatically selected on right click if it is not " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:367 +#: data/com.github.phase1geo.minder.appdata.xml.in:385 msgid "Moved node change contextual menu items into their own submenu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:368 +#: data/com.github.phase1geo.minder.appdata.xml.in:386 msgid "Changed forward slash command to Control-A for selecting all text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:369 +#: data/com.github.phase1geo.minder.appdata.xml.in:387 msgid "" "Changed backward slash command to Control-Shift-A for deselecting all text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:370 +#: data/com.github.phase1geo.minder.appdata.xml.in:388 msgid "Changed F1 command to Control-? for displaying keyboard shortcuts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:371 +#: data/com.github.phase1geo.minder.appdata.xml.in:389 msgid "Updated keyboard shortcuts cheatsheet." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:372 +#: data/com.github.phase1geo.minder.appdata.xml.in:390 msgid "" "Updated code base for elementary OS 6 (gtksourceview-4, libhandy-1, Flatpak " "support, etc.)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:376 +#: data/com.github.phase1geo.minder.appdata.xml.in:394 msgid "" "Fixed issue where sticker tooltips were not displaying translated names." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:377 +#: data/com.github.phase1geo.minder.appdata.xml.in:395 msgid "" "Fixed node resizing issues when system font is changed in system settings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:378 +#: data/com.github.phase1geo.minder.appdata.xml.in:396 msgid "" "Fixed Flatpak issue to allow dark mode system settings to affect application." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:379 +#: data/com.github.phase1geo.minder.appdata.xml.in:397 msgid "Fixed layout issues when root node is resized." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:380 +#: data/com.github.phase1geo.minder.appdata.xml.in:398 msgid "Fixed squared and rounded link display for nodes attached to root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:381 +#: data/com.github.phase1geo.minder.appdata.xml.in:399 msgid "Fixed cursor location when End key used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:382 +#: data/com.github.phase1geo.minder.appdata.xml.in:400 msgid "" "Fixed potential node identification generation issue that can lead to bad " "connections on load." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:383 +#: data/com.github.phase1geo.minder.appdata.xml.in:401 msgid "Fixed location of node stickers within the node to improve look." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:384 +#: data/com.github.phase1geo.minder.appdata.xml.in:402 msgid "Fixed issues copying and pasting a single selected node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:397 +#: data/com.github.phase1geo.minder.appdata.xml.in:415 msgid "Added missing translatable strings in various parts of the UI." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:398 +#: data/com.github.phase1geo.minder.appdata.xml.in:416 msgid "Fixed URL parser issues." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:399 +#: data/com.github.phase1geo.minder.appdata.xml.in:417 msgid "Fixed application crash when forward deleting non-Latin text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:407 +#: data/com.github.phase1geo.minder.appdata.xml.in:425 msgid "Small optimization to Meson build procedure." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:411 +#: data/com.github.phase1geo.minder.appdata.xml.in:429 msgid "Fixed compile and run issue for distros lacking full granite support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:412 +#: data/com.github.phase1geo.minder.appdata.xml.in:430 msgid "" "Fixed issue with displaying correct themes when themes are hidden that don't " "match system theme." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:413 +#: data/com.github.phase1geo.minder.appdata.xml.in:431 msgid "Added missing translatable strings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:421 +#: data/com.github.phase1geo.minder.appdata.xml.in:439 msgid "Added rounded branching style." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:422 +#: data/com.github.phase1geo.minder.appdata.xml.in:440 msgid "Added support for drawing clickable folding areas." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:427 +#: data/com.github.phase1geo.minder.appdata.xml.in:445 msgid "Changed shape of the unfold indicator." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:431 +#: data/com.github.phase1geo.minder.appdata.xml.in:449 msgid "Fixed application crash on Manjaro." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:432 +#: data/com.github.phase1geo.minder.appdata.xml.in:450 msgid "Fixed link drawing order regression." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:433 +#: data/com.github.phase1geo.minder.appdata.xml.in:451 msgid "Removed error output when XML storage files do not exist." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:434 +#: data/com.github.phase1geo.minder.appdata.xml.in:452 msgid "Fixed parsing issue with filepaths starting with file://." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:442 +#: data/com.github.phase1geo.minder.appdata.xml.in:460 msgid "" "Added support for Control-Home/End to move the cursor to the beginning/end " "of the text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:443 +#: data/com.github.phase1geo.minder.appdata.xml.in:461 msgid "Added support for folded children count tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:447 +#: data/com.github.phase1geo.minder.appdata.xml.in:465 msgid "" "Fixed issue where selected text at beginning of text would not be deleted " "when the Backspace key was used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:448 +#: data/com.github.phase1geo.minder.appdata.xml.in:466 msgid "" "Fixed issue where selected text at end of text would not be deleted when the " "Delete key was used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:449 +#: data/com.github.phase1geo.minder.appdata.xml.in:467 msgid "Fixed selection issues after moving the cursor by a word." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:450 +#: data/com.github.phase1geo.minder.appdata.xml.in:468 msgid "" "Fixed Home/End keys to move the cursor to the beginning/end of the current " "line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:451 +#: data/com.github.phase1geo.minder.appdata.xml.in:469 msgid "" "Fixed node size and layout when system text size changes between Minder " "sessions." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:452 +#: data/com.github.phase1geo.minder.appdata.xml.in:470 msgid "" "Fixed issue with application crashing when older Minder file is loaded that " "used a custom theme." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:453 +#: data/com.github.phase1geo.minder.appdata.xml.in:471 msgid "" "Fixed issue with node sidebar image not being properly updated when sidebar " "is hidden." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:454 +#: data/com.github.phase1geo.minder.appdata.xml.in:472 msgid "" "Fixed square branch link drawing when some links have arrows drawn in them." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:455 +#: data/com.github.phase1geo.minder.appdata.xml.in:473 msgid "" "Fixed issue with the background border being drawn around link arrows in " "contexts where it should not." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:463 +#: data/com.github.phase1geo.minder.appdata.xml.in:481 msgid "Added Basque translation (thanks to @alexgabi)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:467 +#: data/com.github.phase1geo.minder.appdata.xml.in:485 msgid "Updated to Italian translation (thanks to @albanobattistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:468 +#: data/com.github.phase1geo.minder.appdata.xml.in:486 msgid "Updated to Brazilian Portugese translation (thanks to Felipe Simoes)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:469 +#: data/com.github.phase1geo.minder.appdata.xml.in:487 msgid "" "Opening a file will automatically close an existing unsaved, unchanged tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:470 +#: data/com.github.phase1geo.minder.appdata.xml.in:488 msgid "Changed color of connection drag handles to yellow." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:471 +#: data/com.github.phase1geo.minder.appdata.xml.in:489 msgid "" "Making it easier to grab connection drag handle when it is close to " "connection handles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:472 +#: data/com.github.phase1geo.minder.appdata.xml.in:490 msgid "Reducing auto-saves when editing node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:476 +#: data/com.github.phase1geo.minder.appdata.xml.in:494 msgid "Removed help information from PNG export panel." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:477 +#: data/com.github.phase1geo.minder.appdata.xml.in:495 msgid "" "Fixed issue with exporting images with connections/stickers which could get " "cropped out." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:478 +#: data/com.github.phase1geo.minder.appdata.xml.in:496 msgid "Fixed issue with empty tab when file cannot be loaded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:479 +#: data/com.github.phase1geo.minder.appdata.xml.in:497 msgid "" "Fixed issues with application crashes on startup in non-elementary " "environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:487 +#: data/com.github.phase1geo.minder.appdata.xml.in:505 msgid "Added subscript and superscript support to Markdown parser." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:488 +#: data/com.github.phase1geo.minder.appdata.xml.in:506 msgid "" "Added support for switching tabs with Control-Tab and Shift-Control-Tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:489 +#: data/com.github.phase1geo.minder.appdata.xml.in:507 msgid "Added support for remembering last used open/save dialog directories." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:490 +#: data/com.github.phase1geo.minder.appdata.xml.in:508 msgid "" "Added support for Alt-Left/Right/Up/Down keyboard shortcuts to rearrange " "sibling nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:491 +#: data/com.github.phase1geo.minder.appdata.xml.in:509 msgid "Added support for searching all tabs (thanks to @Messius58)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:492 +#: data/com.github.phase1geo.minder.appdata.xml.in:510 msgid "Added about window for non-elementary builds." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:493 +#: data/com.github.phase1geo.minder.appdata.xml.in:511 msgid "Added ability to move child nodes to parent via Alt+direction." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:494 +#: data/com.github.phase1geo.minder.appdata.xml.in:512 msgid "Added support for including images in Markdown export." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:498 +#: data/com.github.phase1geo.minder.appdata.xml.in:516 msgid "" "Added installation instructions to README.md for Debian (thanks to Robert " "Hubinak)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:499 +#: data/com.github.phase1geo.minder.appdata.xml.in:517 msgid "" "Replaced export UI with a new, improved UI with support for export options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:500 +#: data/com.github.phase1geo.minder.appdata.xml.in:518 msgid "Moved add node menu items to a submenu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:501 +#: data/com.github.phase1geo.minder.appdata.xml.in:519 msgid "Improved focus mode behavior." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:502 +#: data/com.github.phase1geo.minder.appdata.xml.in:520 msgid "" "Changed property header button to a toggle button and clarified the tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:503 +#: data/com.github.phase1geo.minder.appdata.xml.in:521 msgid "Changed keyboard shortcut to open sidebar from Control-| to F9." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:504 +#: data/com.github.phase1geo.minder.appdata.xml.in:522 msgid "" "Changed non-symbolic header bar icons to symbolic icons for non-elementary " "OS environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:505 +#: data/com.github.phase1geo.minder.appdata.xml.in:523 msgid "Improved link drawing algorithm to make link connections easier to see." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:506 +#: data/com.github.phase1geo.minder.appdata.xml.in:524 msgid "" "Changed Link Color in node inspector to Color to reflect the colors use." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:507 +#: data/com.github.phase1geo.minder.appdata.xml.in:525 msgid "Improved task button drawing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:511 +#: data/com.github.phase1geo.minder.appdata.xml.in:529 msgid "" "Fixed issue where tab background colors were incorrect when changing tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:512 +#: data/com.github.phase1geo.minder.appdata.xml.in:530 msgid "" "Fixed issue with getting valac pathname from Meson (thanks to paluszak)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:513 +#: data/com.github.phase1geo.minder.appdata.xml.in:531 msgid "Added desktop update call to post_install.py script." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:514 +#: data/com.github.phase1geo.minder.appdata.xml.in:532 msgid "Fixed issue with sidebar sizing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:515 +#: data/com.github.phase1geo.minder.appdata.xml.in:533 msgid "" "Fixed issue with remembering the sticker sidebar panel was last opened when " "restarting." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:516 +#: data/com.github.phase1geo.minder.appdata.xml.in:534 msgid "Fixed layout issues when unfolding a parent with folded children." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:517 +#: data/com.github.phase1geo.minder.appdata.xml.in:535 msgid "" "Fixed issue with hiding node groups when the main node in group is folded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:518 +#: data/com.github.phase1geo.minder.appdata.xml.in:536 msgid "" "Fixed issue with displaying link color in sidebar when root node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:519 +#: data/com.github.phase1geo.minder.appdata.xml.in:537 msgid "" "Fixed alpha value used for drawing node grouping when encompassed nodes are " "not in focus when focus mode is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:520 +#: data/com.github.phase1geo.minder.appdata.xml.in:538 msgid "Fixed issue with saving manually added embedded links in node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:521 +#: data/com.github.phase1geo.minder.appdata.xml.in:539 msgid "Fixed undo/redo text editing support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:522 +#: data/com.github.phase1geo.minder.appdata.xml.in:540 msgid "Updated keyboard shortcuts in help window." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:523 +#: data/com.github.phase1geo.minder.appdata.xml.in:541 msgid "" "Fixed issue of tab content flashing when application opens with multiple " "tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:524 +#: data/com.github.phase1geo.minder.appdata.xml.in:542 msgid "Fixed error when closing a tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:525 +#: data/com.github.phase1geo.minder.appdata.xml.in:543 msgid "Fixed issue with undo'ing text modifications." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:526 +#: data/com.github.phase1geo.minder.appdata.xml.in:544 msgid "" "Fixed issues with style inspector scale widgets not properly reflecting " "their current value." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:527 +#: data/com.github.phase1geo.minder.appdata.xml.in:545 msgid "Fixed various issues with node layout." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:528 +#: data/com.github.phase1geo.minder.appdata.xml.in:546 msgid "Fixed issue with undo'ing the deletion of a single node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:536 +#: data/com.github.phase1geo.minder.appdata.xml.in:554 msgid "Updated Italian translation (thanks to Albano Battistella)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:540 +#: data/com.github.phase1geo.minder.appdata.xml.in:558 msgid "Fixed application crash issues due to using custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:541 +#: data/com.github.phase1geo.minder.appdata.xml.in:559 msgid "Added missing theme colors in custom theme pane." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:542 +#: data/com.github.phase1geo.minder.appdata.xml.in:560 msgid "Fixed issues with application crash when editing a root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:543 +#: data/com.github.phase1geo.minder.appdata.xml.in:561 msgid "" "Fixed issue with filepath parser highlighting normal text that contains " "slash characters." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:551 +#: data/com.github.phase1geo.minder.appdata.xml.in:569 msgid "" "Added Shift-e keyboard shortcut to edit note text for nodes and connections." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:556 +#: data/com.github.phase1geo.minder.appdata.xml.in:574 msgid "" "Improved automatic layout of node trees when adjacent tree sizes change." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:557 +#: data/com.github.phase1geo.minder.appdata.xml.in:575 msgid "" "Changed node and connection contextual menus to show (Edit Note) instead of " "(Add Note) and (Remove Note) options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:561 +#: data/com.github.phase1geo.minder.appdata.xml.in:579 msgid "Fixing compilation issues." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:562 +#: data/com.github.phase1geo.minder.appdata.xml.in:580 msgid "Fixing behavior of 't' command when node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:563 +#: data/com.github.phase1geo.minder.appdata.xml.in:581 msgid "Fixing support for undo/redo of root node insertion." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:571 +#: data/com.github.phase1geo.minder.appdata.xml.in:589 msgid "Added Preferences dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:572 +#: data/com.github.phase1geo.minder.appdata.xml.in:590 msgid "Added Portuguese translation (thanks to Andre Barata)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:573 +#: data/com.github.phase1geo.minder.appdata.xml.in:591 msgid "" "Added keyboard shortcut (Menu or Shift-F10) to display contextual menus in " "mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:574 +#: data/com.github.phase1geo.minder.appdata.xml.in:592 msgid "Added default theme preference option." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:575 +#: data/com.github.phase1geo.minder.appdata.xml.in:593 msgid "Added preference option to select map items on cursor hover." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:576 +#: data/com.github.phase1geo.minder.appdata.xml.in:594 msgid "" "Added Shift+Home/End support for selecting all text from current cursor to " "beginning/end of node or connection titles when editing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:577 +#: data/com.github.phase1geo.minder.appdata.xml.in:595 msgid "Added support for PlantUML import/export." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:578 +#: data/com.github.phase1geo.minder.appdata.xml.in:596 msgid "" "Added support for displaying notifications on completion of export operation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:579 +#: data/com.github.phase1geo.minder.appdata.xml.in:597 msgid "Added keyboard shortcuts for displaying tabs in sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:580 +#: data/com.github.phase1geo.minder.appdata.xml.in:598 msgid "" "Added support for making filepath URIs clickable in nodes, connections and " "notes (displays the files in the file manager application)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:584 +#: data/com.github.phase1geo.minder.appdata.xml.in:602 msgid "" "When nodes are copied to clipboard, pasting them as text in an external " "application will be displayed as in text export format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:585 +#: data/com.github.phase1geo.minder.appdata.xml.in:603 msgid "" "When text is copied to the clipboard from an external application, pasting " "as nodes in Minder will parse in text import format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:586 +#: data/com.github.phase1geo.minder.appdata.xml.in:604 msgid "Improved look of menu accelerators and added missing accelerators." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:587 +#: data/com.github.phase1geo.minder.appdata.xml.in:605 msgid "" "Changed 't' command to transition task status from disabled to enabled to " "done and back to disabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:591 +#: data/com.github.phase1geo.minder.appdata.xml.in:609 msgid "Fixed issues with undo/redo of node/connection title changes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:592 +#: data/com.github.phase1geo.minder.appdata.xml.in:610 msgid "Fixed issue with undoing a connection add operation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:593 +#: data/com.github.phase1geo.minder.appdata.xml.in:611 msgid "" "Fixed issue with connection titles being clear when connection is moved to a " "different node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:594 +#: data/com.github.phase1geo.minder.appdata.xml.in:612 msgid "" "Fixed UI issue with changing window width by dragging right side of window " "when sidebar is hidden." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:595 +#: data/com.github.phase1geo.minder.appdata.xml.in:613 msgid "" "Fixed issues with inputting special characters with US international " "keyboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:596 +#: data/com.github.phase1geo.minder.appdata.xml.in:614 msgid "" "Fixed issue where images in resized nodes were not displaying properly on " "application restart." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:597 +#: data/com.github.phase1geo.minder.appdata.xml.in:615 msgid "" "Fixed issue where copying a filename in a file manager and pasting in Minder " "would attempt to past the icon image instead of the filename when editing " "text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:605 +#: data/com.github.phase1geo.minder.appdata.xml.in:623 msgid "Added Markdown highlighting support to node titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:606 +#: data/com.github.phase1geo.minder.appdata.xml.in:624 msgid "Added ability to set the maximum node size in style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:607 +#: data/com.github.phase1geo.minder.appdata.xml.in:625 msgid "" "Added ability to set the maximum connection title size in style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:608 +#: data/com.github.phase1geo.minder.appdata.xml.in:626 msgid "Added ability to set text field font size via gsetting." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:609 +#: data/com.github.phase1geo.minder.appdata.xml.in:627 msgid "Added ability to set branch margin in the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:610 +#: data/com.github.phase1geo.minder.appdata.xml.in:628 msgid "" "Added ability to add stickers to nodes, connections and anywhere else in the " "mind map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:611 +#: data/com.github.phase1geo.minder.appdata.xml.in:629 msgid "Added ability to visually create and display node groupings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:612 +#: data/com.github.phase1geo.minder.appdata.xml.in:630 msgid "Added import/export support for XMind." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:613 +#: data/com.github.phase1geo.minder.appdata.xml.in:631 msgid "" "Added support for specifying if connection titles should be added " "immediately after creating a connection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:614 +#: data/com.github.phase1geo.minder.appdata.xml.in:632 msgid "" "Added support for middle-click-and-drag to pan the canvas (Alt + mouse " "movement still supported)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:615 +#: data/com.github.phase1geo.minder.appdata.xml.in:633 msgid "Added keyboard shortcut for the Zoom to Fit option (Control-1)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:616 +#: data/com.github.phase1geo.minder.appdata.xml.in:634 msgid "Added new Mouse Events shortcut panel in shortcut cheatsheet." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:620 +#: data/com.github.phase1geo.minder.appdata.xml.in:638 msgid "" "Removed the sidebar style affects selector and using the status of the " "current selection instead." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:621 +#: data/com.github.phase1geo.minder.appdata.xml.in:639 msgid "" "Lowered the minimum node margin from 5 pixels to 1 pixel to allow for " "greater node density." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:622 +#: data/com.github.phase1geo.minder.appdata.xml.in:640 msgid "" "Removed connection title editing field in sidebar for better UI consistency." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:623 +#: data/com.github.phase1geo.minder.appdata.xml.in:641 msgid "" "Removed bold and italicized fonts from the style inspector font selectors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:624 +#: data/com.github.phase1geo.minder.appdata.xml.in:642 msgid "If connection title is empty, the title will be automatically removed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:625 +#: data/com.github.phase1geo.minder.appdata.xml.in:643 msgid "Updated application icon (thanks to Fatih20)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:629 +#: data/com.github.phase1geo.minder.appdata.xml.in:647 msgid "Fixed issue with importing Freemind notes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:630 +#: data/com.github.phase1geo.minder.appdata.xml.in:648 msgid "Fixed display of right-to-left text within nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:631 +#: data/com.github.phase1geo.minder.appdata.xml.in:649 msgid "" "Fixed issues with loading a .minder file that contains errant information." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:632 +#: data/com.github.phase1geo.minder.appdata.xml.in:650 msgid "Fixed issues with the layout of connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:633 +#: data/com.github.phase1geo.minder.appdata.xml.in:651 msgid "Fixed input method support when editing connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:634 +#: data/com.github.phase1geo.minder.appdata.xml.in:652 msgid "Fixed position of fold indicator when tree layout is Upwards." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:635 +#: data/com.github.phase1geo.minder.appdata.xml.in:653 msgid "" "Fixed node display issue when a node link is clicked to a node that is " "folded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:636 +#: data/com.github.phase1geo.minder.appdata.xml.in:654 msgid "" "Fixed error when connection title is double clicked when no text is present." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:637 +#: data/com.github.phase1geo.minder.appdata.xml.in:655 msgid "" "Fixed issue with opening the same document twice (only one tab will now " "exist per file)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:638 +#: data/com.github.phase1geo.minder.appdata.xml.in:656 msgid "" "Fixed Shift-Control-s keyboard shortcut to display the 'Save As' dialog " "instead of the 'Open' dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:639 +#: data/com.github.phase1geo.minder.appdata.xml.in:657 msgid "Fixed issue that allows you to click on or drag onto a hidden node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:647 -#: data/com.github.phase1geo.minder.appdata.xml.in:660 +#: data/com.github.phase1geo.minder.appdata.xml.in:665 +#: data/com.github.phase1geo.minder.appdata.xml.in:678 msgid "" "Fixed issue with setting cursor position with mouse when zoom factor is not " "100 percent." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:648 -#: data/com.github.phase1geo.minder.appdata.xml.in:661 +#: data/com.github.phase1geo.minder.appdata.xml.in:666 +#: data/com.github.phase1geo.minder.appdata.xml.in:679 msgid "" "Fixed issue with reading in Minder files that exceed the XML parser size " "limitations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:669 +#: data/com.github.phase1geo.minder.appdata.xml.in:687 msgid "Added support for selecting nodes by dragging out a selection box." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:670 +#: data/com.github.phase1geo.minder.appdata.xml.in:688 msgid "Added ability to configure the color used in connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:671 +#: data/com.github.phase1geo.minder.appdata.xml.in:689 msgid "Added Italian translation (thanks to albanobattistella on GitHub)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:675 +#: data/com.github.phase1geo.minder.appdata.xml.in:693 msgid "" "Refined and pixel fitted the application icon (thanks to Fatih20 on GitHub)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:676 +#: data/com.github.phase1geo.minder.appdata.xml.in:694 msgid "" "Changed panning with mouse from left-click with motion to Alt with motion." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:677 +#: data/com.github.phase1geo.minder.appdata.xml.in:695 msgid "Changed select parent to work with multiple selected nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:678 +#: data/com.github.phase1geo.minder.appdata.xml.in:696 msgid "Updated keyboard shortcuts cheatsheet for task commands." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:679 +#: data/com.github.phase1geo.minder.appdata.xml.in:697 msgid "Updated Spanish translation (thanks to febrezo on GitHub)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:683 +#: data/com.github.phase1geo.minder.appdata.xml.in:701 msgid "Fixed issues with changing connection styles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:684 +#: data/com.github.phase1geo.minder.appdata.xml.in:702 msgid "" "Fixed application crashes associated with changing layout to a balanceable " "layout with animations enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:685 +#: data/com.github.phase1geo.minder.appdata.xml.in:703 msgid "" "Fixed display of cursor when it is over a clickable feature in the mind map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:686 +#: data/com.github.phase1geo.minder.appdata.xml.in:704 msgid "Fixed issues with creating custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:687 +#: data/com.github.phase1geo.minder.appdata.xml.in:705 msgid "Fixed cursor in note editor when Control key is held over a URL link." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:688 +#: data/com.github.phase1geo.minder.appdata.xml.in:706 msgid "Fixed meson.build issue when comparing valac version." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:689 +#: data/com.github.phase1geo.minder.appdata.xml.in:707 msgid "Fixed connection colors in dark themes to help them be more visible." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:690 +#: data/com.github.phase1geo.minder.appdata.xml.in:708 msgid "" "Fixed issue where connection colors don't follow theme if they have not been " "manually changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:691 +#: data/com.github.phase1geo.minder.appdata.xml.in:709 msgid "" "Fixed application crash when animation is disabled, a node is moved, " "animation is enabled and a node is moved." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:692 +#: data/com.github.phase1geo.minder.appdata.xml.in:710 msgid "Fixed various issues with quick entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:693 +#: data/com.github.phase1geo.minder.appdata.xml.in:711 msgid "" "Fixed ability to open one or more files from the command-line or from a file " "browser." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:694 +#: data/com.github.phase1geo.minder.appdata.xml.in:712 msgid "Fixed issues with connection coloring." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:695 +#: data/com.github.phase1geo.minder.appdata.xml.in:713 msgid "Fixed issue with pasting UTF8 strings from clipboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:703 +#: data/com.github.phase1geo.minder.appdata.xml.in:721 msgid "Added support for pasting an image or text as a new node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:704 +#: data/com.github.phase1geo.minder.appdata.xml.in:722 msgid "" "Added support for pasting an image or text, replacing the current node " "content." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:705 +#: data/com.github.phase1geo.minder.appdata.xml.in:723 msgid "" "Added support for pasting text, replacing the current connection content." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:706 +#: data/com.github.phase1geo.minder.appdata.xml.in:724 msgid "Added task support to Outliner import/export." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:707 +#: data/com.github.phase1geo.minder.appdata.xml.in:725 msgid "Added keyboard shortcut (Control-E) to display export interface." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:708 +#: data/com.github.phase1geo.minder.appdata.xml.in:726 msgid "" "Added support for creating a new root node hitting the Return key when no " "node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:709 +#: data/com.github.phase1geo.minder.appdata.xml.in:727 msgid "" "Added ability to add a new root node via the contextual menu when no node is " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:710 +#: data/com.github.phase1geo.minder.appdata.xml.in:728 msgid "" "Added ability to launch quick entry dialog via the contextual menu when no " "node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:711 +#: data/com.github.phase1geo.minder.appdata.xml.in:729 msgid "Added node alignment support for manual node layouts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:712 +#: data/com.github.phase1geo.minder.appdata.xml.in:730 msgid "Added ability to create a connected root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:713 +#: data/com.github.phase1geo.minder.appdata.xml.in:731 msgid "Added ability to replace/edit nodes via the Quick Entry feature." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:717 +#: data/com.github.phase1geo.minder.appdata.xml.in:735 msgid "" "Updated image editor dialog button bar to include support for clipboard " "operations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:718 +#: data/com.github.phase1geo.minder.appdata.xml.in:736 msgid "" "Improved display of buttons in image area of the node inspector sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:719 +#: data/com.github.phase1geo.minder.appdata.xml.in:737 msgid "Updated keyboard shortcut cheatsheet." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:720 +#: data/com.github.phase1geo.minder.appdata.xml.in:738 msgid "" "Changed quick text entry keyboard shortcut from Control-E to Control-Shift-E." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:721 +#: data/com.github.phase1geo.minder.appdata.xml.in:739 msgid "" "Changed the paste text in contextual menu to indicate what will be pasted." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:722 +#: data/com.github.phase1geo.minder.appdata.xml.in:740 msgid "Updated Outliner import/export support for tasks." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:723 +#: data/com.github.phase1geo.minder.appdata.xml.in:741 msgid "" "Added tooltip and changed cursor when cursor is over a link and the Control " "key is held down." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:727 +#: data/com.github.phase1geo.minder.appdata.xml.in:745 msgid "" "Removed empty Outliner rows from being added when Outliner file is imported." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:728 +#: data/com.github.phase1geo.minder.appdata.xml.in:746 msgid "" "Fixed loss of selection when shift key is held down and the background is " "clicked." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:729 +#: data/com.github.phase1geo.minder.appdata.xml.in:747 msgid "Added themed background color to exported PDF format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:730 +#: data/com.github.phase1geo.minder.appdata.xml.in:748 msgid "Fixed exports to allow existing files to be overwritten." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:731 +#: data/com.github.phase1geo.minder.appdata.xml.in:749 msgid "Fixed Org-Mode export syntax errors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:739 +#: data/com.github.phase1geo.minder.appdata.xml.in:757 msgid "Added support for using input methods." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:740 +#: data/com.github.phase1geo.minder.appdata.xml.in:758 msgid "Added Dutch translation (thanks to Heimen Stoffels)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:744 +#: data/com.github.phase1geo.minder.appdata.xml.in:762 msgid "" "Updated README.md to indicate which version of valac should be used if " "building from source." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:745 +#: data/com.github.phase1geo.minder.appdata.xml.in:763 msgid "Changed unnamed default filename to use translated value." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:746 +#: data/com.github.phase1geo.minder.appdata.xml.in:764 msgid "Updated French translations (thanks to Nathan Bonnemains)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:747 +#: data/com.github.phase1geo.minder.appdata.xml.in:765 msgid "Changed tab colors to match current document background." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:748 +#: data/com.github.phase1geo.minder.appdata.xml.in:766 msgid "Adjusted dark theme to help with current tab contrast." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:752 +#: data/com.github.phase1geo.minder.appdata.xml.in:770 msgid "" "Fixed issue with New Document plank command to load application data before " "opening new tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:753 +#: data/com.github.phase1geo.minder.appdata.xml.in:771 msgid "" "Fixed build issues with compiling libarchive code using newer versions of " "libarchive and valac." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:754 +#: data/com.github.phase1geo.minder.appdata.xml.in:772 msgid "Fixed issues with translating shortcut cheetsheat strings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:755 +#: data/com.github.phase1geo.minder.appdata.xml.in:773 msgid "Fixed issue with exporting images when manual layout mode is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:763 +#: data/com.github.phase1geo.minder.appdata.xml.in:781 msgid "" "Added support for importing/exporting Outliner files (new app in AppCenter!)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:764 +#: data/com.github.phase1geo.minder.appdata.xml.in:782 msgid "" "Added map inspector switch to enable/disable automatic rotation of main " "branch link color selection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:765 +#: data/com.github.phase1geo.minder.appdata.xml.in:783 msgid "Added ability to set all selected nodes to a specific color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:766 +#: data/com.github.phase1geo.minder.appdata.xml.in:784 msgid "" "Added ability to set all selected nodes to a randomly selected link color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:767 +#: data/com.github.phase1geo.minder.appdata.xml.in:785 msgid "" "Added ability to allow descendant nodes to have different link colors than " "ancestor nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:768 +#: data/com.github.phase1geo.minder.appdata.xml.in:786 msgid "" "Added ability to cause a descendant node with a different color than its " "parent to re-use the parent color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:769 +#: data/com.github.phase1geo.minder.appdata.xml.in:787 msgid "Added ability to select children nodes using Control-click." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:770 +#: data/com.github.phase1geo.minder.appdata.xml.in:788 msgid "" "Added ability to export a mind-map as a new Portable Minder filetype which " "will allow Minder files to be copied between different users/filesystems." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:771 +#: data/com.github.phase1geo.minder.appdata.xml.in:789 msgid "Added ability to export to Org-Mode format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:775 +#: data/com.github.phase1geo.minder.appdata.xml.in:793 msgid "Updated French translation (thanks to Nathan Bonnemains)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:776 +#: data/com.github.phase1geo.minder.appdata.xml.in:794 msgid "Improved OPML import support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:777 +#: data/com.github.phase1geo.minder.appdata.xml.in:795 msgid "Changed ability to select a subtree by Control + double-click." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:778 +#: data/com.github.phase1geo.minder.appdata.xml.in:796 msgid "" "Changed ability to select all nodes of the current level by Control + triple-" "click." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:782 +#: data/com.github.phase1geo.minder.appdata.xml.in:800 msgid "Fixed NodeJS version for Travis CI." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:783 +#: data/com.github.phase1geo.minder.appdata.xml.in:801 msgid "" "Fixed issue with adding a new child node that doesn't cause other descendant " "nodes to unfold." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:784 +#: data/com.github.phase1geo.minder.appdata.xml.in:802 msgid "Fixed issue with showing/hiding sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:785 +#: data/com.github.phase1geo.minder.appdata.xml.in:803 msgid "Fixed segmentation faults when loading a theme." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:786 +#: data/com.github.phase1geo.minder.appdata.xml.in:804 msgid "" "Fixed issue with the style inspector Change Affect value when selection " "changes (thanks to Viliam K.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:787 +#: data/com.github.phase1geo.minder.appdata.xml.in:805 msgid "Fixed issue with node markup within the node text (thanks to Viliam K)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:788 +#: data/com.github.phase1geo.minder.appdata.xml.in:806 msgid "" "Fixed issue with tab state not being properly saved when a new tab is added." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:789 +#: data/com.github.phase1geo.minder.appdata.xml.in:807 msgid "" "Fixed bug with updating tab tooltip and saving tab state when filename is " "changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:797 +#: data/com.github.phase1geo.minder.appdata.xml.in:815 msgid "" "Added ability to delete a single node (instead of the node and its subtree) " "in the contextual menu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:798 +#: data/com.github.phase1geo.minder.appdata.xml.in:816 msgid "" "When a new document is first saved, the first root node text is used as the " "default filename." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:799 +#: data/com.github.phase1geo.minder.appdata.xml.in:817 msgid "" "Added multi-select support which includes: Changing styles; Copy, cut, paste " "and delete support; Connect two selected nodes; Create node links between " "two or more selected nodes; and Fold/unfold selected nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:801 +#: data/com.github.phase1geo.minder.appdata.xml.in:819 msgid "Added support for URLs in node titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:802 +#: data/com.github.phase1geo.minder.appdata.xml.in:820 msgid "" "Added support for Markdown within a note: Notes are syntax highlighted; and " "Embedded URLs can be opened by Control-Clicking on them." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:806 +#: data/com.github.phase1geo.minder.appdata.xml.in:824 msgid "" "Updated application icon and other recently improved icons for improved " "readability (thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:807 +#: data/com.github.phase1geo.minder.appdata.xml.in:825 msgid "Improved look and readability of theme icons in the sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:808 +#: data/com.github.phase1geo.minder.appdata.xml.in:826 msgid "Changed sidebar to display theme icons in a grid layout." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:809 +#: data/com.github.phase1geo.minder.appdata.xml.in:827 msgid "Improved various export format output." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:813 +#: data/com.github.phase1geo.minder.appdata.xml.in:831 msgid "" "Fixed various compiler warnings/errors after compiling with latest version " "of Vala compiler." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:821 +#: data/com.github.phase1geo.minder.appdata.xml.in:839 msgid "Improved various icons (thanks to Nararyans R.I.)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:825 +#: data/com.github.phase1geo.minder.appdata.xml.in:843 msgid "Downgraded Node.js to fix Travis CI builds" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:826 +#: data/com.github.phase1geo.minder.appdata.xml.in:844 msgid "Fixed various compiler errors/warnings" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:834 +#: data/com.github.phase1geo.minder.appdata.xml.in:852 msgid "Added export to yEd." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:835 +#: data/com.github.phase1geo.minder.appdata.xml.in:853 msgid "Added ability to create, edit and delete custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:836 +#: data/com.github.phase1geo.minder.appdata.xml.in:854 msgid "" "Added new quick entry mode, allowing node trees to be input within a text " "editor." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:837 +#: data/com.github.phase1geo.minder.appdata.xml.in:855 msgid "Added Control-W keyboard shortcut to close the current tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:838 +#: data/com.github.phase1geo.minder.appdata.xml.in:856 msgid "Added shortcut exploration help window (use F1 key to display)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:842 +#: data/com.github.phase1geo.minder.appdata.xml.in:860 msgid "" "New search icon which has better contrast for Minder's themed header bar " "(thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:843 +#: data/com.github.phase1geo.minder.appdata.xml.in:861 msgid "New non-symbolic sidebar icon in header bar (thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:844 +#: data/com.github.phase1geo.minder.appdata.xml.in:862 msgid "" "New Minder application icon which fits in with the elementary OS color " "scheme better (thansk to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:845 +#: data/com.github.phase1geo.minder.appdata.xml.in:863 msgid "New focus icon in header bar (thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:846 +#: data/com.github.phase1geo.minder.appdata.xml.in:864 msgid "Improved styling when creating a new node/connection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:850 +#: data/com.github.phase1geo.minder.appdata.xml.in:868 msgid "" "Fixed issue where separate trees in same mind-map where allowed to overlap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:851 +#: data/com.github.phase1geo.minder.appdata.xml.in:869 msgid "Fixed node link drawing issue when using manual layout mode." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:852 +#: data/com.github.phase1geo.minder.appdata.xml.in:870 msgid "" "Fixed issues drawing arrows properly when straight node links were being " "used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:853 +#: data/com.github.phase1geo.minder.appdata.xml.in:871 msgid "Fixed display issues with the node fill switch in the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:854 +#: data/com.github.phase1geo.minder.appdata.xml.in:872 msgid "Fixed support for cut, copy and pasting connection title text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:855 +#: data/com.github.phase1geo.minder.appdata.xml.in:873 msgid "Fixed keyboard shortcut for toggling focus mode." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:862 +#: data/com.github.phase1geo.minder.appdata.xml.in:880 msgid "Fixed issue with automatic layout that was introduced in 1.4.0." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:870 +#: data/com.github.phase1geo.minder.appdata.xml.in:888 msgid "Added support for focus mode." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:871 +#: data/com.github.phase1geo.minder.appdata.xml.in:889 msgid "Added support for multiple documents with tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:872 +#: data/com.github.phase1geo.minder.appdata.xml.in:890 msgid "Added support for resizing the inspector sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:873 +#: data/com.github.phase1geo.minder.appdata.xml.in:891 msgid "" "Added support for creating a new node directly from editing an existing node " "presssing Return or Tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:874 +#: data/com.github.phase1geo.minder.appdata.xml.in:892 msgid "Added support for adding a new parent node to an existing node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:875 +#: data/com.github.phase1geo.minder.appdata.xml.in:893 msgid "" "Added support for importing/exporting to FreeMind and Freeplane formats." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:876 +#: data/com.github.phase1geo.minder.appdata.xml.in:894 msgid "Added support for sorting children either alphabetically or randomly." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:877 +#: data/com.github.phase1geo.minder.appdata.xml.in:895 msgid "" "Added support for creating a link from one node to another node in the same " "map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:878 +#: data/com.github.phase1geo.minder.appdata.xml.in:896 msgid "Added support for building a Flatpak." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:882 +#: data/com.github.phase1geo.minder.appdata.xml.in:900 msgid "Removed markup from translated strings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:883 +#: data/com.github.phase1geo.minder.appdata.xml.in:901 msgid "Standardized tooltips that display accelerator information." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:884 +#: data/com.github.phase1geo.minder.appdata.xml.in:902 msgid "Changed the way that node/connection titles are displayed in inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:885 +#: data/com.github.phase1geo.minder.appdata.xml.in:903 msgid "" "Changed app terminal script to allow command-line arguments to be passed to " "debug subcommand." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:886 +#: data/com.github.phase1geo.minder.appdata.xml.in:904 msgid "Changed header bar and widget colors to match Minder brand color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:887 +#: data/com.github.phase1geo.minder.appdata.xml.in:905 msgid "" "Changed search icon in header bar to a symbolic icon to improve readability." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:888 +#: data/com.github.phase1geo.minder.appdata.xml.in:906 msgid "" "When note tooltip is displayed, markup text is rendered for improved " "readability." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:889 +#: data/com.github.phase1geo.minder.appdata.xml.in:907 msgid "" "Enhanced app script to allow command-line arguments to be passed to debug " "subcommand." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:893 +#: data/com.github.phase1geo.minder.appdata.xml.in:911 msgid "" "Fixed an issue with calculating connection endpoints when a portion of the " "node is not visible." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:894 +#: data/com.github.phase1geo.minder.appdata.xml.in:912 msgid "Fixed file naming issue when a file is imported." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:895 +#: data/com.github.phase1geo.minder.appdata.xml.in:913 msgid "" "Fixed issue with displaying resized nodes on open or application startup." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:902 +#: data/com.github.phase1geo.minder.appdata.xml.in:920 msgid "Fixing issue with export functions." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:908 +#: data/com.github.phase1geo.minder.appdata.xml.in:926 msgid "Let's stay connected!" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:910 +#: data/com.github.phase1geo.minder.appdata.xml.in:928 msgid "Added support for creating a visual connection between any two nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:911 +#: data/com.github.phase1geo.minder.appdata.xml.in:929 msgid "Added ability to show/hide all connections in the map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:912 +#: data/com.github.phase1geo.minder.appdata.xml.in:930 msgid "" "Added support for remembering the last selected child of a node when " "navigating the map with the keyboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:913 +#: data/com.github.phase1geo.minder.appdata.xml.in:931 msgid "" "When escape key is used when editing text, editing mode is ended without " "reverting text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:914 +#: data/com.github.phase1geo.minder.appdata.xml.in:932 msgid "" "Created unique contextual menus depending on what is selected in the mind " "map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:915 +#: data/com.github.phase1geo.minder.appdata.xml.in:933 msgid "" "Changed Node sidebar tab to Current which shows either the currently " "selected node or connection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:916 +#: data/com.github.phase1geo.minder.appdata.xml.in:934 msgid "Improved link drawing when a node tree is being moved." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:917 +#: data/com.github.phase1geo.minder.appdata.xml.in:935 msgid "Switched from using GtkFileChooserDialog to GtkFileChooserNative." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:918 +#: data/com.github.phase1geo.minder.appdata.xml.in:936 msgid "" "Added support for inserting emoji when editing text in the mind map (use " "Control-period)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:919 +#: data/com.github.phase1geo.minder.appdata.xml.in:937 msgid "Improved readability of theme name when the theme is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:920 +#: data/com.github.phase1geo.minder.appdata.xml.in:938 msgid "" "Fixed issue where changing a global style was not saved/applied to new nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:921 +#: data/com.github.phase1geo.minder.appdata.xml.in:939 msgid "" "Improved copy/paste support of nodes so that copied items can be pasted in " "other mind maps." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:922 +#: data/com.github.phase1geo.minder.appdata.xml.in:940 msgid "" "Added support for dynamically changing to dark mode in the UI if the prefer-" "dark desktop gsetting is set." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:923 +#: data/com.github.phase1geo.minder.appdata.xml.in:941 msgid "Added ability to show/hide each panel within the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:924 +#: data/com.github.phase1geo.minder.appdata.xml.in:942 msgid "Removed support for Loki builds." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:931 +#: data/com.github.phase1geo.minder.appdata.xml.in:949 msgid "Fixing appdata.xml file omission." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:932 +#: data/com.github.phase1geo.minder.appdata.xml.in:950 msgid "" "Removing automatic style apply when the affects is set to certain values." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:939 +#: data/com.github.phase1geo.minder.appdata.xml.in:957 msgid "Added Spanish translation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:940 +#: data/com.github.phase1geo.minder.appdata.xml.in:958 msgid "" "Added support for Control-Return/Tab to support adding newlines/tabs in a " "node's title." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:941 +#: data/com.github.phase1geo.minder.appdata.xml.in:959 msgid "Improved node title editing support for selection and cursor movement." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:942 +#: data/com.github.phase1geo.minder.appdata.xml.in:960 msgid "Added support for automatically opening Minder files from Files." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:943 +#: data/com.github.phase1geo.minder.appdata.xml.in:961 msgid "Added ability to modify styles of nodes and links." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:944 +#: data/com.github.phase1geo.minder.appdata.xml.in:962 msgid "" "Changed layouts to be stored on a per tree basis instead of a per document " "basis." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:945 +#: data/com.github.phase1geo.minder.appdata.xml.in:963 msgid "Added support for exporting to the Mermaid format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:946 +#: data/com.github.phase1geo.minder.appdata.xml.in:964 msgid "Added support for disabling/enabling displaying markup in node title." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:947 +#: data/com.github.phase1geo.minder.appdata.xml.in:965 msgid "Improved the look of the fold indicators." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:948 +#: data/com.github.phase1geo.minder.appdata.xml.in:966 msgid "Lots of bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:955 +#: data/com.github.phase1geo.minder.appdata.xml.in:973 msgid "Adding Spanish translation (thanks to Adolfo Jayme-Barrientos)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:956 +#: data/com.github.phase1geo.minder.appdata.xml.in:974 msgid "Adding support for special character insertion via the Compose key." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:962 +#: data/com.github.phase1geo.minder.appdata.xml.in:980 msgid "Updating French translation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:967 +#: data/com.github.phase1geo.minder.appdata.xml.in:985 msgid "Bug fix release" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:969 +#: data/com.github.phase1geo.minder.appdata.xml.in:987 msgid "Fixed bugs related to editing unicode characters in map area." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:970 +#: data/com.github.phase1geo.minder.appdata.xml.in:988 msgid "" "Reduced height of node textbox in sidebar to help alleviate window sizing " "problems." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:971 +#: data/com.github.phase1geo.minder.appdata.xml.in:989 msgid "" "Fixed issue with moving a node to a different position within a parent node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:972 +#: data/com.github.phase1geo.minder.appdata.xml.in:990 msgid "Fixed issue connecting a root node to another node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:978 +#: data/com.github.phase1geo.minder.appdata.xml.in:996 msgid "Images now supported!" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:980 +#: data/com.github.phase1geo.minder.appdata.xml.in:998 msgid "Added support for images within nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:981 +#: data/com.github.phase1geo.minder.appdata.xml.in:999 msgid "Added basic image editing support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:982 +#: data/com.github.phase1geo.minder.appdata.xml.in:1000 msgid "Added support for dragging and dropping local and web images." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:983 +#: data/com.github.phase1geo.minder.appdata.xml.in:1001 msgid "Added support for resizing node width." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:984 +#: data/com.github.phase1geo.minder.appdata.xml.in:1002 msgid "Changed cursors when over a task button." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:985 +#: data/com.github.phase1geo.minder.appdata.xml.in:1003 msgid "Changed location of task and note elements in a node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:986 +#: data/com.github.phase1geo.minder.appdata.xml.in:1004 msgid "Added support for keeping the map from scrolling off screen." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:987 +#: data/com.github.phase1geo.minder.appdata.xml.in:1005 msgid "Added support for shift-mousewheel to scroll horizontally." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:988 +#: data/com.github.phase1geo.minder.appdata.xml.in:1006 msgid "Added support for control-mousewheel to zoom in/out." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:989 +#: data/com.github.phase1geo.minder.appdata.xml.in:1007 msgid "Fixed issue with drawing background when zoom factor was small." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:990 +#: data/com.github.phase1geo.minder.appdata.xml.in:1008 msgid "" "Custom icons are now stored as a gresource rather than in the file system." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:991 +#: data/com.github.phase1geo.minder.appdata.xml.in:1009 msgid "Other minor bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:997 +#: data/com.github.phase1geo.minder.appdata.xml.in:1015 msgid "Support for more export types and bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:999 +#: data/com.github.phase1geo.minder.appdata.xml.in:1017 msgid "" "Added support for exporting to SVG, JPEG, BMP, Markdown, PlainText and CSV " "formats." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1000 +#: data/com.github.phase1geo.minder.appdata.xml.in:1018 msgid "Added support for folding all completed tasks in map inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1001 +#: data/com.github.phase1geo.minder.appdata.xml.in:1019 msgid "Added support for unfolding all folded nodes in map inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1002 +#: data/com.github.phase1geo.minder.appdata.xml.in:1020 msgid "Added Solarized Dark and Solarized Light themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1003 +#: data/com.github.phase1geo.minder.appdata.xml.in:1021 msgid "Changing button display in map inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1004 +#: data/com.github.phase1geo.minder.appdata.xml.in:1022 msgid "Cleaning up Export menu to include a single \"Export\" option." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1005 +#: data/com.github.phase1geo.minder.appdata.xml.in:1023 msgid "" "Fixing issue where modified node title in node inspector was lost when input " "focus was changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1006 +#: data/com.github.phase1geo.minder.appdata.xml.in:1024 msgid "Fixing issue where an entire tree is attached to another tree." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1007 +#: data/com.github.phase1geo.minder.appdata.xml.in:1025 msgid "Added Czech translation (thanks to Jan Marek!)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1008 +#: data/com.github.phase1geo.minder.appdata.xml.in:1026 msgid "Added French translation (thanks to Yannick A.!)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1009 +#: data/com.github.phase1geo.minder.appdata.xml.in:1027 msgid "Added Brazilian Portuguese translation (thanks to btd1337!)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1015 +#: data/com.github.phase1geo.minder.appdata.xml.in:1033 msgid "Initial startup bug fix." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1020 +#: data/com.github.phase1geo.minder.appdata.xml.in:1038 msgid "Search improvements and bug fixes" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1022 +#: data/com.github.phase1geo.minder.appdata.xml.in:1040 msgid "Added ability to search within notes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1023 +#: data/com.github.phase1geo.minder.appdata.xml.in:1041 msgid "" "Added ability to optionally control search criteria within search popover." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1024 +#: data/com.github.phase1geo.minder.appdata.xml.in:1042 msgid "Fixed screenshots." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1025 +#: data/com.github.phase1geo.minder.appdata.xml.in:1043 msgid "" "Changed properties header bar icon to a sidebar hide/show icon for clarity." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1026 +#: data/com.github.phase1geo.minder.appdata.xml.in:1044 msgid "Several minor UI improvements." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1027 +#: data/com.github.phase1geo.minder.appdata.xml.in:1045 msgid "Removing deprecated GTK calls." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1028 +#: data/com.github.phase1geo.minder.appdata.xml.in:1046 msgid "Added ability to double-click on a node to make it editable." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1029 +#: data/com.github.phase1geo.minder.appdata.xml.in:1047 msgid "Bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1035 +#: data/com.github.phase1geo.minder.appdata.xml.in:1053 msgid "Initial release" msgstr "" diff --git a/po/extra/ru.po b/po/extra/ru.po index 04d52430..a9ebe3f8 100644 --- a/po/extra/ru.po +++ b/po/extra/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Minder 1.12.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: 2023-04-21 15:45+0200\n" "Last-Translator: Alexandre Prokoudine \n" "Language-Team: Russian \n" @@ -186,320 +186,338 @@ msgstr "Trevor Williams" #: data/com.github.phase1geo.minder.appdata.xml.in:97 #: data/com.github.phase1geo.minder.appdata.xml.in:115 -#: data/com.github.phase1geo.minder.appdata.xml.in:182 -#: data/com.github.phase1geo.minder.appdata.xml.in:211 -#: data/com.github.phase1geo.minder.appdata.xml.in:243 -#: data/com.github.phase1geo.minder.appdata.xml.in:305 -#: data/com.github.phase1geo.minder.appdata.xml.in:350 -#: data/com.github.phase1geo.minder.appdata.xml.in:419 -#: data/com.github.phase1geo.minder.appdata.xml.in:440 -#: data/com.github.phase1geo.minder.appdata.xml.in:461 -#: data/com.github.phase1geo.minder.appdata.xml.in:485 -#: data/com.github.phase1geo.minder.appdata.xml.in:549 -#: data/com.github.phase1geo.minder.appdata.xml.in:569 -#: data/com.github.phase1geo.minder.appdata.xml.in:603 -#: data/com.github.phase1geo.minder.appdata.xml.in:667 -#: data/com.github.phase1geo.minder.appdata.xml.in:701 -#: data/com.github.phase1geo.minder.appdata.xml.in:737 -#: data/com.github.phase1geo.minder.appdata.xml.in:761 -#: data/com.github.phase1geo.minder.appdata.xml.in:795 -#: data/com.github.phase1geo.minder.appdata.xml.in:832 -#: data/com.github.phase1geo.minder.appdata.xml.in:868 +#: data/com.github.phase1geo.minder.appdata.xml.in:133 +#: data/com.github.phase1geo.minder.appdata.xml.in:200 +#: data/com.github.phase1geo.minder.appdata.xml.in:229 +#: data/com.github.phase1geo.minder.appdata.xml.in:261 +#: data/com.github.phase1geo.minder.appdata.xml.in:323 +#: data/com.github.phase1geo.minder.appdata.xml.in:368 +#: data/com.github.phase1geo.minder.appdata.xml.in:437 +#: data/com.github.phase1geo.minder.appdata.xml.in:458 +#: data/com.github.phase1geo.minder.appdata.xml.in:479 +#: data/com.github.phase1geo.minder.appdata.xml.in:503 +#: data/com.github.phase1geo.minder.appdata.xml.in:567 +#: data/com.github.phase1geo.minder.appdata.xml.in:587 +#: data/com.github.phase1geo.minder.appdata.xml.in:621 +#: data/com.github.phase1geo.minder.appdata.xml.in:685 +#: data/com.github.phase1geo.minder.appdata.xml.in:719 +#: data/com.github.phase1geo.minder.appdata.xml.in:755 +#: data/com.github.phase1geo.minder.appdata.xml.in:779 +#: data/com.github.phase1geo.minder.appdata.xml.in:813 +#: data/com.github.phase1geo.minder.appdata.xml.in:850 +#: data/com.github.phase1geo.minder.appdata.xml.in:886 msgid "New" msgstr "" #: data/com.github.phase1geo.minder.appdata.xml.in:99 #, fuzzy -msgid "Added support for Shift-Tab to unindent nodes in Quick Entry." +msgid "Added support for Shift-L to change the color of any selected nodes." msgstr "Добавлена поддержка изображений внутри узлов." -#: data/com.github.phase1geo.minder.appdata.xml.in:101 -#: data/com.github.phase1geo.minder.appdata.xml.in:123 -#: data/com.github.phase1geo.minder.appdata.xml.in:146 -#: data/com.github.phase1geo.minder.appdata.xml.in:160 -#: data/com.github.phase1geo.minder.appdata.xml.in:172 -#: data/com.github.phase1geo.minder.appdata.xml.in:187 -#: data/com.github.phase1geo.minder.appdata.xml.in:215 -#: data/com.github.phase1geo.minder.appdata.xml.in:231 -#: data/com.github.phase1geo.minder.appdata.xml.in:260 -#: data/com.github.phase1geo.minder.appdata.xml.in:317 -#: data/com.github.phase1geo.minder.appdata.xml.in:337 -#: data/com.github.phase1geo.minder.appdata.xml.in:359 -#: data/com.github.phase1geo.minder.appdata.xml.in:390 -#: data/com.github.phase1geo.minder.appdata.xml.in:405 -#: data/com.github.phase1geo.minder.appdata.xml.in:424 -#: data/com.github.phase1geo.minder.appdata.xml.in:465 -#: data/com.github.phase1geo.minder.appdata.xml.in:496 -#: data/com.github.phase1geo.minder.appdata.xml.in:534 -#: data/com.github.phase1geo.minder.appdata.xml.in:553 -#: data/com.github.phase1geo.minder.appdata.xml.in:582 -#: data/com.github.phase1geo.minder.appdata.xml.in:618 -#: data/com.github.phase1geo.minder.appdata.xml.in:654 -#: data/com.github.phase1geo.minder.appdata.xml.in:673 -#: data/com.github.phase1geo.minder.appdata.xml.in:715 -#: data/com.github.phase1geo.minder.appdata.xml.in:742 -#: data/com.github.phase1geo.minder.appdata.xml.in:773 -#: data/com.github.phase1geo.minder.appdata.xml.in:804 -#: data/com.github.phase1geo.minder.appdata.xml.in:819 -#: data/com.github.phase1geo.minder.appdata.xml.in:840 -#: data/com.github.phase1geo.minder.appdata.xml.in:880 +#: data/com.github.phase1geo.minder.appdata.xml.in:100 +#, fuzzy +msgid "Added support for natural scrolling preference." +msgstr "Добавлен режим фокусировки." + +#: data/com.github.phase1geo.minder.appdata.xml.in:102 +#: data/com.github.phase1geo.minder.appdata.xml.in:119 +#: data/com.github.phase1geo.minder.appdata.xml.in:141 +#: data/com.github.phase1geo.minder.appdata.xml.in:164 +#: data/com.github.phase1geo.minder.appdata.xml.in:178 +#: data/com.github.phase1geo.minder.appdata.xml.in:190 +#: data/com.github.phase1geo.minder.appdata.xml.in:205 +#: data/com.github.phase1geo.minder.appdata.xml.in:233 +#: data/com.github.phase1geo.minder.appdata.xml.in:249 +#: data/com.github.phase1geo.minder.appdata.xml.in:278 +#: data/com.github.phase1geo.minder.appdata.xml.in:335 +#: data/com.github.phase1geo.minder.appdata.xml.in:355 +#: data/com.github.phase1geo.minder.appdata.xml.in:377 +#: data/com.github.phase1geo.minder.appdata.xml.in:408 +#: data/com.github.phase1geo.minder.appdata.xml.in:423 +#: data/com.github.phase1geo.minder.appdata.xml.in:442 +#: data/com.github.phase1geo.minder.appdata.xml.in:483 +#: data/com.github.phase1geo.minder.appdata.xml.in:514 +#: data/com.github.phase1geo.minder.appdata.xml.in:552 +#: data/com.github.phase1geo.minder.appdata.xml.in:571 +#: data/com.github.phase1geo.minder.appdata.xml.in:600 +#: data/com.github.phase1geo.minder.appdata.xml.in:636 +#: data/com.github.phase1geo.minder.appdata.xml.in:672 +#: data/com.github.phase1geo.minder.appdata.xml.in:691 +#: data/com.github.phase1geo.minder.appdata.xml.in:733 +#: data/com.github.phase1geo.minder.appdata.xml.in:760 +#: data/com.github.phase1geo.minder.appdata.xml.in:791 +#: data/com.github.phase1geo.minder.appdata.xml.in:822 +#: data/com.github.phase1geo.minder.appdata.xml.in:837 +#: data/com.github.phase1geo.minder.appdata.xml.in:858 +#: data/com.github.phase1geo.minder.appdata.xml.in:898 msgid "Changes" msgstr "Изменения" -#: data/com.github.phase1geo.minder.appdata.xml.in:103 -#: data/com.github.phase1geo.minder.appdata.xml.in:125 +#: data/com.github.phase1geo.minder.appdata.xml.in:104 +msgid "" +"Updated README.md to change the installation instructions for Arch-based " +"distros to avoid issues with discount library." +msgstr "" + +#: data/com.github.phase1geo.minder.appdata.xml.in:117 +#, fuzzy +msgid "Added support for Shift-Tab to unindent nodes in Quick Entry." +msgstr "Добавлена поддержка изображений внутри узлов." + +#: data/com.github.phase1geo.minder.appdata.xml.in:121 +#: data/com.github.phase1geo.minder.appdata.xml.in:143 #, fuzzy msgid "Updated Italian translation (thanks to @albanobatistella)." msgstr "Обновлена итальянская локализация (спасибо @albanobattistella)." -#: data/com.github.phase1geo.minder.appdata.xml.in:104 +#: data/com.github.phase1geo.minder.appdata.xml.in:122 msgid "Improved Quick Entry auto-formatting to reduce user errors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:117 +#: data/com.github.phase1geo.minder.appdata.xml.in:135 #, fuzzy msgid "Added support for adding node links in node, connection or group notes." msgstr "Добавлена поддержка URL в заголовках узлов." -#: data/com.github.phase1geo.minder.appdata.xml.in:118 +#: data/com.github.phase1geo.minder.appdata.xml.in:136 #, fuzzy msgid "Added support for providing custom stickers." msgstr "Добавлен режим фокусировки." -#: data/com.github.phase1geo.minder.appdata.xml.in:119 +#: data/com.github.phase1geo.minder.appdata.xml.in:137 #, fuzzy msgid "Added support for callouts that can be applied to nodes." msgstr "Добавлена поддержка изображений внутри узлов." -#: data/com.github.phase1geo.minder.appdata.xml.in:120 +#: data/com.github.phase1geo.minder.appdata.xml.in:138 msgid "" "Added node alignment toolbar in map sidebar when manual layout mode is " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:121 +#: data/com.github.phase1geo.minder.appdata.xml.in:139 msgid "Added output scaling to PNG/JPEG export options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:126 +#: data/com.github.phase1geo.minder.appdata.xml.in:144 #, fuzzy msgid "Updated Revised Simplified Chinese translation (thanks to @aerowolf)." msgstr "Обновлена русская локализация (Александр Прокудин)" -#: data/com.github.phase1geo.minder.appdata.xml.in:127 +#: data/com.github.phase1geo.minder.appdata.xml.in:145 #, fuzzy msgid "Updated German translation (thanks to Benjamin Weis)." msgstr "Обновлена немецкая локализация (спасибо @hztirf и @bewe)." -#: data/com.github.phase1geo.minder.appdata.xml.in:128 -#: data/com.github.phase1geo.minder.appdata.xml.in:175 -#: data/com.github.phase1geo.minder.appdata.xml.in:362 +#: data/com.github.phase1geo.minder.appdata.xml.in:146 +#: data/com.github.phase1geo.minder.appdata.xml.in:193 +#: data/com.github.phase1geo.minder.appdata.xml.in:380 msgid "Updated Russian translation (thanks to Alexandre Prokoudine)." msgstr "Обновлена русская локализация (Александр Прокудин)" -#: data/com.github.phase1geo.minder.appdata.xml.in:130 -#: data/com.github.phase1geo.minder.appdata.xml.in:150 -#: data/com.github.phase1geo.minder.appdata.xml.in:164 -#: data/com.github.phase1geo.minder.appdata.xml.in:193 -#: data/com.github.phase1geo.minder.appdata.xml.in:220 -#: data/com.github.phase1geo.minder.appdata.xml.in:235 -#: data/com.github.phase1geo.minder.appdata.xml.in:283 -#: data/com.github.phase1geo.minder.appdata.xml.in:326 -#: data/com.github.phase1geo.minder.appdata.xml.in:342 -#: data/com.github.phase1geo.minder.appdata.xml.in:374 -#: data/com.github.phase1geo.minder.appdata.xml.in:395 -#: data/com.github.phase1geo.minder.appdata.xml.in:409 -#: data/com.github.phase1geo.minder.appdata.xml.in:429 -#: data/com.github.phase1geo.minder.appdata.xml.in:445 -#: data/com.github.phase1geo.minder.appdata.xml.in:474 -#: data/com.github.phase1geo.minder.appdata.xml.in:509 -#: data/com.github.phase1geo.minder.appdata.xml.in:538 -#: data/com.github.phase1geo.minder.appdata.xml.in:559 -#: data/com.github.phase1geo.minder.appdata.xml.in:589 -#: data/com.github.phase1geo.minder.appdata.xml.in:627 +#: data/com.github.phase1geo.minder.appdata.xml.in:148 +#: data/com.github.phase1geo.minder.appdata.xml.in:168 +#: data/com.github.phase1geo.minder.appdata.xml.in:182 +#: data/com.github.phase1geo.minder.appdata.xml.in:211 +#: data/com.github.phase1geo.minder.appdata.xml.in:238 +#: data/com.github.phase1geo.minder.appdata.xml.in:253 +#: data/com.github.phase1geo.minder.appdata.xml.in:301 +#: data/com.github.phase1geo.minder.appdata.xml.in:344 +#: data/com.github.phase1geo.minder.appdata.xml.in:360 +#: data/com.github.phase1geo.minder.appdata.xml.in:392 +#: data/com.github.phase1geo.minder.appdata.xml.in:413 +#: data/com.github.phase1geo.minder.appdata.xml.in:427 +#: data/com.github.phase1geo.minder.appdata.xml.in:447 +#: data/com.github.phase1geo.minder.appdata.xml.in:463 +#: data/com.github.phase1geo.minder.appdata.xml.in:492 +#: data/com.github.phase1geo.minder.appdata.xml.in:527 +#: data/com.github.phase1geo.minder.appdata.xml.in:556 +#: data/com.github.phase1geo.minder.appdata.xml.in:577 +#: data/com.github.phase1geo.minder.appdata.xml.in:607 #: data/com.github.phase1geo.minder.appdata.xml.in:645 -#: data/com.github.phase1geo.minder.appdata.xml.in:658 -#: data/com.github.phase1geo.minder.appdata.xml.in:681 -#: data/com.github.phase1geo.minder.appdata.xml.in:725 -#: data/com.github.phase1geo.minder.appdata.xml.in:750 -#: data/com.github.phase1geo.minder.appdata.xml.in:780 -#: data/com.github.phase1geo.minder.appdata.xml.in:811 -#: data/com.github.phase1geo.minder.appdata.xml.in:823 -#: data/com.github.phase1geo.minder.appdata.xml.in:848 -#: data/com.github.phase1geo.minder.appdata.xml.in:891 +#: data/com.github.phase1geo.minder.appdata.xml.in:663 +#: data/com.github.phase1geo.minder.appdata.xml.in:676 +#: data/com.github.phase1geo.minder.appdata.xml.in:699 +#: data/com.github.phase1geo.minder.appdata.xml.in:743 +#: data/com.github.phase1geo.minder.appdata.xml.in:768 +#: data/com.github.phase1geo.minder.appdata.xml.in:798 +#: data/com.github.phase1geo.minder.appdata.xml.in:829 +#: data/com.github.phase1geo.minder.appdata.xml.in:841 +#: data/com.github.phase1geo.minder.appdata.xml.in:866 +#: data/com.github.phase1geo.minder.appdata.xml.in:909 msgid "Bug Fixes" msgstr "Исправления ошибок" -#: data/com.github.phase1geo.minder.appdata.xml.in:132 +#: data/com.github.phase1geo.minder.appdata.xml.in:150 msgid "Fixed potential issues with custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:133 +#: data/com.github.phase1geo.minder.appdata.xml.in:151 msgid "Fixed tab state saving when tabs are closed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:134 +#: data/com.github.phase1geo.minder.appdata.xml.in:152 msgid "Fixed contextual menu when connection text is editable." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:148 +#: data/com.github.phase1geo.minder.appdata.xml.in:166 msgid "Adding auto-adjusting bottom margin in quick entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:152 +#: data/com.github.phase1geo.minder.appdata.xml.in:170 msgid "" "Fixed application crash when root node contains a note/link and node fill " "style is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:153 +#: data/com.github.phase1geo.minder.appdata.xml.in:171 #, fuzzy msgid "Fixed issue with unfolding all nodes." msgstr "Добавлен экспорт в формат Mermaid." -#: data/com.github.phase1geo.minder.appdata.xml.in:154 +#: data/com.github.phase1geo.minder.appdata.xml.in:172 msgid "Fixing middle mouse drag pan behavior." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:162 +#: data/com.github.phase1geo.minder.appdata.xml.in:180 msgid "Added app script subcommands for building/running flatpaks." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:166 +#: data/com.github.phase1geo.minder.appdata.xml.in:184 msgid "Fixed issues with Flatpak" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:174 -#: data/com.github.phase1geo.minder.appdata.xml.in:361 -#: data/com.github.phase1geo.minder.appdata.xml.in:555 -#: data/com.github.phase1geo.minder.appdata.xml.in:656 +#: data/com.github.phase1geo.minder.appdata.xml.in:192 +#: data/com.github.phase1geo.minder.appdata.xml.in:379 +#: data/com.github.phase1geo.minder.appdata.xml.in:573 +#: data/com.github.phase1geo.minder.appdata.xml.in:674 msgid "Updated Italian translation (thanks to @albanobattistella)." msgstr "Обновлена итальянская локализация (спасибо @albanobattistella)." -#: data/com.github.phase1geo.minder.appdata.xml.in:176 +#: data/com.github.phase1geo.minder.appdata.xml.in:194 msgid "Adjusted codebase to compile on Fedora" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:184 +#: data/com.github.phase1geo.minder.appdata.xml.in:202 #, fuzzy msgid "" "Added new --import command-line option for importing directly from command-" "line." msgstr "Добавлен импорт ментальных карт из командной строки." -#: data/com.github.phase1geo.minder.appdata.xml.in:185 +#: data/com.github.phase1geo.minder.appdata.xml.in:203 #, fuzzy msgid "Added support for importing Markdown." msgstr "Добавлен импорт ментальных карт из командной строки." -#: data/com.github.phase1geo.minder.appdata.xml.in:189 +#: data/com.github.phase1geo.minder.appdata.xml.in:207 msgid "" "Removed --format command-line option in favor of new --import and --export " "options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:190 +#: data/com.github.phase1geo.minder.appdata.xml.in:208 #, fuzzy msgid "Improved export of Markdown output." msgstr "Используйте форматирование Markdown." -#: data/com.github.phase1geo.minder.appdata.xml.in:191 +#: data/com.github.phase1geo.minder.appdata.xml.in:209 msgid "" "Improved loading of Minder Markdown syntax highlighting to make this an " "application-only syntax (not user-wide)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:195 +#: data/com.github.phase1geo.minder.appdata.xml.in:213 msgid "Fixed Markdown export issue with root nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:196 +#: data/com.github.phase1geo.minder.appdata.xml.in:214 #, fuzzy msgid "Fixed issue with inserting non-printable characters." msgstr "Добавлен экспорт в формат Mermaid." -#: data/com.github.phase1geo.minder.appdata.xml.in:197 +#: data/com.github.phase1geo.minder.appdata.xml.in:215 msgid "Fixed issues with cursor movement for RTL languages." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:198 +#: data/com.github.phase1geo.minder.appdata.xml.in:216 msgid "" "Fixed issue with using Control-W shortcut when only a single tab is shown." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:199 +#: data/com.github.phase1geo.minder.appdata.xml.in:217 msgid "Fixed potential issue with adding a new tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:200 +#: data/com.github.phase1geo.minder.appdata.xml.in:218 #, fuzzy msgid "Fixed issues with tab naming of new, unchanged documents." msgstr "Добавлен экспорт в формат Mermaid." -#: data/com.github.phase1geo.minder.appdata.xml.in:201 +#: data/com.github.phase1geo.minder.appdata.xml.in:219 msgid "" "Fixed cursor/selection issue when the Delete key is used (includes " "application crash issue)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:202 +#: data/com.github.phase1geo.minder.appdata.xml.in:220 #, fuzzy msgid "Fixed issue with Control-Up cursor selection shortcut." msgstr "Добавлен экспорт в формат Mermaid." -#: data/com.github.phase1geo.minder.appdata.xml.in:203 +#: data/com.github.phase1geo.minder.appdata.xml.in:221 #, fuzzy msgid "Fixed issue with centering a node with Shift-C." msgstr "Добавлен экспорт в формат Mermaid." -#: data/com.github.phase1geo.minder.appdata.xml.in:204 +#: data/com.github.phase1geo.minder.appdata.xml.in:222 msgid "Fixed several issues related to zoom/scaling." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:205 +#: data/com.github.phase1geo.minder.appdata.xml.in:223 msgid "Fixed location of input method entry field (thanks to @aeghn)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:213 +#: data/com.github.phase1geo.minder.appdata.xml.in:231 #, fuzzy msgid "Added support for embedding image path in Quick Entry." msgstr "Добавлена поддержка изображений внутри узлов." -#: data/com.github.phase1geo.minder.appdata.xml.in:217 -#: data/com.github.phase1geo.minder.appdata.xml.in:233 -#: data/com.github.phase1geo.minder.appdata.xml.in:264 -#: data/com.github.phase1geo.minder.appdata.xml.in:339 -#: data/com.github.phase1geo.minder.appdata.xml.in:392 -#: data/com.github.phase1geo.minder.appdata.xml.in:426 +#: data/com.github.phase1geo.minder.appdata.xml.in:235 +#: data/com.github.phase1geo.minder.appdata.xml.in:251 +#: data/com.github.phase1geo.minder.appdata.xml.in:282 +#: data/com.github.phase1geo.minder.appdata.xml.in:357 +#: data/com.github.phase1geo.minder.appdata.xml.in:410 +#: data/com.github.phase1geo.minder.appdata.xml.in:444 msgid "Updated Italian translation (thanks to @albanobattistella)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:218 +#: data/com.github.phase1geo.minder.appdata.xml.in:236 msgid "Code cleanup" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:222 +#: data/com.github.phase1geo.minder.appdata.xml.in:240 msgid "Fixed issues with exported images including selection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:223 +#: data/com.github.phase1geo.minder.appdata.xml.in:241 msgid "Fixed issue with importing OPML files (thanks to Ygor Mutti)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:224 +#: data/com.github.phase1geo.minder.appdata.xml.in:242 msgid "Fixed issue with undo/redo of Unicode characters." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:225 +#: data/com.github.phase1geo.minder.appdata.xml.in:243 #, fuzzy msgid "Fixed issues with exporting to Outliner format." msgstr "Добавлен экспорт в формат Mermaid." -#: data/com.github.phase1geo.minder.appdata.xml.in:237 +#: data/com.github.phase1geo.minder.appdata.xml.in:255 msgid "Fixing translation issues with Flatpak" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:245 +#: data/com.github.phase1geo.minder.appdata.xml.in:263 msgid "" "Added ability to change the size of the node while leaving the embedded " "image size unchanged." @@ -507,11 +525,11 @@ msgstr "" "Добавлена воможность поменять размер узлов без смены размера вложенного " "изображения." -#: data/com.github.phase1geo.minder.appdata.xml.in:246 +#: data/com.github.phase1geo.minder.appdata.xml.in:264 msgid "Added tooltip to node resize handle." msgstr "Добавлена подсказка в регулятор смены размера узла." -#: data/com.github.phase1geo.minder.appdata.xml.in:247 +#: data/com.github.phase1geo.minder.appdata.xml.in:265 msgid "" "Added Flatpak permission for home folder access by default (thanks to " "@SubhadeepJasu)." @@ -519,40 +537,40 @@ msgstr "" "Добавлено разрешение Flatpak для доступа к домашнему пользовательскому " "каталогу по умолчанию (спасибо @SubhadeepJasu)." -#: data/com.github.phase1geo.minder.appdata.xml.in:248 +#: data/com.github.phase1geo.minder.appdata.xml.in:266 msgid "Added header font scaling in notes field." msgstr "Добавлено масштабирование заголовка шрифта в поле примечаний." -#: data/com.github.phase1geo.minder.appdata.xml.in:249 +#: data/com.github.phase1geo.minder.appdata.xml.in:267 msgid "Added support for exporting a mindmap via the command-line." msgstr "Добавлен экспорт ментальных карт из командной строки." -#: data/com.github.phase1geo.minder.appdata.xml.in:250 +#: data/com.github.phase1geo.minder.appdata.xml.in:268 msgid "Added support for importing via the command-line." msgstr "Добавлен импорт ментальных карт из командной строки." -#: data/com.github.phase1geo.minder.appdata.xml.in:251 +#: data/com.github.phase1geo.minder.appdata.xml.in:269 msgid "Added ability to import a given filesystem as a mindmap." msgstr "Добавлен импорт указанной файловой системы как ментальной карты." -#: data/com.github.phase1geo.minder.appdata.xml.in:252 +#: data/com.github.phase1geo.minder.appdata.xml.in:270 msgid "Added ability to export a mindmap as a filesystem." msgstr "Добавлен экспорт ментальной карты как файловой системы." -#: data/com.github.phase1geo.minder.appdata.xml.in:253 +#: data/com.github.phase1geo.minder.appdata.xml.in:271 msgid "Added zh_CN translation (thanks to @potrans)." msgstr "Добавлена китайская (zh_CN) локализация (спасибо @potrans)." -#: data/com.github.phase1geo.minder.appdata.xml.in:254 +#: data/com.github.phase1geo.minder.appdata.xml.in:272 msgid "Added ability to enable/disable UI animations via gsettings." msgstr "Добавлена возможность переключать анимацию интерфейса через gsettings." -#: data/com.github.phase1geo.minder.appdata.xml.in:255 +#: data/com.github.phase1geo.minder.appdata.xml.in:273 msgid "Added ability to associate a note with a selected group." msgstr "" "Добавлена возможность ассоциировать примечание с выделенной группой узлов." -#: data/com.github.phase1geo.minder.appdata.xml.in:256 +#: data/com.github.phase1geo.minder.appdata.xml.in:274 msgid "" "Added ability to copy and cut nodes via shortcuts when multiple nodes are " "selected." @@ -560,7 +578,7 @@ msgstr "" "Добавлена возможность копировать и вырезать в буфер обмена горячими " "клавишами, когда выделено несколько узлов." -#: data/com.github.phase1geo.minder.appdata.xml.in:257 +#: data/com.github.phase1geo.minder.appdata.xml.in:275 msgid "" "Added ability to insert unicode characters in nodes, connections, and notes " "when a backslash character is entered." @@ -568,7 +586,7 @@ msgstr "" "Добавлена возможность вставлять символы Unicode в узлы, связи и примечания " "после ввода обратной косой черты ('\\')." -#: data/com.github.phase1geo.minder.appdata.xml.in:258 +#: data/com.github.phase1geo.minder.appdata.xml.in:276 msgid "" "Added support to detect read-only mindmap files and handle them " "appropriately." @@ -576,1942 +594,1938 @@ msgstr "" "Добавлено распознавание и корректная обработка файлов ментальных карт, " "доступных только для чтения." -#: data/com.github.phase1geo.minder.appdata.xml.in:262 +#: data/com.github.phase1geo.minder.appdata.xml.in:280 msgid "Updated German translation (thanks to @hztirf and @bewe)" msgstr "Обновлена немецкая локализация (спасибо @hztirf и @bewe)." -#: data/com.github.phase1geo.minder.appdata.xml.in:263 +#: data/com.github.phase1geo.minder.appdata.xml.in:281 msgid "Updated Czech translation (thanks to @G020B)" msgstr "Обновлена чешская локализация (спасибо @G020B)." -#: data/com.github.phase1geo.minder.appdata.xml.in:265 -#: data/com.github.phase1geo.minder.appdata.xml.in:393 +#: data/com.github.phase1geo.minder.appdata.xml.in:283 +#: data/com.github.phase1geo.minder.appdata.xml.in:411 msgid "Updated Russian translation (thanks to Alexandre Prokoudine)" msgstr "Обновлена русская локализация (Александр Прокудин)." -#: data/com.github.phase1geo.minder.appdata.xml.in:266 +#: data/com.github.phase1geo.minder.appdata.xml.in:284 msgid "Updated Portugese translation (thanks to @AncientBlueFrog)" msgstr "Обновлена португальская локализация (спасибо @AncientBlueFrog)." -#: data/com.github.phase1geo.minder.appdata.xml.in:267 +#: data/com.github.phase1geo.minder.appdata.xml.in:285 msgid "Updated Polish translation (thanks to @pyotr71)" msgstr "Обновлена польская локализация (спасибо @pyotr71)." -#: data/com.github.phase1geo.minder.appdata.xml.in:268 +#: data/com.github.phase1geo.minder.appdata.xml.in:286 msgid "Updated Flatpak SDK from 6 to 6.1." msgstr "Flatpak SDK обновлен с версии 6 до 6.1." -#: data/com.github.phase1geo.minder.appdata.xml.in:269 +#: data/com.github.phase1geo.minder.appdata.xml.in:287 msgid "" "Improved sticker search (now case insensitive and uses fuzzy search -- " "thanks to @sibevin)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:270 +#: data/com.github.phase1geo.minder.appdata.xml.in:288 msgid "Changed node borders to use node padding to control shape." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:271 +#: data/com.github.phase1geo.minder.appdata.xml.in:289 msgid "Changed note popup to display rendered text instead of literal text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:272 +#: data/com.github.phase1geo.minder.appdata.xml.in:290 msgid "Updated headerbar icons for Gnome environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:273 +#: data/com.github.phase1geo.minder.appdata.xml.in:291 msgid "" "Mindmap root node text is now used for default filename when initially " "saving mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:274 +#: data/com.github.phase1geo.minder.appdata.xml.in:292 msgid "Changed image UI in sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:275 +#: data/com.github.phase1geo.minder.appdata.xml.in:293 msgid "Removed connection sidebar button bar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:276 +#: data/com.github.phase1geo.minder.appdata.xml.in:294 msgid "" "Improved Zoom to Selected Node functionality with name change (to better " "reflect what this feature does) and keyboard shortcut." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:277 +#: data/com.github.phase1geo.minder.appdata.xml.in:295 msgid "" "Enhanced OrgMode exporter (includes support for indent mode and improved " "output)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:278 +#: data/com.github.phase1geo.minder.appdata.xml.in:296 msgid "Enhanced image exporting features." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:279 +#: data/com.github.phase1geo.minder.appdata.xml.in:297 msgid "" "Minder files no longer contain precise positioning information so eliminate " "file changes on pan and zoom operations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:280 +#: data/com.github.phase1geo.minder.appdata.xml.in:298 msgid "Removed Control-E (export) from shortcuts documentation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:281 +#: data/com.github.phase1geo.minder.appdata.xml.in:299 msgid "Improved autosave frequency." msgstr "Оптимизирована частота автосохранения." -#: data/com.github.phase1geo.minder.appdata.xml.in:285 +#: data/com.github.phase1geo.minder.appdata.xml.in:303 msgid "" "Fixed issues with connections being displayed when ancestor node is folded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:286 +#: data/com.github.phase1geo.minder.appdata.xml.in:304 msgid "Fixed issue with loading an older mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:287 +#: data/com.github.phase1geo.minder.appdata.xml.in:305 msgid "Fixed syntax highlighting in note fields." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:288 +#: data/com.github.phase1geo.minder.appdata.xml.in:306 msgid "Fixed Edit Text node menu functionality." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:289 +#: data/com.github.phase1geo.minder.appdata.xml.in:307 msgid "Fixed issue with node fonts not following the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:290 +#: data/com.github.phase1geo.minder.appdata.xml.in:308 msgid "" "Fixed application crashes when exporting to Freemind, Freeplane, XMind8 and " "Yed formats." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:291 +#: data/com.github.phase1geo.minder.appdata.xml.in:309 msgid "Fixed issue with saving the state of export switch values." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:292 +#: data/com.github.phase1geo.minder.appdata.xml.in:310 msgid "" "Fixed application crash when an image is dropped onto a blank portion of the " "mindmap canvas." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:293 +#: data/com.github.phase1geo.minder.appdata.xml.in:311 msgid "" "Fixed issues with URL link and text colors not changing when theme is " "changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:294 +#: data/com.github.phase1geo.minder.appdata.xml.in:312 msgid "Fixed application crash when grouping root nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:295 +#: data/com.github.phase1geo.minder.appdata.xml.in:313 msgid "Fixed issue causing app script to generate a warning message." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:296 +#: data/com.github.phase1geo.minder.appdata.xml.in:314 msgid "" "Fixed potential issue which caused notes to get deleted when selecting " "nodes, connections or groups." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:297 +#: data/com.github.phase1geo.minder.appdata.xml.in:315 msgid "" "Fixed application crash when saving an unsaved document with no root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:298 +#: data/com.github.phase1geo.minder.appdata.xml.in:316 msgid "Fixed issues with capitalized keyboard shortcuts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:299 +#: data/com.github.phase1geo.minder.appdata.xml.in:317 msgid "Fixed issue with loading file via the command-line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:307 +#: data/com.github.phase1geo.minder.appdata.xml.in:325 msgid "Added support for shallow (one-level folding)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:308 +#: data/com.github.phase1geo.minder.appdata.xml.in:326 msgid "Added import/export support for XMind version 2021." msgstr "Добавлен импорт и экспорт файлов XMind 2021." -#: data/com.github.phase1geo.minder.appdata.xml.in:309 +#: data/com.github.phase1geo.minder.appdata.xml.in:327 msgid "Added support for external mind-map node linking." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:310 +#: data/com.github.phase1geo.minder.appdata.xml.in:328 msgid "Added node link tooltips." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:311 +#: data/com.github.phase1geo.minder.appdata.xml.in:329 msgid "Added support for overriding the color of a root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:312 +#: data/com.github.phase1geo.minder.appdata.xml.in:330 msgid "Added support for Markdown strikethrough syntax." msgstr "Добавлена поддержка зачеркивания в синтаксисе Markdown." -#: data/com.github.phase1geo.minder.appdata.xml.in:313 +#: data/com.github.phase1geo.minder.appdata.xml.in:331 msgid "" "Added support for Control-Backspace/Delete to delete the previous/next word " "when editing node/connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:314 +#: data/com.github.phase1geo.minder.appdata.xml.in:332 msgid "Added tooltip to node fill switch in style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:315 +#: data/com.github.phase1geo.minder.appdata.xml.in:333 msgid "" "Added keyboard shortcuts for adding and removing URL links from node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:319 +#: data/com.github.phase1geo.minder.appdata.xml.in:337 msgid "Updates to Italian translation (thanks to @albanobattistella)" msgstr "Обновлена итальянская локализация (спасибо @albanobattistella)." -#: data/com.github.phase1geo.minder.appdata.xml.in:320 +#: data/com.github.phase1geo.minder.appdata.xml.in:338 msgid "Updates to German translation (thanks to Hannes Fritz)" msgstr "Обновлена немецкая локализация (спасибо Hannes Fritz)." -#: data/com.github.phase1geo.minder.appdata.xml.in:321 +#: data/com.github.phase1geo.minder.appdata.xml.in:339 msgid "Improved accuracy of the list of translatable files." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:322 +#: data/com.github.phase1geo.minder.appdata.xml.in:340 msgid "" "Removed ability to use keyboard shortcuts when a mouse button is pressed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:323 +#: data/com.github.phase1geo.minder.appdata.xml.in:341 msgid "" "Removed Accounts permissions from Flatpak manifest as it is no longer needed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:324 +#: data/com.github.phase1geo.minder.appdata.xml.in:342 msgid "" "Improved adding URL link UI to automatically add URL from clipboard if one " "exists." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:328 +#: data/com.github.phase1geo.minder.appdata.xml.in:346 msgid "Fixed layout issues when pressing keys while animations are in process." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:329 +#: data/com.github.phase1geo.minder.appdata.xml.in:347 msgid "" "Fixed location of text size help information in the appearances preferences " "dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:330 +#: data/com.github.phase1geo.minder.appdata.xml.in:348 msgid "Fixed UX issues when the Hide Connections switch is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:331 +#: data/com.github.phase1geo.minder.appdata.xml.in:349 msgid "Fixed issue with pasting nodes when a node is not selected in a map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:340 +#: data/com.github.phase1geo.minder.appdata.xml.in:358 msgid "Updated screenshots for elementary OS 6." msgstr "Скриншоты обновлены для elementary OS 6." -#: data/com.github.phase1geo.minder.appdata.xml.in:344 +#: data/com.github.phase1geo.minder.appdata.xml.in:362 msgid "Fixed command support for non-English keyboard layouts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:352 +#: data/com.github.phase1geo.minder.appdata.xml.in:370 msgid "" "Added support for toggling the task indicator when multiple nodes are " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:353 +#: data/com.github.phase1geo.minder.appdata.xml.in:371 msgid "Added German translation (thanks to Peter Sonntaga)." msgstr "Добавлена немецкая локализация (спасибо Peter Sonntaga)." -#: data/com.github.phase1geo.minder.appdata.xml.in:354 +#: data/com.github.phase1geo.minder.appdata.xml.in:372 msgid "Added zoom amount in the zoom button tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:355 +#: data/com.github.phase1geo.minder.appdata.xml.in:373 msgid "" "Added support for y command to create/remove node links when multiple nodes " "are selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:356 +#: data/com.github.phase1geo.minder.appdata.xml.in:374 msgid "" "Added support for x command to create connections when two nodes are " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:357 +#: data/com.github.phase1geo.minder.appdata.xml.in:375 msgid "Added support for system dark mode setting." msgstr "Добавлена поддержка системной темной темы." -#: data/com.github.phase1geo.minder.appdata.xml.in:363 +#: data/com.github.phase1geo.minder.appdata.xml.in:381 msgid "Improved task indicator sizes in leaf nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:364 +#: data/com.github.phase1geo.minder.appdata.xml.in:382 msgid "Changed fold indicator from a circle to a square." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:365 +#: data/com.github.phase1geo.minder.appdata.xml.in:383 msgid "Removed zoom in/out menu items and made them buttons instead." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:366 +#: data/com.github.phase1geo.minder.appdata.xml.in:384 msgid "" "Node/connection is now automatically selected on right click if it is not " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:367 +#: data/com.github.phase1geo.minder.appdata.xml.in:385 msgid "Moved node change contextual menu items into their own submenu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:368 +#: data/com.github.phase1geo.minder.appdata.xml.in:386 msgid "Changed forward slash command to Control-A for selecting all text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:369 +#: data/com.github.phase1geo.minder.appdata.xml.in:387 msgid "" "Changed backward slash command to Control-Shift-A for deselecting all text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:370 +#: data/com.github.phase1geo.minder.appdata.xml.in:388 msgid "Changed F1 command to Control-? for displaying keyboard shortcuts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:371 +#: data/com.github.phase1geo.minder.appdata.xml.in:389 msgid "Updated keyboard shortcuts cheatsheet." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:372 +#: data/com.github.phase1geo.minder.appdata.xml.in:390 msgid "" "Updated code base for elementary OS 6 (gtksourceview-4, libhandy-1, Flatpak " "support, etc.)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:376 +#: data/com.github.phase1geo.minder.appdata.xml.in:394 msgid "" "Fixed issue where sticker tooltips were not displaying translated names." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:377 +#: data/com.github.phase1geo.minder.appdata.xml.in:395 msgid "" "Fixed node resizing issues when system font is changed in system settings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:378 +#: data/com.github.phase1geo.minder.appdata.xml.in:396 msgid "" "Fixed Flatpak issue to allow dark mode system settings to affect application." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:379 +#: data/com.github.phase1geo.minder.appdata.xml.in:397 msgid "Fixed layout issues when root node is resized." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:380 +#: data/com.github.phase1geo.minder.appdata.xml.in:398 msgid "Fixed squared and rounded link display for nodes attached to root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:381 +#: data/com.github.phase1geo.minder.appdata.xml.in:399 msgid "Fixed cursor location when End key used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:382 +#: data/com.github.phase1geo.minder.appdata.xml.in:400 msgid "" "Fixed potential node identification generation issue that can lead to bad " "connections on load." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:383 +#: data/com.github.phase1geo.minder.appdata.xml.in:401 msgid "Fixed location of node stickers within the node to improve look." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:384 +#: data/com.github.phase1geo.minder.appdata.xml.in:402 msgid "Fixed issues copying and pasting a single selected node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:397 +#: data/com.github.phase1geo.minder.appdata.xml.in:415 msgid "Added missing translatable strings in various parts of the UI." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:398 +#: data/com.github.phase1geo.minder.appdata.xml.in:416 msgid "Fixed URL parser issues." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:399 +#: data/com.github.phase1geo.minder.appdata.xml.in:417 msgid "Fixed application crash when forward deleting non-Latin text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:407 +#: data/com.github.phase1geo.minder.appdata.xml.in:425 msgid "Small optimization to Meson build procedure." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:411 +#: data/com.github.phase1geo.minder.appdata.xml.in:429 msgid "Fixed compile and run issue for distros lacking full granite support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:412 +#: data/com.github.phase1geo.minder.appdata.xml.in:430 msgid "" "Fixed issue with displaying correct themes when themes are hidden that don't " "match system theme." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:413 +#: data/com.github.phase1geo.minder.appdata.xml.in:431 msgid "Added missing translatable strings." msgstr "Добавлены забытые переводимые сообщения." -#: data/com.github.phase1geo.minder.appdata.xml.in:421 +#: data/com.github.phase1geo.minder.appdata.xml.in:439 msgid "Added rounded branching style." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:422 +#: data/com.github.phase1geo.minder.appdata.xml.in:440 msgid "Added support for drawing clickable folding areas." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:427 +#: data/com.github.phase1geo.minder.appdata.xml.in:445 msgid "Changed shape of the unfold indicator." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:431 +#: data/com.github.phase1geo.minder.appdata.xml.in:449 msgid "Fixed application crash on Manjaro." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:432 +#: data/com.github.phase1geo.minder.appdata.xml.in:450 msgid "Fixed link drawing order regression." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:433 +#: data/com.github.phase1geo.minder.appdata.xml.in:451 msgid "Removed error output when XML storage files do not exist." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:434 +#: data/com.github.phase1geo.minder.appdata.xml.in:452 msgid "Fixed parsing issue with filepaths starting with file://." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:442 +#: data/com.github.phase1geo.minder.appdata.xml.in:460 msgid "" "Added support for Control-Home/End to move the cursor to the beginning/end " "of the text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:443 +#: data/com.github.phase1geo.minder.appdata.xml.in:461 msgid "Added support for folded children count tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:447 +#: data/com.github.phase1geo.minder.appdata.xml.in:465 msgid "" "Fixed issue where selected text at beginning of text would not be deleted " "when the Backspace key was used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:448 +#: data/com.github.phase1geo.minder.appdata.xml.in:466 msgid "" "Fixed issue where selected text at end of text would not be deleted when the " "Delete key was used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:449 +#: data/com.github.phase1geo.minder.appdata.xml.in:467 msgid "Fixed selection issues after moving the cursor by a word." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:450 +#: data/com.github.phase1geo.minder.appdata.xml.in:468 msgid "" "Fixed Home/End keys to move the cursor to the beginning/end of the current " "line." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:451 +#: data/com.github.phase1geo.minder.appdata.xml.in:469 msgid "" "Fixed node size and layout when system text size changes between Minder " "sessions." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:452 +#: data/com.github.phase1geo.minder.appdata.xml.in:470 msgid "" "Fixed issue with application crashing when older Minder file is loaded that " "used a custom theme." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:453 +#: data/com.github.phase1geo.minder.appdata.xml.in:471 msgid "" "Fixed issue with node sidebar image not being properly updated when sidebar " "is hidden." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:454 +#: data/com.github.phase1geo.minder.appdata.xml.in:472 msgid "" "Fixed square branch link drawing when some links have arrows drawn in them." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:455 +#: data/com.github.phase1geo.minder.appdata.xml.in:473 msgid "" "Fixed issue with the background border being drawn around link arrows in " "contexts where it should not." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:463 +#: data/com.github.phase1geo.minder.appdata.xml.in:481 msgid "Added Basque translation (thanks to @alexgabi)" msgstr "Добавлен перевод на баскский (спасибо @alexgabi)" -#: data/com.github.phase1geo.minder.appdata.xml.in:467 +#: data/com.github.phase1geo.minder.appdata.xml.in:485 msgid "Updated to Italian translation (thanks to @albanobattistella)." msgstr "Обновлена итальянская локализация (@albanobattistella)." -#: data/com.github.phase1geo.minder.appdata.xml.in:468 +#: data/com.github.phase1geo.minder.appdata.xml.in:486 msgid "Updated to Brazilian Portugese translation (thanks to Felipe Simoes)." msgstr "Обновлена бразильская португальская локализация (Felipe Simoes)." -#: data/com.github.phase1geo.minder.appdata.xml.in:469 +#: data/com.github.phase1geo.minder.appdata.xml.in:487 msgid "" "Opening a file will automatically close an existing unsaved, unchanged tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:470 +#: data/com.github.phase1geo.minder.appdata.xml.in:488 msgid "Changed color of connection drag handles to yellow." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:471 +#: data/com.github.phase1geo.minder.appdata.xml.in:489 msgid "" "Making it easier to grab connection drag handle when it is close to " "connection handles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:472 +#: data/com.github.phase1geo.minder.appdata.xml.in:490 msgid "Reducing auto-saves when editing node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:476 +#: data/com.github.phase1geo.minder.appdata.xml.in:494 msgid "Removed help information from PNG export panel." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:477 +#: data/com.github.phase1geo.minder.appdata.xml.in:495 msgid "" "Fixed issue with exporting images with connections/stickers which could get " "cropped out." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:478 +#: data/com.github.phase1geo.minder.appdata.xml.in:496 msgid "Fixed issue with empty tab when file cannot be loaded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:479 +#: data/com.github.phase1geo.minder.appdata.xml.in:497 msgid "" "Fixed issues with application crashes on startup in non-elementary " "environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:487 +#: data/com.github.phase1geo.minder.appdata.xml.in:505 msgid "Added subscript and superscript support to Markdown parser." msgstr "В парсер Markdown добавлена поддержка верхнего и нижнего индексов." -#: data/com.github.phase1geo.minder.appdata.xml.in:488 +#: data/com.github.phase1geo.minder.appdata.xml.in:506 msgid "" "Added support for switching tabs with Control-Tab and Shift-Control-Tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:489 +#: data/com.github.phase1geo.minder.appdata.xml.in:507 msgid "Added support for remembering last used open/save dialog directories." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:490 +#: data/com.github.phase1geo.minder.appdata.xml.in:508 msgid "" "Added support for Alt-Left/Right/Up/Down keyboard shortcuts to rearrange " "sibling nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:491 +#: data/com.github.phase1geo.minder.appdata.xml.in:509 msgid "Added support for searching all tabs (thanks to @Messius58)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:492 +#: data/com.github.phase1geo.minder.appdata.xml.in:510 msgid "Added about window for non-elementary builds." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:493 +#: data/com.github.phase1geo.minder.appdata.xml.in:511 msgid "Added ability to move child nodes to parent via Alt+direction." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:494 +#: data/com.github.phase1geo.minder.appdata.xml.in:512 msgid "Added support for including images in Markdown export." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:498 +#: data/com.github.phase1geo.minder.appdata.xml.in:516 msgid "" "Added installation instructions to README.md for Debian (thanks to Robert " "Hubinak)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:499 +#: data/com.github.phase1geo.minder.appdata.xml.in:517 msgid "" "Replaced export UI with a new, improved UI with support for export options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:500 +#: data/com.github.phase1geo.minder.appdata.xml.in:518 msgid "Moved add node menu items to a submenu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:501 +#: data/com.github.phase1geo.minder.appdata.xml.in:519 msgid "Improved focus mode behavior." msgstr "Улучшенное поведение режима фокусировки." -#: data/com.github.phase1geo.minder.appdata.xml.in:502 +#: data/com.github.phase1geo.minder.appdata.xml.in:520 msgid "" "Changed property header button to a toggle button and clarified the tooltip." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:503 +#: data/com.github.phase1geo.minder.appdata.xml.in:521 msgid "Changed keyboard shortcut to open sidebar from Control-| to F9." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:504 +#: data/com.github.phase1geo.minder.appdata.xml.in:522 msgid "" "Changed non-symbolic header bar icons to symbolic icons for non-elementary " "OS environments." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:505 +#: data/com.github.phase1geo.minder.appdata.xml.in:523 msgid "Improved link drawing algorithm to make link connections easier to see." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:506 +#: data/com.github.phase1geo.minder.appdata.xml.in:524 msgid "" "Changed Link Color in node inspector to Color to reflect the colors use." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:507 +#: data/com.github.phase1geo.minder.appdata.xml.in:525 msgid "Improved task button drawing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:511 +#: data/com.github.phase1geo.minder.appdata.xml.in:529 msgid "" "Fixed issue where tab background colors were incorrect when changing tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:512 +#: data/com.github.phase1geo.minder.appdata.xml.in:530 msgid "" "Fixed issue with getting valac pathname from Meson (thanks to paluszak)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:513 +#: data/com.github.phase1geo.minder.appdata.xml.in:531 msgid "Added desktop update call to post_install.py script." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:514 +#: data/com.github.phase1geo.minder.appdata.xml.in:532 msgid "Fixed issue with sidebar sizing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:515 +#: data/com.github.phase1geo.minder.appdata.xml.in:533 msgid "" "Fixed issue with remembering the sticker sidebar panel was last opened when " "restarting." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:516 +#: data/com.github.phase1geo.minder.appdata.xml.in:534 msgid "Fixed layout issues when unfolding a parent with folded children." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:517 +#: data/com.github.phase1geo.minder.appdata.xml.in:535 msgid "" "Fixed issue with hiding node groups when the main node in group is folded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:518 +#: data/com.github.phase1geo.minder.appdata.xml.in:536 msgid "" "Fixed issue with displaying link color in sidebar when root node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:519 +#: data/com.github.phase1geo.minder.appdata.xml.in:537 msgid "" "Fixed alpha value used for drawing node grouping when encompassed nodes are " "not in focus when focus mode is enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:520 +#: data/com.github.phase1geo.minder.appdata.xml.in:538 msgid "Fixed issue with saving manually added embedded links in node text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:521 +#: data/com.github.phase1geo.minder.appdata.xml.in:539 msgid "Fixed undo/redo text editing support." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:522 +#: data/com.github.phase1geo.minder.appdata.xml.in:540 msgid "Updated keyboard shortcuts in help window." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:523 +#: data/com.github.phase1geo.minder.appdata.xml.in:541 msgid "" "Fixed issue of tab content flashing when application opens with multiple " "tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:524 +#: data/com.github.phase1geo.minder.appdata.xml.in:542 msgid "Fixed error when closing a tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:525 +#: data/com.github.phase1geo.minder.appdata.xml.in:543 msgid "Fixed issue with undo'ing text modifications." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:526 +#: data/com.github.phase1geo.minder.appdata.xml.in:544 msgid "" "Fixed issues with style inspector scale widgets not properly reflecting " "their current value." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:527 +#: data/com.github.phase1geo.minder.appdata.xml.in:545 msgid "Fixed various issues with node layout." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:528 +#: data/com.github.phase1geo.minder.appdata.xml.in:546 msgid "Fixed issue with undo'ing the deletion of a single node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:536 +#: data/com.github.phase1geo.minder.appdata.xml.in:554 msgid "Updated Italian translation (thanks to Albano Battistella)." msgstr "Обновлен перевод на итальянский (спаисбо Albano Battistella)." -#: data/com.github.phase1geo.minder.appdata.xml.in:540 +#: data/com.github.phase1geo.minder.appdata.xml.in:558 msgid "Fixed application crash issues due to using custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:541 +#: data/com.github.phase1geo.minder.appdata.xml.in:559 msgid "Added missing theme colors in custom theme pane." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:542 +#: data/com.github.phase1geo.minder.appdata.xml.in:560 msgid "Fixed issues with application crash when editing a root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:543 +#: data/com.github.phase1geo.minder.appdata.xml.in:561 msgid "" "Fixed issue with filepath parser highlighting normal text that contains " "slash characters." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:551 +#: data/com.github.phase1geo.minder.appdata.xml.in:569 msgid "" "Added Shift-e keyboard shortcut to edit note text for nodes and connections." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:556 +#: data/com.github.phase1geo.minder.appdata.xml.in:574 msgid "" "Improved automatic layout of node trees when adjacent tree sizes change." msgstr "" "Улучшено автоматическое перепозиционирование деревьев узлов при изменениях в " "соседнем дереве." -#: data/com.github.phase1geo.minder.appdata.xml.in:557 +#: data/com.github.phase1geo.minder.appdata.xml.in:575 msgid "" "Changed node and connection contextual menus to show (Edit Note) instead of " "(Add Note) and (Remove Note) options." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:561 +#: data/com.github.phase1geo.minder.appdata.xml.in:579 msgid "Fixing compilation issues." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:562 +#: data/com.github.phase1geo.minder.appdata.xml.in:580 msgid "Fixing behavior of 't' command when node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:563 +#: data/com.github.phase1geo.minder.appdata.xml.in:581 msgid "Fixing support for undo/redo of root node insertion." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:571 +#: data/com.github.phase1geo.minder.appdata.xml.in:589 msgid "Added Preferences dialog." msgstr "Добавлен диалог настройки программы." -#: data/com.github.phase1geo.minder.appdata.xml.in:572 +#: data/com.github.phase1geo.minder.appdata.xml.in:590 msgid "Added Portuguese translation (thanks to Andre Barata)." msgstr "Добавлен перевод на португальский (спасибо Andre Barata)." -#: data/com.github.phase1geo.minder.appdata.xml.in:573 +#: data/com.github.phase1geo.minder.appdata.xml.in:591 msgid "" "Added keyboard shortcut (Menu or Shift-F10) to display contextual menus in " "mindmap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:574 +#: data/com.github.phase1geo.minder.appdata.xml.in:592 msgid "Added default theme preference option." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:575 +#: data/com.github.phase1geo.minder.appdata.xml.in:593 msgid "Added preference option to select map items on cursor hover." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:576 +#: data/com.github.phase1geo.minder.appdata.xml.in:594 msgid "" "Added Shift+Home/End support for selecting all text from current cursor to " "beginning/end of node or connection titles when editing." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:577 +#: data/com.github.phase1geo.minder.appdata.xml.in:595 msgid "Added support for PlantUML import/export." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:578 +#: data/com.github.phase1geo.minder.appdata.xml.in:596 msgid "" "Added support for displaying notifications on completion of export operation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:579 +#: data/com.github.phase1geo.minder.appdata.xml.in:597 msgid "Added keyboard shortcuts for displaying tabs in sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:580 +#: data/com.github.phase1geo.minder.appdata.xml.in:598 msgid "" "Added support for making filepath URIs clickable in nodes, connections and " "notes (displays the files in the file manager application)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:584 +#: data/com.github.phase1geo.minder.appdata.xml.in:602 msgid "" "When nodes are copied to clipboard, pasting them as text in an external " "application will be displayed as in text export format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:585 +#: data/com.github.phase1geo.minder.appdata.xml.in:603 msgid "" "When text is copied to the clipboard from an external application, pasting " "as nodes in Minder will parse in text import format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:586 +#: data/com.github.phase1geo.minder.appdata.xml.in:604 msgid "Improved look of menu accelerators and added missing accelerators." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:587 +#: data/com.github.phase1geo.minder.appdata.xml.in:605 msgid "" "Changed 't' command to transition task status from disabled to enabled to " "done and back to disabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:591 +#: data/com.github.phase1geo.minder.appdata.xml.in:609 msgid "Fixed issues with undo/redo of node/connection title changes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:592 +#: data/com.github.phase1geo.minder.appdata.xml.in:610 msgid "Fixed issue with undoing a connection add operation." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:593 +#: data/com.github.phase1geo.minder.appdata.xml.in:611 msgid "" "Fixed issue with connection titles being clear when connection is moved to a " "different node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:594 +#: data/com.github.phase1geo.minder.appdata.xml.in:612 msgid "" "Fixed UI issue with changing window width by dragging right side of window " "when sidebar is hidden." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:595 +#: data/com.github.phase1geo.minder.appdata.xml.in:613 msgid "" "Fixed issues with inputting special characters with US international " "keyboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:596 +#: data/com.github.phase1geo.minder.appdata.xml.in:614 msgid "" "Fixed issue where images in resized nodes were not displaying properly on " "application restart." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:597 +#: data/com.github.phase1geo.minder.appdata.xml.in:615 msgid "" "Fixed issue where copying a filename in a file manager and pasting in Minder " "would attempt to past the icon image instead of the filename when editing " "text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:605 +#: data/com.github.phase1geo.minder.appdata.xml.in:623 msgid "Added Markdown highlighting support to node titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:606 +#: data/com.github.phase1geo.minder.appdata.xml.in:624 msgid "Added ability to set the maximum node size in style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:607 +#: data/com.github.phase1geo.minder.appdata.xml.in:625 msgid "" "Added ability to set the maximum connection title size in style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:608 +#: data/com.github.phase1geo.minder.appdata.xml.in:626 msgid "Added ability to set text field font size via gsetting." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:609 +#: data/com.github.phase1geo.minder.appdata.xml.in:627 msgid "Added ability to set branch margin in the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:610 +#: data/com.github.phase1geo.minder.appdata.xml.in:628 msgid "" "Added ability to add stickers to nodes, connections and anywhere else in the " "mind map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:611 +#: data/com.github.phase1geo.minder.appdata.xml.in:629 msgid "Added ability to visually create and display node groupings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:612 +#: data/com.github.phase1geo.minder.appdata.xml.in:630 msgid "Added import/export support for XMind." msgstr "Добавлен импорт и экспорт файлов XMind." -#: data/com.github.phase1geo.minder.appdata.xml.in:613 +#: data/com.github.phase1geo.minder.appdata.xml.in:631 msgid "" "Added support for specifying if connection titles should be added " "immediately after creating a connection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:614 +#: data/com.github.phase1geo.minder.appdata.xml.in:632 msgid "" "Added support for middle-click-and-drag to pan the canvas (Alt + mouse " "movement still supported)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:615 +#: data/com.github.phase1geo.minder.appdata.xml.in:633 msgid "Added keyboard shortcut for the Zoom to Fit option (Control-1)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:616 +#: data/com.github.phase1geo.minder.appdata.xml.in:634 msgid "Added new Mouse Events shortcut panel in shortcut cheatsheet." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:620 +#: data/com.github.phase1geo.minder.appdata.xml.in:638 msgid "" "Removed the sidebar style affects selector and using the status of the " "current selection instead." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:621 +#: data/com.github.phase1geo.minder.appdata.xml.in:639 msgid "" "Lowered the minimum node margin from 5 pixels to 1 pixel to allow for " "greater node density." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:622 +#: data/com.github.phase1geo.minder.appdata.xml.in:640 msgid "" "Removed connection title editing field in sidebar for better UI consistency." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:623 +#: data/com.github.phase1geo.minder.appdata.xml.in:641 msgid "" "Removed bold and italicized fonts from the style inspector font selectors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:624 +#: data/com.github.phase1geo.minder.appdata.xml.in:642 msgid "If connection title is empty, the title will be automatically removed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:625 +#: data/com.github.phase1geo.minder.appdata.xml.in:643 msgid "Updated application icon (thanks to Fatih20)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:629 +#: data/com.github.phase1geo.minder.appdata.xml.in:647 msgid "Fixed issue with importing Freemind notes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:630 +#: data/com.github.phase1geo.minder.appdata.xml.in:648 msgid "Fixed display of right-to-left text within nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:631 +#: data/com.github.phase1geo.minder.appdata.xml.in:649 msgid "" "Fixed issues with loading a .minder file that contains errant information." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:632 +#: data/com.github.phase1geo.minder.appdata.xml.in:650 msgid "Fixed issues with the layout of connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:633 +#: data/com.github.phase1geo.minder.appdata.xml.in:651 msgid "Fixed input method support when editing connection titles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:634 +#: data/com.github.phase1geo.minder.appdata.xml.in:652 msgid "Fixed position of fold indicator when tree layout is Upwards." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:635 +#: data/com.github.phase1geo.minder.appdata.xml.in:653 msgid "" "Fixed node display issue when a node link is clicked to a node that is " "folded." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:636 +#: data/com.github.phase1geo.minder.appdata.xml.in:654 msgid "" "Fixed error when connection title is double clicked when no text is present." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:637 +#: data/com.github.phase1geo.minder.appdata.xml.in:655 msgid "" "Fixed issue with opening the same document twice (only one tab will now " "exist per file)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:638 +#: data/com.github.phase1geo.minder.appdata.xml.in:656 msgid "" "Fixed Shift-Control-s keyboard shortcut to display the 'Save As' dialog " "instead of the 'Open' dialog." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:639 +#: data/com.github.phase1geo.minder.appdata.xml.in:657 msgid "Fixed issue that allows you to click on or drag onto a hidden node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:647 -#: data/com.github.phase1geo.minder.appdata.xml.in:660 +#: data/com.github.phase1geo.minder.appdata.xml.in:665 +#: data/com.github.phase1geo.minder.appdata.xml.in:678 msgid "" "Fixed issue with setting cursor position with mouse when zoom factor is not " "100 percent." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:648 -#: data/com.github.phase1geo.minder.appdata.xml.in:661 +#: data/com.github.phase1geo.minder.appdata.xml.in:666 +#: data/com.github.phase1geo.minder.appdata.xml.in:679 msgid "" "Fixed issue with reading in Minder files that exceed the XML parser size " "limitations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:669 +#: data/com.github.phase1geo.minder.appdata.xml.in:687 msgid "Added support for selecting nodes by dragging out a selection box." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:670 +#: data/com.github.phase1geo.minder.appdata.xml.in:688 msgid "Added ability to configure the color used in connection titles." msgstr "" "Добавлена возможность настроить цвет в подписях к соединительным линиям." -#: data/com.github.phase1geo.minder.appdata.xml.in:671 +#: data/com.github.phase1geo.minder.appdata.xml.in:689 msgid "Added Italian translation (thanks to albanobattistella on GitHub)." msgstr "" "Добавлена итальянская локализация (спасибо albanobattistella на GitHub)." -#: data/com.github.phase1geo.minder.appdata.xml.in:675 +#: data/com.github.phase1geo.minder.appdata.xml.in:693 msgid "" "Refined and pixel fitted the application icon (thanks to Fatih20 on GitHub)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:676 +#: data/com.github.phase1geo.minder.appdata.xml.in:694 msgid "" "Changed panning with mouse from left-click with motion to Alt with motion." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:677 +#: data/com.github.phase1geo.minder.appdata.xml.in:695 msgid "Changed select parent to work with multiple selected nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:678 +#: data/com.github.phase1geo.minder.appdata.xml.in:696 msgid "Updated keyboard shortcuts cheatsheet for task commands." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:679 +#: data/com.github.phase1geo.minder.appdata.xml.in:697 msgid "Updated Spanish translation (thanks to febrezo on GitHub)." msgstr "Обновлена испанская локализация (febrezo на GutHub)." -#: data/com.github.phase1geo.minder.appdata.xml.in:683 +#: data/com.github.phase1geo.minder.appdata.xml.in:701 msgid "Fixed issues with changing connection styles." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:684 +#: data/com.github.phase1geo.minder.appdata.xml.in:702 msgid "" "Fixed application crashes associated with changing layout to a balanceable " "layout with animations enabled." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:685 +#: data/com.github.phase1geo.minder.appdata.xml.in:703 msgid "" "Fixed display of cursor when it is over a clickable feature in the mind map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:686 +#: data/com.github.phase1geo.minder.appdata.xml.in:704 msgid "Fixed issues with creating custom themes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:687 +#: data/com.github.phase1geo.minder.appdata.xml.in:705 msgid "Fixed cursor in note editor when Control key is held over a URL link." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:688 +#: data/com.github.phase1geo.minder.appdata.xml.in:706 msgid "Fixed meson.build issue when comparing valac version." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:689 +#: data/com.github.phase1geo.minder.appdata.xml.in:707 msgid "Fixed connection colors in dark themes to help them be more visible." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:690 +#: data/com.github.phase1geo.minder.appdata.xml.in:708 msgid "" "Fixed issue where connection colors don't follow theme if they have not been " "manually changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:691 +#: data/com.github.phase1geo.minder.appdata.xml.in:709 msgid "" "Fixed application crash when animation is disabled, a node is moved, " "animation is enabled and a node is moved." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:692 +#: data/com.github.phase1geo.minder.appdata.xml.in:710 msgid "Fixed various issues with quick entry." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:693 +#: data/com.github.phase1geo.minder.appdata.xml.in:711 msgid "" "Fixed ability to open one or more files from the command-line or from a file " "browser." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:694 +#: data/com.github.phase1geo.minder.appdata.xml.in:712 msgid "Fixed issues with connection coloring." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:695 +#: data/com.github.phase1geo.minder.appdata.xml.in:713 msgid "Fixed issue with pasting UTF8 strings from clipboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:703 +#: data/com.github.phase1geo.minder.appdata.xml.in:721 msgid "Added support for pasting an image or text as a new node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:704 +#: data/com.github.phase1geo.minder.appdata.xml.in:722 msgid "" "Added support for pasting an image or text, replacing the current node " "content." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:705 +#: data/com.github.phase1geo.minder.appdata.xml.in:723 msgid "" "Added support for pasting text, replacing the current connection content." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:706 +#: data/com.github.phase1geo.minder.appdata.xml.in:724 msgid "Added task support to Outliner import/export." msgstr "Добавлена поддержка задач при импорте/экспорте файлов Outliner." -#: data/com.github.phase1geo.minder.appdata.xml.in:707 +#: data/com.github.phase1geo.minder.appdata.xml.in:725 msgid "Added keyboard shortcut (Control-E) to display export interface." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:708 +#: data/com.github.phase1geo.minder.appdata.xml.in:726 msgid "" "Added support for creating a new root node hitting the Return key when no " "node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:709 +#: data/com.github.phase1geo.minder.appdata.xml.in:727 msgid "" "Added ability to add a new root node via the contextual menu when no node is " "selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:710 +#: data/com.github.phase1geo.minder.appdata.xml.in:728 msgid "" "Added ability to launch quick entry dialog via the contextual menu when no " "node is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:711 +#: data/com.github.phase1geo.minder.appdata.xml.in:729 msgid "Added node alignment support for manual node layouts." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:712 +#: data/com.github.phase1geo.minder.appdata.xml.in:730 msgid "Added ability to create a connected root node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:713 +#: data/com.github.phase1geo.minder.appdata.xml.in:731 msgid "Added ability to replace/edit nodes via the Quick Entry feature." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:717 +#: data/com.github.phase1geo.minder.appdata.xml.in:735 msgid "" "Updated image editor dialog button bar to include support for clipboard " "operations." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:718 +#: data/com.github.phase1geo.minder.appdata.xml.in:736 msgid "" "Improved display of buttons in image area of the node inspector sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:719 +#: data/com.github.phase1geo.minder.appdata.xml.in:737 msgid "Updated keyboard shortcut cheatsheet." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:720 +#: data/com.github.phase1geo.minder.appdata.xml.in:738 msgid "" "Changed quick text entry keyboard shortcut from Control-E to Control-Shift-E." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:721 +#: data/com.github.phase1geo.minder.appdata.xml.in:739 msgid "" "Changed the paste text in contextual menu to indicate what will be pasted." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:722 +#: data/com.github.phase1geo.minder.appdata.xml.in:740 msgid "Updated Outliner import/export support for tasks." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:723 +#: data/com.github.phase1geo.minder.appdata.xml.in:741 msgid "" "Added tooltip and changed cursor when cursor is over a link and the Control " "key is held down." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:727 +#: data/com.github.phase1geo.minder.appdata.xml.in:745 msgid "" "Removed empty Outliner rows from being added when Outliner file is imported." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:728 +#: data/com.github.phase1geo.minder.appdata.xml.in:746 msgid "" "Fixed loss of selection when shift key is held down and the background is " "clicked." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:729 +#: data/com.github.phase1geo.minder.appdata.xml.in:747 msgid "Added themed background color to exported PDF format." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:730 +#: data/com.github.phase1geo.minder.appdata.xml.in:748 msgid "Fixed exports to allow existing files to be overwritten." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:731 +#: data/com.github.phase1geo.minder.appdata.xml.in:749 msgid "Fixed Org-Mode export syntax errors." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:739 +#: data/com.github.phase1geo.minder.appdata.xml.in:757 msgid "Added support for using input methods." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:740 +#: data/com.github.phase1geo.minder.appdata.xml.in:758 msgid "Added Dutch translation (thanks to Heimen Stoffels)." msgstr "Добавлен перевод на нидерландский (спасибо Heimen Stoffels)." -#: data/com.github.phase1geo.minder.appdata.xml.in:744 +#: data/com.github.phase1geo.minder.appdata.xml.in:762 msgid "" "Updated README.md to indicate which version of valac should be used if " "building from source." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:745 +#: data/com.github.phase1geo.minder.appdata.xml.in:763 msgid "Changed unnamed default filename to use translated value." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:746 +#: data/com.github.phase1geo.minder.appdata.xml.in:764 msgid "Updated French translations (thanks to Nathan Bonnemains)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:747 +#: data/com.github.phase1geo.minder.appdata.xml.in:765 msgid "Changed tab colors to match current document background." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:748 +#: data/com.github.phase1geo.minder.appdata.xml.in:766 msgid "Adjusted dark theme to help with current tab contrast." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:752 +#: data/com.github.phase1geo.minder.appdata.xml.in:770 msgid "" "Fixed issue with New Document plank command to load application data before " "opening new tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:753 +#: data/com.github.phase1geo.minder.appdata.xml.in:771 msgid "" "Fixed build issues with compiling libarchive code using newer versions of " "libarchive and valac." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:754 +#: data/com.github.phase1geo.minder.appdata.xml.in:772 msgid "Fixed issues with translating shortcut cheetsheat strings." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:755 +#: data/com.github.phase1geo.minder.appdata.xml.in:773 msgid "Fixed issue with exporting images when manual layout mode is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:763 +#: data/com.github.phase1geo.minder.appdata.xml.in:781 msgid "" "Added support for importing/exporting Outliner files (new app in AppCenter!)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:764 +#: data/com.github.phase1geo.minder.appdata.xml.in:782 msgid "" "Added map inspector switch to enable/disable automatic rotation of main " "branch link color selection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:765 +#: data/com.github.phase1geo.minder.appdata.xml.in:783 msgid "Added ability to set all selected nodes to a specific color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:766 +#: data/com.github.phase1geo.minder.appdata.xml.in:784 msgid "" "Added ability to set all selected nodes to a randomly selected link color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:767 +#: data/com.github.phase1geo.minder.appdata.xml.in:785 msgid "" "Added ability to allow descendant nodes to have different link colors than " "ancestor nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:768 +#: data/com.github.phase1geo.minder.appdata.xml.in:786 msgid "" "Added ability to cause a descendant node with a different color than its " "parent to re-use the parent color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:769 +#: data/com.github.phase1geo.minder.appdata.xml.in:787 msgid "Added ability to select children nodes using Control-click." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:770 +#: data/com.github.phase1geo.minder.appdata.xml.in:788 msgid "" "Added ability to export a mind-map as a new Portable Minder filetype which " "will allow Minder files to be copied between different users/filesystems." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:771 +#: data/com.github.phase1geo.minder.appdata.xml.in:789 msgid "Added ability to export to Org-Mode format." msgstr "Добавлен экспорт в формат Org-Mode." -#: data/com.github.phase1geo.minder.appdata.xml.in:775 +#: data/com.github.phase1geo.minder.appdata.xml.in:793 msgid "Updated French translation (thanks to Nathan Bonnemains)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:776 +#: data/com.github.phase1geo.minder.appdata.xml.in:794 msgid "Improved OPML import support." msgstr "Улучшен импорт OPML." -#: data/com.github.phase1geo.minder.appdata.xml.in:777 +#: data/com.github.phase1geo.minder.appdata.xml.in:795 msgid "Changed ability to select a subtree by Control + double-click." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:778 +#: data/com.github.phase1geo.minder.appdata.xml.in:796 msgid "" "Changed ability to select all nodes of the current level by Control + triple-" "click." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:782 +#: data/com.github.phase1geo.minder.appdata.xml.in:800 msgid "Fixed NodeJS version for Travis CI." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:783 +#: data/com.github.phase1geo.minder.appdata.xml.in:801 msgid "" "Fixed issue with adding a new child node that doesn't cause other descendant " "nodes to unfold." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:784 +#: data/com.github.phase1geo.minder.appdata.xml.in:802 msgid "Fixed issue with showing/hiding sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:785 +#: data/com.github.phase1geo.minder.appdata.xml.in:803 msgid "Fixed segmentation faults when loading a theme." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:786 +#: data/com.github.phase1geo.minder.appdata.xml.in:804 msgid "" "Fixed issue with the style inspector Change Affect value when selection " "changes (thanks to Viliam K.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:787 +#: data/com.github.phase1geo.minder.appdata.xml.in:805 msgid "Fixed issue with node markup within the node text (thanks to Viliam K)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:788 +#: data/com.github.phase1geo.minder.appdata.xml.in:806 msgid "" "Fixed issue with tab state not being properly saved when a new tab is added." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:789 +#: data/com.github.phase1geo.minder.appdata.xml.in:807 msgid "" "Fixed bug with updating tab tooltip and saving tab state when filename is " "changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:797 +#: data/com.github.phase1geo.minder.appdata.xml.in:815 msgid "" "Added ability to delete a single node (instead of the node and its subtree) " "in the contextual menu." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:798 +#: data/com.github.phase1geo.minder.appdata.xml.in:816 msgid "" "When a new document is first saved, the first root node text is used as the " "default filename." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:799 +#: data/com.github.phase1geo.minder.appdata.xml.in:817 msgid "" "Added multi-select support which includes: Changing styles; Copy, cut, paste " "and delete support; Connect two selected nodes; Create node links between " "two or more selected nodes; and Fold/unfold selected nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:801 +#: data/com.github.phase1geo.minder.appdata.xml.in:819 msgid "Added support for URLs in node titles." msgstr "Добавлена поддержка URL в заголовках узлов." -#: data/com.github.phase1geo.minder.appdata.xml.in:802 +#: data/com.github.phase1geo.minder.appdata.xml.in:820 msgid "" "Added support for Markdown within a note: Notes are syntax highlighted; and " "Embedded URLs can be opened by Control-Clicking on them." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:806 +#: data/com.github.phase1geo.minder.appdata.xml.in:824 msgid "" "Updated application icon and other recently improved icons for improved " "readability (thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:807 +#: data/com.github.phase1geo.minder.appdata.xml.in:825 msgid "Improved look and readability of theme icons in the sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:808 +#: data/com.github.phase1geo.minder.appdata.xml.in:826 msgid "Changed sidebar to display theme icons in a grid layout." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:809 +#: data/com.github.phase1geo.minder.appdata.xml.in:827 msgid "Improved various export format output." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:813 +#: data/com.github.phase1geo.minder.appdata.xml.in:831 msgid "" "Fixed various compiler warnings/errors after compiling with latest version " "of Vala compiler." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:821 +#: data/com.github.phase1geo.minder.appdata.xml.in:839 msgid "Improved various icons (thanks to Nararyans R.I.)" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:825 +#: data/com.github.phase1geo.minder.appdata.xml.in:843 msgid "Downgraded Node.js to fix Travis CI builds" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:826 +#: data/com.github.phase1geo.minder.appdata.xml.in:844 msgid "Fixed various compiler errors/warnings" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:834 +#: data/com.github.phase1geo.minder.appdata.xml.in:852 msgid "Added export to yEd." msgstr "Добавлен экспорт в yEd." -#: data/com.github.phase1geo.minder.appdata.xml.in:835 +#: data/com.github.phase1geo.minder.appdata.xml.in:853 msgid "Added ability to create, edit and delete custom themes." msgstr "Добавлена возможность создавать, редактировать и удалять свои темы." -#: data/com.github.phase1geo.minder.appdata.xml.in:836 +#: data/com.github.phase1geo.minder.appdata.xml.in:854 msgid "" "Added new quick entry mode, allowing node trees to be input within a text " "editor." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:837 +#: data/com.github.phase1geo.minder.appdata.xml.in:855 msgid "Added Control-W keyboard shortcut to close the current tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:838 +#: data/com.github.phase1geo.minder.appdata.xml.in:856 msgid "Added shortcut exploration help window (use F1 key to display)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:842 +#: data/com.github.phase1geo.minder.appdata.xml.in:860 msgid "" "New search icon which has better contrast for Minder's themed header bar " "(thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:843 +#: data/com.github.phase1geo.minder.appdata.xml.in:861 msgid "New non-symbolic sidebar icon in header bar (thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:844 +#: data/com.github.phase1geo.minder.appdata.xml.in:862 msgid "" "New Minder application icon which fits in with the elementary OS color " "scheme better (thansk to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:845 +#: data/com.github.phase1geo.minder.appdata.xml.in:863 msgid "New focus icon in header bar (thanks to Nararyans R.I.)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:846 +#: data/com.github.phase1geo.minder.appdata.xml.in:864 msgid "Improved styling when creating a new node/connection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:850 +#: data/com.github.phase1geo.minder.appdata.xml.in:868 msgid "" "Fixed issue where separate trees in same mind-map where allowed to overlap." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:851 +#: data/com.github.phase1geo.minder.appdata.xml.in:869 msgid "Fixed node link drawing issue when using manual layout mode." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:852 +#: data/com.github.phase1geo.minder.appdata.xml.in:870 msgid "" "Fixed issues drawing arrows properly when straight node links were being " "used." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:853 +#: data/com.github.phase1geo.minder.appdata.xml.in:871 msgid "Fixed display issues with the node fill switch in the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:854 +#: data/com.github.phase1geo.minder.appdata.xml.in:872 msgid "Fixed support for cut, copy and pasting connection title text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:855 +#: data/com.github.phase1geo.minder.appdata.xml.in:873 msgid "Fixed keyboard shortcut for toggling focus mode." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:862 +#: data/com.github.phase1geo.minder.appdata.xml.in:880 msgid "Fixed issue with automatic layout that was introduced in 1.4.0." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:870 +#: data/com.github.phase1geo.minder.appdata.xml.in:888 msgid "Added support for focus mode." msgstr "Добавлен режим фокусировки." -#: data/com.github.phase1geo.minder.appdata.xml.in:871 +#: data/com.github.phase1geo.minder.appdata.xml.in:889 msgid "Added support for multiple documents with tabs." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:872 +#: data/com.github.phase1geo.minder.appdata.xml.in:890 msgid "Added support for resizing the inspector sidebar." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:873 +#: data/com.github.phase1geo.minder.appdata.xml.in:891 msgid "" "Added support for creating a new node directly from editing an existing node " "presssing Return or Tab." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:874 +#: data/com.github.phase1geo.minder.appdata.xml.in:892 msgid "Added support for adding a new parent node to an existing node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:875 +#: data/com.github.phase1geo.minder.appdata.xml.in:893 msgid "" "Added support for importing/exporting to FreeMind and Freeplane formats." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:876 +#: data/com.github.phase1geo.minder.appdata.xml.in:894 msgid "Added support for sorting children either alphabetically or randomly." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:877 +#: data/com.github.phase1geo.minder.appdata.xml.in:895 msgid "" "Added support for creating a link from one node to another node in the same " "map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:878 +#: data/com.github.phase1geo.minder.appdata.xml.in:896 msgid "Added support for building a Flatpak." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:882 +#: data/com.github.phase1geo.minder.appdata.xml.in:900 msgid "Removed markup from translated strings." msgstr "Убрана разметка из переводимых сообщений." -#: data/com.github.phase1geo.minder.appdata.xml.in:883 +#: data/com.github.phase1geo.minder.appdata.xml.in:901 msgid "Standardized tooltips that display accelerator information." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:884 +#: data/com.github.phase1geo.minder.appdata.xml.in:902 msgid "Changed the way that node/connection titles are displayed in inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:885 +#: data/com.github.phase1geo.minder.appdata.xml.in:903 msgid "" "Changed app terminal script to allow command-line arguments to be passed to " "debug subcommand." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:886 +#: data/com.github.phase1geo.minder.appdata.xml.in:904 msgid "Changed header bar and widget colors to match Minder brand color." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:887 +#: data/com.github.phase1geo.minder.appdata.xml.in:905 msgid "" "Changed search icon in header bar to a symbolic icon to improve readability." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:888 +#: data/com.github.phase1geo.minder.appdata.xml.in:906 msgid "" "When note tooltip is displayed, markup text is rendered for improved " "readability." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:889 +#: data/com.github.phase1geo.minder.appdata.xml.in:907 msgid "" "Enhanced app script to allow command-line arguments to be passed to debug " "subcommand." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:893 +#: data/com.github.phase1geo.minder.appdata.xml.in:911 msgid "" "Fixed an issue with calculating connection endpoints when a portion of the " "node is not visible." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:894 +#: data/com.github.phase1geo.minder.appdata.xml.in:912 msgid "Fixed file naming issue when a file is imported." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:895 +#: data/com.github.phase1geo.minder.appdata.xml.in:913 msgid "" "Fixed issue with displaying resized nodes on open or application startup." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:902 +#: data/com.github.phase1geo.minder.appdata.xml.in:920 msgid "Fixing issue with export functions." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:908 +#: data/com.github.phase1geo.minder.appdata.xml.in:926 msgid "Let's stay connected!" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:910 +#: data/com.github.phase1geo.minder.appdata.xml.in:928 msgid "Added support for creating a visual connection between any two nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:911 +#: data/com.github.phase1geo.minder.appdata.xml.in:929 msgid "Added ability to show/hide all connections in the map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:912 +#: data/com.github.phase1geo.minder.appdata.xml.in:930 msgid "" "Added support for remembering the last selected child of a node when " "navigating the map with the keyboard." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:913 +#: data/com.github.phase1geo.minder.appdata.xml.in:931 msgid "" "When escape key is used when editing text, editing mode is ended without " "reverting text." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:914 +#: data/com.github.phase1geo.minder.appdata.xml.in:932 msgid "" "Created unique contextual menus depending on what is selected in the mind " "map." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:915 +#: data/com.github.phase1geo.minder.appdata.xml.in:933 msgid "" "Changed Node sidebar tab to Current which shows either the currently " "selected node or connection." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:916 +#: data/com.github.phase1geo.minder.appdata.xml.in:934 msgid "Improved link drawing when a node tree is being moved." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:917 +#: data/com.github.phase1geo.minder.appdata.xml.in:935 msgid "Switched from using GtkFileChooserDialog to GtkFileChooserNative." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:918 +#: data/com.github.phase1geo.minder.appdata.xml.in:936 msgid "" "Added support for inserting emoji when editing text in the mind map (use " "Control-period)." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:919 +#: data/com.github.phase1geo.minder.appdata.xml.in:937 msgid "Improved readability of theme name when the theme is selected." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:920 +#: data/com.github.phase1geo.minder.appdata.xml.in:938 msgid "" "Fixed issue where changing a global style was not saved/applied to new nodes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:921 +#: data/com.github.phase1geo.minder.appdata.xml.in:939 msgid "" "Improved copy/paste support of nodes so that copied items can be pasted in " "other mind maps." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:922 +#: data/com.github.phase1geo.minder.appdata.xml.in:940 msgid "" "Added support for dynamically changing to dark mode in the UI if the prefer-" "dark desktop gsetting is set." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:923 +#: data/com.github.phase1geo.minder.appdata.xml.in:941 msgid "Added ability to show/hide each panel within the style inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:924 +#: data/com.github.phase1geo.minder.appdata.xml.in:942 msgid "Removed support for Loki builds." msgstr "Удалена поддержка сборок на Loki." -#: data/com.github.phase1geo.minder.appdata.xml.in:931 +#: data/com.github.phase1geo.minder.appdata.xml.in:949 msgid "Fixing appdata.xml file omission." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:932 +#: data/com.github.phase1geo.minder.appdata.xml.in:950 msgid "" "Removing automatic style apply when the affects is set to certain values." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:939 +#: data/com.github.phase1geo.minder.appdata.xml.in:957 msgid "Added Spanish translation." msgstr "Добавлен перевод на испанский." -#: data/com.github.phase1geo.minder.appdata.xml.in:940 +#: data/com.github.phase1geo.minder.appdata.xml.in:958 msgid "" "Added support for Control-Return/Tab to support adding newlines/tabs in a " "node's title." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:941 +#: data/com.github.phase1geo.minder.appdata.xml.in:959 msgid "Improved node title editing support for selection and cursor movement." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:942 +#: data/com.github.phase1geo.minder.appdata.xml.in:960 msgid "Added support for automatically opening Minder files from Files." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:943 +#: data/com.github.phase1geo.minder.appdata.xml.in:961 msgid "Added ability to modify styles of nodes and links." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:944 +#: data/com.github.phase1geo.minder.appdata.xml.in:962 msgid "" "Changed layouts to be stored on a per tree basis instead of a per document " "basis." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:945 +#: data/com.github.phase1geo.minder.appdata.xml.in:963 msgid "Added support for exporting to the Mermaid format." msgstr "Добавлен экспорт в формат Mermaid." -#: data/com.github.phase1geo.minder.appdata.xml.in:946 +#: data/com.github.phase1geo.minder.appdata.xml.in:964 msgid "Added support for disabling/enabling displaying markup in node title." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:947 +#: data/com.github.phase1geo.minder.appdata.xml.in:965 msgid "Improved the look of the fold indicators." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:948 +#: data/com.github.phase1geo.minder.appdata.xml.in:966 msgid "Lots of bug fixes." msgstr "Множество исправлений ошибок." -#: data/com.github.phase1geo.minder.appdata.xml.in:955 +#: data/com.github.phase1geo.minder.appdata.xml.in:973 msgid "Adding Spanish translation (thanks to Adolfo Jayme-Barrientos)." msgstr "Добавлен перевод на испанский (спасибо Adolfo Jayme-Barrientos)." -#: data/com.github.phase1geo.minder.appdata.xml.in:956 +#: data/com.github.phase1geo.minder.appdata.xml.in:974 msgid "Adding support for special character insertion via the Compose key." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:962 +#: data/com.github.phase1geo.minder.appdata.xml.in:980 msgid "Updating French translation." msgstr "Обновлен перевод на французский." -#: data/com.github.phase1geo.minder.appdata.xml.in:967 +#: data/com.github.phase1geo.minder.appdata.xml.in:985 msgid "Bug fix release" msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:969 +#: data/com.github.phase1geo.minder.appdata.xml.in:987 msgid "Fixed bugs related to editing unicode characters in map area." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:970 +#: data/com.github.phase1geo.minder.appdata.xml.in:988 msgid "" "Reduced height of node textbox in sidebar to help alleviate window sizing " "problems." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:971 +#: data/com.github.phase1geo.minder.appdata.xml.in:989 msgid "" "Fixed issue with moving a node to a different position within a parent node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:972 +#: data/com.github.phase1geo.minder.appdata.xml.in:990 msgid "Fixed issue connecting a root node to another node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:978 +#: data/com.github.phase1geo.minder.appdata.xml.in:996 msgid "Images now supported!" msgstr "Добавлена поддержка изображений!" -#: data/com.github.phase1geo.minder.appdata.xml.in:980 +#: data/com.github.phase1geo.minder.appdata.xml.in:998 msgid "Added support for images within nodes." msgstr "Добавлена поддержка изображений внутри узлов." -#: data/com.github.phase1geo.minder.appdata.xml.in:981 +#: data/com.github.phase1geo.minder.appdata.xml.in:999 msgid "Added basic image editing support." msgstr "Добавлены простые функции редактирования изображений." -#: data/com.github.phase1geo.minder.appdata.xml.in:982 +#: data/com.github.phase1geo.minder.appdata.xml.in:1000 msgid "Added support for dragging and dropping local and web images." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:983 +#: data/com.github.phase1geo.minder.appdata.xml.in:1001 msgid "Added support for resizing node width." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:984 +#: data/com.github.phase1geo.minder.appdata.xml.in:1002 msgid "Changed cursors when over a task button." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:985 +#: data/com.github.phase1geo.minder.appdata.xml.in:1003 msgid "Changed location of task and note elements in a node." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:986 +#: data/com.github.phase1geo.minder.appdata.xml.in:1004 msgid "Added support for keeping the map from scrolling off screen." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:987 +#: data/com.github.phase1geo.minder.appdata.xml.in:1005 msgid "Added support for shift-mousewheel to scroll horizontally." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:988 +#: data/com.github.phase1geo.minder.appdata.xml.in:1006 msgid "Added support for control-mousewheel to zoom in/out." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:989 +#: data/com.github.phase1geo.minder.appdata.xml.in:1007 msgid "Fixed issue with drawing background when zoom factor was small." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:990 +#: data/com.github.phase1geo.minder.appdata.xml.in:1008 msgid "" "Custom icons are now stored as a gresource rather than in the file system." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:991 +#: data/com.github.phase1geo.minder.appdata.xml.in:1009 msgid "Other minor bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:997 +#: data/com.github.phase1geo.minder.appdata.xml.in:1015 msgid "Support for more export types and bug fixes." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:999 +#: data/com.github.phase1geo.minder.appdata.xml.in:1017 msgid "" "Added support for exporting to SVG, JPEG, BMP, Markdown, PlainText and CSV " "formats." msgstr "Добавлен экспорт в форматы SVG, JPEG, BMP, Markdown, PlainText и CSV." -#: data/com.github.phase1geo.minder.appdata.xml.in:1000 +#: data/com.github.phase1geo.minder.appdata.xml.in:1018 msgid "Added support for folding all completed tasks in map inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1001 +#: data/com.github.phase1geo.minder.appdata.xml.in:1019 msgid "Added support for unfolding all folded nodes in map inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1002 +#: data/com.github.phase1geo.minder.appdata.xml.in:1020 msgid "Added Solarized Dark and Solarized Light themes." msgstr "Добавлены темы Solarized Dark и Solarized Light." -#: data/com.github.phase1geo.minder.appdata.xml.in:1003 +#: data/com.github.phase1geo.minder.appdata.xml.in:1021 msgid "Changing button display in map inspector." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1004 +#: data/com.github.phase1geo.minder.appdata.xml.in:1022 msgid "Cleaning up Export menu to include a single \"Export\" option." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1005 +#: data/com.github.phase1geo.minder.appdata.xml.in:1023 msgid "" "Fixing issue where modified node title in node inspector was lost when input " "focus was changed." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1006 +#: data/com.github.phase1geo.minder.appdata.xml.in:1024 msgid "Fixing issue where an entire tree is attached to another tree." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1007 +#: data/com.github.phase1geo.minder.appdata.xml.in:1025 msgid "Added Czech translation (thanks to Jan Marek!)." msgstr "Добавлена чешская локализация (спасибо Jan Marek!)." -#: data/com.github.phase1geo.minder.appdata.xml.in:1008 +#: data/com.github.phase1geo.minder.appdata.xml.in:1026 msgid "Added French translation (thanks to Yannick A.!)." msgstr "Добавлена французская локализация (спасибо Yannick A.!)." -#: data/com.github.phase1geo.minder.appdata.xml.in:1009 +#: data/com.github.phase1geo.minder.appdata.xml.in:1027 msgid "Added Brazilian Portuguese translation (thanks to btd1337!)" msgstr "Добавлен перевод на бразильский португальский (спасибо btd1337!)" -#: data/com.github.phase1geo.minder.appdata.xml.in:1015 +#: data/com.github.phase1geo.minder.appdata.xml.in:1033 msgid "Initial startup bug fix." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1020 +#: data/com.github.phase1geo.minder.appdata.xml.in:1038 msgid "Search improvements and bug fixes" msgstr "Улучшения в поиске и исправления ошибок." -#: data/com.github.phase1geo.minder.appdata.xml.in:1022 +#: data/com.github.phase1geo.minder.appdata.xml.in:1040 msgid "Added ability to search within notes." msgstr "Добавлена возможность искать по тексту примечаний." -#: data/com.github.phase1geo.minder.appdata.xml.in:1023 +#: data/com.github.phase1geo.minder.appdata.xml.in:1041 msgid "" "Added ability to optionally control search criteria within search popover." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1024 +#: data/com.github.phase1geo.minder.appdata.xml.in:1042 msgid "Fixed screenshots." msgstr "Исправлены скриншоты." -#: data/com.github.phase1geo.minder.appdata.xml.in:1025 +#: data/com.github.phase1geo.minder.appdata.xml.in:1043 msgid "" "Changed properties header bar icon to a sidebar hide/show icon for clarity." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1026 +#: data/com.github.phase1geo.minder.appdata.xml.in:1044 msgid "Several minor UI improvements." msgstr "Несколько несущественных улучшений в интерфейсе." -#: data/com.github.phase1geo.minder.appdata.xml.in:1027 +#: data/com.github.phase1geo.minder.appdata.xml.in:1045 msgid "Removing deprecated GTK calls." msgstr "" -#: data/com.github.phase1geo.minder.appdata.xml.in:1028 +#: data/com.github.phase1geo.minder.appdata.xml.in:1046 msgid "Added ability to double-click on a node to make it editable." msgstr "Добавлено переключение на редактирование узла по двойному щелчку." -#: data/com.github.phase1geo.minder.appdata.xml.in:1029 +#: data/com.github.phase1geo.minder.appdata.xml.in:1047 msgid "Bug fixes." msgstr "Исправления ошибок." -#: data/com.github.phase1geo.minder.appdata.xml.in:1035 +#: data/com.github.phase1geo.minder.appdata.xml.in:1053 msgid "Initial release" msgstr "Первая версия программы" -#, fuzzy -#~ msgid "Added support for summary nodes." -#~ msgstr "Добавлен режим фокусировки." - #~ msgid "com.github.phase1geo.minder" #~ msgstr "com.github.phase1geo.minder" diff --git a/po/fr.po b/po/fr.po index ceff746f..b157ddfb 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.phase1geo.minder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: 2019-03-24 15:24+0100\n" "Last-Translator: Nathan Bonnemains (@NathanBnm)\n" "Language-Team: Français\n" @@ -30,73 +30,73 @@ msgstr "" msgid "Minder in AppCenter" msgstr "" -#: src/Application.vala:114 +#: src/Application.vala:122 msgid "ERROR: Unable to import file" msgstr "" -#: src/Application.vala:118 +#: src/Application.vala:126 msgid "ERROR: Import is missing filename to import" msgstr "" -#: src/Application.vala:133 +#: src/Application.vala:141 msgid "ERROR: Export is missing input file and/or export output file" msgstr "" -#: src/Application.vala:140 +#: src/Application.vala:148 #, c-format msgid "ERROR: Unable to open file '%s'\n" msgstr "" -#: src/Application.vala:184 +#: src/Application.vala:192 #, c-format msgid "Import file from format (%s)" msgstr "" -#: src/Application.vala:185 +#: src/Application.vala:193 #, fuzzy, c-format msgid "Export mindmap as format (%s)" msgstr "Options des nœuds" -#: src/Application.vala:188 +#: src/Application.vala:196 msgid "Display version number" msgstr "" -#: src/Application.vala:189 +#: src/Application.vala:197 msgid "Starts Minder with a new file" msgstr "" -#: src/Application.vala:190 +#: src/Application.vala:198 #, fuzzy msgid "Run testing" msgstr "Connexions" -#: src/Application.vala:193 +#: src/Application.vala:201 msgid "Enables a transparent background for PNG images" msgstr "" -#: src/Application.vala:194 +#: src/Application.vala:202 msgid "PNG compression value (0-9)" msgstr "" -#: src/Application.vala:195 +#: src/Application.vala:203 msgid "JPEG quality (0-100)" msgstr "" -#: src/Application.vala:196 +#: src/Application.vala:204 msgid "Enables image links in exported Markdown" msgstr "" -#: src/Application.vala:205 +#: src/Application.vala:213 #, c-format msgid "ERROR: %s\n" msgstr "" -#: src/Application.vala:206 +#: src/Application.vala:214 #, c-format msgid "Run '%s --help' to see valid options\n" msgstr "" -#: src/Application.vala:253 +#: src/Application.vala:261 #, c-format msgid "ERROR: Unable to load Minder input file %s" msgstr "" @@ -108,11 +108,11 @@ msgid "Delete" msgstr "Supprimer" #: src/CalloutMenu.vala:38 src/EmptyMenu.vala:49 -#: data/com.github.phase1geo.minder.shortcuts.ui:649 +#: data/com.github.phase1geo.minder.shortcuts.ui:656 msgid "Select Node" msgstr "Sélectionner le nœud" -#: src/Callout.vala:129 src/NodeMenu.vala:237 +#: src/Callout.vala:129 src/NodeMenu.vala:238 msgid "Callout" msgstr "" @@ -121,7 +121,7 @@ msgstr "" msgid "No text found" msgstr "Mot suivant" -#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:232 +#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:233 msgid "Connection" msgstr "Connexion" @@ -151,7 +151,7 @@ msgstr "Modifier le titre" #: src/ConnectionMenu.vala:50 src/GroupsMenu.vala:47 src/NodeMenu.vala:103 #: data/com.github.phase1geo.minder.shortcuts.ui:338 -#: data/com.github.phase1geo.minder.shortcuts.ui:676 +#: data/com.github.phase1geo.minder.shortcuts.ui:683 #, fuzzy msgid "Edit Note" msgstr "Modifier le titre" @@ -162,7 +162,7 @@ msgid "Remove Sticker" msgstr "Supprimer la note" #: src/ConnectionMenu.vala:56 src/GroupsMenu.vala:54 src/ImageManager.vala:300 -#: src/NodeMenu.vala:187 src/NodesMenu.vala:99 +#: src/NodeMenu.vala:188 src/NodesMenu.vala:100 msgid "Select" msgstr "Sélectionner" @@ -233,11 +233,11 @@ msgstr "modification du point d'extrémité de la connexion" msgid "connection drag" msgstr "déplacement de la connexion" -#: src/DrawArea.vala:3659 src/DrawArea.vala:3673 src/DrawArea.vala:5643 +#: src/DrawArea.vala:3660 src/DrawArea.vala:3674 src/DrawArea.vala:5650 msgid "Another Idea" msgstr "Une autre idée" -#: src/DrawArea.vala:5096 src/layouts/LayoutManual.vala:26 +#: src/DrawArea.vala:5099 src/layouts/LayoutManual.vala:26 #: src/MapInspector.vala:225 src/MapInspector.vala:448 msgid "Manual" msgstr "Manuel" @@ -292,7 +292,7 @@ msgstr "" msgid "Paste" msgstr "Coller" -#: src/EmptyMenu.vala:42 src/NodeMenu.vala:156 +#: src/EmptyMenu.vala:42 src/NodeMenu.vala:157 msgid "Add Root Node" msgstr "Ajouter un nœud racine" @@ -323,13 +323,13 @@ msgid "Export As %s" msgstr "Exporter sous" #: src/Exporter.vala:134 src/ImageEditor.vala:381 src/ImageManager.vala:300 -#: src/MainWindow.vala:1028 src/MainWindow.vala:1123 src/MainWindow.vala:1267 -#: src/QuickEntry.vala:154 src/StickerInspector.vala:401 src/StickerSet.vala:75 +#: src/MainWindow.vala:1083 src/MainWindow.vala:1178 src/MainWindow.vala:1322 +#: src/QuickEntry.vala:154 src/StickerInspector.vala:402 src/StickerSet.vala:75 #: src/ThemeEditor.vala:144 src/UrlEditor.vala:62 msgid "Cancel" msgstr "Annuler" -#: src/Exporter.vala:134 src/MainWindow.vala:845 src/StickerSet.vala:352 +#: src/Exporter.vala:134 src/MainWindow.vala:900 src/StickerSet.vala:352 msgid "Export" msgstr "Exporter" @@ -507,7 +507,7 @@ msgstr "Copier le nœud" msgid "All Grouped Nodes" msgstr "" -#: src/GroupsMenu.vala:111 src/NodeMenu.vala:689 src/NodesMenu.vala:289 +#: src/GroupsMenu.vala:111 src/NodeMenu.vala:690 src/NodesMenu.vala:290 #, fuzzy msgid "Select a link color" msgstr "Sélectionner le nœud lié" @@ -545,7 +545,7 @@ msgstr "Couper le nœud sur le presse-papier" msgid "Paste Image from Clipboard" msgstr "Couper le nœud sur le presse-papier" -#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:447 +#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:448 msgid "Remove Image" msgstr "Supprimer l'image" @@ -559,219 +559,231 @@ msgstr "Sélectionner le parent" msgid "Images" msgstr "Image" -#: src/MainWindow.vala:154 src/MainWindow.vala:1272 +#: src/MainWindow.vala:64 +msgid "Use system setting" +msgstr "" + +#: src/MainWindow.vala:65 +msgid "Always use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:66 +msgid "Never use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:195 src/MainWindow.vala:1327 msgid "Minder" msgstr "Minder" -#: src/MainWindow.vala:188 data/com.github.phase1geo.minder.shortcuts.ui:21 +#: src/MainWindow.vala:229 data/com.github.phase1geo.minder.shortcuts.ui:21 msgid "New File" msgstr "Nouveau fichier" -#: src/MainWindow.vala:194 src/MainWindow.vala:1119 +#: src/MainWindow.vala:235 src/MainWindow.vala:1174 #: data/com.github.phase1geo.minder.shortcuts.ui:28 msgid "Open File" msgstr "Ouvrir un fichier" -#: src/MainWindow.vala:200 data/com.github.phase1geo.minder.shortcuts.ui:42 +#: src/MainWindow.vala:241 data/com.github.phase1geo.minder.shortcuts.ui:42 msgid "Save File As" msgstr "Enregistrer sous" -#: src/MainWindow.vala:206 src/StickerSet.vala:307 src/UndoBuffer.vala:84 +#: src/MainWindow.vala:247 src/StickerSet.vala:307 src/UndoBuffer.vala:84 msgid "Undo" msgstr "Annuler" -#: src/MainWindow.vala:213 src/StickerSet.vala:308 src/UndoBuffer.vala:90 +#: src/MainWindow.vala:254 src/StickerSet.vala:308 src/UndoBuffer.vala:90 msgid "Redo" msgstr "Rétablir" -#: src/MainWindow.vala:548 +#: src/MainWindow.vala:603 msgid "Unnamed Document" msgstr "Document sans nom" -#: src/MainWindow.vala:551 +#: src/MainWindow.vala:606 #, fuzzy msgid "Read-Only" msgstr "Marge intérieure" -#: src/MainWindow.vala:555 src/MainWindow.vala:880 +#: src/MainWindow.vala:610 src/MainWindow.vala:935 msgid "Focus Mode" msgstr "Mode concentration" -#: src/MainWindow.vala:589 src/MainWindow.vala:1324 +#: src/MainWindow.vala:644 src/MainWindow.vala:1379 #, c-format msgid "Zoom (%d%%)" msgstr "" -#: src/MainWindow.vala:596 +#: src/MainWindow.vala:651 msgid "Zoom to Percent" msgstr "Pourcentage de zoom" -#: src/MainWindow.vala:609 src/ZoomWidget.vala:102 +#: src/MainWindow.vala:664 src/ZoomWidget.vala:102 #: data/com.github.phase1geo.minder.shortcuts.ui:119 msgid "Zoom In" msgstr "Zoomer" -#: src/MainWindow.vala:615 src/ZoomWidget.vala:92 +#: src/MainWindow.vala:670 src/ZoomWidget.vala:92 #: data/com.github.phase1geo.minder.shortcuts.ui:126 msgid "Zoom Out" msgstr "Dézoomer" -#: src/MainWindow.vala:625 +#: src/MainWindow.vala:680 msgid "Zoom to Fit" msgstr "Voir l'ensemble du document" -#: src/MainWindow.vala:630 data/com.github.phase1geo.minder.shortcuts.ui:140 +#: src/MainWindow.vala:685 data/com.github.phase1geo.minder.shortcuts.ui:140 #, fuzzy msgid "Zoom to Fit Selected Node Tree" msgstr "Zoomer sur le nœud sélectionné" -#: src/MainWindow.vala:635 +#: src/MainWindow.vala:690 msgid "Zoom to Actual Size" msgstr "Zoom par défaut (100 %)" -#: src/MainWindow.vala:659 src/StickerSet.vala:114 +#: src/MainWindow.vala:714 src/StickerSet.vala:114 msgid "Search" msgstr "Rechercher" -#: src/MainWindow.vala:669 +#: src/MainWindow.vala:724 #, fuzzy msgid "Search Nodes, Callouts and Connections" msgstr "Rechercher des nœuds et des connexions" -#: src/MainWindow.vala:698 +#: src/MainWindow.vala:753 msgid "Search Criteria" msgstr "Critères de recherche" -#: src/MainWindow.vala:701 +#: src/MainWindow.vala:756 #, fuzzy msgid "Search all tabs" msgstr "Critères de recherche" -#: src/MainWindow.vala:735 +#: src/MainWindow.vala:790 msgid "Nodes" msgstr "Nœuds" -#: src/MainWindow.vala:736 +#: src/MainWindow.vala:791 msgid "Connections" msgstr "Connexions" -#: src/MainWindow.vala:737 +#: src/MainWindow.vala:792 msgid "Callouts" msgstr "" -#: src/MainWindow.vala:738 +#: src/MainWindow.vala:793 msgid "Titles" msgstr "Titres" -#: src/MainWindow.vala:739 +#: src/MainWindow.vala:794 msgid "Notes" msgstr "Notes" -#: src/MainWindow.vala:740 +#: src/MainWindow.vala:795 msgid "Folded" msgstr "Pliés" -#: src/MainWindow.vala:741 +#: src/MainWindow.vala:796 msgid "Unfolded" msgstr "Dépliés" -#: src/MainWindow.vala:742 +#: src/MainWindow.vala:797 msgid "Tasks" msgstr "Tâches" -#: src/MainWindow.vala:743 +#: src/MainWindow.vala:798 msgid "Non-tasks" msgstr "Non-tâches" -#: src/MainWindow.vala:857 +#: src/MainWindow.vala:912 #, fuzzy msgid "Print…" msgstr "Imprimer" -#: src/MainWindow.vala:905 src/Preferences.vala:36 +#: src/MainWindow.vala:960 src/Preferences.vala:36 msgid "Preferences" msgstr "" -#: src/MainWindow.vala:910 +#: src/MainWindow.vala:965 msgid "Shortcuts Cheatsheet" msgstr "Feuille de raccourcis" -#: src/MainWindow.vala:914 +#: src/MainWindow.vala:969 #, fuzzy msgid "About Minder" msgstr "Minder" -#: src/MainWindow.vala:947 src/MainWindow.vala:1396 +#: src/MainWindow.vala:1002 src/MainWindow.vala:1451 #, fuzzy msgid "Show Property Sidebar" msgstr "Afficher le propriétés" -#: src/MainWindow.vala:962 +#: src/MainWindow.vala:1017 msgid "Current" msgstr "Courant" -#: src/MainWindow.vala:963 src/StyleInspector.vala:198 +#: src/MainWindow.vala:1018 src/StyleInspector.vala:198 msgid "Style" msgstr "Style" -#: src/MainWindow.vala:964 +#: src/MainWindow.vala:1019 msgid "Stickers" msgstr "" -#: src/MainWindow.vala:965 +#: src/MainWindow.vala:1020 msgid "Map" msgstr "Carte" -#: src/MainWindow.vala:1019 +#: src/MainWindow.vala:1074 msgid "Save current unnamed document?" msgstr "Enregistrer le document sans titre actuel ?" -#: src/MainWindow.vala:1020 +#: src/MainWindow.vala:1075 msgid "Changes will be permanently lost if not saved." msgstr "" "Les modifications seront définitivement perdues si elles ne sont pas " "enregistrées." -#: src/MainWindow.vala:1025 +#: src/MainWindow.vala:1080 msgid "Discard Changes" msgstr "Ignorer les modifications" -#: src/MainWindow.vala:1031 src/MainWindow.vala:1267 src/ThemeEditor.vala:147 +#: src/MainWindow.vala:1086 src/MainWindow.vala:1322 src/ThemeEditor.vala:147 msgid "Save" msgstr "Enregistrer" -#: src/MainWindow.vala:1060 +#: src/MainWindow.vala:1115 #, c-format msgid "The file %s was modified outside of the application." msgstr "" -#: src/MainWindow.vala:1061 +#: src/MainWindow.vala:1116 msgid "What do you want to do?" msgstr "" -#: src/MainWindow.vala:1066 +#: src/MainWindow.vala:1121 #, fuzzy msgid "Discard Changes and reload" msgstr "Ignorer les modifications" -#: src/MainWindow.vala:1069 +#: src/MainWindow.vala:1124 msgid "Save local version and overwrite" msgstr "" -#: src/MainWindow.vala:1119 +#: src/MainWindow.vala:1174 #, fuzzy msgid "Open Directory" msgstr "Ouvrir un fichier" -#: src/MainWindow.vala:1122 +#: src/MainWindow.vala:1177 msgid "Open" msgstr "Ouvrir" -#: src/MainWindow.vala:1267 +#: src/MainWindow.vala:1322 msgid "Save File" msgstr "Enregistrer le fichier" -#: src/MainWindow.vala:1340 +#: src/MainWindow.vala:1395 #, fuzzy msgid "Hide Property Sidebar" msgstr "Propriétés" @@ -895,7 +907,7 @@ msgstr "Détacher le nœud" msgid "Delete Node" msgstr "Supprimer le nœud" -#: src/NodeLink.vala:106 +#: src/NodeLink.vala:107 src/NodeLink.vala:110 #, fuzzy msgid "No node found" msgstr "Commandes de nœuds" @@ -908,7 +920,7 @@ msgstr "Copier" msgid "Cut" msgstr "Couper" -#: src/NodeMenu.vala:84 src/NodeMenu.vala:459 +#: src/NodeMenu.vala:84 src/NodeMenu.vala:460 msgid "Paste and Replace Node" msgstr "" @@ -926,15 +938,15 @@ msgstr "Modifier l'image" msgid "Edit Text…" msgstr "Modifier…" -#: src/NodeMenu.vala:107 src/NodeMenu.vala:429 +#: src/NodeMenu.vala:107 src/NodeMenu.vala:430 msgid "Add Task" msgstr "Transformer en tâche" -#: src/NodeMenu.vala:110 src/NodeMenu.vala:447 +#: src/NodeMenu.vala:110 src/NodeMenu.vala:448 msgid "Add Image" msgstr "Ajouter une image" -#: src/NodeMenu.vala:117 src/NodeMenu.vala:430 +#: src/NodeMenu.vala:117 src/NodeMenu.vala:431 msgid "Add Node Link" msgstr "Ajouter un lien vers le nœud" @@ -946,7 +958,7 @@ msgstr "Ajouter une connexion" msgid "Add Group" msgstr "" -#: src/NodeMenu.vala:129 src/NodeMenu.vala:432 +#: src/NodeMenu.vala:129 src/NodeMenu.vala:433 msgid "Add Callout" msgstr "" @@ -954,154 +966,154 @@ msgstr "" msgid "Link Color" msgstr "Couleur du lien" -#: src/NodeMenu.vala:136 src/NodesMenu.vala:84 +#: src/NodeMenu.vala:137 src/NodesMenu.vala:85 msgid "Set to color…" msgstr "" -#: src/NodeMenu.vala:139 +#: src/NodeMenu.vala:140 #, fuzzy msgid "Randomize color" msgstr "Aléatoirement" -#: src/NodeMenu.vala:142 src/NodesMenu.vala:90 +#: src/NodeMenu.vala:143 src/NodesMenu.vala:91 msgid "Use parent color" msgstr "" -#: src/NodeMenu.vala:146 src/NodeMenu.vala:431 src/NodesMenu.vala:64 -#: src/NodesMenu.vala:222 +#: src/NodeMenu.vala:147 src/NodeMenu.vala:432 src/NodesMenu.vala:64 +#: src/NodesMenu.vala:223 msgid "Fold Children" msgstr "Plier les enfants" -#: src/NodeMenu.vala:149 +#: src/NodeMenu.vala:150 msgid "Detach" msgstr "Détacher" -#: src/NodeMenu.vala:152 +#: src/NodeMenu.vala:153 #, fuzzy msgid "Add Node" msgstr "Ajouter une note" -#: src/NodeMenu.vala:159 +#: src/NodeMenu.vala:160 msgid "Add Parent Node" msgstr "Ajouter un nœud parent" -#: src/NodeMenu.vala:163 +#: src/NodeMenu.vala:164 msgid "Add Child Node" msgstr "Ajouter un nœud enfant" -#: src/NodeMenu.vala:167 +#: src/NodeMenu.vala:168 msgid "Add Sibling Node" msgstr "Ajouter un nœud frère" -#: src/NodeMenu.vala:171 +#: src/NodeMenu.vala:172 #, fuzzy msgid "Use to Summarize Previous Sibling Nodes" msgstr "Nœud frère précédent" -#: src/NodeMenu.vala:175 src/QuickEntry.vala:44 +#: src/NodeMenu.vala:176 src/QuickEntry.vala:44 msgid "Quick Entry" msgstr "Entrée rapide" -#: src/NodeMenu.vala:179 +#: src/NodeMenu.vala:180 #, fuzzy msgid "Insert Nodes" msgstr "insérer un nœud" -#: src/NodeMenu.vala:183 +#: src/NodeMenu.vala:184 #, fuzzy msgid "Replace Nodes" msgstr "Équilibrer les nœuds" -#: src/NodeMenu.vala:192 +#: src/NodeMenu.vala:193 msgid "Root Node" msgstr "Nœud racine" -#: src/NodeMenu.vala:197 +#: src/NodeMenu.vala:198 msgid "Next Sibling Node" msgstr "Nœud frère suivant" -#: src/NodeMenu.vala:202 +#: src/NodeMenu.vala:203 msgid "Previous Sibling Node" msgstr "Nœud frère précédent" -#: src/NodeMenu.vala:207 +#: src/NodeMenu.vala:208 msgid "Child Node" msgstr "Nœud enfant" -#: src/NodeMenu.vala:212 src/NodesMenu.vala:108 +#: src/NodeMenu.vala:213 src/NodesMenu.vala:109 #, fuzzy msgid "Child Nodes" msgstr "Nœud enfant" -#: src/NodeMenu.vala:217 +#: src/NodeMenu.vala:218 msgid "Subtree" msgstr "" -#: src/NodeMenu.vala:222 +#: src/NodeMenu.vala:223 msgid "Parent Node" msgstr "Nœud parent" -#: src/NodeMenu.vala:227 +#: src/NodeMenu.vala:228 msgid "Linked Node" msgstr "Nœud lié" -#: src/NodeMenu.vala:241 +#: src/NodeMenu.vala:242 msgid "Center Current Node" msgstr "Centrer sur le nœud" -#: src/NodeMenu.vala:245 +#: src/NodeMenu.vala:246 msgid "Sort Children" msgstr "Trier les enfants" -#: src/NodeMenu.vala:249 +#: src/NodeMenu.vala:250 msgid "Alphabetically" msgstr "Alphabétiquement" -#: src/NodeMenu.vala:252 +#: src/NodeMenu.vala:253 msgid "Randomize" msgstr "Aléatoirement" -#: src/NodeMenu.vala:427 +#: src/NodeMenu.vala:428 msgid "Remove Task" msgstr "Supprimer la tâche" -#: src/NodeMenu.vala:428 +#: src/NodeMenu.vala:429 #, fuzzy msgid "Mark Task As Done" msgstr "Marquer comme fait/à faire" -#: src/NodeMenu.vala:430 +#: src/NodeMenu.vala:431 msgid "Remove Node Link" msgstr "Supprimer le lien vers le nœud" -#: src/NodeMenu.vala:431 src/NodesMenu.vala:222 +#: src/NodeMenu.vala:432 src/NodesMenu.vala:223 msgid "Unfold Children" msgstr "Déplier les enfants" -#: src/NodeMenu.vala:432 data/com.github.phase1geo.minder.shortcuts.ui:636 +#: src/NodeMenu.vala:433 data/com.github.phase1geo.minder.shortcuts.ui:643 #, fuzzy msgid "Remove Callout" msgstr "Supprimer la tâche" -#: src/NodeMenu.vala:452 +#: src/NodeMenu.vala:453 #, fuzzy msgid "Paste Text As Child Node" msgstr "Coller le nœud comme enfant" -#: src/NodeMenu.vala:453 +#: src/NodeMenu.vala:454 msgid "Paste and Replace Node Text" msgstr "" -#: src/NodeMenu.vala:455 +#: src/NodeMenu.vala:456 #, fuzzy msgid "Paste Image As Child Node" msgstr "Coller le nœud comme enfant" -#: src/NodeMenu.vala:456 +#: src/NodeMenu.vala:457 msgid "Paste and Replace Node Image" msgstr "" -#: src/NodeMenu.vala:458 +#: src/NodeMenu.vala:459 #, fuzzy msgid "Paste Node As Child" msgstr "Coller le nœud comme enfant" @@ -1116,7 +1128,7 @@ msgstr "Marquer comme fait/à faire" msgid "Connect" msgstr "Connexion" -#: src/NodesMenu.vala:72 src/NodesMenu.vala:223 +#: src/NodesMenu.vala:72 src/NodesMenu.vala:224 #, fuzzy msgid "Link Nodes" msgstr "Nœud lié" @@ -1126,59 +1138,59 @@ msgstr "Nœud lié" msgid "Link Colors" msgstr "Couleur du lien" -#: src/NodesMenu.vala:87 +#: src/NodesMenu.vala:88 #, fuzzy msgid "Randomize colors" msgstr "Aléatoirement" -#: src/NodesMenu.vala:103 +#: src/NodesMenu.vala:104 #, fuzzy msgid "Parent Nodes" msgstr "Nœud parent" -#: src/NodesMenu.vala:117 +#: src/NodesMenu.vala:118 #, fuzzy msgid "Align Nodes" msgstr "Équilibrer les nœuds" -#: src/NodesMenu.vala:121 +#: src/NodesMenu.vala:122 msgid "Align Top" msgstr "" -#: src/NodesMenu.vala:125 +#: src/NodesMenu.vala:126 msgid "Align Center Horizontally" msgstr "" -#: src/NodesMenu.vala:129 +#: src/NodesMenu.vala:130 msgid "Align Bottom" msgstr "" -#: src/NodesMenu.vala:133 +#: src/NodesMenu.vala:134 msgid "Align Left" msgstr "" -#: src/NodesMenu.vala:137 +#: src/NodesMenu.vala:138 msgid "Align Center Vertically" msgstr "" -#: src/NodesMenu.vala:141 +#: src/NodesMenu.vala:142 msgid "Align Right" msgstr "" -#: src/NodesMenu.vala:223 +#: src/NodesMenu.vala:224 #, fuzzy msgid "Remove Node Links" msgstr "Supprimer le lien vers le nœud" -#: src/Node.vala:2325 +#: src/Node.vala:2321 msgid "Node Title" msgstr "Titre du nœud" -#: src/Node.vala:2333 +#: src/Node.vala:2329 msgid "Node Note" msgstr "Note du nœud" -#: src/Node.vala:2344 +#: src/Node.vala:2340 #, fuzzy msgid "Callout Text" msgstr "Coller le texte" @@ -1250,24 +1262,32 @@ msgstr "" msgid "If enabled, selects items when mouse cursor hovers over the item." msgstr "" -#: src/Preferences.vala:110 -msgid "Hide themes not matching visual style" +#: src/Preferences.vala:99 +msgid "Natural scrolling" +msgstr "" + +#: src/Preferences.vala:101 +msgid "Specifies scrolling used when panning the canvas." msgstr "" #: src/Preferences.vala:114 +msgid "Hide themes not matching visual style" +msgstr "" + +#: src/Preferences.vala:118 #, fuzzy msgid "Default theme" msgstr "Supprimer le nœud" -#: src/Preferences.vala:117 +#: src/Preferences.vala:121 msgid "Enable animations" msgstr "Activer les animations" -#: src/Preferences.vala:120 +#: src/Preferences.vala:124 msgid "Text field font size" msgstr "" -#: src/Preferences.vala:123 +#: src/Preferences.vala:127 msgid "" "Specifies the custom font size to use in text editing fields (i.e, quick " "entry or notes field)." @@ -1362,25 +1382,25 @@ msgstr "" msgid "Search Stickers" msgstr "Critères de recherche" -#: src/StickerInspector.vala:134 +#: src/StickerInspector.vala:137 msgid "Favorites" msgstr "" -#: src/StickerInspector.vala:140 +#: src/StickerInspector.vala:143 msgid "Show Custom Sticker Directory" msgstr "" -#: src/StickerInspector.vala:214 +#: src/StickerInspector.vala:215 #, fuzzy msgid "Add custom stickers" msgstr "Ajouter un lien vers le nœud" -#: src/StickerInspector.vala:401 +#: src/StickerInspector.vala:402 #, fuzzy msgid "Import Sticker(s)" msgstr "Supprimer la note" -#: src/StickerInspector.vala:401 src/StickerSet.vala:353 +#: src/StickerInspector.vala:402 src/StickerSet.vala:353 #, fuzzy msgid "Import" msgstr "Ouvrir un fichier" @@ -3418,7 +3438,7 @@ msgid "Minder Shortcuts" msgstr "Raccourcis de Minder" #: data/com.github.phase1geo.minder.shortcuts.ui:12 -#: data/com.github.phase1geo.minder.shortcuts.ui:960 +#: data/com.github.phase1geo.minder.shortcuts.ui:967 msgid "General" msgstr "Général" @@ -3501,7 +3521,7 @@ msgid "Show Map Tab" msgstr "Arbre courant" #: data/com.github.phase1geo.minder.shortcuts.ui:190 -#: data/com.github.phase1geo.minder.shortcuts.ui:740 +#: data/com.github.phase1geo.minder.shortcuts.ui:747 msgid "Miscellaneous" msgstr "Divers" @@ -3514,7 +3534,7 @@ msgid "Search Nodes/Connections" msgstr "Rechercher des nœuds/connexions" #: data/com.github.phase1geo.minder.shortcuts.ui:208 -#: data/com.github.phase1geo.minder.shortcuts.ui:964 +#: data/com.github.phase1geo.minder.shortcuts.ui:971 msgid "Show Contextual Menu" msgstr "" @@ -3565,7 +3585,7 @@ msgid "Quick Entry Replacement" msgstr "Entrée rapide" #: data/com.github.phase1geo.minder.shortcuts.ui:293 -#: data/com.github.phase1geo.minder.shortcuts.ui:850 +#: data/com.github.phase1geo.minder.shortcuts.ui:857 msgid "Clipboard" msgstr "Presse-papiers" @@ -3592,7 +3612,7 @@ msgid "Changing Current" msgstr "Modification du nœud courant" #: data/com.github.phase1geo.minder.shortcuts.ui:331 -#: data/com.github.phase1geo.minder.shortcuts.ui:669 +#: data/com.github.phase1geo.minder.shortcuts.ui:676 msgid "Edit Title" msgstr "Modifier le titre" @@ -3607,502 +3627,507 @@ msgid "Add URL Link To Text" msgstr "Ajouter la fin du texte" #: data/com.github.phase1geo.minder.shortcuts.ui:359 -#: data/com.github.phase1geo.minder.shortcuts.ui:772 +#: data/com.github.phase1geo.minder.shortcuts.ui:779 #, fuzzy msgid "Remove URL Link From Text" msgstr "Supprimer le lien vers le nœud" #: data/com.github.phase1geo.minder.shortcuts.ui:366 +#, fuzzy +msgid "Change Link Color" +msgstr "Couleur du lien" + +#: data/com.github.phase1geo.minder.shortcuts.ui:373 msgid "View Properties" msgstr "Afficher les propriétés" -#: data/com.github.phase1geo.minder.shortcuts.ui:373 +#: data/com.github.phase1geo.minder.shortcuts.ui:380 msgid "Toggle Fold" msgstr "Plier/Déplier" -#: data/com.github.phase1geo.minder.shortcuts.ui:380 +#: data/com.github.phase1geo.minder.shortcuts.ui:387 msgid "Toggle Node Link" msgstr "Activer/Désactiver le lien vers le nœud" -#: data/com.github.phase1geo.minder.shortcuts.ui:387 +#: data/com.github.phase1geo.minder.shortcuts.ui:394 #, fuzzy msgid "Create Link to Selected Node" msgstr "Zoomer sur le nœud sélectionné" -#: data/com.github.phase1geo.minder.shortcuts.ui:388 +#: data/com.github.phase1geo.minder.shortcuts.ui:395 msgid "[After using this command, 'y' will create the link]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:395 +#: data/com.github.phase1geo.minder.shortcuts.ui:402 #, fuzzy msgid "Create Group" msgstr "Supprimer la note" -#: data/com.github.phase1geo.minder.shortcuts.ui:402 +#: data/com.github.phase1geo.minder.shortcuts.ui:409 msgid "Create Connection" msgstr "Créer une connexion" -#: data/com.github.phase1geo.minder.shortcuts.ui:409 +#: data/com.github.phase1geo.minder.shortcuts.ui:416 #, fuzzy msgid "Create Callout" msgstr "Supprimer la note" -#: data/com.github.phase1geo.minder.shortcuts.ui:416 +#: data/com.github.phase1geo.minder.shortcuts.ui:423 msgid "Center In View" msgstr "Centrer sur la vue" -#: data/com.github.phase1geo.minder.shortcuts.ui:423 -#: data/com.github.phase1geo.minder.shortcuts.ui:690 +#: data/com.github.phase1geo.minder.shortcuts.ui:430 +#: data/com.github.phase1geo.minder.shortcuts.ui:697 msgid "Place Into View" msgstr "Placer dans la vue" -#: data/com.github.phase1geo.minder.shortcuts.ui:432 -#: data/com.github.phase1geo.minder.shortcuts.ui:645 -#: data/com.github.phase1geo.minder.shortcuts.ui:877 +#: data/com.github.phase1geo.minder.shortcuts.ui:439 +#: data/com.github.phase1geo.minder.shortcuts.ui:652 +#: data/com.github.phase1geo.minder.shortcuts.ui:884 msgid "Selection" msgstr "Sélection" -#: data/com.github.phase1geo.minder.shortcuts.ui:436 +#: data/com.github.phase1geo.minder.shortcuts.ui:443 msgid "Select Root" msgstr "Sélectionner la racine" -#: data/com.github.phase1geo.minder.shortcuts.ui:443 +#: data/com.github.phase1geo.minder.shortcuts.ui:450 msgid "Select Parent" msgstr "Sélectionner le parent" -#: data/com.github.phase1geo.minder.shortcuts.ui:450 +#: data/com.github.phase1geo.minder.shortcuts.ui:457 msgid "Select Next Sibling" msgstr "Sélectionner le frère suivant" -#: data/com.github.phase1geo.minder.shortcuts.ui:457 +#: data/com.github.phase1geo.minder.shortcuts.ui:464 msgid "Select Previous Sibling" msgstr "Sélectionner le frère précédent" -#: data/com.github.phase1geo.minder.shortcuts.ui:464 +#: data/com.github.phase1geo.minder.shortcuts.ui:471 msgid "Select Child" msgstr "Sélectionner l'enfant" -#: data/com.github.phase1geo.minder.shortcuts.ui:471 +#: data/com.github.phase1geo.minder.shortcuts.ui:478 #, fuzzy msgid "Select Children" msgstr "Sélectionner l'enfant" -#: data/com.github.phase1geo.minder.shortcuts.ui:478 +#: data/com.github.phase1geo.minder.shortcuts.ui:485 #, fuzzy msgid "Select Subtree" msgstr "Sélectionner le nœud de départ" -#: data/com.github.phase1geo.minder.shortcuts.ui:485 +#: data/com.github.phase1geo.minder.shortcuts.ui:492 msgid "Select Node Below" msgstr "Sélectionner le nœud en dessous" -#: data/com.github.phase1geo.minder.shortcuts.ui:492 +#: data/com.github.phase1geo.minder.shortcuts.ui:499 msgid "Select Node Above" msgstr "Sélectionner le nœud au dessus" -#: data/com.github.phase1geo.minder.shortcuts.ui:499 +#: data/com.github.phase1geo.minder.shortcuts.ui:506 msgid "Select Node To Right" msgstr "Sélectionner le nœud à droite" -#: data/com.github.phase1geo.minder.shortcuts.ui:506 +#: data/com.github.phase1geo.minder.shortcuts.ui:513 msgid "Select Node To Left" msgstr "Sélectionner le nœud à gauche" -#: data/com.github.phase1geo.minder.shortcuts.ui:513 +#: data/com.github.phase1geo.minder.shortcuts.ui:520 msgid "Select Linked Node" msgstr "Sélectionner le nœud lié" -#: data/com.github.phase1geo.minder.shortcuts.ui:520 +#: data/com.github.phase1geo.minder.shortcuts.ui:527 #, fuzzy msgid "Select Callout" msgstr "Sélectionner le parent" -#: data/com.github.phase1geo.minder.shortcuts.ui:527 +#: data/com.github.phase1geo.minder.shortcuts.ui:534 msgid "Select Attached Connection" msgstr "Sélectionner la connexion attachée" -#: data/com.github.phase1geo.minder.shortcuts.ui:536 +#: data/com.github.phase1geo.minder.shortcuts.ui:543 msgid "Move" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:540 +#: data/com.github.phase1geo.minder.shortcuts.ui:547 #, fuzzy msgid "Swap with Sibling Node to Right" msgstr "Nouveau nœud frère" -#: data/com.github.phase1geo.minder.shortcuts.ui:547 +#: data/com.github.phase1geo.minder.shortcuts.ui:554 #, fuzzy msgid "Swap with Sibling Node to Left" msgstr "Nouveau nœud frère" -#: data/com.github.phase1geo.minder.shortcuts.ui:554 +#: data/com.github.phase1geo.minder.shortcuts.ui:561 #, fuzzy msgid "Swap with Sibling Node Above" msgstr "Nouveau nœud frère" -#: data/com.github.phase1geo.minder.shortcuts.ui:561 +#: data/com.github.phase1geo.minder.shortcuts.ui:568 #, fuzzy msgid "Swap with Sibling Node Below" msgstr "Nouveau nœud frère" -#: data/com.github.phase1geo.minder.shortcuts.ui:568 +#: data/com.github.phase1geo.minder.shortcuts.ui:575 msgid "Sort Child Nodes Alphabetically" msgstr "Trier les nœuds enfants alphabétiquement" -#: data/com.github.phase1geo.minder.shortcuts.ui:577 +#: data/com.github.phase1geo.minder.shortcuts.ui:584 #, fuzzy msgid "Alignment" msgstr "modification du nom du nœud" -#: data/com.github.phase1geo.minder.shortcuts.ui:581 +#: data/com.github.phase1geo.minder.shortcuts.ui:588 #, fuzzy msgid "Align Top Side" msgstr "Équilibrer les nœuds" -#: data/com.github.phase1geo.minder.shortcuts.ui:588 +#: data/com.github.phase1geo.minder.shortcuts.ui:595 msgid "Align Vertical Center" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:595 +#: data/com.github.phase1geo.minder.shortcuts.ui:602 #, fuzzy msgid "Align Bottom Side" msgstr "Équilibrer les nœuds" -#: data/com.github.phase1geo.minder.shortcuts.ui:602 +#: data/com.github.phase1geo.minder.shortcuts.ui:609 #, fuzzy msgid "Align Left Side" msgstr "Équilibrer les nœuds" -#: data/com.github.phase1geo.minder.shortcuts.ui:609 +#: data/com.github.phase1geo.minder.shortcuts.ui:616 #, fuzzy msgid "Align Horizontal Center" msgstr "Horizontal" -#: data/com.github.phase1geo.minder.shortcuts.ui:616 +#: data/com.github.phase1geo.minder.shortcuts.ui:623 msgid "Align Right Side" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:628 +#: data/com.github.phase1geo.minder.shortcuts.ui:635 #, fuzzy msgid "Callout Commands" msgstr "Commandes de connexion" -#: data/com.github.phase1geo.minder.shortcuts.ui:632 -#: data/com.github.phase1geo.minder.shortcuts.ui:665 +#: data/com.github.phase1geo.minder.shortcuts.ui:639 +#: data/com.github.phase1geo.minder.shortcuts.ui:672 msgid "Change Current" msgstr "Modifier la connexion actuelle" -#: data/com.github.phase1geo.minder.shortcuts.ui:661 +#: data/com.github.phase1geo.minder.shortcuts.ui:668 msgid "Connection Commands" msgstr "Commandes de connexion" -#: data/com.github.phase1geo.minder.shortcuts.ui:683 +#: data/com.github.phase1geo.minder.shortcuts.ui:690 msgid "Show Properties" msgstr "Afficher le propriétés" -#: data/com.github.phase1geo.minder.shortcuts.ui:699 +#: data/com.github.phase1geo.minder.shortcuts.ui:706 msgid "Traversal" msgstr "Traversée" -#: data/com.github.phase1geo.minder.shortcuts.ui:703 +#: data/com.github.phase1geo.minder.shortcuts.ui:710 msgid "Select Start Node" msgstr "Sélectionner le nœud de départ" -#: data/com.github.phase1geo.minder.shortcuts.ui:710 +#: data/com.github.phase1geo.minder.shortcuts.ui:717 msgid "Select End Node" msgstr "Sélectionner le nœud de fin" -#: data/com.github.phase1geo.minder.shortcuts.ui:717 +#: data/com.github.phase1geo.minder.shortcuts.ui:724 msgid "Select Next Connection" msgstr "Sélectionner la connexion suivante" -#: data/com.github.phase1geo.minder.shortcuts.ui:724 +#: data/com.github.phase1geo.minder.shortcuts.ui:731 msgid "Select Previous Connection" msgstr "Sélectionner la connexion précédente" -#: data/com.github.phase1geo.minder.shortcuts.ui:736 +#: data/com.github.phase1geo.minder.shortcuts.ui:743 msgid "Text Editing" msgstr "Éditer le texte" -#: data/com.github.phase1geo.minder.shortcuts.ui:744 +#: data/com.github.phase1geo.minder.shortcuts.ui:751 #, fuzzy msgid "Insert Newline Character" msgstr "Caractère suivant" -#: data/com.github.phase1geo.minder.shortcuts.ui:751 +#: data/com.github.phase1geo.minder.shortcuts.ui:758 #, fuzzy msgid "Insert Tab Character" msgstr "Caractère suivant" -#: data/com.github.phase1geo.minder.shortcuts.ui:758 +#: data/com.github.phase1geo.minder.shortcuts.ui:765 msgid "Show Emoji Picker" msgstr "Afficher le sélecteur d'émoji" -#: data/com.github.phase1geo.minder.shortcuts.ui:765 +#: data/com.github.phase1geo.minder.shortcuts.ui:772 #, fuzzy msgid "Add URL Link To Selected Text" msgstr "Copier le texte sélectionné" -#: data/com.github.phase1geo.minder.shortcuts.ui:779 +#: data/com.github.phase1geo.minder.shortcuts.ui:786 msgid "End Editing" msgstr "Terminer l'édition" -#: data/com.github.phase1geo.minder.shortcuts.ui:788 +#: data/com.github.phase1geo.minder.shortcuts.ui:795 msgid "Cursor Movement" msgstr "Mouvement du curseur" -#: data/com.github.phase1geo.minder.shortcuts.ui:792 +#: data/com.github.phase1geo.minder.shortcuts.ui:799 msgid "Next Character" msgstr "Caractère suivant" -#: data/com.github.phase1geo.minder.shortcuts.ui:799 +#: data/com.github.phase1geo.minder.shortcuts.ui:806 msgid "Previous Character" msgstr "Caractère précédent" -#: data/com.github.phase1geo.minder.shortcuts.ui:806 +#: data/com.github.phase1geo.minder.shortcuts.ui:813 #, fuzzy msgid "Next Word" msgstr "Ajouter le mot suivant" -#: data/com.github.phase1geo.minder.shortcuts.ui:813 +#: data/com.github.phase1geo.minder.shortcuts.ui:820 msgid "Previous Word" msgstr "Mot précédent" -#: data/com.github.phase1geo.minder.shortcuts.ui:820 +#: data/com.github.phase1geo.minder.shortcuts.ui:827 msgid "Next Line" msgstr "Ligne suivante" -#: data/com.github.phase1geo.minder.shortcuts.ui:827 +#: data/com.github.phase1geo.minder.shortcuts.ui:834 msgid "Previous Line" msgstr "Ligne précédente" -#: data/com.github.phase1geo.minder.shortcuts.ui:834 +#: data/com.github.phase1geo.minder.shortcuts.ui:841 msgid "Start Of Text" msgstr "Début du texte" -#: data/com.github.phase1geo.minder.shortcuts.ui:841 +#: data/com.github.phase1geo.minder.shortcuts.ui:848 msgid "End Of Text" msgstr "Fin du texte" -#: data/com.github.phase1geo.minder.shortcuts.ui:854 +#: data/com.github.phase1geo.minder.shortcuts.ui:861 msgid "Copy Selected Text" msgstr "Copier le texte sélectionné" -#: data/com.github.phase1geo.minder.shortcuts.ui:861 +#: data/com.github.phase1geo.minder.shortcuts.ui:868 msgid "Cut Selected Text" msgstr "Couper le texte sélectionné" -#: data/com.github.phase1geo.minder.shortcuts.ui:868 +#: data/com.github.phase1geo.minder.shortcuts.ui:875 msgid "Paste Text" msgstr "Coller le texte" -#: data/com.github.phase1geo.minder.shortcuts.ui:881 +#: data/com.github.phase1geo.minder.shortcuts.ui:888 msgid "Add Next Character" msgstr "Ajouter le caractère suivant" -#: data/com.github.phase1geo.minder.shortcuts.ui:888 +#: data/com.github.phase1geo.minder.shortcuts.ui:895 msgid "Add Previous Character" msgstr "Ajouter le caractère précédent" -#: data/com.github.phase1geo.minder.shortcuts.ui:895 +#: data/com.github.phase1geo.minder.shortcuts.ui:902 msgid "Add Next Word" msgstr "Ajouter le mot suivant" -#: data/com.github.phase1geo.minder.shortcuts.ui:902 +#: data/com.github.phase1geo.minder.shortcuts.ui:909 msgid "Add Previous Word" msgstr "Ajouter le mot précédent" -#: data/com.github.phase1geo.minder.shortcuts.ui:909 +#: data/com.github.phase1geo.minder.shortcuts.ui:916 msgid "Add Next Line" msgstr "Ajouter la ligne suivante" -#: data/com.github.phase1geo.minder.shortcuts.ui:916 +#: data/com.github.phase1geo.minder.shortcuts.ui:923 msgid "Add Previous Line" msgstr "Ajouter la ligne précédente" -#: data/com.github.phase1geo.minder.shortcuts.ui:923 +#: data/com.github.phase1geo.minder.shortcuts.ui:930 msgid "Add Start Of Text" msgstr "Ajouter le début du texte" -#: data/com.github.phase1geo.minder.shortcuts.ui:930 +#: data/com.github.phase1geo.minder.shortcuts.ui:937 msgid "Add End Of Text" msgstr "Ajouter la fin du texte" -#: data/com.github.phase1geo.minder.shortcuts.ui:937 +#: data/com.github.phase1geo.minder.shortcuts.ui:944 #, fuzzy msgid "Select All Text" msgstr "Sélectionner le parent" -#: data/com.github.phase1geo.minder.shortcuts.ui:944 +#: data/com.github.phase1geo.minder.shortcuts.ui:951 #, fuzzy msgid "Clear Selection" msgstr "Sélection" -#: data/com.github.phase1geo.minder.shortcuts.ui:956 +#: data/com.github.phase1geo.minder.shortcuts.ui:963 msgid "Mouse Events" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:965 +#: data/com.github.phase1geo.minder.shortcuts.ui:972 msgid "[Right-click when item is selected]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:971 +#: data/com.github.phase1geo.minder.shortcuts.ui:978 #, fuzzy msgid "Edit Image in Canvas" msgstr "Modifier l'image" -#: data/com.github.phase1geo.minder.shortcuts.ui:972 +#: data/com.github.phase1geo.minder.shortcuts.ui:979 msgid "[Double left-click on image]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:980 +#: data/com.github.phase1geo.minder.shortcuts.ui:987 #, fuzzy msgid "Canvas Movement" msgstr "Mouvement du curseur" -#: data/com.github.phase1geo.minder.shortcuts.ui:984 +#: data/com.github.phase1geo.minder.shortcuts.ui:991 #, fuzzy msgid "Pan Canvas" msgstr "Modifier l'image" -#: data/com.github.phase1geo.minder.shortcuts.ui:985 +#: data/com.github.phase1geo.minder.shortcuts.ui:992 msgid "[Middle-click + Drag / Alt + Motion]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:991 +#: data/com.github.phase1geo.minder.shortcuts.ui:998 #, fuzzy msgid "Scroll Vertically" msgstr "Vertical" -#: data/com.github.phase1geo.minder.shortcuts.ui:992 +#: data/com.github.phase1geo.minder.shortcuts.ui:999 msgid "[Scrollwheel up/down]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:998 +#: data/com.github.phase1geo.minder.shortcuts.ui:1005 #, fuzzy msgid "Scroll Horizontally" msgstr "Horizontal" -#: data/com.github.phase1geo.minder.shortcuts.ui:999 +#: data/com.github.phase1geo.minder.shortcuts.ui:1006 msgid "[Shift + Scrollwheel up/down]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1007 +#: data/com.github.phase1geo.minder.shortcuts.ui:1014 #, fuzzy msgid "Item Selection" msgstr "Sélection" -#: data/com.github.phase1geo.minder.shortcuts.ui:1011 +#: data/com.github.phase1geo.minder.shortcuts.ui:1018 #, fuzzy msgid "Select Single Item" msgstr "Supprimer le nœud seul" -#: data/com.github.phase1geo.minder.shortcuts.ui:1012 +#: data/com.github.phase1geo.minder.shortcuts.ui:1019 msgid "[Left-click on item]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1018 +#: data/com.github.phase1geo.minder.shortcuts.ui:1025 #, fuzzy msgid "Select Child Nodes" msgstr "Sélectionner l'enfant" -#: data/com.github.phase1geo.minder.shortcuts.ui:1019 +#: data/com.github.phase1geo.minder.shortcuts.ui:1026 msgid "[Control + Left-click on parent node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1025 +#: data/com.github.phase1geo.minder.shortcuts.ui:1032 #, fuzzy msgid "Select Node Tree/Subtree" msgstr "Sélectionner le nœud de départ" -#: data/com.github.phase1geo.minder.shortcuts.ui:1026 +#: data/com.github.phase1geo.minder.shortcuts.ui:1033 msgid "[Control + Double left-click on parent node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1032 +#: data/com.github.phase1geo.minder.shortcuts.ui:1039 msgid "Select All Nodes at Same Depth Level" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1033 +#: data/com.github.phase1geo.minder.shortcuts.ui:1040 msgid "[Control + Triple left-click on node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1039 +#: data/com.github.phase1geo.minder.shortcuts.ui:1046 #, fuzzy msgid "Block Selection" msgstr "Sélection" -#: data/com.github.phase1geo.minder.shortcuts.ui:1040 +#: data/com.github.phase1geo.minder.shortcuts.ui:1047 msgid "[Left-click + Drag]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1048 +#: data/com.github.phase1geo.minder.shortcuts.ui:1055 msgid "Item Selection Toggle (Add to/Remove from Selection)" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1052 +#: data/com.github.phase1geo.minder.shortcuts.ui:1059 #, fuzzy msgid "Toggle Selection of Item" msgstr "Sélection" -#: data/com.github.phase1geo.minder.shortcuts.ui:1053 +#: data/com.github.phase1geo.minder.shortcuts.ui:1060 msgid "[Shift + Left-click on item]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1059 +#: data/com.github.phase1geo.minder.shortcuts.ui:1066 #, fuzzy msgid "Toggle Selection of Child Nodes" msgstr "Sélectionner l'enfant" -#: data/com.github.phase1geo.minder.shortcuts.ui:1060 +#: data/com.github.phase1geo.minder.shortcuts.ui:1067 msgid "[Shift + Control + Left-click on item]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1066 +#: data/com.github.phase1geo.minder.shortcuts.ui:1073 #, fuzzy msgid "Toggle Selection of Node Tree/Subtree" msgstr "Sélectionner le nœud de départ" -#: data/com.github.phase1geo.minder.shortcuts.ui:1067 +#: data/com.github.phase1geo.minder.shortcuts.ui:1074 msgid "[Shift + Control + Double left-click on parent node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1073 +#: data/com.github.phase1geo.minder.shortcuts.ui:1080 msgid "Toggle Selection of All Nodes at Same Depth Level" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1074 +#: data/com.github.phase1geo.minder.shortcuts.ui:1081 msgid "[Shift + Control + Triple left-click on node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1082 +#: data/com.github.phase1geo.minder.shortcuts.ui:1089 #, fuzzy msgid "Text Selection" msgstr "Sélection" -#: data/com.github.phase1geo.minder.shortcuts.ui:1086 +#: data/com.github.phase1geo.minder.shortcuts.ui:1093 msgid "Set Cursor Insert Point" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1087 +#: data/com.github.phase1geo.minder.shortcuts.ui:1094 msgid "[Left-click anywhere in text]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1093 +#: data/com.github.phase1geo.minder.shortcuts.ui:1100 #, fuzzy msgid "Select current word" msgstr "Sélectionner le parent" -#: data/com.github.phase1geo.minder.shortcuts.ui:1094 +#: data/com.github.phase1geo.minder.shortcuts.ui:1101 msgid "[Double left-click on word]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1100 +#: data/com.github.phase1geo.minder.shortcuts.ui:1107 #, fuzzy msgid "Select all text" msgstr "Sélectionner le parent" -#: data/com.github.phase1geo.minder.shortcuts.ui:1101 +#: data/com.github.phase1geo.minder.shortcuts.ui:1108 msgid "[Triple left-click anywhere in text]" msgstr "" diff --git a/po/it.po b/po/it.po index 3e8326f7..6119d31a 100644 --- a/po/it.po +++ b/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.phase1geo.minder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: 2024-01-09 20:30+0100\n" "Last-Translator: Albano Battistella \n" "Language-Team: Italian \n" @@ -29,74 +29,74 @@ msgstr "Copyright © 2018-2021 Trevor Williams" msgid "Minder in AppCenter" msgstr "Minder in AppCenter" -#: src/Application.vala:114 +#: src/Application.vala:122 msgid "ERROR: Unable to import file" msgstr "ERRORE: ERRORE: impossibile importare il file" -#: src/Application.vala:118 +#: src/Application.vala:126 msgid "ERROR: Import is missing filename to import" msgstr "ERRORE: nell'importazione manca il nome del file da importare" -#: src/Application.vala:133 +#: src/Application.vala:141 msgid "ERROR: Export is missing input file and/or export output file" msgstr "" "ERRORE: nell'esportazione manca il file di input e/o il file di output " "dell'esportazione" -#: src/Application.vala:140 +#: src/Application.vala:148 #, c-format msgid "ERROR: Unable to open file '%s'\n" msgstr "ERRORE: impossibile aprire il file '%s'\n" -#: src/Application.vala:184 +#: src/Application.vala:192 #, c-format msgid "Import file from format (%s)" msgstr "Importa file da formato (%s)" -#: src/Application.vala:185 +#: src/Application.vala:193 #, c-format msgid "Export mindmap as format (%s)" msgstr "Esporta mappa mentale come formato (%s)" -#: src/Application.vala:188 +#: src/Application.vala:196 msgid "Display version number" msgstr "Visualizza numero versione" -#: src/Application.vala:189 +#: src/Application.vala:197 msgid "Starts Minder with a new file" msgstr "Avvia Minder con un nuovo file" -#: src/Application.vala:190 +#: src/Application.vala:198 msgid "Run testing" msgstr "Esegui test" -#: src/Application.vala:193 +#: src/Application.vala:201 msgid "Enables a transparent background for PNG images" msgstr "Abilita uno sfondo trasparente per le immagini PNG" -#: src/Application.vala:194 +#: src/Application.vala:202 msgid "PNG compression value (0-9)" msgstr "Valore di compressione PNG (0-9)" -#: src/Application.vala:195 +#: src/Application.vala:203 msgid "JPEG quality (0-100)" msgstr "Qualità JPEG (0-100)" -#: src/Application.vala:196 +#: src/Application.vala:204 msgid "Enables image links in exported Markdown" msgstr "Abilita i collegamenti alle immagini nel Markdown esportato" -#: src/Application.vala:205 +#: src/Application.vala:213 #, c-format msgid "ERROR: %s\n" msgstr "ERRORE: %s\n" -#: src/Application.vala:206 +#: src/Application.vala:214 #, c-format msgid "Run '%s --help' to see valid options\n" msgstr "Esegui '%s --help' per vedere opzioni valide\n" -#: src/Application.vala:253 +#: src/Application.vala:261 #, c-format msgid "ERROR: Unable to load Minder input file %s" msgstr "ERRORE: impossibile caricare il file di input di Minder %s" @@ -108,11 +108,11 @@ msgid "Delete" msgstr "Cancella" #: src/CalloutMenu.vala:38 src/EmptyMenu.vala:49 -#: data/com.github.phase1geo.minder.shortcuts.ui:649 +#: data/com.github.phase1geo.minder.shortcuts.ui:656 msgid "Select Node" msgstr "Seleziona Nodo" -#: src/Callout.vala:129 src/NodeMenu.vala:237 +#: src/Callout.vala:129 src/NodeMenu.vala:238 msgid "Callout" msgstr "Chiamata" @@ -120,7 +120,7 @@ msgstr "Chiamata" msgid "No text found" msgstr "Nessun testo trovato" -#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:232 +#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:233 msgid "Connection" msgstr "Connessione" @@ -147,7 +147,7 @@ msgstr "Modifica Titolo…" #: src/ConnectionMenu.vala:50 src/GroupsMenu.vala:47 src/NodeMenu.vala:103 #: data/com.github.phase1geo.minder.shortcuts.ui:338 -#: data/com.github.phase1geo.minder.shortcuts.ui:676 +#: data/com.github.phase1geo.minder.shortcuts.ui:683 msgid "Edit Note" msgstr "Modifica Note" @@ -156,7 +156,7 @@ msgid "Remove Sticker" msgstr "Rimuovi adesivo" #: src/ConnectionMenu.vala:56 src/GroupsMenu.vala:54 src/ImageManager.vala:300 -#: src/NodeMenu.vala:187 src/NodesMenu.vala:99 +#: src/NodeMenu.vala:188 src/NodesMenu.vala:100 msgid "Select" msgstr "Seleziona" @@ -227,11 +227,11 @@ msgstr "modifica dell'endpoint di connessione" msgid "connection drag" msgstr "trascina della connessione" -#: src/DrawArea.vala:3659 src/DrawArea.vala:3673 src/DrawArea.vala:5643 +#: src/DrawArea.vala:3660 src/DrawArea.vala:3674 src/DrawArea.vala:5650 msgid "Another Idea" msgstr "Un'altra idea" -#: src/DrawArea.vala:5096 src/layouts/LayoutManual.vala:26 +#: src/DrawArea.vala:5099 src/layouts/LayoutManual.vala:26 #: src/MapInspector.vala:225 src/MapInspector.vala:448 msgid "Manual" msgstr "Manuale" @@ -284,7 +284,7 @@ msgstr "" msgid "Paste" msgstr "Incolla" -#: src/EmptyMenu.vala:42 src/NodeMenu.vala:156 +#: src/EmptyMenu.vala:42 src/NodeMenu.vala:157 msgid "Add Root Node" msgstr "Aggiungi radice nodo" @@ -314,13 +314,13 @@ msgid "Export As %s" msgstr "Esporta Come %s" #: src/Exporter.vala:134 src/ImageEditor.vala:381 src/ImageManager.vala:300 -#: src/MainWindow.vala:1028 src/MainWindow.vala:1123 src/MainWindow.vala:1267 -#: src/QuickEntry.vala:154 src/StickerInspector.vala:401 src/StickerSet.vala:75 +#: src/MainWindow.vala:1083 src/MainWindow.vala:1178 src/MainWindow.vala:1322 +#: src/QuickEntry.vala:154 src/StickerInspector.vala:402 src/StickerSet.vala:75 #: src/ThemeEditor.vala:144 src/UrlEditor.vala:62 msgid "Cancel" msgstr "Cancella" -#: src/Exporter.vala:134 src/MainWindow.vala:845 src/StickerSet.vala:352 +#: src/Exporter.vala:134 src/MainWindow.vala:900 src/StickerSet.vala:352 msgid "Export" msgstr "Esporta" @@ -491,7 +491,7 @@ msgstr "Nodi Principali" msgid "All Grouped Nodes" msgstr "Tutti i nodi raggruppati" -#: src/GroupsMenu.vala:111 src/NodeMenu.vala:689 src/NodesMenu.vala:289 +#: src/GroupsMenu.vala:111 src/NodeMenu.vala:690 src/NodesMenu.vala:290 msgid "Select a link color" msgstr "Seleziona un colore di collegamento" @@ -525,7 +525,7 @@ msgstr "Taglia immagine negli Appunti" msgid "Paste Image from Clipboard" msgstr "Incolla immagine dagli Appunti" -#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:447 +#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:448 msgid "Remove Image" msgstr "Rimuovi Immagine" @@ -537,208 +537,220 @@ msgstr "Seleziona Immagine" msgid "Images" msgstr "Immagini" -#: src/MainWindow.vala:154 src/MainWindow.vala:1272 +#: src/MainWindow.vala:64 +msgid "Use system setting" +msgstr "" + +#: src/MainWindow.vala:65 +msgid "Always use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:66 +msgid "Never use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:195 src/MainWindow.vala:1327 msgid "Minder" msgstr "Minder" -#: src/MainWindow.vala:188 data/com.github.phase1geo.minder.shortcuts.ui:21 +#: src/MainWindow.vala:229 data/com.github.phase1geo.minder.shortcuts.ui:21 msgid "New File" msgstr "Nuovo File" -#: src/MainWindow.vala:194 src/MainWindow.vala:1119 +#: src/MainWindow.vala:235 src/MainWindow.vala:1174 #: data/com.github.phase1geo.minder.shortcuts.ui:28 msgid "Open File" msgstr "Apri File" -#: src/MainWindow.vala:200 data/com.github.phase1geo.minder.shortcuts.ui:42 +#: src/MainWindow.vala:241 data/com.github.phase1geo.minder.shortcuts.ui:42 msgid "Save File As" msgstr "Salva File Come" -#: src/MainWindow.vala:206 src/StickerSet.vala:307 src/UndoBuffer.vala:84 +#: src/MainWindow.vala:247 src/StickerSet.vala:307 src/UndoBuffer.vala:84 msgid "Undo" msgstr "Annulla" -#: src/MainWindow.vala:213 src/StickerSet.vala:308 src/UndoBuffer.vala:90 +#: src/MainWindow.vala:254 src/StickerSet.vala:308 src/UndoBuffer.vala:90 msgid "Redo" msgstr "Rifai" -#: src/MainWindow.vala:548 +#: src/MainWindow.vala:603 msgid "Unnamed Document" msgstr "Documento senza nome" -#: src/MainWindow.vala:551 +#: src/MainWindow.vala:606 msgid "Read-Only" msgstr "Solo-lettura" -#: src/MainWindow.vala:555 src/MainWindow.vala:880 +#: src/MainWindow.vala:610 src/MainWindow.vala:935 msgid "Focus Mode" msgstr "Modalità messa a fuoco" -#: src/MainWindow.vala:589 src/MainWindow.vala:1324 +#: src/MainWindow.vala:644 src/MainWindow.vala:1379 #, c-format msgid "Zoom (%d%%)" msgstr "Zoom (%d%%)" -#: src/MainWindow.vala:596 +#: src/MainWindow.vala:651 msgid "Zoom to Percent" msgstr "Zoom in percentuale" -#: src/MainWindow.vala:609 src/ZoomWidget.vala:102 +#: src/MainWindow.vala:664 src/ZoomWidget.vala:102 #: data/com.github.phase1geo.minder.shortcuts.ui:119 msgid "Zoom In" msgstr "Zoom avanti" -#: src/MainWindow.vala:615 src/ZoomWidget.vala:92 +#: src/MainWindow.vala:670 src/ZoomWidget.vala:92 #: data/com.github.phase1geo.minder.shortcuts.ui:126 msgid "Zoom Out" msgstr "Zoom Indietro" -#: src/MainWindow.vala:625 +#: src/MainWindow.vala:680 msgid "Zoom to Fit" msgstr "Zoom adattivo" -#: src/MainWindow.vala:630 data/com.github.phase1geo.minder.shortcuts.ui:140 +#: src/MainWindow.vala:685 data/com.github.phase1geo.minder.shortcuts.ui:140 msgid "Zoom to Fit Selected Node Tree" msgstr "Zoom per adattare l'albero del nodo selezionato" -#: src/MainWindow.vala:635 +#: src/MainWindow.vala:690 msgid "Zoom to Actual Size" msgstr "Zoom su dimensione reale" -#: src/MainWindow.vala:659 src/StickerSet.vala:114 +#: src/MainWindow.vala:714 src/StickerSet.vala:114 msgid "Search" msgstr "Cerca" -#: src/MainWindow.vala:669 +#: src/MainWindow.vala:724 msgid "Search Nodes, Callouts and Connections" msgstr "Cerca Nodi, Chiamate e Connessioni" -#: src/MainWindow.vala:698 +#: src/MainWindow.vala:753 msgid "Search Criteria" msgstr "Criterio di ricerca" -#: src/MainWindow.vala:701 +#: src/MainWindow.vala:756 msgid "Search all tabs" msgstr "Cerca in tutte le schede" -#: src/MainWindow.vala:735 +#: src/MainWindow.vala:790 msgid "Nodes" msgstr "Nodi" -#: src/MainWindow.vala:736 +#: src/MainWindow.vala:791 msgid "Connections" msgstr "Connessioni" -#: src/MainWindow.vala:737 +#: src/MainWindow.vala:792 msgid "Callouts" msgstr "Chiamate" -#: src/MainWindow.vala:738 +#: src/MainWindow.vala:793 msgid "Titles" msgstr "Titoli" -#: src/MainWindow.vala:739 +#: src/MainWindow.vala:794 msgid "Notes" msgstr "Note" -#: src/MainWindow.vala:740 +#: src/MainWindow.vala:795 msgid "Folded" msgstr "Piegato" -#: src/MainWindow.vala:741 +#: src/MainWindow.vala:796 msgid "Unfolded" msgstr "Non piegato" -#: src/MainWindow.vala:742 +#: src/MainWindow.vala:797 msgid "Tasks" msgstr "Attività" -#: src/MainWindow.vala:743 +#: src/MainWindow.vala:798 msgid "Non-tasks" msgstr "Non-attività" -#: src/MainWindow.vala:857 +#: src/MainWindow.vala:912 msgid "Print…" msgstr "Stampa…" -#: src/MainWindow.vala:905 src/Preferences.vala:36 +#: src/MainWindow.vala:960 src/Preferences.vala:36 msgid "Preferences" msgstr "Preferenze" -#: src/MainWindow.vala:910 +#: src/MainWindow.vala:965 msgid "Shortcuts Cheatsheet" msgstr "collegamenti note" -#: src/MainWindow.vala:914 +#: src/MainWindow.vala:969 msgid "About Minder" msgstr "Informazioni su Minder" -#: src/MainWindow.vala:947 src/MainWindow.vala:1396 +#: src/MainWindow.vala:1002 src/MainWindow.vala:1451 msgid "Show Property Sidebar" msgstr "Mostra barra laterale della proprietà" -#: src/MainWindow.vala:962 +#: src/MainWindow.vala:1017 msgid "Current" msgstr "Corrente" -#: src/MainWindow.vala:963 src/StyleInspector.vala:198 +#: src/MainWindow.vala:1018 src/StyleInspector.vala:198 msgid "Style" msgstr "Stile" -#: src/MainWindow.vala:964 +#: src/MainWindow.vala:1019 msgid "Stickers" msgstr "Etichette" -#: src/MainWindow.vala:965 +#: src/MainWindow.vala:1020 msgid "Map" msgstr "Mappa" -#: src/MainWindow.vala:1019 +#: src/MainWindow.vala:1074 msgid "Save current unnamed document?" msgstr "Salvare il documento attuale senza nome?" -#: src/MainWindow.vala:1020 +#: src/MainWindow.vala:1075 msgid "Changes will be permanently lost if not saved." msgstr "Le modifiche andranno perse in modo permanente se non vengono salvate." -#: src/MainWindow.vala:1025 +#: src/MainWindow.vala:1080 msgid "Discard Changes" msgstr "Annullare le Modifiche" -#: src/MainWindow.vala:1031 src/MainWindow.vala:1267 src/ThemeEditor.vala:147 +#: src/MainWindow.vala:1086 src/MainWindow.vala:1322 src/ThemeEditor.vala:147 msgid "Save" msgstr "Salva" -#: src/MainWindow.vala:1060 +#: src/MainWindow.vala:1115 #, c-format msgid "The file %s was modified outside of the application." msgstr "Il file %s è stato modificato al di fuori dell'applicazione." -#: src/MainWindow.vala:1061 +#: src/MainWindow.vala:1116 msgid "What do you want to do?" msgstr "Cosa vuoi fare?" -#: src/MainWindow.vala:1066 +#: src/MainWindow.vala:1121 msgid "Discard Changes and reload" msgstr "Elimina modifiche e ricarica" -#: src/MainWindow.vala:1069 +#: src/MainWindow.vala:1124 msgid "Save local version and overwrite" msgstr "Salva la versione locale e sovrascrivi" -#: src/MainWindow.vala:1119 +#: src/MainWindow.vala:1174 msgid "Open Directory" msgstr "Apri Directory" -#: src/MainWindow.vala:1122 +#: src/MainWindow.vala:1177 msgid "Open" msgstr "Apri" -#: src/MainWindow.vala:1267 +#: src/MainWindow.vala:1322 msgid "Save File" msgstr "Salva File" -#: src/MainWindow.vala:1340 +#: src/MainWindow.vala:1395 msgid "Hide Property Sidebar" msgstr "Nascondi barra laterale delle proprietà" @@ -858,7 +870,7 @@ msgstr "Scollega nodo" msgid "Delete Node" msgstr "Elimina nodo" -#: src/NodeLink.vala:106 +#: src/NodeLink.vala:107 src/NodeLink.vala:110 msgid "No node found" msgstr "Nessun nodo trovato" @@ -870,7 +882,7 @@ msgstr "Copia" msgid "Cut" msgstr "Taglia" -#: src/NodeMenu.vala:84 src/NodeMenu.vala:459 +#: src/NodeMenu.vala:84 src/NodeMenu.vala:460 msgid "Paste and Replace Node" msgstr "Incolla e Sostituisci Nodo" @@ -886,15 +898,15 @@ msgstr "Cambia Nodo" msgid "Edit Text…" msgstr "Modifica Testo…" -#: src/NodeMenu.vala:107 src/NodeMenu.vala:429 +#: src/NodeMenu.vala:107 src/NodeMenu.vala:430 msgid "Add Task" msgstr "Aggiungi Compito" -#: src/NodeMenu.vala:110 src/NodeMenu.vala:447 +#: src/NodeMenu.vala:110 src/NodeMenu.vala:448 msgid "Add Image" msgstr "Aggiungi Immagine" -#: src/NodeMenu.vala:117 src/NodeMenu.vala:430 +#: src/NodeMenu.vala:117 src/NodeMenu.vala:431 msgid "Add Node Link" msgstr "Aggiungi collegamento nodo" @@ -906,7 +918,7 @@ msgstr "Aggiungi connessione" msgid "Add Group" msgstr "Aggiungi Gruppo" -#: src/NodeMenu.vala:129 src/NodeMenu.vala:432 +#: src/NodeMenu.vala:129 src/NodeMenu.vala:433 msgid "Add Callout" msgstr "Aggiungi chiamata" @@ -914,144 +926,144 @@ msgstr "Aggiungi chiamata" msgid "Link Color" msgstr "Colore collegamento" -#: src/NodeMenu.vala:136 src/NodesMenu.vala:84 +#: src/NodeMenu.vala:137 src/NodesMenu.vala:85 msgid "Set to color…" msgstr "Imposta per colorare…" -#: src/NodeMenu.vala:139 +#: src/NodeMenu.vala:140 msgid "Randomize color" msgstr "Randomizza il colore" -#: src/NodeMenu.vala:142 src/NodesMenu.vala:90 +#: src/NodeMenu.vala:143 src/NodesMenu.vala:91 msgid "Use parent color" msgstr "Usa il colore principale" -#: src/NodeMenu.vala:146 src/NodeMenu.vala:431 src/NodesMenu.vala:64 -#: src/NodesMenu.vala:222 +#: src/NodeMenu.vala:147 src/NodeMenu.vala:432 src/NodesMenu.vala:64 +#: src/NodesMenu.vala:223 msgid "Fold Children" msgstr "Piega Figli" -#: src/NodeMenu.vala:149 +#: src/NodeMenu.vala:150 msgid "Detach" msgstr "Dissocia" -#: src/NodeMenu.vala:152 +#: src/NodeMenu.vala:153 msgid "Add Node" msgstr "Aggiungi Nodo" -#: src/NodeMenu.vala:159 +#: src/NodeMenu.vala:160 msgid "Add Parent Node" msgstr "Aggiungi Nodo Genitore" -#: src/NodeMenu.vala:163 +#: src/NodeMenu.vala:164 msgid "Add Child Node" msgstr "Aggiungi nodo figlio" -#: src/NodeMenu.vala:167 +#: src/NodeMenu.vala:168 msgid "Add Sibling Node" msgstr "Aggiungi nodo fratello" -#: src/NodeMenu.vala:171 +#: src/NodeMenu.vala:172 msgid "Use to Summarize Previous Sibling Nodes" msgstr "Utilizza per riepilogare i precedenti nodi fratelli" -#: src/NodeMenu.vala:175 src/QuickEntry.vala:44 +#: src/NodeMenu.vala:176 src/QuickEntry.vala:44 msgid "Quick Entry" msgstr "Inserimento Rapido" -#: src/NodeMenu.vala:179 +#: src/NodeMenu.vala:180 msgid "Insert Nodes" msgstr "Inserisci Nodi" -#: src/NodeMenu.vala:183 +#: src/NodeMenu.vala:184 msgid "Replace Nodes" msgstr "Sostituisci nodi" -#: src/NodeMenu.vala:192 +#: src/NodeMenu.vala:193 msgid "Root Node" msgstr "Radice Nodo" -#: src/NodeMenu.vala:197 +#: src/NodeMenu.vala:198 msgid "Next Sibling Node" msgstr "Prossimo nodo di pari livello" -#: src/NodeMenu.vala:202 +#: src/NodeMenu.vala:203 msgid "Previous Sibling Node" msgstr "Nodo fratello precedente" -#: src/NodeMenu.vala:207 +#: src/NodeMenu.vala:208 msgid "Child Node" msgstr "Nodo Figlio" -#: src/NodeMenu.vala:212 src/NodesMenu.vala:108 +#: src/NodeMenu.vala:213 src/NodesMenu.vala:109 msgid "Child Nodes" msgstr "Nodi Figli" -#: src/NodeMenu.vala:217 +#: src/NodeMenu.vala:218 msgid "Subtree" msgstr "Sottoalbero" -#: src/NodeMenu.vala:222 +#: src/NodeMenu.vala:223 msgid "Parent Node" msgstr "Nodo Genitore" -#: src/NodeMenu.vala:227 +#: src/NodeMenu.vala:228 msgid "Linked Node" msgstr "Nodo collegato" -#: src/NodeMenu.vala:241 +#: src/NodeMenu.vala:242 msgid "Center Current Node" msgstr "Centra nodo corrente" -#: src/NodeMenu.vala:245 +#: src/NodeMenu.vala:246 msgid "Sort Children" msgstr "Ordina Figli" -#: src/NodeMenu.vala:249 +#: src/NodeMenu.vala:250 msgid "Alphabetically" msgstr "In ordine alfabetico" -#: src/NodeMenu.vala:252 +#: src/NodeMenu.vala:253 msgid "Randomize" msgstr "Rendi casuale" -#: src/NodeMenu.vala:427 +#: src/NodeMenu.vala:428 msgid "Remove Task" msgstr "Rimuovi Attività" -#: src/NodeMenu.vala:428 +#: src/NodeMenu.vala:429 msgid "Mark Task As Done" msgstr "Contrassegna attività come completata" -#: src/NodeMenu.vala:430 +#: src/NodeMenu.vala:431 msgid "Remove Node Link" msgstr "Rimuovi collegamento nodo" -#: src/NodeMenu.vala:431 src/NodesMenu.vala:222 +#: src/NodeMenu.vala:432 src/NodesMenu.vala:223 msgid "Unfold Children" msgstr "Rivela Figli" -#: src/NodeMenu.vala:432 data/com.github.phase1geo.minder.shortcuts.ui:636 +#: src/NodeMenu.vala:433 data/com.github.phase1geo.minder.shortcuts.ui:643 msgid "Remove Callout" msgstr "Rimuovi chiamata" -#: src/NodeMenu.vala:452 +#: src/NodeMenu.vala:453 msgid "Paste Text As Child Node" msgstr "Incolla testo come nodo figlio" -#: src/NodeMenu.vala:453 +#: src/NodeMenu.vala:454 msgid "Paste and Replace Node Text" msgstr "Incolla e sostituisci testo nodo" -#: src/NodeMenu.vala:455 +#: src/NodeMenu.vala:456 msgid "Paste Image As Child Node" msgstr "Incolla immagine come nodo figlio" -#: src/NodeMenu.vala:456 +#: src/NodeMenu.vala:457 msgid "Paste and Replace Node Image" msgstr "Incolla e Sostituisci Immagine Nodo" -#: src/NodeMenu.vala:458 +#: src/NodeMenu.vala:459 msgid "Paste Node As Child" msgstr "Incolla Nodo Come Figlio" @@ -1063,7 +1075,7 @@ msgstr "Attiva/disattiva compiti" msgid "Connect" msgstr "Collega" -#: src/NodesMenu.vala:72 src/NodesMenu.vala:223 +#: src/NodesMenu.vala:72 src/NodesMenu.vala:224 msgid "Link Nodes" msgstr "Nodi di Collegamento" @@ -1071,55 +1083,55 @@ msgstr "Nodi di Collegamento" msgid "Link Colors" msgstr "Colori di Collegamento" -#: src/NodesMenu.vala:87 +#: src/NodesMenu.vala:88 msgid "Randomize colors" msgstr "Randomizza i colori" -#: src/NodesMenu.vala:103 +#: src/NodesMenu.vala:104 msgid "Parent Nodes" msgstr "Nodi Genitore" -#: src/NodesMenu.vala:117 +#: src/NodesMenu.vala:118 msgid "Align Nodes" msgstr "Allinea nodi" -#: src/NodesMenu.vala:121 +#: src/NodesMenu.vala:122 msgid "Align Top" msgstr "Allinea in Alto" -#: src/NodesMenu.vala:125 +#: src/NodesMenu.vala:126 msgid "Align Center Horizontally" msgstr "Allinea al centro in orizzontale" -#: src/NodesMenu.vala:129 +#: src/NodesMenu.vala:130 msgid "Align Bottom" msgstr "Allinea in basso" -#: src/NodesMenu.vala:133 +#: src/NodesMenu.vala:134 msgid "Align Left" msgstr "Allineare a sinistra" -#: src/NodesMenu.vala:137 +#: src/NodesMenu.vala:138 msgid "Align Center Vertically" msgstr "Allinea al Centro Verticalmente" -#: src/NodesMenu.vala:141 +#: src/NodesMenu.vala:142 msgid "Align Right" msgstr "Allinea a destra" -#: src/NodesMenu.vala:223 +#: src/NodesMenu.vala:224 msgid "Remove Node Links" msgstr "Rimuovi collegamento al nodo" -#: src/Node.vala:2325 +#: src/Node.vala:2321 msgid "Node Title" msgstr "Titolo Nodo" -#: src/Node.vala:2333 +#: src/Node.vala:2329 msgid "Node Note" msgstr "Nota Nodo" -#: src/Node.vala:2344 +#: src/Node.vala:2340 msgid "Callout Text" msgstr "Chiamata testo" @@ -1197,23 +1209,32 @@ msgstr "" "Se abilitato, seleziona gli elementi quando il cursore del mouse passa sopra " "l'elemento." -#: src/Preferences.vala:110 +#: src/Preferences.vala:99 +#, fuzzy +msgid "Natural scrolling" +msgstr "Trading neutrale" + +#: src/Preferences.vala:101 +msgid "Specifies scrolling used when panning the canvas." +msgstr "" + +#: src/Preferences.vala:114 msgid "Hide themes not matching visual style" msgstr "Nascondi temi che non corrispondono allo stile visivo" -#: src/Preferences.vala:114 +#: src/Preferences.vala:118 msgid "Default theme" msgstr "Tema predefinito" -#: src/Preferences.vala:117 +#: src/Preferences.vala:121 msgid "Enable animations" msgstr "Abilita animazioni" -#: src/Preferences.vala:120 +#: src/Preferences.vala:124 msgid "Text field font size" msgstr "Dimensione del carattere del campo di testo" -#: src/Preferences.vala:123 +#: src/Preferences.vala:127 msgid "" "Specifies the custom font size to use in text editing fields (i.e, quick " "entry or notes field)." @@ -1317,23 +1338,23 @@ msgstr "" msgid "Search Stickers" msgstr "Cerca Sticker" -#: src/StickerInspector.vala:134 +#: src/StickerInspector.vala:137 msgid "Favorites" msgstr "Preferiti" -#: src/StickerInspector.vala:140 +#: src/StickerInspector.vala:143 msgid "Show Custom Sticker Directory" msgstr "Mostra la directory degli adesivi personalizzati" -#: src/StickerInspector.vala:214 +#: src/StickerInspector.vala:215 msgid "Add custom stickers" msgstr "aggiungi adesivo personalizzato" -#: src/StickerInspector.vala:401 +#: src/StickerInspector.vala:402 msgid "Import Sticker(s)" msgstr "Importa adesivo(i)" -#: src/StickerInspector.vala:401 src/StickerSet.vala:353 +#: src/StickerInspector.vala:402 src/StickerSet.vala:353 msgid "Import" msgstr "Importa" @@ -3243,7 +3264,7 @@ msgid "Minder Shortcuts" msgstr "Scorciatoie di Minder" #: data/com.github.phase1geo.minder.shortcuts.ui:12 -#: data/com.github.phase1geo.minder.shortcuts.ui:960 +#: data/com.github.phase1geo.minder.shortcuts.ui:967 msgid "General" msgstr "Generale" @@ -3316,7 +3337,7 @@ msgid "Show Map Tab" msgstr "Mostra scheda mappa" #: data/com.github.phase1geo.minder.shortcuts.ui:190 -#: data/com.github.phase1geo.minder.shortcuts.ui:740 +#: data/com.github.phase1geo.minder.shortcuts.ui:747 msgid "Miscellaneous" msgstr "Eterogeneo" @@ -3329,7 +3350,7 @@ msgid "Search Nodes/Connections" msgstr "Cerca Nodi/Connessioni" #: data/com.github.phase1geo.minder.shortcuts.ui:208 -#: data/com.github.phase1geo.minder.shortcuts.ui:964 +#: data/com.github.phase1geo.minder.shortcuts.ui:971 msgid "Show Contextual Menu" msgstr "Mostra menu contestuale" @@ -3374,7 +3395,7 @@ msgid "Quick Entry Replacement" msgstr "Sostituzione dell'Entrata Rapida" #: data/com.github.phase1geo.minder.shortcuts.ui:293 -#: data/com.github.phase1geo.minder.shortcuts.ui:850 +#: data/com.github.phase1geo.minder.shortcuts.ui:857 msgid "Clipboard" msgstr "Appunti" @@ -3399,7 +3420,7 @@ msgid "Changing Current" msgstr "Cambiare Corrente" #: data/com.github.phase1geo.minder.shortcuts.ui:331 -#: data/com.github.phase1geo.minder.shortcuts.ui:669 +#: data/com.github.phase1geo.minder.shortcuts.ui:676 msgid "Edit Title" msgstr "Modifica Titolo" @@ -3412,466 +3433,471 @@ msgid "Add URL Link To Text" msgstr "Aggiungi collegamento URL al testo" #: data/com.github.phase1geo.minder.shortcuts.ui:359 -#: data/com.github.phase1geo.minder.shortcuts.ui:772 +#: data/com.github.phase1geo.minder.shortcuts.ui:779 msgid "Remove URL Link From Text" msgstr "Rimuovi collegamento URL dal testo" #: data/com.github.phase1geo.minder.shortcuts.ui:366 +#, fuzzy +msgid "Change Link Color" +msgstr "Colore collegamento" + +#: data/com.github.phase1geo.minder.shortcuts.ui:373 msgid "View Properties" msgstr "Visualizza Proprietà" -#: data/com.github.phase1geo.minder.shortcuts.ui:373 +#: data/com.github.phase1geo.minder.shortcuts.ui:380 msgid "Toggle Fold" msgstr "Attiva/disattiva piega" -#: data/com.github.phase1geo.minder.shortcuts.ui:380 +#: data/com.github.phase1geo.minder.shortcuts.ui:387 msgid "Toggle Node Link" msgstr "Attiva/disattiva Collegamento Nodo" -#: data/com.github.phase1geo.minder.shortcuts.ui:387 +#: data/com.github.phase1geo.minder.shortcuts.ui:394 msgid "Create Link to Selected Node" msgstr "Crea collegamento al nodo selezionato" -#: data/com.github.phase1geo.minder.shortcuts.ui:388 +#: data/com.github.phase1geo.minder.shortcuts.ui:395 msgid "[After using this command, 'y' will create the link]" msgstr "[Dopo aver usato questo comando, 'y' creerà il collegamento]" -#: data/com.github.phase1geo.minder.shortcuts.ui:395 +#: data/com.github.phase1geo.minder.shortcuts.ui:402 msgid "Create Group" msgstr "Crea Gruppo" -#: data/com.github.phase1geo.minder.shortcuts.ui:402 +#: data/com.github.phase1geo.minder.shortcuts.ui:409 msgid "Create Connection" msgstr "Crea Connessione" -#: data/com.github.phase1geo.minder.shortcuts.ui:409 +#: data/com.github.phase1geo.minder.shortcuts.ui:416 msgid "Create Callout" msgstr "Crea chiamata" -#: data/com.github.phase1geo.minder.shortcuts.ui:416 +#: data/com.github.phase1geo.minder.shortcuts.ui:423 msgid "Center In View" msgstr "Centra in Vista" -#: data/com.github.phase1geo.minder.shortcuts.ui:423 -#: data/com.github.phase1geo.minder.shortcuts.ui:690 +#: data/com.github.phase1geo.minder.shortcuts.ui:430 +#: data/com.github.phase1geo.minder.shortcuts.ui:697 msgid "Place Into View" msgstr "Posiziona in vista" -#: data/com.github.phase1geo.minder.shortcuts.ui:432 -#: data/com.github.phase1geo.minder.shortcuts.ui:645 -#: data/com.github.phase1geo.minder.shortcuts.ui:877 +#: data/com.github.phase1geo.minder.shortcuts.ui:439 +#: data/com.github.phase1geo.minder.shortcuts.ui:652 +#: data/com.github.phase1geo.minder.shortcuts.ui:884 msgid "Selection" msgstr "Seleziona" -#: data/com.github.phase1geo.minder.shortcuts.ui:436 +#: data/com.github.phase1geo.minder.shortcuts.ui:443 msgid "Select Root" msgstr "Seleziona Radice" -#: data/com.github.phase1geo.minder.shortcuts.ui:443 +#: data/com.github.phase1geo.minder.shortcuts.ui:450 msgid "Select Parent" msgstr "Seleziona Genitore" -#: data/com.github.phase1geo.minder.shortcuts.ui:450 +#: data/com.github.phase1geo.minder.shortcuts.ui:457 msgid "Select Next Sibling" msgstr "Seleziona Fratello successivo" -#: data/com.github.phase1geo.minder.shortcuts.ui:457 +#: data/com.github.phase1geo.minder.shortcuts.ui:464 msgid "Select Previous Sibling" msgstr "Seleziona Fratello precedente" -#: data/com.github.phase1geo.minder.shortcuts.ui:464 +#: data/com.github.phase1geo.minder.shortcuts.ui:471 msgid "Select Child" msgstr "Seleziona Figlio" -#: data/com.github.phase1geo.minder.shortcuts.ui:471 +#: data/com.github.phase1geo.minder.shortcuts.ui:478 msgid "Select Children" msgstr "Seleziona Figlii" -#: data/com.github.phase1geo.minder.shortcuts.ui:478 +#: data/com.github.phase1geo.minder.shortcuts.ui:485 msgid "Select Subtree" msgstr "Seleziona Sottoalbero" -#: data/com.github.phase1geo.minder.shortcuts.ui:485 +#: data/com.github.phase1geo.minder.shortcuts.ui:492 msgid "Select Node Below" msgstr "Seleziona Nodo Sotto" -#: data/com.github.phase1geo.minder.shortcuts.ui:492 +#: data/com.github.phase1geo.minder.shortcuts.ui:499 msgid "Select Node Above" msgstr "Seleziona Nodo Sopra" -#: data/com.github.phase1geo.minder.shortcuts.ui:499 +#: data/com.github.phase1geo.minder.shortcuts.ui:506 msgid "Select Node To Right" msgstr "Seleziona Nodo a Destra" -#: data/com.github.phase1geo.minder.shortcuts.ui:506 +#: data/com.github.phase1geo.minder.shortcuts.ui:513 msgid "Select Node To Left" msgstr "Seleziona Nodo a Sinistra" -#: data/com.github.phase1geo.minder.shortcuts.ui:513 +#: data/com.github.phase1geo.minder.shortcuts.ui:520 msgid "Select Linked Node" msgstr "Seleziona Nodo Collegato" -#: data/com.github.phase1geo.minder.shortcuts.ui:520 +#: data/com.github.phase1geo.minder.shortcuts.ui:527 msgid "Select Callout" msgstr "Seleziona chiamata" -#: data/com.github.phase1geo.minder.shortcuts.ui:527 +#: data/com.github.phase1geo.minder.shortcuts.ui:534 msgid "Select Attached Connection" msgstr "Seleziona Connessione Collegata" -#: data/com.github.phase1geo.minder.shortcuts.ui:536 +#: data/com.github.phase1geo.minder.shortcuts.ui:543 msgid "Move" msgstr "Muovi" -#: data/com.github.phase1geo.minder.shortcuts.ui:540 +#: data/com.github.phase1geo.minder.shortcuts.ui:547 msgid "Swap with Sibling Node to Right" msgstr "Scambia con Nodo Fratello a Destra" -#: data/com.github.phase1geo.minder.shortcuts.ui:547 +#: data/com.github.phase1geo.minder.shortcuts.ui:554 msgid "Swap with Sibling Node to Left" msgstr "Scambia con nodo fratello a Sinistra" -#: data/com.github.phase1geo.minder.shortcuts.ui:554 +#: data/com.github.phase1geo.minder.shortcuts.ui:561 msgid "Swap with Sibling Node Above" msgstr "Scambia con nodo fratello Sopra" -#: data/com.github.phase1geo.minder.shortcuts.ui:561 +#: data/com.github.phase1geo.minder.shortcuts.ui:568 msgid "Swap with Sibling Node Below" msgstr "Scambia con nodo fratello Sotto" -#: data/com.github.phase1geo.minder.shortcuts.ui:568 +#: data/com.github.phase1geo.minder.shortcuts.ui:575 msgid "Sort Child Nodes Alphabetically" msgstr "Ordina i nodi figlio in ordine alfabetico" -#: data/com.github.phase1geo.minder.shortcuts.ui:577 +#: data/com.github.phase1geo.minder.shortcuts.ui:584 msgid "Alignment" msgstr "Allineamento" -#: data/com.github.phase1geo.minder.shortcuts.ui:581 +#: data/com.github.phase1geo.minder.shortcuts.ui:588 msgid "Align Top Side" msgstr "Allinea Lato Superiore" -#: data/com.github.phase1geo.minder.shortcuts.ui:588 +#: data/com.github.phase1geo.minder.shortcuts.ui:595 msgid "Align Vertical Center" msgstr "Allinea verticalmente al centro" -#: data/com.github.phase1geo.minder.shortcuts.ui:595 +#: data/com.github.phase1geo.minder.shortcuts.ui:602 msgid "Align Bottom Side" msgstr "Allinea Lato Inferiore" -#: data/com.github.phase1geo.minder.shortcuts.ui:602 +#: data/com.github.phase1geo.minder.shortcuts.ui:609 msgid "Align Left Side" msgstr "Allinea a Sinistra" -#: data/com.github.phase1geo.minder.shortcuts.ui:609 +#: data/com.github.phase1geo.minder.shortcuts.ui:616 msgid "Align Horizontal Center" msgstr "Allinea centro orizzontale" -#: data/com.github.phase1geo.minder.shortcuts.ui:616 +#: data/com.github.phase1geo.minder.shortcuts.ui:623 msgid "Align Right Side" msgstr "Allineare Lato Destro" -#: data/com.github.phase1geo.minder.shortcuts.ui:628 +#: data/com.github.phase1geo.minder.shortcuts.ui:635 msgid "Callout Commands" msgstr "Comandi di chiamata" -#: data/com.github.phase1geo.minder.shortcuts.ui:632 -#: data/com.github.phase1geo.minder.shortcuts.ui:665 +#: data/com.github.phase1geo.minder.shortcuts.ui:639 +#: data/com.github.phase1geo.minder.shortcuts.ui:672 msgid "Change Current" msgstr "Cambia Corrente" -#: data/com.github.phase1geo.minder.shortcuts.ui:661 +#: data/com.github.phase1geo.minder.shortcuts.ui:668 msgid "Connection Commands" msgstr "Comandi di Connessione" -#: data/com.github.phase1geo.minder.shortcuts.ui:683 +#: data/com.github.phase1geo.minder.shortcuts.ui:690 msgid "Show Properties" msgstr "Mostra proprietà" -#: data/com.github.phase1geo.minder.shortcuts.ui:699 +#: data/com.github.phase1geo.minder.shortcuts.ui:706 msgid "Traversal" msgstr "Trasversale" -#: data/com.github.phase1geo.minder.shortcuts.ui:703 +#: data/com.github.phase1geo.minder.shortcuts.ui:710 msgid "Select Start Node" msgstr "Seleziona Avvia nodo" -#: data/com.github.phase1geo.minder.shortcuts.ui:710 +#: data/com.github.phase1geo.minder.shortcuts.ui:717 msgid "Select End Node" msgstr "Seleziona Fine Nodo" -#: data/com.github.phase1geo.minder.shortcuts.ui:717 +#: data/com.github.phase1geo.minder.shortcuts.ui:724 msgid "Select Next Connection" msgstr "Seleziona Connessione Successiva" -#: data/com.github.phase1geo.minder.shortcuts.ui:724 +#: data/com.github.phase1geo.minder.shortcuts.ui:731 msgid "Select Previous Connection" msgstr "Seleziona Connessione precedente" -#: data/com.github.phase1geo.minder.shortcuts.ui:736 +#: data/com.github.phase1geo.minder.shortcuts.ui:743 msgid "Text Editing" msgstr "Modifica Testo" -#: data/com.github.phase1geo.minder.shortcuts.ui:744 +#: data/com.github.phase1geo.minder.shortcuts.ui:751 msgid "Insert Newline Character" msgstr "Inserisci carattere nuova riga" -#: data/com.github.phase1geo.minder.shortcuts.ui:751 +#: data/com.github.phase1geo.minder.shortcuts.ui:758 msgid "Insert Tab Character" msgstr "Inserire Carattere di Tabulazione" -#: data/com.github.phase1geo.minder.shortcuts.ui:758 +#: data/com.github.phase1geo.minder.shortcuts.ui:765 msgid "Show Emoji Picker" msgstr "Mostra selettore Emoji" -#: data/com.github.phase1geo.minder.shortcuts.ui:765 +#: data/com.github.phase1geo.minder.shortcuts.ui:772 msgid "Add URL Link To Selected Text" msgstr "Aggiungi collegamento URL al testo selezionato" -#: data/com.github.phase1geo.minder.shortcuts.ui:779 +#: data/com.github.phase1geo.minder.shortcuts.ui:786 msgid "End Editing" msgstr "Termina Modifica" -#: data/com.github.phase1geo.minder.shortcuts.ui:788 +#: data/com.github.phase1geo.minder.shortcuts.ui:795 msgid "Cursor Movement" msgstr "Movimento del Cursore" -#: data/com.github.phase1geo.minder.shortcuts.ui:792 +#: data/com.github.phase1geo.minder.shortcuts.ui:799 msgid "Next Character" msgstr "Successivo Carattere" -#: data/com.github.phase1geo.minder.shortcuts.ui:799 +#: data/com.github.phase1geo.minder.shortcuts.ui:806 msgid "Previous Character" msgstr "Carattere Precedente" -#: data/com.github.phase1geo.minder.shortcuts.ui:806 +#: data/com.github.phase1geo.minder.shortcuts.ui:813 msgid "Next Word" msgstr "Parola Successiva" -#: data/com.github.phase1geo.minder.shortcuts.ui:813 +#: data/com.github.phase1geo.minder.shortcuts.ui:820 msgid "Previous Word" msgstr "Parola Precedente" -#: data/com.github.phase1geo.minder.shortcuts.ui:820 +#: data/com.github.phase1geo.minder.shortcuts.ui:827 msgid "Next Line" msgstr "Linea Successiva" -#: data/com.github.phase1geo.minder.shortcuts.ui:827 +#: data/com.github.phase1geo.minder.shortcuts.ui:834 msgid "Previous Line" msgstr "Linea Precedente" -#: data/com.github.phase1geo.minder.shortcuts.ui:834 +#: data/com.github.phase1geo.minder.shortcuts.ui:841 msgid "Start Of Text" msgstr "Inizio del Testo" -#: data/com.github.phase1geo.minder.shortcuts.ui:841 +#: data/com.github.phase1geo.minder.shortcuts.ui:848 msgid "End Of Text" msgstr "Fine del Testo" -#: data/com.github.phase1geo.minder.shortcuts.ui:854 +#: data/com.github.phase1geo.minder.shortcuts.ui:861 msgid "Copy Selected Text" msgstr "Copia Testo Selezionato" -#: data/com.github.phase1geo.minder.shortcuts.ui:861 +#: data/com.github.phase1geo.minder.shortcuts.ui:868 msgid "Cut Selected Text" msgstr "Taglia Testo Selezionato" -#: data/com.github.phase1geo.minder.shortcuts.ui:868 +#: data/com.github.phase1geo.minder.shortcuts.ui:875 msgid "Paste Text" msgstr "Incolla Testo" -#: data/com.github.phase1geo.minder.shortcuts.ui:881 +#: data/com.github.phase1geo.minder.shortcuts.ui:888 msgid "Add Next Character" msgstr "Aggiungi Carattere Successivo" -#: data/com.github.phase1geo.minder.shortcuts.ui:888 +#: data/com.github.phase1geo.minder.shortcuts.ui:895 msgid "Add Previous Character" msgstr "Aggiungi Carattere Precedente" -#: data/com.github.phase1geo.minder.shortcuts.ui:895 +#: data/com.github.phase1geo.minder.shortcuts.ui:902 msgid "Add Next Word" msgstr "Aggiungi Parola Successiva" -#: data/com.github.phase1geo.minder.shortcuts.ui:902 +#: data/com.github.phase1geo.minder.shortcuts.ui:909 msgid "Add Previous Word" msgstr "Aggiungi Parola Precedente" -#: data/com.github.phase1geo.minder.shortcuts.ui:909 +#: data/com.github.phase1geo.minder.shortcuts.ui:916 msgid "Add Next Line" msgstr "Aggiungi Linea successiva" -#: data/com.github.phase1geo.minder.shortcuts.ui:916 +#: data/com.github.phase1geo.minder.shortcuts.ui:923 msgid "Add Previous Line" msgstr "Aggiungi Linea Precedente" -#: data/com.github.phase1geo.minder.shortcuts.ui:923 +#: data/com.github.phase1geo.minder.shortcuts.ui:930 msgid "Add Start Of Text" msgstr "Aggiungi Inizio Testo" -#: data/com.github.phase1geo.minder.shortcuts.ui:930 +#: data/com.github.phase1geo.minder.shortcuts.ui:937 msgid "Add End Of Text" msgstr "Aggiungi Fine Testo" -#: data/com.github.phase1geo.minder.shortcuts.ui:937 +#: data/com.github.phase1geo.minder.shortcuts.ui:944 msgid "Select All Text" msgstr "Seleziona Tutto il Testo" -#: data/com.github.phase1geo.minder.shortcuts.ui:944 +#: data/com.github.phase1geo.minder.shortcuts.ui:951 msgid "Clear Selection" msgstr "Cancella selezione" -#: data/com.github.phase1geo.minder.shortcuts.ui:956 +#: data/com.github.phase1geo.minder.shortcuts.ui:963 msgid "Mouse Events" msgstr "Eventi del Mouse" -#: data/com.github.phase1geo.minder.shortcuts.ui:965 +#: data/com.github.phase1geo.minder.shortcuts.ui:972 msgid "[Right-click when item is selected]" msgstr "" "[Fare clic con il pulsante destro del mouse quando l'elemento è selezionato]" -#: data/com.github.phase1geo.minder.shortcuts.ui:971 +#: data/com.github.phase1geo.minder.shortcuts.ui:978 msgid "Edit Image in Canvas" msgstr "Modifica Immagine sulla Tela" -#: data/com.github.phase1geo.minder.shortcuts.ui:972 +#: data/com.github.phase1geo.minder.shortcuts.ui:979 msgid "[Double left-click on image]" msgstr "[Doppio clic sinistro sull'immagine]" -#: data/com.github.phase1geo.minder.shortcuts.ui:980 +#: data/com.github.phase1geo.minder.shortcuts.ui:987 msgid "Canvas Movement" msgstr "Movimento della Tela" -#: data/com.github.phase1geo.minder.shortcuts.ui:984 +#: data/com.github.phase1geo.minder.shortcuts.ui:991 msgid "Pan Canvas" msgstr "Panoramica Tela" -#: data/com.github.phase1geo.minder.shortcuts.ui:985 +#: data/com.github.phase1geo.minder.shortcuts.ui:992 msgid "[Middle-click + Drag / Alt + Motion]" msgstr "[Clic centrale + Trascina / Alt + Movimento]" -#: data/com.github.phase1geo.minder.shortcuts.ui:991 +#: data/com.github.phase1geo.minder.shortcuts.ui:998 msgid "Scroll Vertically" msgstr "Scorri verticalmente" -#: data/com.github.phase1geo.minder.shortcuts.ui:992 +#: data/com.github.phase1geo.minder.shortcuts.ui:999 msgid "[Scrollwheel up/down]" msgstr "[Rotellina di scorrimento su/giù]" -#: data/com.github.phase1geo.minder.shortcuts.ui:998 +#: data/com.github.phase1geo.minder.shortcuts.ui:1005 msgid "Scroll Horizontally" msgstr "Scorri Orizzontalmente" -#: data/com.github.phase1geo.minder.shortcuts.ui:999 +#: data/com.github.phase1geo.minder.shortcuts.ui:1006 msgid "[Shift + Scrollwheel up/down]" msgstr "[Maiusc + rotellina di scorrimento su/giù]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1007 +#: data/com.github.phase1geo.minder.shortcuts.ui:1014 msgid "Item Selection" msgstr "Seleziona elemento" -#: data/com.github.phase1geo.minder.shortcuts.ui:1011 +#: data/com.github.phase1geo.minder.shortcuts.ui:1018 msgid "Select Single Item" msgstr "Seleziona elemento singolo" -#: data/com.github.phase1geo.minder.shortcuts.ui:1012 +#: data/com.github.phase1geo.minder.shortcuts.ui:1019 msgid "[Left-click on item]" msgstr "[Fare clic con il tasto sinistro sull'elemento]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1018 +#: data/com.github.phase1geo.minder.shortcuts.ui:1025 msgid "Select Child Nodes" msgstr "Seleziona Nodi figlio" -#: data/com.github.phase1geo.minder.shortcuts.ui:1019 +#: data/com.github.phase1geo.minder.shortcuts.ui:1026 msgid "[Control + Left-click on parent node]" msgstr "[Ctrl + clic sinistro sul nodo principale]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1025 +#: data/com.github.phase1geo.minder.shortcuts.ui:1032 msgid "Select Node Tree/Subtree" msgstr "Selezionare la sottostruttura dell'albero dei nodi" -#: data/com.github.phase1geo.minder.shortcuts.ui:1026 +#: data/com.github.phase1geo.minder.shortcuts.ui:1033 msgid "[Control + Double left-click on parent node]" msgstr "[Ctrl + Doppio clic sinistro sul nodo principale]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1032 +#: data/com.github.phase1geo.minder.shortcuts.ui:1039 msgid "Select All Nodes at Same Depth Level" msgstr "Seleziona tutti i nodi allo stesso livello di profondità" -#: data/com.github.phase1geo.minder.shortcuts.ui:1033 +#: data/com.github.phase1geo.minder.shortcuts.ui:1040 msgid "[Control + Triple left-click on node]" msgstr "[Ctrl + triplo clic sinistro sul nodo]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1039 +#: data/com.github.phase1geo.minder.shortcuts.ui:1046 msgid "Block Selection" msgstr "Selezione blocco" -#: data/com.github.phase1geo.minder.shortcuts.ui:1040 +#: data/com.github.phase1geo.minder.shortcuts.ui:1047 msgid "[Left-click + Drag]" msgstr "[Clic sinistro + trascina]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1048 +#: data/com.github.phase1geo.minder.shortcuts.ui:1055 msgid "Item Selection Toggle (Add to/Remove from Selection)" msgstr "Commuta selezione elemento (Aggiungi/Rimuovi dalla selezione)" -#: data/com.github.phase1geo.minder.shortcuts.ui:1052 +#: data/com.github.phase1geo.minder.shortcuts.ui:1059 msgid "Toggle Selection of Item" msgstr "Attiva o disattiva la selezione dell'elemento" -#: data/com.github.phase1geo.minder.shortcuts.ui:1053 +#: data/com.github.phase1geo.minder.shortcuts.ui:1060 msgid "[Shift + Left-click on item]" msgstr "[Maiusc + clic sinistro sull'elemento]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1059 +#: data/com.github.phase1geo.minder.shortcuts.ui:1066 msgid "Toggle Selection of Child Nodes" msgstr "Attiva/disattiva la selezione dei nodi figlio" -#: data/com.github.phase1geo.minder.shortcuts.ui:1060 +#: data/com.github.phase1geo.minder.shortcuts.ui:1067 msgid "[Shift + Control + Left-click on item]" msgstr "[Maiusc + Ctrl + clic sinistro sull'elemento]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1066 +#: data/com.github.phase1geo.minder.shortcuts.ui:1073 msgid "Toggle Selection of Node Tree/Subtree" msgstr "Alterna la selezione dell'albero dei nodi/sottostruttura" -#: data/com.github.phase1geo.minder.shortcuts.ui:1067 +#: data/com.github.phase1geo.minder.shortcuts.ui:1074 msgid "[Shift + Control + Double left-click on parent node]" msgstr "[MAIUSC + CTRL + Doppio clic sinistro sul nodo genitore]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1073 +#: data/com.github.phase1geo.minder.shortcuts.ui:1080 msgid "Toggle Selection of All Nodes at Same Depth Level" msgstr "" "Attiva/disattiva la selezione di tutti i nodi allo stesso livello di " "profondità" -#: data/com.github.phase1geo.minder.shortcuts.ui:1074 +#: data/com.github.phase1geo.minder.shortcuts.ui:1081 msgid "[Shift + Control + Triple left-click on node]" msgstr "[Maiusc + Ctrl + triplo clic sinistro sul nodo]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1082 +#: data/com.github.phase1geo.minder.shortcuts.ui:1089 msgid "Text Selection" msgstr "Seleziona Testo" -#: data/com.github.phase1geo.minder.shortcuts.ui:1086 +#: data/com.github.phase1geo.minder.shortcuts.ui:1093 msgid "Set Cursor Insert Point" msgstr "Imposta il punto di inserimento del cursore" -#: data/com.github.phase1geo.minder.shortcuts.ui:1087 +#: data/com.github.phase1geo.minder.shortcuts.ui:1094 msgid "[Left-click anywhere in text]" msgstr "[Fare clic con il tasto sinistro in un punto qualsiasi del testo]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1093 +#: data/com.github.phase1geo.minder.shortcuts.ui:1100 msgid "Select current word" msgstr "Seleziona la parola corrente" -#: data/com.github.phase1geo.minder.shortcuts.ui:1094 +#: data/com.github.phase1geo.minder.shortcuts.ui:1101 msgid "[Double left-click on word]" msgstr "[Doppio clic sinistro sulla parola]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1100 +#: data/com.github.phase1geo.minder.shortcuts.ui:1107 msgid "Select all text" msgstr "Seleziona tutto il testo" -#: data/com.github.phase1geo.minder.shortcuts.ui:1101 +#: data/com.github.phase1geo.minder.shortcuts.ui:1108 msgid "[Triple left-click anywhere in text]" msgstr "[Triplo clic sinistro in qualsiasi punto del testo]" diff --git a/po/nl.po b/po/nl.po index 10c03164..f449db6a 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.phase1geo.minder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: 2020-04-20 14:26+0200\n" "Last-Translator: Heimen Stoffels \n" "Language-Team: \n" @@ -31,73 +31,73 @@ msgstr "" msgid "Minder in AppCenter" msgstr "" -#: src/Application.vala:114 +#: src/Application.vala:122 msgid "ERROR: Unable to import file" msgstr "" -#: src/Application.vala:118 +#: src/Application.vala:126 msgid "ERROR: Import is missing filename to import" msgstr "" -#: src/Application.vala:133 +#: src/Application.vala:141 msgid "ERROR: Export is missing input file and/or export output file" msgstr "" -#: src/Application.vala:140 +#: src/Application.vala:148 #, c-format msgid "ERROR: Unable to open file '%s'\n" msgstr "" -#: src/Application.vala:184 +#: src/Application.vala:192 #, c-format msgid "Import file from format (%s)" msgstr "" -#: src/Application.vala:185 +#: src/Application.vala:193 #, fuzzy, c-format msgid "Export mindmap as format (%s)" msgstr "Knoopopties" -#: src/Application.vala:188 +#: src/Application.vala:196 msgid "Display version number" msgstr "" -#: src/Application.vala:189 +#: src/Application.vala:197 msgid "Starts Minder with a new file" msgstr "" -#: src/Application.vala:190 +#: src/Application.vala:198 #, fuzzy msgid "Run testing" msgstr "Verbindingen" -#: src/Application.vala:193 +#: src/Application.vala:201 msgid "Enables a transparent background for PNG images" msgstr "" -#: src/Application.vala:194 +#: src/Application.vala:202 msgid "PNG compression value (0-9)" msgstr "" -#: src/Application.vala:195 +#: src/Application.vala:203 msgid "JPEG quality (0-100)" msgstr "" -#: src/Application.vala:196 +#: src/Application.vala:204 msgid "Enables image links in exported Markdown" msgstr "" -#: src/Application.vala:205 +#: src/Application.vala:213 #, c-format msgid "ERROR: %s\n" msgstr "" -#: src/Application.vala:206 +#: src/Application.vala:214 #, c-format msgid "Run '%s --help' to see valid options\n" msgstr "" -#: src/Application.vala:253 +#: src/Application.vala:261 #, c-format msgid "ERROR: Unable to load Minder input file %s" msgstr "" @@ -109,11 +109,11 @@ msgid "Delete" msgstr "Verwijderen" #: src/CalloutMenu.vala:38 src/EmptyMenu.vala:49 -#: data/com.github.phase1geo.minder.shortcuts.ui:649 +#: data/com.github.phase1geo.minder.shortcuts.ui:656 msgid "Select Node" msgstr "Knoop kiezen" -#: src/Callout.vala:129 src/NodeMenu.vala:237 +#: src/Callout.vala:129 src/NodeMenu.vala:238 msgid "Callout" msgstr "" @@ -122,7 +122,7 @@ msgstr "" msgid "No text found" msgstr "Volgende woord" -#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:232 +#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:233 msgid "Connection" msgstr "Verbinding" @@ -152,7 +152,7 @@ msgstr "Titel aanpassen" #: src/ConnectionMenu.vala:50 src/GroupsMenu.vala:47 src/NodeMenu.vala:103 #: data/com.github.phase1geo.minder.shortcuts.ui:338 -#: data/com.github.phase1geo.minder.shortcuts.ui:676 +#: data/com.github.phase1geo.minder.shortcuts.ui:683 #, fuzzy msgid "Edit Note" msgstr "Titel aanpassen" @@ -163,7 +163,7 @@ msgid "Remove Sticker" msgstr "Aantekening wissen" #: src/ConnectionMenu.vala:56 src/GroupsMenu.vala:54 src/ImageManager.vala:300 -#: src/NodeMenu.vala:187 src/NodesMenu.vala:99 +#: src/NodeMenu.vala:188 src/NodesMenu.vala:100 msgid "Select" msgstr "Kiezen" @@ -234,11 +234,11 @@ msgstr "eindknoop van verbinding aanpassen" msgid "connection drag" msgstr "verbinding verslepen" -#: src/DrawArea.vala:3659 src/DrawArea.vala:3673 src/DrawArea.vala:5643 +#: src/DrawArea.vala:3660 src/DrawArea.vala:3674 src/DrawArea.vala:5650 msgid "Another Idea" msgstr "Nóg een idee" -#: src/DrawArea.vala:5096 src/layouts/LayoutManual.vala:26 +#: src/DrawArea.vala:5099 src/layouts/LayoutManual.vala:26 #: src/MapInspector.vala:225 src/MapInspector.vala:448 msgid "Manual" msgstr "Handmatig" @@ -293,7 +293,7 @@ msgstr "" msgid "Paste" msgstr "Plakken" -#: src/EmptyMenu.vala:42 src/NodeMenu.vala:156 +#: src/EmptyMenu.vala:42 src/NodeMenu.vala:157 msgid "Add Root Node" msgstr "Beginpunt toevoegen" @@ -324,13 +324,13 @@ msgid "Export As %s" msgstr "Exporteren als" #: src/Exporter.vala:134 src/ImageEditor.vala:381 src/ImageManager.vala:300 -#: src/MainWindow.vala:1028 src/MainWindow.vala:1123 src/MainWindow.vala:1267 -#: src/QuickEntry.vala:154 src/StickerInspector.vala:401 src/StickerSet.vala:75 +#: src/MainWindow.vala:1083 src/MainWindow.vala:1178 src/MainWindow.vala:1322 +#: src/QuickEntry.vala:154 src/StickerInspector.vala:402 src/StickerSet.vala:75 #: src/ThemeEditor.vala:144 src/UrlEditor.vala:62 msgid "Cancel" msgstr "Annuleren" -#: src/Exporter.vala:134 src/MainWindow.vala:845 src/StickerSet.vala:352 +#: src/Exporter.vala:134 src/MainWindow.vala:900 src/StickerSet.vala:352 msgid "Export" msgstr "Exporteren" @@ -508,7 +508,7 @@ msgstr "Knoop kopiëren" msgid "All Grouped Nodes" msgstr "" -#: src/GroupsMenu.vala:111 src/NodeMenu.vala:689 src/NodesMenu.vala:289 +#: src/GroupsMenu.vala:111 src/NodeMenu.vala:690 src/NodesMenu.vala:290 msgid "Select a link color" msgstr "Verbindingskleur kiezen" @@ -545,7 +545,7 @@ msgstr "Knoop knippen naar klembord" msgid "Paste Image from Clipboard" msgstr "Knoop knippen naar klembord" -#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:447 +#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:448 msgid "Remove Image" msgstr "Afbeelding verwijderen" @@ -559,217 +559,229 @@ msgstr "Tak kiezen" msgid "Images" msgstr "Afbeelding" -#: src/MainWindow.vala:154 src/MainWindow.vala:1272 +#: src/MainWindow.vala:64 +msgid "Use system setting" +msgstr "" + +#: src/MainWindow.vala:65 +msgid "Always use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:66 +msgid "Never use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:195 src/MainWindow.vala:1327 msgid "Minder" msgstr "Minder" -#: src/MainWindow.vala:188 data/com.github.phase1geo.minder.shortcuts.ui:21 +#: src/MainWindow.vala:229 data/com.github.phase1geo.minder.shortcuts.ui:21 msgid "New File" msgstr "Nieuw bestand" -#: src/MainWindow.vala:194 src/MainWindow.vala:1119 +#: src/MainWindow.vala:235 src/MainWindow.vala:1174 #: data/com.github.phase1geo.minder.shortcuts.ui:28 msgid "Open File" msgstr "Bestand openen" -#: src/MainWindow.vala:200 data/com.github.phase1geo.minder.shortcuts.ui:42 +#: src/MainWindow.vala:241 data/com.github.phase1geo.minder.shortcuts.ui:42 msgid "Save File As" msgstr "Bestand opslaan als" -#: src/MainWindow.vala:206 src/StickerSet.vala:307 src/UndoBuffer.vala:84 +#: src/MainWindow.vala:247 src/StickerSet.vala:307 src/UndoBuffer.vala:84 msgid "Undo" msgstr "Ongedaan maken" -#: src/MainWindow.vala:213 src/StickerSet.vala:308 src/UndoBuffer.vala:90 +#: src/MainWindow.vala:254 src/StickerSet.vala:308 src/UndoBuffer.vala:90 msgid "Redo" msgstr "Opnieuw uitvoeren" -#: src/MainWindow.vala:548 +#: src/MainWindow.vala:603 msgid "Unnamed Document" msgstr "Naamloos document" -#: src/MainWindow.vala:551 +#: src/MainWindow.vala:606 #, fuzzy msgid "Read-Only" msgstr "Opvulling" -#: src/MainWindow.vala:555 src/MainWindow.vala:880 +#: src/MainWindow.vala:610 src/MainWindow.vala:935 msgid "Focus Mode" msgstr "Focusmodus" -#: src/MainWindow.vala:589 src/MainWindow.vala:1324 +#: src/MainWindow.vala:644 src/MainWindow.vala:1379 #, c-format msgid "Zoom (%d%%)" msgstr "" -#: src/MainWindow.vala:596 +#: src/MainWindow.vala:651 msgid "Zoom to Percent" msgstr "Percentage zoomen" -#: src/MainWindow.vala:609 src/ZoomWidget.vala:102 +#: src/MainWindow.vala:664 src/ZoomWidget.vala:102 #: data/com.github.phase1geo.minder.shortcuts.ui:119 msgid "Zoom In" msgstr "Inzoomen" -#: src/MainWindow.vala:615 src/ZoomWidget.vala:92 +#: src/MainWindow.vala:670 src/ZoomWidget.vala:92 #: data/com.github.phase1geo.minder.shortcuts.ui:126 msgid "Zoom Out" msgstr "Uitzoomen" -#: src/MainWindow.vala:625 +#: src/MainWindow.vala:680 msgid "Zoom to Fit" msgstr "Passend zoomen" -#: src/MainWindow.vala:630 data/com.github.phase1geo.minder.shortcuts.ui:140 +#: src/MainWindow.vala:685 data/com.github.phase1geo.minder.shortcuts.ui:140 #, fuzzy msgid "Zoom to Fit Selected Node Tree" msgstr "Zoomen om gekozen knoop te laten passen" -#: src/MainWindow.vala:635 +#: src/MainWindow.vala:690 msgid "Zoom to Actual Size" msgstr "Ware grootte" -#: src/MainWindow.vala:659 src/StickerSet.vala:114 +#: src/MainWindow.vala:714 src/StickerSet.vala:114 msgid "Search" msgstr "Zoeken" -#: src/MainWindow.vala:669 +#: src/MainWindow.vala:724 #, fuzzy msgid "Search Nodes, Callouts and Connections" msgstr "Knopen en verbindingen zoeken" -#: src/MainWindow.vala:698 +#: src/MainWindow.vala:753 msgid "Search Criteria" msgstr "Zoeken naar" -#: src/MainWindow.vala:701 +#: src/MainWindow.vala:756 #, fuzzy msgid "Search all tabs" msgstr "Zoeken naar" -#: src/MainWindow.vala:735 +#: src/MainWindow.vala:790 msgid "Nodes" msgstr "Knopen" -#: src/MainWindow.vala:736 +#: src/MainWindow.vala:791 msgid "Connections" msgstr "Verbindingen" -#: src/MainWindow.vala:737 +#: src/MainWindow.vala:792 msgid "Callouts" msgstr "" -#: src/MainWindow.vala:738 +#: src/MainWindow.vala:793 msgid "Titles" msgstr "Titels" -#: src/MainWindow.vala:739 +#: src/MainWindow.vala:794 msgid "Notes" msgstr "Aantekeningen" -#: src/MainWindow.vala:740 +#: src/MainWindow.vala:795 msgid "Folded" msgstr "Ingeklapt" -#: src/MainWindow.vala:741 +#: src/MainWindow.vala:796 msgid "Unfolded" msgstr "Uitgeklapt" -#: src/MainWindow.vala:742 +#: src/MainWindow.vala:797 msgid "Tasks" msgstr "Taken" -#: src/MainWindow.vala:743 +#: src/MainWindow.vala:798 msgid "Non-tasks" msgstr "Niet-taken" -#: src/MainWindow.vala:857 +#: src/MainWindow.vala:912 #, fuzzy msgid "Print…" msgstr "Afdrukken" -#: src/MainWindow.vala:905 src/Preferences.vala:36 +#: src/MainWindow.vala:960 src/Preferences.vala:36 msgid "Preferences" msgstr "" -#: src/MainWindow.vala:910 +#: src/MainWindow.vala:965 msgid "Shortcuts Cheatsheet" msgstr "Sneltoetsoverzicht" -#: src/MainWindow.vala:914 +#: src/MainWindow.vala:969 #, fuzzy msgid "About Minder" msgstr "Meeneembare Minder" -#: src/MainWindow.vala:947 src/MainWindow.vala:1396 +#: src/MainWindow.vala:1002 src/MainWindow.vala:1451 #, fuzzy msgid "Show Property Sidebar" msgstr "Eigenschappen tonen" -#: src/MainWindow.vala:962 +#: src/MainWindow.vala:1017 msgid "Current" msgstr "Huidige" -#: src/MainWindow.vala:963 src/StyleInspector.vala:198 +#: src/MainWindow.vala:1018 src/StyleInspector.vala:198 msgid "Style" msgstr "Stijl" -#: src/MainWindow.vala:964 +#: src/MainWindow.vala:1019 msgid "Stickers" msgstr "" -#: src/MainWindow.vala:965 +#: src/MainWindow.vala:1020 msgid "Map" msgstr "Kaart" -#: src/MainWindow.vala:1019 +#: src/MainWindow.vala:1074 msgid "Save current unnamed document?" msgstr "Wil je het huidige naamloze document opslaan?" -#: src/MainWindow.vala:1020 +#: src/MainWindow.vala:1075 msgid "Changes will be permanently lost if not saved." msgstr "Als je dat niet doen, gaan de aanpassingen permanent verloren." -#: src/MainWindow.vala:1025 +#: src/MainWindow.vala:1080 msgid "Discard Changes" msgstr "Aanpassingen verwerpen" -#: src/MainWindow.vala:1031 src/MainWindow.vala:1267 src/ThemeEditor.vala:147 +#: src/MainWindow.vala:1086 src/MainWindow.vala:1322 src/ThemeEditor.vala:147 msgid "Save" msgstr "Opslaan" -#: src/MainWindow.vala:1060 +#: src/MainWindow.vala:1115 #, c-format msgid "The file %s was modified outside of the application." msgstr "" -#: src/MainWindow.vala:1061 +#: src/MainWindow.vala:1116 msgid "What do you want to do?" msgstr "" -#: src/MainWindow.vala:1066 +#: src/MainWindow.vala:1121 #, fuzzy msgid "Discard Changes and reload" msgstr "Aanpassingen verwerpen" -#: src/MainWindow.vala:1069 +#: src/MainWindow.vala:1124 msgid "Save local version and overwrite" msgstr "" -#: src/MainWindow.vala:1119 +#: src/MainWindow.vala:1174 #, fuzzy msgid "Open Directory" msgstr "Bestand openen" -#: src/MainWindow.vala:1122 +#: src/MainWindow.vala:1177 msgid "Open" msgstr "Openen" -#: src/MainWindow.vala:1267 +#: src/MainWindow.vala:1322 msgid "Save File" msgstr "Bestand opslaan" -#: src/MainWindow.vala:1340 +#: src/MainWindow.vala:1395 #, fuzzy msgid "Hide Property Sidebar" msgstr "Eigenschappen" @@ -893,7 +905,7 @@ msgstr "Knoop losmaken" msgid "Delete Node" msgstr "Knoop verwijderen" -#: src/NodeLink.vala:106 +#: src/NodeLink.vala:107 src/NodeLink.vala:110 #, fuzzy msgid "No node found" msgstr "Knoopopdrachten" @@ -906,7 +918,7 @@ msgstr "Kopiëren" msgid "Cut" msgstr "Knippen" -#: src/NodeMenu.vala:84 src/NodeMenu.vala:459 +#: src/NodeMenu.vala:84 src/NodeMenu.vala:460 msgid "Paste and Replace Node" msgstr "" @@ -924,15 +936,15 @@ msgstr "Afbeelding wijzigen" msgid "Edit Text…" msgstr "Aanpassen…" -#: src/NodeMenu.vala:107 src/NodeMenu.vala:429 +#: src/NodeMenu.vala:107 src/NodeMenu.vala:430 msgid "Add Task" msgstr "Taak toevoegen" -#: src/NodeMenu.vala:110 src/NodeMenu.vala:447 +#: src/NodeMenu.vala:110 src/NodeMenu.vala:448 msgid "Add Image" msgstr "Afbeelding toevoegen" -#: src/NodeMenu.vala:117 src/NodeMenu.vala:430 +#: src/NodeMenu.vala:117 src/NodeMenu.vala:431 msgid "Add Node Link" msgstr "Knopen verbinden" @@ -944,7 +956,7 @@ msgstr "Verbinding toevoegen" msgid "Add Group" msgstr "" -#: src/NodeMenu.vala:129 src/NodeMenu.vala:432 +#: src/NodeMenu.vala:129 src/NodeMenu.vala:433 msgid "Add Callout" msgstr "" @@ -952,153 +964,153 @@ msgstr "" msgid "Link Color" msgstr "Verbindingskleur" -#: src/NodeMenu.vala:136 src/NodesMenu.vala:84 +#: src/NodeMenu.vala:137 src/NodesMenu.vala:85 msgid "Set to color…" msgstr "Kleur instellen…" -#: src/NodeMenu.vala:139 +#: src/NodeMenu.vala:140 msgid "Randomize color" msgstr "Willekeurig" -#: src/NodeMenu.vala:142 src/NodesMenu.vala:90 +#: src/NodeMenu.vala:143 src/NodesMenu.vala:91 msgid "Use parent color" msgstr "Overnemen van vorige" -#: src/NodeMenu.vala:146 src/NodeMenu.vala:431 src/NodesMenu.vala:64 -#: src/NodesMenu.vala:222 +#: src/NodeMenu.vala:147 src/NodeMenu.vala:432 src/NodesMenu.vala:64 +#: src/NodesMenu.vala:223 msgid "Fold Children" msgstr "Subknopen inklappen" -#: src/NodeMenu.vala:149 +#: src/NodeMenu.vala:150 msgid "Detach" msgstr "Losmaken" -#: src/NodeMenu.vala:152 +#: src/NodeMenu.vala:153 #, fuzzy msgid "Add Node" msgstr "Aantekening maken" -#: src/NodeMenu.vala:159 +#: src/NodeMenu.vala:160 msgid "Add Parent Node" msgstr "Tak toevoegen" -#: src/NodeMenu.vala:163 +#: src/NodeMenu.vala:164 msgid "Add Child Node" msgstr "Subknoop toevoegen" -#: src/NodeMenu.vala:167 +#: src/NodeMenu.vala:168 msgid "Add Sibling Node" msgstr "Afgeleide knoop toevoegen" -#: src/NodeMenu.vala:171 +#: src/NodeMenu.vala:172 #, fuzzy msgid "Use to Summarize Previous Sibling Nodes" msgstr "Vorige afgeleide knoop" -#: src/NodeMenu.vala:175 src/QuickEntry.vala:44 +#: src/NodeMenu.vala:176 src/QuickEntry.vala:44 msgid "Quick Entry" msgstr "Snel toevoegen" -#: src/NodeMenu.vala:179 +#: src/NodeMenu.vala:180 #, fuzzy msgid "Insert Nodes" msgstr "knoop invoegen" -#: src/NodeMenu.vala:183 +#: src/NodeMenu.vala:184 #, fuzzy msgid "Replace Nodes" msgstr "Knopen uitlijnen" -#: src/NodeMenu.vala:192 +#: src/NodeMenu.vala:193 msgid "Root Node" msgstr "Beginpunt" -#: src/NodeMenu.vala:197 +#: src/NodeMenu.vala:198 msgid "Next Sibling Node" msgstr "Volgende afgeleide knoop" -#: src/NodeMenu.vala:202 +#: src/NodeMenu.vala:203 msgid "Previous Sibling Node" msgstr "Vorige afgeleide knoop" -#: src/NodeMenu.vala:207 +#: src/NodeMenu.vala:208 msgid "Child Node" msgstr "Subknoop" -#: src/NodeMenu.vala:212 src/NodesMenu.vala:108 +#: src/NodeMenu.vala:213 src/NodesMenu.vala:109 #, fuzzy msgid "Child Nodes" msgstr "Subknoop" -#: src/NodeMenu.vala:217 +#: src/NodeMenu.vala:218 msgid "Subtree" msgstr "" -#: src/NodeMenu.vala:222 +#: src/NodeMenu.vala:223 msgid "Parent Node" msgstr "Tak" -#: src/NodeMenu.vala:227 +#: src/NodeMenu.vala:228 msgid "Linked Node" msgstr "Verbonden knoop" -#: src/NodeMenu.vala:241 +#: src/NodeMenu.vala:242 msgid "Center Current Node" msgstr "Huidige knoop centreren" -#: src/NodeMenu.vala:245 +#: src/NodeMenu.vala:246 msgid "Sort Children" msgstr "Subknopen sorteren" -#: src/NodeMenu.vala:249 +#: src/NodeMenu.vala:250 msgid "Alphabetically" msgstr "Alfabetisch" -#: src/NodeMenu.vala:252 +#: src/NodeMenu.vala:253 msgid "Randomize" msgstr "Willekeurig" -#: src/NodeMenu.vala:427 +#: src/NodeMenu.vala:428 msgid "Remove Task" msgstr "Taak verwijderen" -#: src/NodeMenu.vala:428 +#: src/NodeMenu.vala:429 #, fuzzy msgid "Mark Task As Done" msgstr "Taak (de)markeren als afgerond" -#: src/NodeMenu.vala:430 +#: src/NodeMenu.vala:431 msgid "Remove Node Link" msgstr "Verbindingsknooop verwijderen" -#: src/NodeMenu.vala:431 src/NodesMenu.vala:222 +#: src/NodeMenu.vala:432 src/NodesMenu.vala:223 msgid "Unfold Children" msgstr "Subknopen uitklappen" -#: src/NodeMenu.vala:432 data/com.github.phase1geo.minder.shortcuts.ui:636 +#: src/NodeMenu.vala:433 data/com.github.phase1geo.minder.shortcuts.ui:643 #, fuzzy msgid "Remove Callout" msgstr "Taak verwijderen" -#: src/NodeMenu.vala:452 +#: src/NodeMenu.vala:453 #, fuzzy msgid "Paste Text As Child Node" msgstr "Plakken als subknoop" -#: src/NodeMenu.vala:453 +#: src/NodeMenu.vala:454 msgid "Paste and Replace Node Text" msgstr "" -#: src/NodeMenu.vala:455 +#: src/NodeMenu.vala:456 #, fuzzy msgid "Paste Image As Child Node" msgstr "Plakken als subknoop" -#: src/NodeMenu.vala:456 +#: src/NodeMenu.vala:457 msgid "Paste and Replace Node Image" msgstr "" -#: src/NodeMenu.vala:458 +#: src/NodeMenu.vala:459 #, fuzzy msgid "Paste Node As Child" msgstr "Plakken als subknoop" @@ -1113,7 +1125,7 @@ msgstr "Taak (de)markeren als afgerond" msgid "Connect" msgstr "Verbinding" -#: src/NodesMenu.vala:72 src/NodesMenu.vala:223 +#: src/NodesMenu.vala:72 src/NodesMenu.vala:224 #, fuzzy msgid "Link Nodes" msgstr "Verbonden knoop" @@ -1123,59 +1135,59 @@ msgstr "Verbonden knoop" msgid "Link Colors" msgstr "Verbindingskleur" -#: src/NodesMenu.vala:87 +#: src/NodesMenu.vala:88 #, fuzzy msgid "Randomize colors" msgstr "Willekeurig" -#: src/NodesMenu.vala:103 +#: src/NodesMenu.vala:104 #, fuzzy msgid "Parent Nodes" msgstr "Tak" -#: src/NodesMenu.vala:117 +#: src/NodesMenu.vala:118 #, fuzzy msgid "Align Nodes" msgstr "Knopen uitlijnen" -#: src/NodesMenu.vala:121 +#: src/NodesMenu.vala:122 msgid "Align Top" msgstr "" -#: src/NodesMenu.vala:125 +#: src/NodesMenu.vala:126 msgid "Align Center Horizontally" msgstr "" -#: src/NodesMenu.vala:129 +#: src/NodesMenu.vala:130 msgid "Align Bottom" msgstr "" -#: src/NodesMenu.vala:133 +#: src/NodesMenu.vala:134 msgid "Align Left" msgstr "" -#: src/NodesMenu.vala:137 +#: src/NodesMenu.vala:138 msgid "Align Center Vertically" msgstr "" -#: src/NodesMenu.vala:141 +#: src/NodesMenu.vala:142 msgid "Align Right" msgstr "" -#: src/NodesMenu.vala:223 +#: src/NodesMenu.vala:224 #, fuzzy msgid "Remove Node Links" msgstr "Verbindingsknooop verwijderen" -#: src/Node.vala:2325 +#: src/Node.vala:2321 msgid "Node Title" msgstr "Titel van knoop" -#: src/Node.vala:2333 +#: src/Node.vala:2329 msgid "Node Note" msgstr "Aantekening" -#: src/Node.vala:2344 +#: src/Node.vala:2340 #, fuzzy msgid "Callout Text" msgstr "Tekst plakken" @@ -1247,24 +1259,32 @@ msgstr "" msgid "If enabled, selects items when mouse cursor hovers over the item." msgstr "" -#: src/Preferences.vala:110 -msgid "Hide themes not matching visual style" +#: src/Preferences.vala:99 +msgid "Natural scrolling" +msgstr "" + +#: src/Preferences.vala:101 +msgid "Specifies scrolling used when panning the canvas." msgstr "" #: src/Preferences.vala:114 +msgid "Hide themes not matching visual style" +msgstr "" + +#: src/Preferences.vala:118 #, fuzzy msgid "Default theme" msgstr "Knoop verwijderen" -#: src/Preferences.vala:117 +#: src/Preferences.vala:121 msgid "Enable animations" msgstr "Animaties gebruiken" -#: src/Preferences.vala:120 +#: src/Preferences.vala:124 msgid "Text field font size" msgstr "" -#: src/Preferences.vala:123 +#: src/Preferences.vala:127 msgid "" "Specifies the custom font size to use in text editing fields (i.e, quick " "entry or notes field)." @@ -1359,25 +1379,25 @@ msgstr "" msgid "Search Stickers" msgstr "Zoeken naar" -#: src/StickerInspector.vala:134 +#: src/StickerInspector.vala:137 msgid "Favorites" msgstr "" -#: src/StickerInspector.vala:140 +#: src/StickerInspector.vala:143 msgid "Show Custom Sticker Directory" msgstr "" -#: src/StickerInspector.vala:214 +#: src/StickerInspector.vala:215 #, fuzzy msgid "Add custom stickers" msgstr "Knopen verbinden" -#: src/StickerInspector.vala:401 +#: src/StickerInspector.vala:402 #, fuzzy msgid "Import Sticker(s)" msgstr "Aantekening wissen" -#: src/StickerInspector.vala:401 src/StickerSet.vala:353 +#: src/StickerInspector.vala:402 src/StickerSet.vala:353 #, fuzzy msgid "Import" msgstr "Bestand openen" @@ -3415,7 +3435,7 @@ msgid "Minder Shortcuts" msgstr "Minder-sneltoetsen" #: data/com.github.phase1geo.minder.shortcuts.ui:12 -#: data/com.github.phase1geo.minder.shortcuts.ui:960 +#: data/com.github.phase1geo.minder.shortcuts.ui:967 msgid "General" msgstr "Algemeen" @@ -3498,7 +3518,7 @@ msgid "Show Map Tab" msgstr "Huidige tak" #: data/com.github.phase1geo.minder.shortcuts.ui:190 -#: data/com.github.phase1geo.minder.shortcuts.ui:740 +#: data/com.github.phase1geo.minder.shortcuts.ui:747 msgid "Miscellaneous" msgstr "Overig" @@ -3511,7 +3531,7 @@ msgid "Search Nodes/Connections" msgstr "Knopen en verbindingen zoeken" #: data/com.github.phase1geo.minder.shortcuts.ui:208 -#: data/com.github.phase1geo.minder.shortcuts.ui:964 +#: data/com.github.phase1geo.minder.shortcuts.ui:971 msgid "Show Contextual Menu" msgstr "" @@ -3562,7 +3582,7 @@ msgid "Quick Entry Replacement" msgstr "Snel toevoegen" #: data/com.github.phase1geo.minder.shortcuts.ui:293 -#: data/com.github.phase1geo.minder.shortcuts.ui:850 +#: data/com.github.phase1geo.minder.shortcuts.ui:857 msgid "Clipboard" msgstr "Klembord" @@ -3589,7 +3609,7 @@ msgid "Changing Current" msgstr "Huidige aanpassen" #: data/com.github.phase1geo.minder.shortcuts.ui:331 -#: data/com.github.phase1geo.minder.shortcuts.ui:669 +#: data/com.github.phase1geo.minder.shortcuts.ui:676 msgid "Edit Title" msgstr "Titel aanpassen" @@ -3604,502 +3624,507 @@ msgid "Add URL Link To Text" msgstr "Einde van de tekst toevoegen" #: data/com.github.phase1geo.minder.shortcuts.ui:359 -#: data/com.github.phase1geo.minder.shortcuts.ui:772 +#: data/com.github.phase1geo.minder.shortcuts.ui:779 #, fuzzy msgid "Remove URL Link From Text" msgstr "Verbindingsknooop verwijderen" #: data/com.github.phase1geo.minder.shortcuts.ui:366 +#, fuzzy +msgid "Change Link Color" +msgstr "Verbindingskleur" + +#: data/com.github.phase1geo.minder.shortcuts.ui:373 msgid "View Properties" msgstr "Weergave-eigenschappen" -#: data/com.github.phase1geo.minder.shortcuts.ui:373 +#: data/com.github.phase1geo.minder.shortcuts.ui:380 msgid "Toggle Fold" msgstr "In-/Uitklappen" -#: data/com.github.phase1geo.minder.shortcuts.ui:380 +#: data/com.github.phase1geo.minder.shortcuts.ui:387 msgid "Toggle Node Link" msgstr "Verbindingsknoop aan/uit" -#: data/com.github.phase1geo.minder.shortcuts.ui:387 +#: data/com.github.phase1geo.minder.shortcuts.ui:394 #, fuzzy msgid "Create Link to Selected Node" msgstr "Zoomen om gekozen knoop te laten passen" -#: data/com.github.phase1geo.minder.shortcuts.ui:388 +#: data/com.github.phase1geo.minder.shortcuts.ui:395 msgid "[After using this command, 'y' will create the link]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:395 +#: data/com.github.phase1geo.minder.shortcuts.ui:402 #, fuzzy msgid "Create Group" msgstr "Aantekening wissen" -#: data/com.github.phase1geo.minder.shortcuts.ui:402 +#: data/com.github.phase1geo.minder.shortcuts.ui:409 msgid "Create Connection" msgstr "Verbinding maken" -#: data/com.github.phase1geo.minder.shortcuts.ui:409 +#: data/com.github.phase1geo.minder.shortcuts.ui:416 #, fuzzy msgid "Create Callout" msgstr "Aantekening wissen" -#: data/com.github.phase1geo.minder.shortcuts.ui:416 +#: data/com.github.phase1geo.minder.shortcuts.ui:423 msgid "Center In View" msgstr "Centreren" -#: data/com.github.phase1geo.minder.shortcuts.ui:423 -#: data/com.github.phase1geo.minder.shortcuts.ui:690 +#: data/com.github.phase1geo.minder.shortcuts.ui:430 +#: data/com.github.phase1geo.minder.shortcuts.ui:697 msgid "Place Into View" msgstr "In weergave plaatsen" -#: data/com.github.phase1geo.minder.shortcuts.ui:432 -#: data/com.github.phase1geo.minder.shortcuts.ui:645 -#: data/com.github.phase1geo.minder.shortcuts.ui:877 +#: data/com.github.phase1geo.minder.shortcuts.ui:439 +#: data/com.github.phase1geo.minder.shortcuts.ui:652 +#: data/com.github.phase1geo.minder.shortcuts.ui:884 msgid "Selection" msgstr "Selectie" -#: data/com.github.phase1geo.minder.shortcuts.ui:436 +#: data/com.github.phase1geo.minder.shortcuts.ui:443 msgid "Select Root" msgstr "Beginpunt kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:443 +#: data/com.github.phase1geo.minder.shortcuts.ui:450 msgid "Select Parent" msgstr "Tak kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:450 +#: data/com.github.phase1geo.minder.shortcuts.ui:457 msgid "Select Next Sibling" msgstr "Volgende afgeleide kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:457 +#: data/com.github.phase1geo.minder.shortcuts.ui:464 msgid "Select Previous Sibling" msgstr "Vorige afgeleide kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:464 +#: data/com.github.phase1geo.minder.shortcuts.ui:471 msgid "Select Child" msgstr "Subknoop kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:471 +#: data/com.github.phase1geo.minder.shortcuts.ui:478 #, fuzzy msgid "Select Children" msgstr "Subknoop kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:478 +#: data/com.github.phase1geo.minder.shortcuts.ui:485 #, fuzzy msgid "Select Subtree" msgstr "Beginknoop kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:485 +#: data/com.github.phase1geo.minder.shortcuts.ui:492 msgid "Select Node Below" msgstr "Onderstaande knoop kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:492 +#: data/com.github.phase1geo.minder.shortcuts.ui:499 msgid "Select Node Above" msgstr "Bovenstaande knoop kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:499 +#: data/com.github.phase1geo.minder.shortcuts.ui:506 msgid "Select Node To Right" msgstr "Rechterknoop kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:506 +#: data/com.github.phase1geo.minder.shortcuts.ui:513 msgid "Select Node To Left" msgstr "Linkerknoop kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:513 +#: data/com.github.phase1geo.minder.shortcuts.ui:520 msgid "Select Linked Node" msgstr "Verbindingsknoop kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:520 +#: data/com.github.phase1geo.minder.shortcuts.ui:527 #, fuzzy msgid "Select Callout" msgstr "Tak kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:527 +#: data/com.github.phase1geo.minder.shortcuts.ui:534 msgid "Select Attached Connection" msgstr "Vastgemaakte verbinding kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:536 +#: data/com.github.phase1geo.minder.shortcuts.ui:543 msgid "Move" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:540 +#: data/com.github.phase1geo.minder.shortcuts.ui:547 #, fuzzy msgid "Swap with Sibling Node to Right" msgstr "Nieuwe afgeleide knoop" -#: data/com.github.phase1geo.minder.shortcuts.ui:547 +#: data/com.github.phase1geo.minder.shortcuts.ui:554 #, fuzzy msgid "Swap with Sibling Node to Left" msgstr "Nieuwe afgeleide knoop" -#: data/com.github.phase1geo.minder.shortcuts.ui:554 +#: data/com.github.phase1geo.minder.shortcuts.ui:561 #, fuzzy msgid "Swap with Sibling Node Above" msgstr "Nieuwe afgeleide knoop" -#: data/com.github.phase1geo.minder.shortcuts.ui:561 +#: data/com.github.phase1geo.minder.shortcuts.ui:568 #, fuzzy msgid "Swap with Sibling Node Below" msgstr "Nieuwe afgeleide knoop" -#: data/com.github.phase1geo.minder.shortcuts.ui:568 +#: data/com.github.phase1geo.minder.shortcuts.ui:575 msgid "Sort Child Nodes Alphabetically" msgstr "Subknopen alfabetisch sorteren" -#: data/com.github.phase1geo.minder.shortcuts.ui:577 +#: data/com.github.phase1geo.minder.shortcuts.ui:584 #, fuzzy msgid "Alignment" msgstr "naam wijzigen" -#: data/com.github.phase1geo.minder.shortcuts.ui:581 +#: data/com.github.phase1geo.minder.shortcuts.ui:588 #, fuzzy msgid "Align Top Side" msgstr "Knopen uitlijnen" -#: data/com.github.phase1geo.minder.shortcuts.ui:588 +#: data/com.github.phase1geo.minder.shortcuts.ui:595 msgid "Align Vertical Center" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:595 +#: data/com.github.phase1geo.minder.shortcuts.ui:602 #, fuzzy msgid "Align Bottom Side" msgstr "Knopen uitlijnen" -#: data/com.github.phase1geo.minder.shortcuts.ui:602 +#: data/com.github.phase1geo.minder.shortcuts.ui:609 #, fuzzy msgid "Align Left Side" msgstr "Knopen uitlijnen" -#: data/com.github.phase1geo.minder.shortcuts.ui:609 +#: data/com.github.phase1geo.minder.shortcuts.ui:616 #, fuzzy msgid "Align Horizontal Center" msgstr "Horizontaal" -#: data/com.github.phase1geo.minder.shortcuts.ui:616 +#: data/com.github.phase1geo.minder.shortcuts.ui:623 msgid "Align Right Side" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:628 +#: data/com.github.phase1geo.minder.shortcuts.ui:635 #, fuzzy msgid "Callout Commands" msgstr "Verbindingsopdrachten" -#: data/com.github.phase1geo.minder.shortcuts.ui:632 -#: data/com.github.phase1geo.minder.shortcuts.ui:665 +#: data/com.github.phase1geo.minder.shortcuts.ui:639 +#: data/com.github.phase1geo.minder.shortcuts.ui:672 msgid "Change Current" msgstr "Huidige aanpassen" -#: data/com.github.phase1geo.minder.shortcuts.ui:661 +#: data/com.github.phase1geo.minder.shortcuts.ui:668 msgid "Connection Commands" msgstr "Verbindingsopdrachten" -#: data/com.github.phase1geo.minder.shortcuts.ui:683 +#: data/com.github.phase1geo.minder.shortcuts.ui:690 msgid "Show Properties" msgstr "Eigenschappen tonen" -#: data/com.github.phase1geo.minder.shortcuts.ui:699 +#: data/com.github.phase1geo.minder.shortcuts.ui:706 msgid "Traversal" msgstr "Traversieel" -#: data/com.github.phase1geo.minder.shortcuts.ui:703 +#: data/com.github.phase1geo.minder.shortcuts.ui:710 msgid "Select Start Node" msgstr "Beginknoop kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:710 +#: data/com.github.phase1geo.minder.shortcuts.ui:717 msgid "Select End Node" msgstr "Eindknoop kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:717 +#: data/com.github.phase1geo.minder.shortcuts.ui:724 msgid "Select Next Connection" msgstr "Volgende verbinding kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:724 +#: data/com.github.phase1geo.minder.shortcuts.ui:731 msgid "Select Previous Connection" msgstr "Vorige verbinding kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:736 +#: data/com.github.phase1geo.minder.shortcuts.ui:743 msgid "Text Editing" msgstr "Tekst bewerken" -#: data/com.github.phase1geo.minder.shortcuts.ui:744 +#: data/com.github.phase1geo.minder.shortcuts.ui:751 #, fuzzy msgid "Insert Newline Character" msgstr "Volgende teken" -#: data/com.github.phase1geo.minder.shortcuts.ui:751 +#: data/com.github.phase1geo.minder.shortcuts.ui:758 #, fuzzy msgid "Insert Tab Character" msgstr "Volgende teken" -#: data/com.github.phase1geo.minder.shortcuts.ui:758 +#: data/com.github.phase1geo.minder.shortcuts.ui:765 msgid "Show Emoji Picker" msgstr "Emojikiezer tonen" -#: data/com.github.phase1geo.minder.shortcuts.ui:765 +#: data/com.github.phase1geo.minder.shortcuts.ui:772 #, fuzzy msgid "Add URL Link To Selected Text" msgstr "Geselecteerde tekst kopiëren" -#: data/com.github.phase1geo.minder.shortcuts.ui:779 +#: data/com.github.phase1geo.minder.shortcuts.ui:786 msgid "End Editing" msgstr "Stoppen met bewerken" -#: data/com.github.phase1geo.minder.shortcuts.ui:788 +#: data/com.github.phase1geo.minder.shortcuts.ui:795 msgid "Cursor Movement" msgstr "Cursorverplaatsing" -#: data/com.github.phase1geo.minder.shortcuts.ui:792 +#: data/com.github.phase1geo.minder.shortcuts.ui:799 msgid "Next Character" msgstr "Volgende teken" -#: data/com.github.phase1geo.minder.shortcuts.ui:799 +#: data/com.github.phase1geo.minder.shortcuts.ui:806 msgid "Previous Character" msgstr "Vorige teken" -#: data/com.github.phase1geo.minder.shortcuts.ui:806 +#: data/com.github.phase1geo.minder.shortcuts.ui:813 #, fuzzy msgid "Next Word" msgstr "Volgende woord toevoegen" -#: data/com.github.phase1geo.minder.shortcuts.ui:813 +#: data/com.github.phase1geo.minder.shortcuts.ui:820 msgid "Previous Word" msgstr "Vorige woord" -#: data/com.github.phase1geo.minder.shortcuts.ui:820 +#: data/com.github.phase1geo.minder.shortcuts.ui:827 msgid "Next Line" msgstr "Volgende regel" -#: data/com.github.phase1geo.minder.shortcuts.ui:827 +#: data/com.github.phase1geo.minder.shortcuts.ui:834 msgid "Previous Line" msgstr "Vorige regel" -#: data/com.github.phase1geo.minder.shortcuts.ui:834 +#: data/com.github.phase1geo.minder.shortcuts.ui:841 msgid "Start Of Text" msgstr "Begin van de tekst" -#: data/com.github.phase1geo.minder.shortcuts.ui:841 +#: data/com.github.phase1geo.minder.shortcuts.ui:848 msgid "End Of Text" msgstr "Einde van de tekst" -#: data/com.github.phase1geo.minder.shortcuts.ui:854 +#: data/com.github.phase1geo.minder.shortcuts.ui:861 msgid "Copy Selected Text" msgstr "Geselecteerde tekst kopiëren" -#: data/com.github.phase1geo.minder.shortcuts.ui:861 +#: data/com.github.phase1geo.minder.shortcuts.ui:868 msgid "Cut Selected Text" msgstr "Geselecteerde tekst knippen" -#: data/com.github.phase1geo.minder.shortcuts.ui:868 +#: data/com.github.phase1geo.minder.shortcuts.ui:875 msgid "Paste Text" msgstr "Tekst plakken" -#: data/com.github.phase1geo.minder.shortcuts.ui:881 +#: data/com.github.phase1geo.minder.shortcuts.ui:888 msgid "Add Next Character" msgstr "Volgende teken toevoegen" -#: data/com.github.phase1geo.minder.shortcuts.ui:888 +#: data/com.github.phase1geo.minder.shortcuts.ui:895 msgid "Add Previous Character" msgstr "Vorige teken toevoegen" -#: data/com.github.phase1geo.minder.shortcuts.ui:895 +#: data/com.github.phase1geo.minder.shortcuts.ui:902 msgid "Add Next Word" msgstr "Volgende woord toevoegen" -#: data/com.github.phase1geo.minder.shortcuts.ui:902 +#: data/com.github.phase1geo.minder.shortcuts.ui:909 msgid "Add Previous Word" msgstr "Vorige woord toevoegen" -#: data/com.github.phase1geo.minder.shortcuts.ui:909 +#: data/com.github.phase1geo.minder.shortcuts.ui:916 msgid "Add Next Line" msgstr "Volgende regel toevoegen" -#: data/com.github.phase1geo.minder.shortcuts.ui:916 +#: data/com.github.phase1geo.minder.shortcuts.ui:923 msgid "Add Previous Line" msgstr "Vorige regel toevoegen" -#: data/com.github.phase1geo.minder.shortcuts.ui:923 +#: data/com.github.phase1geo.minder.shortcuts.ui:930 msgid "Add Start Of Text" msgstr "Begin van de tekst toevoegen" -#: data/com.github.phase1geo.minder.shortcuts.ui:930 +#: data/com.github.phase1geo.minder.shortcuts.ui:937 msgid "Add End Of Text" msgstr "Einde van de tekst toevoegen" -#: data/com.github.phase1geo.minder.shortcuts.ui:937 +#: data/com.github.phase1geo.minder.shortcuts.ui:944 #, fuzzy msgid "Select All Text" msgstr "Tak kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:944 +#: data/com.github.phase1geo.minder.shortcuts.ui:951 #, fuzzy msgid "Clear Selection" msgstr "Selectie" -#: data/com.github.phase1geo.minder.shortcuts.ui:956 +#: data/com.github.phase1geo.minder.shortcuts.ui:963 msgid "Mouse Events" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:965 +#: data/com.github.phase1geo.minder.shortcuts.ui:972 msgid "[Right-click when item is selected]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:971 +#: data/com.github.phase1geo.minder.shortcuts.ui:978 #, fuzzy msgid "Edit Image in Canvas" msgstr "Afbeelding bewerken" -#: data/com.github.phase1geo.minder.shortcuts.ui:972 +#: data/com.github.phase1geo.minder.shortcuts.ui:979 msgid "[Double left-click on image]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:980 +#: data/com.github.phase1geo.minder.shortcuts.ui:987 #, fuzzy msgid "Canvas Movement" msgstr "Cursorverplaatsing" -#: data/com.github.phase1geo.minder.shortcuts.ui:984 +#: data/com.github.phase1geo.minder.shortcuts.ui:991 #, fuzzy msgid "Pan Canvas" msgstr "Afbeelding bewerken" -#: data/com.github.phase1geo.minder.shortcuts.ui:985 +#: data/com.github.phase1geo.minder.shortcuts.ui:992 msgid "[Middle-click + Drag / Alt + Motion]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:991 +#: data/com.github.phase1geo.minder.shortcuts.ui:998 #, fuzzy msgid "Scroll Vertically" msgstr "Verticaal" -#: data/com.github.phase1geo.minder.shortcuts.ui:992 +#: data/com.github.phase1geo.minder.shortcuts.ui:999 msgid "[Scrollwheel up/down]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:998 +#: data/com.github.phase1geo.minder.shortcuts.ui:1005 #, fuzzy msgid "Scroll Horizontally" msgstr "Horizontaal" -#: data/com.github.phase1geo.minder.shortcuts.ui:999 +#: data/com.github.phase1geo.minder.shortcuts.ui:1006 msgid "[Shift + Scrollwheel up/down]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1007 +#: data/com.github.phase1geo.minder.shortcuts.ui:1014 #, fuzzy msgid "Item Selection" msgstr "Selectie" -#: data/com.github.phase1geo.minder.shortcuts.ui:1011 +#: data/com.github.phase1geo.minder.shortcuts.ui:1018 #, fuzzy msgid "Select Single Item" msgstr "Knoop verwijderen" -#: data/com.github.phase1geo.minder.shortcuts.ui:1012 +#: data/com.github.phase1geo.minder.shortcuts.ui:1019 msgid "[Left-click on item]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1018 +#: data/com.github.phase1geo.minder.shortcuts.ui:1025 #, fuzzy msgid "Select Child Nodes" msgstr "Subknoop kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:1019 +#: data/com.github.phase1geo.minder.shortcuts.ui:1026 msgid "[Control + Left-click on parent node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1025 +#: data/com.github.phase1geo.minder.shortcuts.ui:1032 #, fuzzy msgid "Select Node Tree/Subtree" msgstr "Beginknoop kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:1026 +#: data/com.github.phase1geo.minder.shortcuts.ui:1033 msgid "[Control + Double left-click on parent node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1032 +#: data/com.github.phase1geo.minder.shortcuts.ui:1039 msgid "Select All Nodes at Same Depth Level" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1033 +#: data/com.github.phase1geo.minder.shortcuts.ui:1040 msgid "[Control + Triple left-click on node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1039 +#: data/com.github.phase1geo.minder.shortcuts.ui:1046 #, fuzzy msgid "Block Selection" msgstr "Selectie" -#: data/com.github.phase1geo.minder.shortcuts.ui:1040 +#: data/com.github.phase1geo.minder.shortcuts.ui:1047 msgid "[Left-click + Drag]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1048 +#: data/com.github.phase1geo.minder.shortcuts.ui:1055 msgid "Item Selection Toggle (Add to/Remove from Selection)" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1052 +#: data/com.github.phase1geo.minder.shortcuts.ui:1059 #, fuzzy msgid "Toggle Selection of Item" msgstr "Selectie" -#: data/com.github.phase1geo.minder.shortcuts.ui:1053 +#: data/com.github.phase1geo.minder.shortcuts.ui:1060 msgid "[Shift + Left-click on item]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1059 +#: data/com.github.phase1geo.minder.shortcuts.ui:1066 #, fuzzy msgid "Toggle Selection of Child Nodes" msgstr "Subknoop kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:1060 +#: data/com.github.phase1geo.minder.shortcuts.ui:1067 msgid "[Shift + Control + Left-click on item]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1066 +#: data/com.github.phase1geo.minder.shortcuts.ui:1073 #, fuzzy msgid "Toggle Selection of Node Tree/Subtree" msgstr "Beginknoop kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:1067 +#: data/com.github.phase1geo.minder.shortcuts.ui:1074 msgid "[Shift + Control + Double left-click on parent node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1073 +#: data/com.github.phase1geo.minder.shortcuts.ui:1080 msgid "Toggle Selection of All Nodes at Same Depth Level" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1074 +#: data/com.github.phase1geo.minder.shortcuts.ui:1081 msgid "[Shift + Control + Triple left-click on node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1082 +#: data/com.github.phase1geo.minder.shortcuts.ui:1089 #, fuzzy msgid "Text Selection" msgstr "Selectie" -#: data/com.github.phase1geo.minder.shortcuts.ui:1086 +#: data/com.github.phase1geo.minder.shortcuts.ui:1093 msgid "Set Cursor Insert Point" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1087 +#: data/com.github.phase1geo.minder.shortcuts.ui:1094 msgid "[Left-click anywhere in text]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1093 +#: data/com.github.phase1geo.minder.shortcuts.ui:1100 #, fuzzy msgid "Select current word" msgstr "Tak kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:1094 +#: data/com.github.phase1geo.minder.shortcuts.ui:1101 msgid "[Double left-click on word]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1100 +#: data/com.github.phase1geo.minder.shortcuts.ui:1107 #, fuzzy msgid "Select all text" msgstr "Tak kiezen" -#: data/com.github.phase1geo.minder.shortcuts.ui:1101 +#: data/com.github.phase1geo.minder.shortcuts.ui:1108 msgid "[Triple left-click anywhere in text]" msgstr "" diff --git a/po/pl.po b/po/pl.po index 3799039e..8cefc2f1 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.phase1geo.minder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: 2022-08-02 23:19+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -29,74 +29,74 @@ msgstr "Copyright © 2018-2021 Trevor Williams" msgid "Minder in AppCenter" msgstr "Minder w AppCenter" -#: src/Application.vala:114 +#: src/Application.vala:122 #, fuzzy msgid "ERROR: Unable to import file" msgstr "BŁĄD: Nie można otworzyć pliku '%s'\n" -#: src/Application.vala:118 +#: src/Application.vala:126 msgid "ERROR: Import is missing filename to import" msgstr "" -#: src/Application.vala:133 +#: src/Application.vala:141 msgid "ERROR: Export is missing input file and/or export output file" msgstr "" -#: src/Application.vala:140 +#: src/Application.vala:148 #, c-format msgid "ERROR: Unable to open file '%s'\n" msgstr "BŁĄD: Nie można otworzyć pliku '%s'\n" -#: src/Application.vala:184 +#: src/Application.vala:192 #, c-format msgid "Import file from format (%s)" msgstr "" -#: src/Application.vala:185 +#: src/Application.vala:193 #, fuzzy, c-format msgid "Export mindmap as format (%s)" msgstr "Opcje eksportu" -#: src/Application.vala:188 +#: src/Application.vala:196 msgid "Display version number" msgstr "Pokaż numer wersji" -#: src/Application.vala:189 +#: src/Application.vala:197 msgid "Starts Minder with a new file" msgstr "Uruchom Mindera z nowym plikiem" -#: src/Application.vala:190 +#: src/Application.vala:198 msgid "Run testing" msgstr "Uruchom testowanie" -#: src/Application.vala:193 +#: src/Application.vala:201 #, fuzzy msgid "Enables a transparent background for PNG images" msgstr "Zapisz z przeźroczystym tłem" -#: src/Application.vala:194 +#: src/Application.vala:202 msgid "PNG compression value (0-9)" msgstr "" -#: src/Application.vala:195 +#: src/Application.vala:203 msgid "JPEG quality (0-100)" msgstr "" -#: src/Application.vala:196 +#: src/Application.vala:204 msgid "Enables image links in exported Markdown" msgstr "" -#: src/Application.vala:205 +#: src/Application.vala:213 #, c-format msgid "ERROR: %s\n" msgstr "BŁĄD: %s\n" -#: src/Application.vala:206 +#: src/Application.vala:214 #, c-format msgid "Run '%s --help' to see valid options\n" msgstr "Wykonaj '%s --help' aby zobaczyć możliwe opcje\n" -#: src/Application.vala:253 +#: src/Application.vala:261 #, fuzzy, c-format msgid "ERROR: Unable to load Minder input file %s" msgstr "BŁĄD: Nie można otworzyć pliku '%s'\n" @@ -108,11 +108,11 @@ msgid "Delete" msgstr "Usuń" #: src/CalloutMenu.vala:38 src/EmptyMenu.vala:49 -#: data/com.github.phase1geo.minder.shortcuts.ui:649 +#: data/com.github.phase1geo.minder.shortcuts.ui:656 msgid "Select Node" msgstr "Zaznacz gałąź / element?" -#: src/Callout.vala:129 src/NodeMenu.vala:237 +#: src/Callout.vala:129 src/NodeMenu.vala:238 msgid "Callout" msgstr "" @@ -120,7 +120,7 @@ msgstr "" msgid "No text found" msgstr "Nie znaleziono tekstu" -#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:232 +#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:233 msgid "Connection" msgstr "Łącznik" @@ -147,7 +147,7 @@ msgstr "Edytuj etykietę…" #: src/ConnectionMenu.vala:50 src/GroupsMenu.vala:47 src/NodeMenu.vala:103 #: data/com.github.phase1geo.minder.shortcuts.ui:338 -#: data/com.github.phase1geo.minder.shortcuts.ui:676 +#: data/com.github.phase1geo.minder.shortcuts.ui:683 msgid "Edit Note" msgstr "Notatka" @@ -156,7 +156,7 @@ msgid "Remove Sticker" msgstr "Usuń ikonę" #: src/ConnectionMenu.vala:56 src/GroupsMenu.vala:54 src/ImageManager.vala:300 -#: src/NodeMenu.vala:187 src/NodesMenu.vala:99 +#: src/NodeMenu.vala:188 src/NodesMenu.vala:100 msgid "Select" msgstr "Zaznacz" @@ -227,11 +227,11 @@ msgstr "" msgid "connection drag" msgstr "" -#: src/DrawArea.vala:3659 src/DrawArea.vala:3673 src/DrawArea.vala:5643 +#: src/DrawArea.vala:3660 src/DrawArea.vala:3674 src/DrawArea.vala:5650 msgid "Another Idea" msgstr "NOWY TEMAT" -#: src/DrawArea.vala:5096 src/layouts/LayoutManual.vala:26 +#: src/DrawArea.vala:5099 src/layouts/LayoutManual.vala:26 #: src/MapInspector.vala:225 src/MapInspector.vala:448 msgid "Manual" msgstr "Ręcznie" @@ -285,7 +285,7 @@ msgstr "" msgid "Paste" msgstr "Wklej" -#: src/EmptyMenu.vala:42 src/NodeMenu.vala:156 +#: src/EmptyMenu.vala:42 src/NodeMenu.vala:157 msgid "Add Root Node" msgstr "Wstaw nową gałąź główną" @@ -315,13 +315,13 @@ msgid "Export As %s" msgstr "Eksportuj jako %s" #: src/Exporter.vala:134 src/ImageEditor.vala:381 src/ImageManager.vala:300 -#: src/MainWindow.vala:1028 src/MainWindow.vala:1123 src/MainWindow.vala:1267 -#: src/QuickEntry.vala:154 src/StickerInspector.vala:401 src/StickerSet.vala:75 +#: src/MainWindow.vala:1083 src/MainWindow.vala:1178 src/MainWindow.vala:1322 +#: src/QuickEntry.vala:154 src/StickerInspector.vala:402 src/StickerSet.vala:75 #: src/ThemeEditor.vala:144 src/UrlEditor.vala:62 msgid "Cancel" msgstr "Anuluj" -#: src/Exporter.vala:134 src/MainWindow.vala:845 src/StickerSet.vala:352 +#: src/Exporter.vala:134 src/MainWindow.vala:900 src/StickerSet.vala:352 msgid "Export" msgstr "Eksport" @@ -495,7 +495,7 @@ msgstr "" msgid "All Grouped Nodes" msgstr "Wszystkie zgrupowane elementy" -#: src/GroupsMenu.vala:111 src/NodeMenu.vala:689 src/NodesMenu.vala:289 +#: src/GroupsMenu.vala:111 src/NodeMenu.vala:690 src/NodesMenu.vala:290 msgid "Select a link color" msgstr "" @@ -529,7 +529,7 @@ msgstr "Wytnij obraz do schowka" msgid "Paste Image from Clipboard" msgstr "Wklej obraz ze schowka" -#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:447 +#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:448 msgid "Remove Image" msgstr "Usuń obraz" @@ -541,212 +541,224 @@ msgstr "Wybierz oraz" msgid "Images" msgstr "Obrazy" -#: src/MainWindow.vala:154 src/MainWindow.vala:1272 +#: src/MainWindow.vala:64 +msgid "Use system setting" +msgstr "" + +#: src/MainWindow.vala:65 +msgid "Always use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:66 +msgid "Never use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:195 src/MainWindow.vala:1327 msgid "Minder" msgstr "Minder" -#: src/MainWindow.vala:188 data/com.github.phase1geo.minder.shortcuts.ui:21 +#: src/MainWindow.vala:229 data/com.github.phase1geo.minder.shortcuts.ui:21 msgid "New File" msgstr "Nowy plik" -#: src/MainWindow.vala:194 src/MainWindow.vala:1119 +#: src/MainWindow.vala:235 src/MainWindow.vala:1174 #: data/com.github.phase1geo.minder.shortcuts.ui:28 msgid "Open File" msgstr "Otwórz plik" -#: src/MainWindow.vala:200 data/com.github.phase1geo.minder.shortcuts.ui:42 +#: src/MainWindow.vala:241 data/com.github.phase1geo.minder.shortcuts.ui:42 msgid "Save File As" msgstr "Zapisz plik jako" -#: src/MainWindow.vala:206 src/StickerSet.vala:307 src/UndoBuffer.vala:84 +#: src/MainWindow.vala:247 src/StickerSet.vala:307 src/UndoBuffer.vala:84 msgid "Undo" msgstr "Cofnij" -#: src/MainWindow.vala:213 src/StickerSet.vala:308 src/UndoBuffer.vala:90 +#: src/MainWindow.vala:254 src/StickerSet.vala:308 src/UndoBuffer.vala:90 msgid "Redo" msgstr "Ponów" -#: src/MainWindow.vala:548 +#: src/MainWindow.vala:603 msgid "Unnamed Document" msgstr "Dokument Bez Nazwy" -#: src/MainWindow.vala:551 +#: src/MainWindow.vala:606 msgid "Read-Only" msgstr "" -#: src/MainWindow.vala:555 src/MainWindow.vala:880 +#: src/MainWindow.vala:610 src/MainWindow.vala:935 msgid "Focus Mode" msgstr "Tryb skupienia" -#: src/MainWindow.vala:589 src/MainWindow.vala:1324 +#: src/MainWindow.vala:644 src/MainWindow.vala:1379 #, c-format msgid "Zoom (%d%%)" msgstr "Powiększenie (%d%%)" -#: src/MainWindow.vala:596 +#: src/MainWindow.vala:651 msgid "Zoom to Percent" msgstr "Powiększenie w procentach" -#: src/MainWindow.vala:609 src/ZoomWidget.vala:102 +#: src/MainWindow.vala:664 src/ZoomWidget.vala:102 #: data/com.github.phase1geo.minder.shortcuts.ui:119 msgid "Zoom In" msgstr "Powiększ" -#: src/MainWindow.vala:615 src/ZoomWidget.vala:92 +#: src/MainWindow.vala:670 src/ZoomWidget.vala:92 #: data/com.github.phase1geo.minder.shortcuts.ui:126 msgid "Zoom Out" msgstr "Pomniejsz" -#: src/MainWindow.vala:625 +#: src/MainWindow.vala:680 msgid "Zoom to Fit" msgstr "Najlepsze dopasowanie" -#: src/MainWindow.vala:630 data/com.github.phase1geo.minder.shortcuts.ui:140 +#: src/MainWindow.vala:685 data/com.github.phase1geo.minder.shortcuts.ui:140 #, fuzzy msgid "Zoom to Fit Selected Node Tree" msgstr "Dopasowanie do wybranego elementu" -#: src/MainWindow.vala:635 +#: src/MainWindow.vala:690 msgid "Zoom to Actual Size" msgstr "Dopasowanie do aktualnego rozmiaru" -#: src/MainWindow.vala:659 src/StickerSet.vala:114 +#: src/MainWindow.vala:714 src/StickerSet.vala:114 msgid "Search" msgstr "Szukaj" # Łączniki?? -#: src/MainWindow.vala:669 +#: src/MainWindow.vala:724 #, fuzzy msgid "Search Nodes, Callouts and Connections" msgstr "Przeszukaj gałęzie i łączniki" -#: src/MainWindow.vala:698 +#: src/MainWindow.vala:753 msgid "Search Criteria" msgstr "Kryteria wyszukiwania" -#: src/MainWindow.vala:701 +#: src/MainWindow.vala:756 msgid "Search all tabs" msgstr "Przeszukaj wszystkie karty" -#: src/MainWindow.vala:735 +#: src/MainWindow.vala:790 msgid "Nodes" msgstr "Gałęzie" -#: src/MainWindow.vala:736 +#: src/MainWindow.vala:791 msgid "Connections" msgstr "Łączniki" -#: src/MainWindow.vala:737 +#: src/MainWindow.vala:792 msgid "Callouts" msgstr "" -#: src/MainWindow.vala:738 +#: src/MainWindow.vala:793 msgid "Titles" msgstr "Tytuły" -#: src/MainWindow.vala:739 +#: src/MainWindow.vala:794 msgid "Notes" msgstr "Notatki" -#: src/MainWindow.vala:740 +#: src/MainWindow.vala:795 msgid "Folded" msgstr "Zwinięte" -#: src/MainWindow.vala:741 +#: src/MainWindow.vala:796 msgid "Unfolded" msgstr "Rozwinięte" -#: src/MainWindow.vala:742 +#: src/MainWindow.vala:797 msgid "Tasks" msgstr "Zadania" -#: src/MainWindow.vala:743 +#: src/MainWindow.vala:798 msgid "Non-tasks" msgstr "Nie zadania" -#: src/MainWindow.vala:857 +#: src/MainWindow.vala:912 msgid "Print…" msgstr "Drukuj…" -#: src/MainWindow.vala:905 src/Preferences.vala:36 +#: src/MainWindow.vala:960 src/Preferences.vala:36 msgid "Preferences" msgstr "Ustawienia" -#: src/MainWindow.vala:910 +#: src/MainWindow.vala:965 msgid "Shortcuts Cheatsheet" msgstr "Lista skrótów klawiaturowych" -#: src/MainWindow.vala:914 +#: src/MainWindow.vala:969 msgid "About Minder" msgstr "O programie Minder" -#: src/MainWindow.vala:947 src/MainWindow.vala:1396 +#: src/MainWindow.vala:1002 src/MainWindow.vala:1451 msgid "Show Property Sidebar" msgstr "Pokaż panel właściwości" -#: src/MainWindow.vala:962 +#: src/MainWindow.vala:1017 msgid "Current" msgstr "Zaznaczenie" -#: src/MainWindow.vala:963 src/StyleInspector.vala:198 +#: src/MainWindow.vala:1018 src/StyleInspector.vala:198 msgid "Style" msgstr "Wygląd" -#: src/MainWindow.vala:964 +#: src/MainWindow.vala:1019 msgid "Stickers" msgstr "Ikony" -#: src/MainWindow.vala:965 +#: src/MainWindow.vala:1020 msgid "Map" msgstr "Mapa" -#: src/MainWindow.vala:1019 +#: src/MainWindow.vala:1074 msgid "Save current unnamed document?" msgstr "Zapisać aktualny niezapisany dokument?" -#: src/MainWindow.vala:1020 +#: src/MainWindow.vala:1075 msgid "Changes will be permanently lost if not saved." msgstr "Zmiany zostaną utracone jeśli nie zostanie zapisany!" -#: src/MainWindow.vala:1025 +#: src/MainWindow.vala:1080 msgid "Discard Changes" msgstr "Odrzuć zmiany" -#: src/MainWindow.vala:1031 src/MainWindow.vala:1267 src/ThemeEditor.vala:147 +#: src/MainWindow.vala:1086 src/MainWindow.vala:1322 src/ThemeEditor.vala:147 msgid "Save" msgstr "Zapisz" -#: src/MainWindow.vala:1060 +#: src/MainWindow.vala:1115 #, c-format msgid "The file %s was modified outside of the application." msgstr "Plik %s został zmodyfikowany poza aplikacją." -#: src/MainWindow.vala:1061 +#: src/MainWindow.vala:1116 msgid "What do you want to do?" msgstr "Co chcesz zrobić?" -#: src/MainWindow.vala:1066 +#: src/MainWindow.vala:1121 msgid "Discard Changes and reload" msgstr "Odrzuć zmiany i wczytaj ponownie." -#: src/MainWindow.vala:1069 +#: src/MainWindow.vala:1124 msgid "Save local version and overwrite" msgstr "Zachowaj lokalną wersję i nadpisz" -#: src/MainWindow.vala:1119 +#: src/MainWindow.vala:1174 #, fuzzy msgid "Open Directory" msgstr "Otwórz plik" -#: src/MainWindow.vala:1122 +#: src/MainWindow.vala:1177 msgid "Open" msgstr "Otwórz" -#: src/MainWindow.vala:1267 +#: src/MainWindow.vala:1322 msgid "Save File" msgstr "Zapisz plik" -#: src/MainWindow.vala:1340 +#: src/MainWindow.vala:1395 msgid "Hide Property Sidebar" msgstr "Ukryj panel właściwości" @@ -870,7 +882,7 @@ msgstr "Odłącz gałąź" msgid "Delete Node" msgstr "Usuń gałąź" -#: src/NodeLink.vala:106 +#: src/NodeLink.vala:107 src/NodeLink.vala:110 msgid "No node found" msgstr "Nie znaleziono gałęzi" @@ -882,7 +894,7 @@ msgstr "Kopiuj" msgid "Cut" msgstr "Wytnij" -#: src/NodeMenu.vala:84 src/NodeMenu.vala:459 +#: src/NodeMenu.vala:84 src/NodeMenu.vala:460 msgid "Paste and Replace Node" msgstr "Wklej i zastąp gałąź" @@ -899,15 +911,15 @@ msgstr "Edycja" msgid "Edit Text…" msgstr "Edytuj tekst gałęzi…" -#: src/NodeMenu.vala:107 src/NodeMenu.vala:429 +#: src/NodeMenu.vala:107 src/NodeMenu.vala:430 msgid "Add Task" msgstr "Ustaw jako zadanie" -#: src/NodeMenu.vala:110 src/NodeMenu.vala:447 +#: src/NodeMenu.vala:110 src/NodeMenu.vala:448 msgid "Add Image" msgstr "Wstaw obraz" -#: src/NodeMenu.vala:117 src/NodeMenu.vala:430 +#: src/NodeMenu.vala:117 src/NodeMenu.vala:431 msgid "Add Node Link" msgstr "Dodaj hiperłącze do innej gałęzi" @@ -919,7 +931,7 @@ msgstr "Dodaj łącznik do innej gałęzi" msgid "Add Group" msgstr "Dodaj grupę" -#: src/NodeMenu.vala:129 src/NodeMenu.vala:432 +#: src/NodeMenu.vala:129 src/NodeMenu.vala:433 #, fuzzy msgid "Add Callout" msgstr "Dodaj grupę" @@ -928,148 +940,148 @@ msgstr "Dodaj grupę" msgid "Link Color" msgstr "Kolor linii gałęzi" -#: src/NodeMenu.vala:136 src/NodesMenu.vala:84 +#: src/NodeMenu.vala:137 src/NodesMenu.vala:85 msgid "Set to color…" msgstr "Ustaw kolor..." -#: src/NodeMenu.vala:139 +#: src/NodeMenu.vala:140 msgid "Randomize color" msgstr "Kolor losowy" -#: src/NodeMenu.vala:142 src/NodesMenu.vala:90 +#: src/NodeMenu.vala:143 src/NodesMenu.vala:91 msgid "Use parent color" msgstr "Użyj koloru elementu nadrzędnego" -#: src/NodeMenu.vala:146 src/NodeMenu.vala:431 src/NodesMenu.vala:64 -#: src/NodesMenu.vala:222 +#: src/NodeMenu.vala:147 src/NodeMenu.vala:432 src/NodesMenu.vala:64 +#: src/NodesMenu.vala:223 msgid "Fold Children" msgstr "Zwiń elementy podrzędne" -#: src/NodeMenu.vala:149 +#: src/NodeMenu.vala:150 msgid "Detach" msgstr "Odłącz" -#: src/NodeMenu.vala:152 +#: src/NodeMenu.vala:153 msgid "Add Node" msgstr "Dodaj gałąź" -#: src/NodeMenu.vala:159 +#: src/NodeMenu.vala:160 msgid "Add Parent Node" msgstr "Dodaj gałąź nadrzędną" -#: src/NodeMenu.vala:163 +#: src/NodeMenu.vala:164 msgid "Add Child Node" msgstr "Dodaj gałąź podrzędną" -#: src/NodeMenu.vala:167 +#: src/NodeMenu.vala:168 msgid "Add Sibling Node" msgstr "Dodaj gałąź równorzędną" -#: src/NodeMenu.vala:171 +#: src/NodeMenu.vala:172 #, fuzzy msgid "Use to Summarize Previous Sibling Nodes" msgstr "Poprzednia gałąź równorzędna" -#: src/NodeMenu.vala:175 src/QuickEntry.vala:44 +#: src/NodeMenu.vala:176 src/QuickEntry.vala:44 msgid "Quick Entry" msgstr "Szybkie wstawianie" -#: src/NodeMenu.vala:179 +#: src/NodeMenu.vala:180 msgid "Insert Nodes" msgstr "Szybkie dodawanie gałęzi" -#: src/NodeMenu.vala:183 +#: src/NodeMenu.vala:184 msgid "Replace Nodes" msgstr "Szybka edycja gałęzi" -#: src/NodeMenu.vala:192 +#: src/NodeMenu.vala:193 msgid "Root Node" msgstr "Główna gałąź" -#: src/NodeMenu.vala:197 +#: src/NodeMenu.vala:198 msgid "Next Sibling Node" msgstr "Następna gałąź równorzędna" -#: src/NodeMenu.vala:202 +#: src/NodeMenu.vala:203 msgid "Previous Sibling Node" msgstr "Poprzednia gałąź równorzędna" -#: src/NodeMenu.vala:207 +#: src/NodeMenu.vala:208 msgid "Child Node" msgstr "Gałąź podrzędna" # Elementy podrzędne poziomu 1 niższego -#: src/NodeMenu.vala:212 src/NodesMenu.vala:108 +#: src/NodeMenu.vala:213 src/NodesMenu.vala:109 msgid "Child Nodes" msgstr "Gałęzie podrzędne" # Wszystkie podrzędne gałęzie niższych poziomów -#: src/NodeMenu.vala:217 +#: src/NodeMenu.vala:218 msgid "Subtree" msgstr "Wszystkie gałęzie poniżej" -#: src/NodeMenu.vala:222 +#: src/NodeMenu.vala:223 msgid "Parent Node" msgstr "Gałąź nadrzędna" -#: src/NodeMenu.vala:227 +#: src/NodeMenu.vala:228 msgid "Linked Node" msgstr "Podlinkowaną gałąź (hiperłącze)" -#: src/NodeMenu.vala:241 +#: src/NodeMenu.vala:242 msgid "Center Current Node" msgstr "Wyśrodkuj na tej gałęzi" -#: src/NodeMenu.vala:245 +#: src/NodeMenu.vala:246 msgid "Sort Children" msgstr "Sortuj pozycje podrzędne" -#: src/NodeMenu.vala:249 +#: src/NodeMenu.vala:250 msgid "Alphabetically" msgstr "Alfabetycznie" -#: src/NodeMenu.vala:252 +#: src/NodeMenu.vala:253 msgid "Randomize" msgstr "Losowo" -#: src/NodeMenu.vala:427 +#: src/NodeMenu.vala:428 msgid "Remove Task" msgstr "Usuń zadanie" -#: src/NodeMenu.vala:428 +#: src/NodeMenu.vala:429 msgid "Mark Task As Done" msgstr "Oznacz zadanie jako wykonane" -#: src/NodeMenu.vala:430 +#: src/NodeMenu.vala:431 msgid "Remove Node Link" msgstr "Usuń hiperłącze" -#: src/NodeMenu.vala:431 src/NodesMenu.vala:222 +#: src/NodeMenu.vala:432 src/NodesMenu.vala:223 msgid "Unfold Children" msgstr "Rozwiń gałęzie podrzędne" -#: src/NodeMenu.vala:432 data/com.github.phase1geo.minder.shortcuts.ui:636 +#: src/NodeMenu.vala:433 data/com.github.phase1geo.minder.shortcuts.ui:643 #, fuzzy msgid "Remove Callout" msgstr "Usuń zadanie" -#: src/NodeMenu.vala:452 +#: src/NodeMenu.vala:453 msgid "Paste Text As Child Node" msgstr "Wklej tekst jako gałąź podrzędną" -#: src/NodeMenu.vala:453 +#: src/NodeMenu.vala:454 msgid "Paste and Replace Node Text" msgstr "Wklej i zastąp tekst gałęzi" -#: src/NodeMenu.vala:455 +#: src/NodeMenu.vala:456 msgid "Paste Image As Child Node" msgstr "Wklej obraz jako gałąź podrzędną" -#: src/NodeMenu.vala:456 +#: src/NodeMenu.vala:457 msgid "Paste and Replace Node Image" msgstr "Wklej i zastąp obraz w gałęzi" -#: src/NodeMenu.vala:458 +#: src/NodeMenu.vala:459 msgid "Paste Node As Child" msgstr "Wklej gałąź jako gałąź podrzędną" @@ -1081,7 +1093,7 @@ msgstr "Przełącz zadania" msgid "Connect" msgstr "Połącz" -#: src/NodesMenu.vala:72 src/NodesMenu.vala:223 +#: src/NodesMenu.vala:72 src/NodesMenu.vala:224 msgid "Link Nodes" msgstr "" @@ -1089,55 +1101,55 @@ msgstr "" msgid "Link Colors" msgstr "Kolory linii gałęzi" -#: src/NodesMenu.vala:87 +#: src/NodesMenu.vala:88 msgid "Randomize colors" msgstr "Kolor losowy" -#: src/NodesMenu.vala:103 +#: src/NodesMenu.vala:104 msgid "Parent Nodes" msgstr "" -#: src/NodesMenu.vala:117 +#: src/NodesMenu.vala:118 msgid "Align Nodes" msgstr "Wyrównanie gałęzi" -#: src/NodesMenu.vala:121 +#: src/NodesMenu.vala:122 msgid "Align Top" msgstr "Wyrównaj do góry" -#: src/NodesMenu.vala:125 +#: src/NodesMenu.vala:126 msgid "Align Center Horizontally" msgstr "" -#: src/NodesMenu.vala:129 +#: src/NodesMenu.vala:130 msgid "Align Bottom" msgstr "Wyrównaj do dołu" -#: src/NodesMenu.vala:133 +#: src/NodesMenu.vala:134 msgid "Align Left" msgstr "Wyrównaj do lewej" -#: src/NodesMenu.vala:137 +#: src/NodesMenu.vala:138 msgid "Align Center Vertically" msgstr "" -#: src/NodesMenu.vala:141 +#: src/NodesMenu.vala:142 msgid "Align Right" msgstr "Wyrównaj do prawej" -#: src/NodesMenu.vala:223 +#: src/NodesMenu.vala:224 msgid "Remove Node Links" msgstr "Usuń hiperłącze elementu" -#: src/Node.vala:2325 +#: src/Node.vala:2321 msgid "Node Title" msgstr "Tytuł gałęzi" -#: src/Node.vala:2333 +#: src/Node.vala:2329 msgid "Node Note" msgstr "Notatka gałęzi" -#: src/Node.vala:2344 +#: src/Node.vala:2340 #, fuzzy msgid "Callout Text" msgstr "Wklej tekst" @@ -1206,23 +1218,31 @@ msgstr "Wybierz element po najechaniu kursorem" msgid "If enabled, selects items when mouse cursor hovers over the item." msgstr "" -#: src/Preferences.vala:110 +#: src/Preferences.vala:99 +msgid "Natural scrolling" +msgstr "" + +#: src/Preferences.vala:101 +msgid "Specifies scrolling used when panning the canvas." +msgstr "" + +#: src/Preferences.vala:114 msgid "Hide themes not matching visual style" msgstr "Ukryj motywy nie pasujące do stylu wizualnego" -#: src/Preferences.vala:114 +#: src/Preferences.vala:118 msgid "Default theme" msgstr "Domyślny motyw" -#: src/Preferences.vala:117 +#: src/Preferences.vala:121 msgid "Enable animations" msgstr "Włącz animacje" -#: src/Preferences.vala:120 +#: src/Preferences.vala:124 msgid "Text field font size" msgstr "" -#: src/Preferences.vala:123 +#: src/Preferences.vala:127 msgid "" "Specifies the custom font size to use in text editing fields (i.e, quick " "entry or notes field)." @@ -1318,25 +1338,25 @@ msgstr "" msgid "Search Stickers" msgstr "Szukaj ikon" -#: src/StickerInspector.vala:134 +#: src/StickerInspector.vala:137 msgid "Favorites" msgstr "Ulubione" -#: src/StickerInspector.vala:140 +#: src/StickerInspector.vala:143 msgid "Show Custom Sticker Directory" msgstr "" -#: src/StickerInspector.vala:214 +#: src/StickerInspector.vala:215 #, fuzzy msgid "Add custom stickers" msgstr "dodanie ikony do gałęzi" -#: src/StickerInspector.vala:401 +#: src/StickerInspector.vala:402 #, fuzzy msgid "Import Sticker(s)" msgstr "Usuń ikonę" -#: src/StickerInspector.vala:401 src/StickerSet.vala:353 +#: src/StickerInspector.vala:402 src/StickerSet.vala:353 msgid "Import" msgstr "" @@ -3256,7 +3276,7 @@ msgid "Minder Shortcuts" msgstr "Skróty klawiaturowe Midera" #: data/com.github.phase1geo.minder.shortcuts.ui:12 -#: data/com.github.phase1geo.minder.shortcuts.ui:960 +#: data/com.github.phase1geo.minder.shortcuts.ui:967 msgid "General" msgstr "Ogólne" @@ -3329,7 +3349,7 @@ msgid "Show Map Tab" msgstr "" #: data/com.github.phase1geo.minder.shortcuts.ui:190 -#: data/com.github.phase1geo.minder.shortcuts.ui:740 +#: data/com.github.phase1geo.minder.shortcuts.ui:747 msgid "Miscellaneous" msgstr "" @@ -3342,7 +3362,7 @@ msgid "Search Nodes/Connections" msgstr "" #: data/com.github.phase1geo.minder.shortcuts.ui:208 -#: data/com.github.phase1geo.minder.shortcuts.ui:964 +#: data/com.github.phase1geo.minder.shortcuts.ui:971 msgid "Show Contextual Menu" msgstr "" @@ -3387,7 +3407,7 @@ msgid "Quick Entry Replacement" msgstr "" #: data/com.github.phase1geo.minder.shortcuts.ui:293 -#: data/com.github.phase1geo.minder.shortcuts.ui:850 +#: data/com.github.phase1geo.minder.shortcuts.ui:857 msgid "Clipboard" msgstr "Schowek" @@ -3412,7 +3432,7 @@ msgid "Changing Current" msgstr "" #: data/com.github.phase1geo.minder.shortcuts.ui:331 -#: data/com.github.phase1geo.minder.shortcuts.ui:669 +#: data/com.github.phase1geo.minder.shortcuts.ui:676 msgid "Edit Title" msgstr "Edytuj tytuł" @@ -3425,467 +3445,472 @@ msgid "Add URL Link To Text" msgstr "Dodaj link URL do tekstu" #: data/com.github.phase1geo.minder.shortcuts.ui:359 -#: data/com.github.phase1geo.minder.shortcuts.ui:772 +#: data/com.github.phase1geo.minder.shortcuts.ui:779 msgid "Remove URL Link From Text" msgstr "Usuń link URL z tekstu" #: data/com.github.phase1geo.minder.shortcuts.ui:366 +#, fuzzy +msgid "Change Link Color" +msgstr "Kolor linii gałęzi" + +#: data/com.github.phase1geo.minder.shortcuts.ui:373 msgid "View Properties" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:373 +#: data/com.github.phase1geo.minder.shortcuts.ui:380 msgid "Toggle Fold" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:380 +#: data/com.github.phase1geo.minder.shortcuts.ui:387 msgid "Toggle Node Link" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:387 +#: data/com.github.phase1geo.minder.shortcuts.ui:394 msgid "Create Link to Selected Node" msgstr "Dopasuj do wybranej Fiszki" -#: data/com.github.phase1geo.minder.shortcuts.ui:388 +#: data/com.github.phase1geo.minder.shortcuts.ui:395 msgid "[After using this command, 'y' will create the link]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:395 +#: data/com.github.phase1geo.minder.shortcuts.ui:402 msgid "Create Group" msgstr "Utwórz grupę" -#: data/com.github.phase1geo.minder.shortcuts.ui:402 +#: data/com.github.phase1geo.minder.shortcuts.ui:409 msgid "Create Connection" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:409 +#: data/com.github.phase1geo.minder.shortcuts.ui:416 #, fuzzy msgid "Create Callout" msgstr "Utwórz grupę" -#: data/com.github.phase1geo.minder.shortcuts.ui:416 +#: data/com.github.phase1geo.minder.shortcuts.ui:423 msgid "Center In View" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:423 -#: data/com.github.phase1geo.minder.shortcuts.ui:690 +#: data/com.github.phase1geo.minder.shortcuts.ui:430 +#: data/com.github.phase1geo.minder.shortcuts.ui:697 msgid "Place Into View" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:432 -#: data/com.github.phase1geo.minder.shortcuts.ui:645 -#: data/com.github.phase1geo.minder.shortcuts.ui:877 +#: data/com.github.phase1geo.minder.shortcuts.ui:439 +#: data/com.github.phase1geo.minder.shortcuts.ui:652 +#: data/com.github.phase1geo.minder.shortcuts.ui:884 msgid "Selection" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:436 +#: data/com.github.phase1geo.minder.shortcuts.ui:443 msgid "Select Root" msgstr "Wybierz gałąź główną" -#: data/com.github.phase1geo.minder.shortcuts.ui:443 +#: data/com.github.phase1geo.minder.shortcuts.ui:450 msgid "Select Parent" msgstr "Wybierz gałąź nadrzędną" -#: data/com.github.phase1geo.minder.shortcuts.ui:450 +#: data/com.github.phase1geo.minder.shortcuts.ui:457 msgid "Select Next Sibling" msgstr "Wybierz następną równorzędną" -#: data/com.github.phase1geo.minder.shortcuts.ui:457 +#: data/com.github.phase1geo.minder.shortcuts.ui:464 msgid "Select Previous Sibling" msgstr "Wybierz poprzednią równorzędną" -#: data/com.github.phase1geo.minder.shortcuts.ui:464 +#: data/com.github.phase1geo.minder.shortcuts.ui:471 msgid "Select Child" msgstr "Wybierz gałąź podrzędną" -#: data/com.github.phase1geo.minder.shortcuts.ui:471 +#: data/com.github.phase1geo.minder.shortcuts.ui:478 msgid "Select Children" msgstr "Wybierz gałęzie podrzędne" -#: data/com.github.phase1geo.minder.shortcuts.ui:478 +#: data/com.github.phase1geo.minder.shortcuts.ui:485 msgid "Select Subtree" msgstr "Zaznacz wszystkie gałęzie poniżej" -#: data/com.github.phase1geo.minder.shortcuts.ui:485 +#: data/com.github.phase1geo.minder.shortcuts.ui:492 msgid "Select Node Below" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:492 +#: data/com.github.phase1geo.minder.shortcuts.ui:499 msgid "Select Node Above" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:499 +#: data/com.github.phase1geo.minder.shortcuts.ui:506 msgid "Select Node To Right" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:506 +#: data/com.github.phase1geo.minder.shortcuts.ui:513 msgid "Select Node To Left" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:513 +#: data/com.github.phase1geo.minder.shortcuts.ui:520 msgid "Select Linked Node" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:520 +#: data/com.github.phase1geo.minder.shortcuts.ui:527 #, fuzzy msgid "Select Callout" msgstr "Wybierz gałąź główną" -#: data/com.github.phase1geo.minder.shortcuts.ui:527 +#: data/com.github.phase1geo.minder.shortcuts.ui:534 msgid "Select Attached Connection" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:536 +#: data/com.github.phase1geo.minder.shortcuts.ui:543 msgid "Move" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:540 +#: data/com.github.phase1geo.minder.shortcuts.ui:547 msgid "Swap with Sibling Node to Right" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:547 +#: data/com.github.phase1geo.minder.shortcuts.ui:554 msgid "Swap with Sibling Node to Left" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:554 +#: data/com.github.phase1geo.minder.shortcuts.ui:561 msgid "Swap with Sibling Node Above" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:561 +#: data/com.github.phase1geo.minder.shortcuts.ui:568 msgid "Swap with Sibling Node Below" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:568 +#: data/com.github.phase1geo.minder.shortcuts.ui:575 msgid "Sort Child Nodes Alphabetically" msgstr "Sortuj gałęzie podrzędne alfabetycznie" -#: data/com.github.phase1geo.minder.shortcuts.ui:577 +#: data/com.github.phase1geo.minder.shortcuts.ui:584 msgid "Alignment" msgstr "Wyrównanie" -#: data/com.github.phase1geo.minder.shortcuts.ui:581 +#: data/com.github.phase1geo.minder.shortcuts.ui:588 msgid "Align Top Side" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:588 +#: data/com.github.phase1geo.minder.shortcuts.ui:595 #, fuzzy msgid "Align Vertical Center" msgstr "Minder w AppCenter" -#: data/com.github.phase1geo.minder.shortcuts.ui:595 +#: data/com.github.phase1geo.minder.shortcuts.ui:602 msgid "Align Bottom Side" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:602 +#: data/com.github.phase1geo.minder.shortcuts.ui:609 msgid "Align Left Side" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:609 +#: data/com.github.phase1geo.minder.shortcuts.ui:616 #, fuzzy msgid "Align Horizontal Center" msgstr "Poziomo" -#: data/com.github.phase1geo.minder.shortcuts.ui:616 +#: data/com.github.phase1geo.minder.shortcuts.ui:623 msgid "Align Right Side" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:628 +#: data/com.github.phase1geo.minder.shortcuts.ui:635 msgid "Callout Commands" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:632 -#: data/com.github.phase1geo.minder.shortcuts.ui:665 +#: data/com.github.phase1geo.minder.shortcuts.ui:639 +#: data/com.github.phase1geo.minder.shortcuts.ui:672 msgid "Change Current" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:661 +#: data/com.github.phase1geo.minder.shortcuts.ui:668 msgid "Connection Commands" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:683 +#: data/com.github.phase1geo.minder.shortcuts.ui:690 msgid "Show Properties" msgstr "Pokaż właściwości" -#: data/com.github.phase1geo.minder.shortcuts.ui:699 +#: data/com.github.phase1geo.minder.shortcuts.ui:706 msgid "Traversal" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:703 +#: data/com.github.phase1geo.minder.shortcuts.ui:710 msgid "Select Start Node" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:710 +#: data/com.github.phase1geo.minder.shortcuts.ui:717 msgid "Select End Node" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:717 +#: data/com.github.phase1geo.minder.shortcuts.ui:724 msgid "Select Next Connection" msgstr "Wybierz następny łącznik" -#: data/com.github.phase1geo.minder.shortcuts.ui:724 +#: data/com.github.phase1geo.minder.shortcuts.ui:731 msgid "Select Previous Connection" msgstr "Wybierz poprzedni łącznik" -#: data/com.github.phase1geo.minder.shortcuts.ui:736 +#: data/com.github.phase1geo.minder.shortcuts.ui:743 msgid "Text Editing" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:744 +#: data/com.github.phase1geo.minder.shortcuts.ui:751 msgid "Insert Newline Character" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:751 +#: data/com.github.phase1geo.minder.shortcuts.ui:758 msgid "Insert Tab Character" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:758 +#: data/com.github.phase1geo.minder.shortcuts.ui:765 msgid "Show Emoji Picker" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:765 +#: data/com.github.phase1geo.minder.shortcuts.ui:772 msgid "Add URL Link To Selected Text" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:779 +#: data/com.github.phase1geo.minder.shortcuts.ui:786 msgid "End Editing" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:788 +#: data/com.github.phase1geo.minder.shortcuts.ui:795 msgid "Cursor Movement" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:792 +#: data/com.github.phase1geo.minder.shortcuts.ui:799 msgid "Next Character" msgstr "Następny znak" -#: data/com.github.phase1geo.minder.shortcuts.ui:799 +#: data/com.github.phase1geo.minder.shortcuts.ui:806 msgid "Previous Character" msgstr "Poprzedni znak" -#: data/com.github.phase1geo.minder.shortcuts.ui:806 +#: data/com.github.phase1geo.minder.shortcuts.ui:813 msgid "Next Word" msgstr "Następne słowo" -#: data/com.github.phase1geo.minder.shortcuts.ui:813 +#: data/com.github.phase1geo.minder.shortcuts.ui:820 msgid "Previous Word" msgstr "Poprzednie słowo" -#: data/com.github.phase1geo.minder.shortcuts.ui:820 +#: data/com.github.phase1geo.minder.shortcuts.ui:827 msgid "Next Line" msgstr "Następna linia" -#: data/com.github.phase1geo.minder.shortcuts.ui:827 +#: data/com.github.phase1geo.minder.shortcuts.ui:834 msgid "Previous Line" msgstr "Poprzednia linia" -#: data/com.github.phase1geo.minder.shortcuts.ui:834 +#: data/com.github.phase1geo.minder.shortcuts.ui:841 msgid "Start Of Text" msgstr "Początek tekstu" -#: data/com.github.phase1geo.minder.shortcuts.ui:841 +#: data/com.github.phase1geo.minder.shortcuts.ui:848 msgid "End Of Text" msgstr "Koniec tekstu" -#: data/com.github.phase1geo.minder.shortcuts.ui:854 +#: data/com.github.phase1geo.minder.shortcuts.ui:861 msgid "Copy Selected Text" msgstr "Kopiuj zaznaczony tekst" -#: data/com.github.phase1geo.minder.shortcuts.ui:861 +#: data/com.github.phase1geo.minder.shortcuts.ui:868 msgid "Cut Selected Text" msgstr "Wytnij zaznaczony tekst" -#: data/com.github.phase1geo.minder.shortcuts.ui:868 +#: data/com.github.phase1geo.minder.shortcuts.ui:875 msgid "Paste Text" msgstr "Wklej tekst" -#: data/com.github.phase1geo.minder.shortcuts.ui:881 +#: data/com.github.phase1geo.minder.shortcuts.ui:888 msgid "Add Next Character" msgstr "Dodaj następny znak" -#: data/com.github.phase1geo.minder.shortcuts.ui:888 +#: data/com.github.phase1geo.minder.shortcuts.ui:895 msgid "Add Previous Character" msgstr "Dodaj poprzedni znak" -#: data/com.github.phase1geo.minder.shortcuts.ui:895 +#: data/com.github.phase1geo.minder.shortcuts.ui:902 msgid "Add Next Word" msgstr "Dodaj następne słowo" -#: data/com.github.phase1geo.minder.shortcuts.ui:902 +#: data/com.github.phase1geo.minder.shortcuts.ui:909 msgid "Add Previous Word" msgstr "Dodaj poprzednie słowo" -#: data/com.github.phase1geo.minder.shortcuts.ui:909 +#: data/com.github.phase1geo.minder.shortcuts.ui:916 msgid "Add Next Line" msgstr "Dodaj następną linię" -#: data/com.github.phase1geo.minder.shortcuts.ui:916 +#: data/com.github.phase1geo.minder.shortcuts.ui:923 msgid "Add Previous Line" msgstr "Dodaj poprzednią linię" -#: data/com.github.phase1geo.minder.shortcuts.ui:923 +#: data/com.github.phase1geo.minder.shortcuts.ui:930 msgid "Add Start Of Text" msgstr "Dodaj początek tekstu" -#: data/com.github.phase1geo.minder.shortcuts.ui:930 +#: data/com.github.phase1geo.minder.shortcuts.ui:937 msgid "Add End Of Text" msgstr "Dodaj koniec tekstu" -#: data/com.github.phase1geo.minder.shortcuts.ui:937 +#: data/com.github.phase1geo.minder.shortcuts.ui:944 msgid "Select All Text" msgstr "Zaznacz cały tekst" -#: data/com.github.phase1geo.minder.shortcuts.ui:944 +#: data/com.github.phase1geo.minder.shortcuts.ui:951 msgid "Clear Selection" msgstr "Wyczyść zaznaczenie" -#: data/com.github.phase1geo.minder.shortcuts.ui:956 +#: data/com.github.phase1geo.minder.shortcuts.ui:963 msgid "Mouse Events" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:965 +#: data/com.github.phase1geo.minder.shortcuts.ui:972 msgid "[Right-click when item is selected]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:971 +#: data/com.github.phase1geo.minder.shortcuts.ui:978 msgid "Edit Image in Canvas" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:972 +#: data/com.github.phase1geo.minder.shortcuts.ui:979 msgid "[Double left-click on image]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:980 +#: data/com.github.phase1geo.minder.shortcuts.ui:987 msgid "Canvas Movement" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:984 +#: data/com.github.phase1geo.minder.shortcuts.ui:991 msgid "Pan Canvas" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:985 +#: data/com.github.phase1geo.minder.shortcuts.ui:992 msgid "[Middle-click + Drag / Alt + Motion]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:991 +#: data/com.github.phase1geo.minder.shortcuts.ui:998 msgid "Scroll Vertically" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:992 +#: data/com.github.phase1geo.minder.shortcuts.ui:999 msgid "[Scrollwheel up/down]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:998 +#: data/com.github.phase1geo.minder.shortcuts.ui:1005 msgid "Scroll Horizontally" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:999 +#: data/com.github.phase1geo.minder.shortcuts.ui:1006 msgid "[Shift + Scrollwheel up/down]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1007 +#: data/com.github.phase1geo.minder.shortcuts.ui:1014 msgid "Item Selection" msgstr "Wybór elementu" -#: data/com.github.phase1geo.minder.shortcuts.ui:1011 +#: data/com.github.phase1geo.minder.shortcuts.ui:1018 msgid "Select Single Item" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1012 +#: data/com.github.phase1geo.minder.shortcuts.ui:1019 msgid "[Left-click on item]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1018 +#: data/com.github.phase1geo.minder.shortcuts.ui:1025 msgid "Select Child Nodes" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1019 +#: data/com.github.phase1geo.minder.shortcuts.ui:1026 msgid "[Control + Left-click on parent node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1025 +#: data/com.github.phase1geo.minder.shortcuts.ui:1032 msgid "Select Node Tree/Subtree" msgstr "Wybierz gałąź/Wszystkie poniżej" -#: data/com.github.phase1geo.minder.shortcuts.ui:1026 +#: data/com.github.phase1geo.minder.shortcuts.ui:1033 msgid "[Control + Double left-click on parent node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1032 +#: data/com.github.phase1geo.minder.shortcuts.ui:1039 msgid "Select All Nodes at Same Depth Level" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1033 +#: data/com.github.phase1geo.minder.shortcuts.ui:1040 msgid "[Control + Triple left-click on node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1039 +#: data/com.github.phase1geo.minder.shortcuts.ui:1046 msgid "Block Selection" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1040 +#: data/com.github.phase1geo.minder.shortcuts.ui:1047 msgid "[Left-click + Drag]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1048 +#: data/com.github.phase1geo.minder.shortcuts.ui:1055 msgid "Item Selection Toggle (Add to/Remove from Selection)" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1052 +#: data/com.github.phase1geo.minder.shortcuts.ui:1059 msgid "Toggle Selection of Item" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1053 +#: data/com.github.phase1geo.minder.shortcuts.ui:1060 msgid "[Shift + Left-click on item]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1059 +#: data/com.github.phase1geo.minder.shortcuts.ui:1066 msgid "Toggle Selection of Child Nodes" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1060 +#: data/com.github.phase1geo.minder.shortcuts.ui:1067 msgid "[Shift + Control + Left-click on item]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1066 +#: data/com.github.phase1geo.minder.shortcuts.ui:1073 msgid "Toggle Selection of Node Tree/Subtree" msgstr "Przełącz wybór: Gałąź/Wszystkie poniżej" -#: data/com.github.phase1geo.minder.shortcuts.ui:1067 +#: data/com.github.phase1geo.minder.shortcuts.ui:1074 msgid "[Shift + Control + Double left-click on parent node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1073 +#: data/com.github.phase1geo.minder.shortcuts.ui:1080 msgid "Toggle Selection of All Nodes at Same Depth Level" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1074 +#: data/com.github.phase1geo.minder.shortcuts.ui:1081 msgid "[Shift + Control + Triple left-click on node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1082 +#: data/com.github.phase1geo.minder.shortcuts.ui:1089 msgid "Text Selection" msgstr "Zaznaczanie tekstu" -#: data/com.github.phase1geo.minder.shortcuts.ui:1086 +#: data/com.github.phase1geo.minder.shortcuts.ui:1093 msgid "Set Cursor Insert Point" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1087 +#: data/com.github.phase1geo.minder.shortcuts.ui:1094 msgid "[Left-click anywhere in text]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1093 +#: data/com.github.phase1geo.minder.shortcuts.ui:1100 msgid "Select current word" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1094 +#: data/com.github.phase1geo.minder.shortcuts.ui:1101 msgid "[Double left-click on word]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1100 +#: data/com.github.phase1geo.minder.shortcuts.ui:1107 msgid "Select all text" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1101 +#: data/com.github.phase1geo.minder.shortcuts.ui:1108 msgid "[Triple left-click anywhere in text]" msgstr "" diff --git a/po/pt.po b/po/pt.po index 824619f1..ca966013 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.phase1geo.minder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: 2020-08-30 14:45+0100\n" "Last-Translator: André Barata \n" "Language-Team: none\n" @@ -31,73 +31,73 @@ msgstr "" msgid "Minder in AppCenter" msgstr "" -#: src/Application.vala:114 +#: src/Application.vala:122 msgid "ERROR: Unable to import file" msgstr "" -#: src/Application.vala:118 +#: src/Application.vala:126 msgid "ERROR: Import is missing filename to import" msgstr "" -#: src/Application.vala:133 +#: src/Application.vala:141 msgid "ERROR: Export is missing input file and/or export output file" msgstr "" -#: src/Application.vala:140 +#: src/Application.vala:148 #, c-format msgid "ERROR: Unable to open file '%s'\n" msgstr "" -#: src/Application.vala:184 +#: src/Application.vala:192 #, c-format msgid "Import file from format (%s)" msgstr "" -#: src/Application.vala:185 +#: src/Application.vala:193 #, fuzzy, c-format msgid "Export mindmap as format (%s)" msgstr "Opções do Nó" -#: src/Application.vala:188 +#: src/Application.vala:196 msgid "Display version number" msgstr "" -#: src/Application.vala:189 +#: src/Application.vala:197 msgid "Starts Minder with a new file" msgstr "" -#: src/Application.vala:190 +#: src/Application.vala:198 #, fuzzy msgid "Run testing" msgstr "Conexões" -#: src/Application.vala:193 +#: src/Application.vala:201 msgid "Enables a transparent background for PNG images" msgstr "" -#: src/Application.vala:194 +#: src/Application.vala:202 msgid "PNG compression value (0-9)" msgstr "" -#: src/Application.vala:195 +#: src/Application.vala:203 msgid "JPEG quality (0-100)" msgstr "" -#: src/Application.vala:196 +#: src/Application.vala:204 msgid "Enables image links in exported Markdown" msgstr "" -#: src/Application.vala:205 +#: src/Application.vala:213 #, c-format msgid "ERROR: %s\n" msgstr "" -#: src/Application.vala:206 +#: src/Application.vala:214 #, c-format msgid "Run '%s --help' to see valid options\n" msgstr "" -#: src/Application.vala:253 +#: src/Application.vala:261 #, c-format msgid "ERROR: Unable to load Minder input file %s" msgstr "" @@ -109,11 +109,11 @@ msgid "Delete" msgstr "Apagar" #: src/CalloutMenu.vala:38 src/EmptyMenu.vala:49 -#: data/com.github.phase1geo.minder.shortcuts.ui:649 +#: data/com.github.phase1geo.minder.shortcuts.ui:656 msgid "Select Node" msgstr "Selecionar Nó" -#: src/Callout.vala:129 src/NodeMenu.vala:237 +#: src/Callout.vala:129 src/NodeMenu.vala:238 msgid "Callout" msgstr "" @@ -122,7 +122,7 @@ msgstr "" msgid "No text found" msgstr "Palavra Seguinte" -#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:232 +#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:233 msgid "Connection" msgstr "Conexão" @@ -150,7 +150,7 @@ msgstr "Editar o Título" #: src/ConnectionMenu.vala:50 src/GroupsMenu.vala:47 src/NodeMenu.vala:103 #: data/com.github.phase1geo.minder.shortcuts.ui:338 -#: data/com.github.phase1geo.minder.shortcuts.ui:676 +#: data/com.github.phase1geo.minder.shortcuts.ui:683 #, fuzzy msgid "Edit Note" msgstr "Editar o Título" @@ -160,7 +160,7 @@ msgid "Remove Sticker" msgstr "Remover Autocolante" #: src/ConnectionMenu.vala:56 src/GroupsMenu.vala:54 src/ImageManager.vala:300 -#: src/NodeMenu.vala:187 src/NodesMenu.vala:99 +#: src/NodeMenu.vala:188 src/NodesMenu.vala:100 msgid "Select" msgstr "Selecionar" @@ -229,11 +229,11 @@ msgstr "alterar ponto final da conexão" msgid "connection drag" msgstr "arrastar conexão" -#: src/DrawArea.vala:3659 src/DrawArea.vala:3673 src/DrawArea.vala:5643 +#: src/DrawArea.vala:3660 src/DrawArea.vala:3674 src/DrawArea.vala:5650 msgid "Another Idea" msgstr "Outra ideia" -#: src/DrawArea.vala:5096 src/layouts/LayoutManual.vala:26 +#: src/DrawArea.vala:5099 src/layouts/LayoutManual.vala:26 #: src/MapInspector.vala:225 src/MapInspector.vala:448 msgid "Manual" msgstr "Manual" @@ -287,7 +287,7 @@ msgstr "" msgid "Paste" msgstr "Colar" -#: src/EmptyMenu.vala:42 src/NodeMenu.vala:156 +#: src/EmptyMenu.vala:42 src/NodeMenu.vala:157 msgid "Add Root Node" msgstr "Adicionar Nó de Raiz" @@ -318,13 +318,13 @@ msgid "Export As %s" msgstr "Exportar Como" #: src/Exporter.vala:134 src/ImageEditor.vala:381 src/ImageManager.vala:300 -#: src/MainWindow.vala:1028 src/MainWindow.vala:1123 src/MainWindow.vala:1267 -#: src/QuickEntry.vala:154 src/StickerInspector.vala:401 src/StickerSet.vala:75 +#: src/MainWindow.vala:1083 src/MainWindow.vala:1178 src/MainWindow.vala:1322 +#: src/QuickEntry.vala:154 src/StickerInspector.vala:402 src/StickerSet.vala:75 #: src/ThemeEditor.vala:144 src/UrlEditor.vala:62 msgid "Cancel" msgstr "Cancelar" -#: src/Exporter.vala:134 src/MainWindow.vala:845 src/StickerSet.vala:352 +#: src/Exporter.vala:134 src/MainWindow.vala:900 src/StickerSet.vala:352 msgid "Export" msgstr "Exportar" @@ -503,7 +503,7 @@ msgstr "Copiar Nó" msgid "All Grouped Nodes" msgstr "" -#: src/GroupsMenu.vala:111 src/NodeMenu.vala:689 src/NodesMenu.vala:289 +#: src/GroupsMenu.vala:111 src/NodeMenu.vala:690 src/NodesMenu.vala:290 msgid "Select a link color" msgstr "Selecionar uma cor da ligação" @@ -537,7 +537,7 @@ msgstr "Cortar Imagem para a Área de Transferência" msgid "Paste Image from Clipboard" msgstr "Colar Imagem da Área de Transferência" -#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:447 +#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:448 msgid "Remove Image" msgstr "Remover Imagem" @@ -549,217 +549,229 @@ msgstr "Selecionar Imagem" msgid "Images" msgstr "Imagens" -#: src/MainWindow.vala:154 src/MainWindow.vala:1272 +#: src/MainWindow.vala:64 +msgid "Use system setting" +msgstr "" + +#: src/MainWindow.vala:65 +msgid "Always use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:66 +msgid "Never use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:195 src/MainWindow.vala:1327 msgid "Minder" msgstr "Minder" -#: src/MainWindow.vala:188 data/com.github.phase1geo.minder.shortcuts.ui:21 +#: src/MainWindow.vala:229 data/com.github.phase1geo.minder.shortcuts.ui:21 msgid "New File" msgstr "Novo Ficheiro" -#: src/MainWindow.vala:194 src/MainWindow.vala:1119 +#: src/MainWindow.vala:235 src/MainWindow.vala:1174 #: data/com.github.phase1geo.minder.shortcuts.ui:28 msgid "Open File" msgstr "Abrir Ficheiro" -#: src/MainWindow.vala:200 data/com.github.phase1geo.minder.shortcuts.ui:42 +#: src/MainWindow.vala:241 data/com.github.phase1geo.minder.shortcuts.ui:42 msgid "Save File As" msgstr "Gravar Ficheiro Como" -#: src/MainWindow.vala:206 src/StickerSet.vala:307 src/UndoBuffer.vala:84 +#: src/MainWindow.vala:247 src/StickerSet.vala:307 src/UndoBuffer.vala:84 msgid "Undo" msgstr "Desfazer" -#: src/MainWindow.vala:213 src/StickerSet.vala:308 src/UndoBuffer.vala:90 +#: src/MainWindow.vala:254 src/StickerSet.vala:308 src/UndoBuffer.vala:90 msgid "Redo" msgstr "Refazer" -#: src/MainWindow.vala:548 +#: src/MainWindow.vala:603 msgid "Unnamed Document" msgstr "Documento Sem Nome" -#: src/MainWindow.vala:551 +#: src/MainWindow.vala:606 #, fuzzy msgid "Read-Only" msgstr "Preenchimento" -#: src/MainWindow.vala:555 src/MainWindow.vala:880 +#: src/MainWindow.vala:610 src/MainWindow.vala:935 msgid "Focus Mode" msgstr "Modo Concentração" -#: src/MainWindow.vala:589 src/MainWindow.vala:1324 +#: src/MainWindow.vala:644 src/MainWindow.vala:1379 #, c-format msgid "Zoom (%d%%)" msgstr "" -#: src/MainWindow.vala:596 +#: src/MainWindow.vala:651 msgid "Zoom to Percent" msgstr "Ampliar para Percentagem" -#: src/MainWindow.vala:609 src/ZoomWidget.vala:102 +#: src/MainWindow.vala:664 src/ZoomWidget.vala:102 #: data/com.github.phase1geo.minder.shortcuts.ui:119 msgid "Zoom In" msgstr "Ampliar Mais" -#: src/MainWindow.vala:615 src/ZoomWidget.vala:92 +#: src/MainWindow.vala:670 src/ZoomWidget.vala:92 #: data/com.github.phase1geo.minder.shortcuts.ui:126 msgid "Zoom Out" msgstr "Ampliar Menos" -#: src/MainWindow.vala:625 +#: src/MainWindow.vala:680 msgid "Zoom to Fit" msgstr "Ampliar até Preencher" -#: src/MainWindow.vala:630 data/com.github.phase1geo.minder.shortcuts.ui:140 +#: src/MainWindow.vala:685 data/com.github.phase1geo.minder.shortcuts.ui:140 #, fuzzy msgid "Zoom to Fit Selected Node Tree" msgstr "Ampliar até Preencher o Nó Selecionado" -#: src/MainWindow.vala:635 +#: src/MainWindow.vala:690 msgid "Zoom to Actual Size" msgstr "Ampliar até ao Tamanho Atual" -#: src/MainWindow.vala:659 src/StickerSet.vala:114 +#: src/MainWindow.vala:714 src/StickerSet.vala:114 msgid "Search" msgstr "Procurar" -#: src/MainWindow.vala:669 +#: src/MainWindow.vala:724 #, fuzzy msgid "Search Nodes, Callouts and Connections" msgstr "Procurar Nós e Conexões" -#: src/MainWindow.vala:698 +#: src/MainWindow.vala:753 msgid "Search Criteria" msgstr "Critérios de Pesquisa" -#: src/MainWindow.vala:701 +#: src/MainWindow.vala:756 #, fuzzy msgid "Search all tabs" msgstr "Critérios de Pesquisa" -#: src/MainWindow.vala:735 +#: src/MainWindow.vala:790 msgid "Nodes" msgstr "Nós" -#: src/MainWindow.vala:736 +#: src/MainWindow.vala:791 msgid "Connections" msgstr "Conexões" -#: src/MainWindow.vala:737 +#: src/MainWindow.vala:792 msgid "Callouts" msgstr "" -#: src/MainWindow.vala:738 +#: src/MainWindow.vala:793 msgid "Titles" msgstr "Títulos" -#: src/MainWindow.vala:739 +#: src/MainWindow.vala:794 msgid "Notes" msgstr "Notas" -#: src/MainWindow.vala:740 +#: src/MainWindow.vala:795 msgid "Folded" msgstr "Dobrado" -#: src/MainWindow.vala:741 +#: src/MainWindow.vala:796 msgid "Unfolded" msgstr "Desdobrado" -#: src/MainWindow.vala:742 +#: src/MainWindow.vala:797 msgid "Tasks" msgstr "Tarefas" -#: src/MainWindow.vala:743 +#: src/MainWindow.vala:798 msgid "Non-tasks" msgstr "Não-tarefas" -#: src/MainWindow.vala:857 +#: src/MainWindow.vala:912 #, fuzzy msgid "Print…" msgstr "Imprimir" -#: src/MainWindow.vala:905 src/Preferences.vala:36 +#: src/MainWindow.vala:960 src/Preferences.vala:36 msgid "Preferences" msgstr "" -#: src/MainWindow.vala:910 +#: src/MainWindow.vala:965 msgid "Shortcuts Cheatsheet" msgstr "Cábula de Atalhos" -#: src/MainWindow.vala:914 +#: src/MainWindow.vala:969 #, fuzzy msgid "About Minder" msgstr "Minder Portátil" -#: src/MainWindow.vala:947 src/MainWindow.vala:1396 +#: src/MainWindow.vala:1002 src/MainWindow.vala:1451 #, fuzzy msgid "Show Property Sidebar" msgstr "Mostrar Propriedades" -#: src/MainWindow.vala:962 +#: src/MainWindow.vala:1017 msgid "Current" msgstr "Atual" -#: src/MainWindow.vala:963 src/StyleInspector.vala:198 +#: src/MainWindow.vala:1018 src/StyleInspector.vala:198 msgid "Style" msgstr "Estilo" -#: src/MainWindow.vala:964 +#: src/MainWindow.vala:1019 msgid "Stickers" msgstr "Autocolantes" -#: src/MainWindow.vala:965 +#: src/MainWindow.vala:1020 msgid "Map" msgstr "Mapa" -#: src/MainWindow.vala:1019 +#: src/MainWindow.vala:1074 msgid "Save current unnamed document?" msgstr "Gravar documento atual sem nome?" -#: src/MainWindow.vala:1020 +#: src/MainWindow.vala:1075 msgid "Changes will be permanently lost if not saved." msgstr "As alterações serão perdidas permanentemente se não gravar." -#: src/MainWindow.vala:1025 +#: src/MainWindow.vala:1080 msgid "Discard Changes" msgstr "Descartar Alterações" -#: src/MainWindow.vala:1031 src/MainWindow.vala:1267 src/ThemeEditor.vala:147 +#: src/MainWindow.vala:1086 src/MainWindow.vala:1322 src/ThemeEditor.vala:147 msgid "Save" msgstr "Gravar" -#: src/MainWindow.vala:1060 +#: src/MainWindow.vala:1115 #, c-format msgid "The file %s was modified outside of the application." msgstr "" -#: src/MainWindow.vala:1061 +#: src/MainWindow.vala:1116 msgid "What do you want to do?" msgstr "" -#: src/MainWindow.vala:1066 +#: src/MainWindow.vala:1121 #, fuzzy msgid "Discard Changes and reload" msgstr "Descartar Alterações" -#: src/MainWindow.vala:1069 +#: src/MainWindow.vala:1124 msgid "Save local version and overwrite" msgstr "" -#: src/MainWindow.vala:1119 +#: src/MainWindow.vala:1174 #, fuzzy msgid "Open Directory" msgstr "Abrir Ficheiro" -#: src/MainWindow.vala:1122 +#: src/MainWindow.vala:1177 msgid "Open" msgstr "Abrir" -#: src/MainWindow.vala:1267 +#: src/MainWindow.vala:1322 msgid "Save File" msgstr "Gravar Ficheiro" -#: src/MainWindow.vala:1340 +#: src/MainWindow.vala:1395 #, fuzzy msgid "Hide Property Sidebar" msgstr "Propriedades" @@ -883,7 +895,7 @@ msgstr "Separar Nó" msgid "Delete Node" msgstr "Apagar Nó" -#: src/NodeLink.vala:106 +#: src/NodeLink.vala:107 src/NodeLink.vala:110 #, fuzzy msgid "No node found" msgstr "Comandos de Nós" @@ -896,7 +908,7 @@ msgstr "Copiar" msgid "Cut" msgstr "Cortar" -#: src/NodeMenu.vala:84 src/NodeMenu.vala:459 +#: src/NodeMenu.vala:84 src/NodeMenu.vala:460 msgid "Paste and Replace Node" msgstr "Colar e Substituir Nó" @@ -913,15 +925,15 @@ msgstr "Alterar Imagem" msgid "Edit Text…" msgstr "Editar Texto…" -#: src/NodeMenu.vala:107 src/NodeMenu.vala:429 +#: src/NodeMenu.vala:107 src/NodeMenu.vala:430 msgid "Add Task" msgstr "Adicionar Tarefa" -#: src/NodeMenu.vala:110 src/NodeMenu.vala:447 +#: src/NodeMenu.vala:110 src/NodeMenu.vala:448 msgid "Add Image" msgstr "Adicionar Imagem" -#: src/NodeMenu.vala:117 src/NodeMenu.vala:430 +#: src/NodeMenu.vala:117 src/NodeMenu.vala:431 msgid "Add Node Link" msgstr "Adicionar Ligação ao Nó" @@ -933,7 +945,7 @@ msgstr "Adicionar Conexão" msgid "Add Group" msgstr "Adicionar Grupo" -#: src/NodeMenu.vala:129 src/NodeMenu.vala:432 +#: src/NodeMenu.vala:129 src/NodeMenu.vala:433 #, fuzzy msgid "Add Callout" msgstr "Adicionar Grupo" @@ -942,148 +954,148 @@ msgstr "Adicionar Grupo" msgid "Link Color" msgstr "Cor da Ligação" -#: src/NodeMenu.vala:136 src/NodesMenu.vala:84 +#: src/NodeMenu.vala:137 src/NodesMenu.vala:85 msgid "Set to color…" msgstr "Definir para a cor…" -#: src/NodeMenu.vala:139 +#: src/NodeMenu.vala:140 msgid "Randomize color" msgstr "Cor Aleatória" -#: src/NodeMenu.vala:142 src/NodesMenu.vala:90 +#: src/NodeMenu.vala:143 src/NodesMenu.vala:91 msgid "Use parent color" msgstr "Usar cor Pai" -#: src/NodeMenu.vala:146 src/NodeMenu.vala:431 src/NodesMenu.vala:64 -#: src/NodesMenu.vala:222 +#: src/NodeMenu.vala:147 src/NodeMenu.vala:432 src/NodesMenu.vala:64 +#: src/NodesMenu.vala:223 msgid "Fold Children" msgstr "Dobrar Filhos" -#: src/NodeMenu.vala:149 +#: src/NodeMenu.vala:150 msgid "Detach" msgstr "Separar" -#: src/NodeMenu.vala:152 +#: src/NodeMenu.vala:153 #, fuzzy msgid "Add Node" msgstr "Adicionar Nota" -#: src/NodeMenu.vala:159 +#: src/NodeMenu.vala:160 msgid "Add Parent Node" msgstr "Adicionar Nó Pai" -#: src/NodeMenu.vala:163 +#: src/NodeMenu.vala:164 msgid "Add Child Node" msgstr "Adicionar Nó FIlho" -#: src/NodeMenu.vala:167 +#: src/NodeMenu.vala:168 msgid "Add Sibling Node" msgstr "Adicionar Nó Irmão" -#: src/NodeMenu.vala:171 +#: src/NodeMenu.vala:172 #, fuzzy msgid "Use to Summarize Previous Sibling Nodes" msgstr "Nó Irmão Anterior" -#: src/NodeMenu.vala:175 src/QuickEntry.vala:44 +#: src/NodeMenu.vala:176 src/QuickEntry.vala:44 msgid "Quick Entry" msgstr "Entrada Rápida" -#: src/NodeMenu.vala:179 +#: src/NodeMenu.vala:180 msgid "Insert Nodes" msgstr "Inserir Nós" -#: src/NodeMenu.vala:183 +#: src/NodeMenu.vala:184 msgid "Replace Nodes" msgstr "Substituir Nós" -#: src/NodeMenu.vala:192 +#: src/NodeMenu.vala:193 msgid "Root Node" msgstr "Raiz do Nó" -#: src/NodeMenu.vala:197 +#: src/NodeMenu.vala:198 msgid "Next Sibling Node" msgstr "Nó Irmão Seguinte" -#: src/NodeMenu.vala:202 +#: src/NodeMenu.vala:203 msgid "Previous Sibling Node" msgstr "Nó Irmão Anterior" -#: src/NodeMenu.vala:207 +#: src/NodeMenu.vala:208 msgid "Child Node" msgstr "Nó FIlho" -#: src/NodeMenu.vala:212 src/NodesMenu.vala:108 +#: src/NodeMenu.vala:213 src/NodesMenu.vala:109 msgid "Child Nodes" msgstr "Nós FIlhos" -#: src/NodeMenu.vala:217 +#: src/NodeMenu.vala:218 msgid "Subtree" msgstr "Sub-árvore" -#: src/NodeMenu.vala:222 +#: src/NodeMenu.vala:223 msgid "Parent Node" msgstr "Nó Pai" -#: src/NodeMenu.vala:227 +#: src/NodeMenu.vala:228 msgid "Linked Node" msgstr "Nó com Ligação" -#: src/NodeMenu.vala:241 +#: src/NodeMenu.vala:242 msgid "Center Current Node" msgstr "Centrar Nó Autal" -#: src/NodeMenu.vala:245 +#: src/NodeMenu.vala:246 msgid "Sort Children" msgstr "Organizar Filhos" -#: src/NodeMenu.vala:249 +#: src/NodeMenu.vala:250 msgid "Alphabetically" msgstr "Alfabeticamente" -#: src/NodeMenu.vala:252 +#: src/NodeMenu.vala:253 msgid "Randomize" msgstr "Aleatório" -#: src/NodeMenu.vala:427 +#: src/NodeMenu.vala:428 msgid "Remove Task" msgstr "Remover Tarefa" -#: src/NodeMenu.vala:428 +#: src/NodeMenu.vala:429 #, fuzzy msgid "Mark Task As Done" msgstr "Tarefa de Alternar Completada" -#: src/NodeMenu.vala:430 +#: src/NodeMenu.vala:431 msgid "Remove Node Link" msgstr "Remover Ligação do Nó" -#: src/NodeMenu.vala:431 src/NodesMenu.vala:222 +#: src/NodeMenu.vala:432 src/NodesMenu.vala:223 msgid "Unfold Children" msgstr "Desdobrar Filhos" -#: src/NodeMenu.vala:432 data/com.github.phase1geo.minder.shortcuts.ui:636 +#: src/NodeMenu.vala:433 data/com.github.phase1geo.minder.shortcuts.ui:643 #, fuzzy msgid "Remove Callout" msgstr "Remover Tarefa" -#: src/NodeMenu.vala:452 +#: src/NodeMenu.vala:453 msgid "Paste Text As Child Node" msgstr "Colar Texto Como Nó Filho" -#: src/NodeMenu.vala:453 +#: src/NodeMenu.vala:454 msgid "Paste and Replace Node Text" msgstr "Colar e Substituir Texto do Nó" -#: src/NodeMenu.vala:455 +#: src/NodeMenu.vala:456 msgid "Paste Image As Child Node" msgstr "Colar Imagem como Nó Filho" -#: src/NodeMenu.vala:456 +#: src/NodeMenu.vala:457 msgid "Paste and Replace Node Image" msgstr "Colar e substituir Imagem do Nó" -#: src/NodeMenu.vala:458 +#: src/NodeMenu.vala:459 msgid "Paste Node As Child" msgstr "Colar Nó como Filho" @@ -1096,7 +1108,7 @@ msgstr "Tarefa de Alternar Completada" msgid "Connect" msgstr "Conectar" -#: src/NodesMenu.vala:72 src/NodesMenu.vala:223 +#: src/NodesMenu.vala:72 src/NodesMenu.vala:224 msgid "Link Nodes" msgstr "Ligar Nós" @@ -1104,56 +1116,56 @@ msgstr "Ligar Nós" msgid "Link Colors" msgstr "Cores de Ligação" -#: src/NodesMenu.vala:87 +#: src/NodesMenu.vala:88 msgid "Randomize colors" msgstr "Cores Aleatórias" -#: src/NodesMenu.vala:103 +#: src/NodesMenu.vala:104 msgid "Parent Nodes" msgstr "Nós Pai" -#: src/NodesMenu.vala:117 +#: src/NodesMenu.vala:118 msgid "Align Nodes" msgstr "Alinhar Nós" -#: src/NodesMenu.vala:121 +#: src/NodesMenu.vala:122 msgid "Align Top" msgstr "Alinhar ao Topo" -#: src/NodesMenu.vala:125 +#: src/NodesMenu.vala:126 msgid "Align Center Horizontally" msgstr "Alinhar ao Centro na Horizontal" -#: src/NodesMenu.vala:129 +#: src/NodesMenu.vala:130 msgid "Align Bottom" msgstr "Alinhar ao Fundo" -#: src/NodesMenu.vala:133 +#: src/NodesMenu.vala:134 msgid "Align Left" msgstr "Alinhar à Esquerda" -#: src/NodesMenu.vala:137 +#: src/NodesMenu.vala:138 msgid "Align Center Vertically" msgstr "Alinhar ao Centro na Vertical" -#: src/NodesMenu.vala:141 +#: src/NodesMenu.vala:142 msgid "Align Right" msgstr "Alinhar à Direita" -#: src/NodesMenu.vala:223 +#: src/NodesMenu.vala:224 #, fuzzy msgid "Remove Node Links" msgstr "Remover Ligação do Nó" -#: src/Node.vala:2325 +#: src/Node.vala:2321 msgid "Node Title" msgstr "Título do Nó" -#: src/Node.vala:2333 +#: src/Node.vala:2329 msgid "Node Note" msgstr "Nota do Nó" -#: src/Node.vala:2344 +#: src/Node.vala:2340 #, fuzzy msgid "Callout Text" msgstr "Colar Texto" @@ -1225,24 +1237,32 @@ msgstr "" msgid "If enabled, selects items when mouse cursor hovers over the item." msgstr "" -#: src/Preferences.vala:110 -msgid "Hide themes not matching visual style" +#: src/Preferences.vala:99 +msgid "Natural scrolling" +msgstr "" + +#: src/Preferences.vala:101 +msgid "Specifies scrolling used when panning the canvas." msgstr "" #: src/Preferences.vala:114 +msgid "Hide themes not matching visual style" +msgstr "" + +#: src/Preferences.vala:118 #, fuzzy msgid "Default theme" msgstr "Apagar este tema?" -#: src/Preferences.vala:117 +#: src/Preferences.vala:121 msgid "Enable animations" msgstr "Ativar animações" -#: src/Preferences.vala:120 +#: src/Preferences.vala:124 msgid "Text field font size" msgstr "" -#: src/Preferences.vala:123 +#: src/Preferences.vala:127 msgid "" "Specifies the custom font size to use in text editing fields (i.e, quick " "entry or notes field)." @@ -1347,25 +1367,25 @@ msgstr "" msgid "Search Stickers" msgstr "Autocolantes" -#: src/StickerInspector.vala:134 +#: src/StickerInspector.vala:137 msgid "Favorites" msgstr "" -#: src/StickerInspector.vala:140 +#: src/StickerInspector.vala:143 msgid "Show Custom Sticker Directory" msgstr "" -#: src/StickerInspector.vala:214 +#: src/StickerInspector.vala:215 #, fuzzy msgid "Add custom stickers" msgstr "Adicionar Ligação ao Nó" -#: src/StickerInspector.vala:401 +#: src/StickerInspector.vala:402 #, fuzzy msgid "Import Sticker(s)" msgstr "Remover Autocolante" -#: src/StickerInspector.vala:401 src/StickerSet.vala:353 +#: src/StickerInspector.vala:402 src/StickerSet.vala:353 #, fuzzy msgid "Import" msgstr "Importar Ficheiro" @@ -3366,7 +3386,7 @@ msgid "Minder Shortcuts" msgstr "Atalhos do Minder" #: data/com.github.phase1geo.minder.shortcuts.ui:12 -#: data/com.github.phase1geo.minder.shortcuts.ui:960 +#: data/com.github.phase1geo.minder.shortcuts.ui:967 msgid "General" msgstr "Geral" @@ -3447,7 +3467,7 @@ msgid "Show Map Tab" msgstr "Atual" #: data/com.github.phase1geo.minder.shortcuts.ui:190 -#: data/com.github.phase1geo.minder.shortcuts.ui:740 +#: data/com.github.phase1geo.minder.shortcuts.ui:747 msgid "Miscellaneous" msgstr "Diversos" @@ -3460,7 +3480,7 @@ msgid "Search Nodes/Connections" msgstr "Procurar Nós/Conexões" #: data/com.github.phase1geo.minder.shortcuts.ui:208 -#: data/com.github.phase1geo.minder.shortcuts.ui:964 +#: data/com.github.phase1geo.minder.shortcuts.ui:971 msgid "Show Contextual Menu" msgstr "Mostrar Menu Contextual" @@ -3508,7 +3528,7 @@ msgid "Quick Entry Replacement" msgstr "Substituição de Entrada Rápida" #: data/com.github.phase1geo.minder.shortcuts.ui:293 -#: data/com.github.phase1geo.minder.shortcuts.ui:850 +#: data/com.github.phase1geo.minder.shortcuts.ui:857 msgid "Clipboard" msgstr "Área de Transferência" @@ -3533,7 +3553,7 @@ msgid "Changing Current" msgstr "Alterar o Atual" #: data/com.github.phase1geo.minder.shortcuts.ui:331 -#: data/com.github.phase1geo.minder.shortcuts.ui:669 +#: data/com.github.phase1geo.minder.shortcuts.ui:676 msgid "Edit Title" msgstr "Editar o Título" @@ -3547,480 +3567,485 @@ msgid "Add URL Link To Text" msgstr "Adicionar Fim de Texto" #: data/com.github.phase1geo.minder.shortcuts.ui:359 -#: data/com.github.phase1geo.minder.shortcuts.ui:772 +#: data/com.github.phase1geo.minder.shortcuts.ui:779 #, fuzzy msgid "Remove URL Link From Text" msgstr "Remover Ligação" #: data/com.github.phase1geo.minder.shortcuts.ui:366 +#, fuzzy +msgid "Change Link Color" +msgstr "Cor da Ligação" + +#: data/com.github.phase1geo.minder.shortcuts.ui:373 msgid "View Properties" msgstr "Ver Propriedades" -#: data/com.github.phase1geo.minder.shortcuts.ui:373 +#: data/com.github.phase1geo.minder.shortcuts.ui:380 msgid "Toggle Fold" msgstr "Alternar Dobrar" -#: data/com.github.phase1geo.minder.shortcuts.ui:380 +#: data/com.github.phase1geo.minder.shortcuts.ui:387 msgid "Toggle Node Link" msgstr "Alternar Ligação do Nó" -#: data/com.github.phase1geo.minder.shortcuts.ui:387 +#: data/com.github.phase1geo.minder.shortcuts.ui:394 #, fuzzy msgid "Create Link to Selected Node" msgstr "Ampliar até Preencher o Nó Selecionado" -#: data/com.github.phase1geo.minder.shortcuts.ui:388 +#: data/com.github.phase1geo.minder.shortcuts.ui:395 msgid "[After using this command, 'y' will create the link]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:395 +#: data/com.github.phase1geo.minder.shortcuts.ui:402 msgid "Create Group" msgstr "Criar Grupo" -#: data/com.github.phase1geo.minder.shortcuts.ui:402 +#: data/com.github.phase1geo.minder.shortcuts.ui:409 msgid "Create Connection" msgstr "Criar Conexão" -#: data/com.github.phase1geo.minder.shortcuts.ui:409 +#: data/com.github.phase1geo.minder.shortcuts.ui:416 #, fuzzy msgid "Create Callout" msgstr "Criar Grupo" -#: data/com.github.phase1geo.minder.shortcuts.ui:416 +#: data/com.github.phase1geo.minder.shortcuts.ui:423 msgid "Center In View" msgstr "Centrar na Vista" -#: data/com.github.phase1geo.minder.shortcuts.ui:423 -#: data/com.github.phase1geo.minder.shortcuts.ui:690 +#: data/com.github.phase1geo.minder.shortcuts.ui:430 +#: data/com.github.phase1geo.minder.shortcuts.ui:697 msgid "Place Into View" msgstr "Colocar dentro da Vista" -#: data/com.github.phase1geo.minder.shortcuts.ui:432 -#: data/com.github.phase1geo.minder.shortcuts.ui:645 -#: data/com.github.phase1geo.minder.shortcuts.ui:877 +#: data/com.github.phase1geo.minder.shortcuts.ui:439 +#: data/com.github.phase1geo.minder.shortcuts.ui:652 +#: data/com.github.phase1geo.minder.shortcuts.ui:884 msgid "Selection" msgstr "Seleção" -#: data/com.github.phase1geo.minder.shortcuts.ui:436 +#: data/com.github.phase1geo.minder.shortcuts.ui:443 msgid "Select Root" msgstr "Selecionar Raiz" -#: data/com.github.phase1geo.minder.shortcuts.ui:443 +#: data/com.github.phase1geo.minder.shortcuts.ui:450 msgid "Select Parent" msgstr "Selecionar Pai" -#: data/com.github.phase1geo.minder.shortcuts.ui:450 +#: data/com.github.phase1geo.minder.shortcuts.ui:457 msgid "Select Next Sibling" msgstr "Selecionar Irmão Seguinte" -#: data/com.github.phase1geo.minder.shortcuts.ui:457 +#: data/com.github.phase1geo.minder.shortcuts.ui:464 msgid "Select Previous Sibling" msgstr "Selecionar Irmão Anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:464 +#: data/com.github.phase1geo.minder.shortcuts.ui:471 msgid "Select Child" msgstr "Selecionar Filho" -#: data/com.github.phase1geo.minder.shortcuts.ui:471 +#: data/com.github.phase1geo.minder.shortcuts.ui:478 msgid "Select Children" msgstr "Selecionar Filhos" -#: data/com.github.phase1geo.minder.shortcuts.ui:478 +#: data/com.github.phase1geo.minder.shortcuts.ui:485 msgid "Select Subtree" msgstr "Selecionar Sub-árvore" -#: data/com.github.phase1geo.minder.shortcuts.ui:485 +#: data/com.github.phase1geo.minder.shortcuts.ui:492 msgid "Select Node Below" msgstr "Selecionar Nó em Baixo" -#: data/com.github.phase1geo.minder.shortcuts.ui:492 +#: data/com.github.phase1geo.minder.shortcuts.ui:499 msgid "Select Node Above" msgstr "Selecionar Nó em Cima" -#: data/com.github.phase1geo.minder.shortcuts.ui:499 +#: data/com.github.phase1geo.minder.shortcuts.ui:506 msgid "Select Node To Right" msgstr "Selecionar Nó à Direita" -#: data/com.github.phase1geo.minder.shortcuts.ui:506 +#: data/com.github.phase1geo.minder.shortcuts.ui:513 msgid "Select Node To Left" msgstr "Selecionar Nó à Esquerda" -#: data/com.github.phase1geo.minder.shortcuts.ui:513 +#: data/com.github.phase1geo.minder.shortcuts.ui:520 msgid "Select Linked Node" msgstr "Selecionar Nó com Ligação" -#: data/com.github.phase1geo.minder.shortcuts.ui:520 +#: data/com.github.phase1geo.minder.shortcuts.ui:527 #, fuzzy msgid "Select Callout" msgstr "Selecionar o texto todo" -#: data/com.github.phase1geo.minder.shortcuts.ui:527 +#: data/com.github.phase1geo.minder.shortcuts.ui:534 msgid "Select Attached Connection" msgstr "Selecionar Conexão Anexada" -#: data/com.github.phase1geo.minder.shortcuts.ui:536 +#: data/com.github.phase1geo.minder.shortcuts.ui:543 msgid "Move" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:540 +#: data/com.github.phase1geo.minder.shortcuts.ui:547 #, fuzzy msgid "Swap with Sibling Node to Right" msgstr "Novo Nó Irmão" -#: data/com.github.phase1geo.minder.shortcuts.ui:547 +#: data/com.github.phase1geo.minder.shortcuts.ui:554 #, fuzzy msgid "Swap with Sibling Node to Left" msgstr "Novo Nó Irmão" -#: data/com.github.phase1geo.minder.shortcuts.ui:554 +#: data/com.github.phase1geo.minder.shortcuts.ui:561 #, fuzzy msgid "Swap with Sibling Node Above" msgstr "Novo Nó Irmão" -#: data/com.github.phase1geo.minder.shortcuts.ui:561 +#: data/com.github.phase1geo.minder.shortcuts.ui:568 #, fuzzy msgid "Swap with Sibling Node Below" msgstr "Novo Nó Irmão" -#: data/com.github.phase1geo.minder.shortcuts.ui:568 +#: data/com.github.phase1geo.minder.shortcuts.ui:575 msgid "Sort Child Nodes Alphabetically" msgstr "Organizar Nós Filho por ordem Alfabética" -#: data/com.github.phase1geo.minder.shortcuts.ui:577 +#: data/com.github.phase1geo.minder.shortcuts.ui:584 msgid "Alignment" msgstr "Alinhamento" -#: data/com.github.phase1geo.minder.shortcuts.ui:581 +#: data/com.github.phase1geo.minder.shortcuts.ui:588 msgid "Align Top Side" msgstr "Alinhar ao Topo" -#: data/com.github.phase1geo.minder.shortcuts.ui:588 +#: data/com.github.phase1geo.minder.shortcuts.ui:595 #, fuzzy msgid "Align Vertical Center" msgstr "Alinhar ao Centro na Vertical" -#: data/com.github.phase1geo.minder.shortcuts.ui:595 +#: data/com.github.phase1geo.minder.shortcuts.ui:602 msgid "Align Bottom Side" msgstr "Alinha ao Fundo" -#: data/com.github.phase1geo.minder.shortcuts.ui:602 +#: data/com.github.phase1geo.minder.shortcuts.ui:609 msgid "Align Left Side" msgstr "Alinhar à Esquerda" -#: data/com.github.phase1geo.minder.shortcuts.ui:609 +#: data/com.github.phase1geo.minder.shortcuts.ui:616 #, fuzzy msgid "Align Horizontal Center" msgstr "Alinhar ao Centro na Horizontal" -#: data/com.github.phase1geo.minder.shortcuts.ui:616 +#: data/com.github.phase1geo.minder.shortcuts.ui:623 msgid "Align Right Side" msgstr "Alinhar à Direita" -#: data/com.github.phase1geo.minder.shortcuts.ui:628 +#: data/com.github.phase1geo.minder.shortcuts.ui:635 #, fuzzy msgid "Callout Commands" msgstr "Comandos da Conexão" -#: data/com.github.phase1geo.minder.shortcuts.ui:632 -#: data/com.github.phase1geo.minder.shortcuts.ui:665 +#: data/com.github.phase1geo.minder.shortcuts.ui:639 +#: data/com.github.phase1geo.minder.shortcuts.ui:672 msgid "Change Current" msgstr "Alterar a Atual" -#: data/com.github.phase1geo.minder.shortcuts.ui:661 +#: data/com.github.phase1geo.minder.shortcuts.ui:668 msgid "Connection Commands" msgstr "Comandos da Conexão" -#: data/com.github.phase1geo.minder.shortcuts.ui:683 +#: data/com.github.phase1geo.minder.shortcuts.ui:690 msgid "Show Properties" msgstr "Mostrar Propriedades" -#: data/com.github.phase1geo.minder.shortcuts.ui:699 +#: data/com.github.phase1geo.minder.shortcuts.ui:706 msgid "Traversal" msgstr "Travessia" -#: data/com.github.phase1geo.minder.shortcuts.ui:703 +#: data/com.github.phase1geo.minder.shortcuts.ui:710 msgid "Select Start Node" msgstr "Selecionar Nó de Inicio" -#: data/com.github.phase1geo.minder.shortcuts.ui:710 +#: data/com.github.phase1geo.minder.shortcuts.ui:717 msgid "Select End Node" msgstr "Selecionar Nó de Fim" -#: data/com.github.phase1geo.minder.shortcuts.ui:717 +#: data/com.github.phase1geo.minder.shortcuts.ui:724 msgid "Select Next Connection" msgstr "Selecionar Conexão Seguinte" -#: data/com.github.phase1geo.minder.shortcuts.ui:724 +#: data/com.github.phase1geo.minder.shortcuts.ui:731 msgid "Select Previous Connection" msgstr "Selecionar Conexão Anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:736 +#: data/com.github.phase1geo.minder.shortcuts.ui:743 msgid "Text Editing" msgstr "Editor de Texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:744 +#: data/com.github.phase1geo.minder.shortcuts.ui:751 #, fuzzy msgid "Insert Newline Character" msgstr "Caractere Seguinte" -#: data/com.github.phase1geo.minder.shortcuts.ui:751 +#: data/com.github.phase1geo.minder.shortcuts.ui:758 #, fuzzy msgid "Insert Tab Character" msgstr "Caractere Seguinte" -#: data/com.github.phase1geo.minder.shortcuts.ui:758 +#: data/com.github.phase1geo.minder.shortcuts.ui:765 msgid "Show Emoji Picker" msgstr "Mostrar o selecionador de Emoji" -#: data/com.github.phase1geo.minder.shortcuts.ui:765 +#: data/com.github.phase1geo.minder.shortcuts.ui:772 #, fuzzy msgid "Add URL Link To Selected Text" msgstr "Copiar Texto Selecionado" -#: data/com.github.phase1geo.minder.shortcuts.ui:779 +#: data/com.github.phase1geo.minder.shortcuts.ui:786 msgid "End Editing" msgstr "Terminar Edição" -#: data/com.github.phase1geo.minder.shortcuts.ui:788 +#: data/com.github.phase1geo.minder.shortcuts.ui:795 msgid "Cursor Movement" msgstr "Movimento do Cursor" -#: data/com.github.phase1geo.minder.shortcuts.ui:792 +#: data/com.github.phase1geo.minder.shortcuts.ui:799 msgid "Next Character" msgstr "Caractere Seguinte" -#: data/com.github.phase1geo.minder.shortcuts.ui:799 +#: data/com.github.phase1geo.minder.shortcuts.ui:806 msgid "Previous Character" msgstr "Caractere Anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:806 +#: data/com.github.phase1geo.minder.shortcuts.ui:813 #, fuzzy msgid "Next Word" msgstr "Adicionar Palavra Seguinte" -#: data/com.github.phase1geo.minder.shortcuts.ui:813 +#: data/com.github.phase1geo.minder.shortcuts.ui:820 msgid "Previous Word" msgstr "Palavra Anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:820 +#: data/com.github.phase1geo.minder.shortcuts.ui:827 msgid "Next Line" msgstr "Linha Seguinte" -#: data/com.github.phase1geo.minder.shortcuts.ui:827 +#: data/com.github.phase1geo.minder.shortcuts.ui:834 msgid "Previous Line" msgstr "Linha Anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:834 +#: data/com.github.phase1geo.minder.shortcuts.ui:841 msgid "Start Of Text" msgstr "Inicio do Texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:841 +#: data/com.github.phase1geo.minder.shortcuts.ui:848 msgid "End Of Text" msgstr "Fim do Texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:854 +#: data/com.github.phase1geo.minder.shortcuts.ui:861 msgid "Copy Selected Text" msgstr "Copiar Texto Selecionado" -#: data/com.github.phase1geo.minder.shortcuts.ui:861 +#: data/com.github.phase1geo.minder.shortcuts.ui:868 msgid "Cut Selected Text" msgstr "Cortar Texto Selecionado" -#: data/com.github.phase1geo.minder.shortcuts.ui:868 +#: data/com.github.phase1geo.minder.shortcuts.ui:875 msgid "Paste Text" msgstr "Colar Texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:881 +#: data/com.github.phase1geo.minder.shortcuts.ui:888 msgid "Add Next Character" msgstr "Adicionar Caractere Seguinte" -#: data/com.github.phase1geo.minder.shortcuts.ui:888 +#: data/com.github.phase1geo.minder.shortcuts.ui:895 msgid "Add Previous Character" msgstr "Adicionar Caractere Anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:895 +#: data/com.github.phase1geo.minder.shortcuts.ui:902 msgid "Add Next Word" msgstr "Adicionar Palavra Seguinte" -#: data/com.github.phase1geo.minder.shortcuts.ui:902 +#: data/com.github.phase1geo.minder.shortcuts.ui:909 msgid "Add Previous Word" msgstr "Adicionar Palavra Anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:909 +#: data/com.github.phase1geo.minder.shortcuts.ui:916 msgid "Add Next Line" msgstr "Adicionar Linha Seguinte" -#: data/com.github.phase1geo.minder.shortcuts.ui:916 +#: data/com.github.phase1geo.minder.shortcuts.ui:923 msgid "Add Previous Line" msgstr "Adicionar Linha Anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:923 +#: data/com.github.phase1geo.minder.shortcuts.ui:930 msgid "Add Start Of Text" msgstr "Adicionar Inicio de Texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:930 +#: data/com.github.phase1geo.minder.shortcuts.ui:937 msgid "Add End Of Text" msgstr "Adicionar Fim de Texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:937 +#: data/com.github.phase1geo.minder.shortcuts.ui:944 #, fuzzy msgid "Select All Text" msgstr "Selecionar o texto todo" -#: data/com.github.phase1geo.minder.shortcuts.ui:944 +#: data/com.github.phase1geo.minder.shortcuts.ui:951 #, fuzzy msgid "Clear Selection" msgstr "Seleção de Itens" -#: data/com.github.phase1geo.minder.shortcuts.ui:956 +#: data/com.github.phase1geo.minder.shortcuts.ui:963 msgid "Mouse Events" msgstr "Eventos do Rato" -#: data/com.github.phase1geo.minder.shortcuts.ui:965 +#: data/com.github.phase1geo.minder.shortcuts.ui:972 msgid "[Right-click when item is selected]" msgstr "[Clique no botão direito do rato quando o item é selecionado]" -#: data/com.github.phase1geo.minder.shortcuts.ui:971 +#: data/com.github.phase1geo.minder.shortcuts.ui:978 msgid "Edit Image in Canvas" msgstr "Editar Imagem na Tela" -#: data/com.github.phase1geo.minder.shortcuts.ui:972 +#: data/com.github.phase1geo.minder.shortcuts.ui:979 msgid "[Double left-click on image]" msgstr "[Clique duplo no botão esquerdo do rato numa imagem]" -#: data/com.github.phase1geo.minder.shortcuts.ui:980 +#: data/com.github.phase1geo.minder.shortcuts.ui:987 msgid "Canvas Movement" msgstr "Movimento da Tela" -#: data/com.github.phase1geo.minder.shortcuts.ui:984 +#: data/com.github.phase1geo.minder.shortcuts.ui:991 msgid "Pan Canvas" msgstr "Mover a Tela" -#: data/com.github.phase1geo.minder.shortcuts.ui:985 +#: data/com.github.phase1geo.minder.shortcuts.ui:992 msgid "[Middle-click + Drag / Alt + Motion]" msgstr "[Clique no botão do meio do rato + Arrastar / Alt + Movimento]" -#: data/com.github.phase1geo.minder.shortcuts.ui:991 +#: data/com.github.phase1geo.minder.shortcuts.ui:998 msgid "Scroll Vertically" msgstr "Deslizar na Vertical" -#: data/com.github.phase1geo.minder.shortcuts.ui:992 +#: data/com.github.phase1geo.minder.shortcuts.ui:999 msgid "[Scrollwheel up/down]" msgstr "[Roda do Rato para cima/para baixo]" -#: data/com.github.phase1geo.minder.shortcuts.ui:998 +#: data/com.github.phase1geo.minder.shortcuts.ui:1005 msgid "Scroll Horizontally" msgstr "Deslizar na Horizontal" -#: data/com.github.phase1geo.minder.shortcuts.ui:999 +#: data/com.github.phase1geo.minder.shortcuts.ui:1006 msgid "[Shift + Scrollwheel up/down]" msgstr "[Shift + Roda do Rato para cima/para baixo]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1007 +#: data/com.github.phase1geo.minder.shortcuts.ui:1014 msgid "Item Selection" msgstr "Seleção de Itens" -#: data/com.github.phase1geo.minder.shortcuts.ui:1011 +#: data/com.github.phase1geo.minder.shortcuts.ui:1018 msgid "Select Single Item" msgstr "Selecionar um Único Item" -#: data/com.github.phase1geo.minder.shortcuts.ui:1012 +#: data/com.github.phase1geo.minder.shortcuts.ui:1019 msgid "[Left-click on item]" msgstr "[Clique no botão esquerdo do rato num item]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1018 +#: data/com.github.phase1geo.minder.shortcuts.ui:1025 msgid "Select Child Nodes" msgstr "Selecionar Nós Filho" -#: data/com.github.phase1geo.minder.shortcuts.ui:1019 +#: data/com.github.phase1geo.minder.shortcuts.ui:1026 msgid "[Control + Left-click on parent node]" msgstr "[Control + Clique no botão esquerdo do rato no nó pai]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1025 +#: data/com.github.phase1geo.minder.shortcuts.ui:1032 msgid "Select Node Tree/Subtree" msgstr "Selecionar Nó Árvore/Sub-árvore" -#: data/com.github.phase1geo.minder.shortcuts.ui:1026 +#: data/com.github.phase1geo.minder.shortcuts.ui:1033 msgid "[Control + Double left-click on parent node]" msgstr "[Control + Clique duplo no botão esquerdo do rato no nó pai]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1032 +#: data/com.github.phase1geo.minder.shortcuts.ui:1039 msgid "Select All Nodes at Same Depth Level" msgstr "Selecionar Todos os Nós ao Mesmo Nível de Profundidade" -#: data/com.github.phase1geo.minder.shortcuts.ui:1033 +#: data/com.github.phase1geo.minder.shortcuts.ui:1040 msgid "[Control + Triple left-click on node]" msgstr "[Control + Clique triplo no botão esquerdo do rato no nó]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1039 +#: data/com.github.phase1geo.minder.shortcuts.ui:1046 msgid "Block Selection" msgstr "Selecionar Bloco" -#: data/com.github.phase1geo.minder.shortcuts.ui:1040 +#: data/com.github.phase1geo.minder.shortcuts.ui:1047 msgid "[Left-click + Drag]" msgstr "[Clique no botão do rato esquerdo + Arrastar]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1048 +#: data/com.github.phase1geo.minder.shortcuts.ui:1055 msgid "Item Selection Toggle (Add to/Remove from Selection)" msgstr "Alternar entre Seleção de Itens (Adicionar a/Remover da Seleção)" -#: data/com.github.phase1geo.minder.shortcuts.ui:1052 +#: data/com.github.phase1geo.minder.shortcuts.ui:1059 msgid "Toggle Selection of Item" msgstr "Alternar Seleção de Itens" -#: data/com.github.phase1geo.minder.shortcuts.ui:1053 +#: data/com.github.phase1geo.minder.shortcuts.ui:1060 msgid "[Shift + Left-click on item]" msgstr "[Shift + Clique no botão esquerdo do rato num item]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1059 +#: data/com.github.phase1geo.minder.shortcuts.ui:1066 msgid "Toggle Selection of Child Nodes" msgstr "Alternar Seleção de Nós Filho" -#: data/com.github.phase1geo.minder.shortcuts.ui:1060 +#: data/com.github.phase1geo.minder.shortcuts.ui:1067 msgid "[Shift + Control + Left-click on item]" msgstr "[Shift + Control + Clique no botão esquerdo do rato num item]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1066 +#: data/com.github.phase1geo.minder.shortcuts.ui:1073 msgid "Toggle Selection of Node Tree/Subtree" msgstr "Alternar Seleção do Nó Árvore/Sub-árvore" -#: data/com.github.phase1geo.minder.shortcuts.ui:1067 +#: data/com.github.phase1geo.minder.shortcuts.ui:1074 msgid "[Shift + Control + Double left-click on parent node]" msgstr "[Shift + Control + Clique duplo no botão esquerdo do rato num nó pai]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1073 +#: data/com.github.phase1geo.minder.shortcuts.ui:1080 msgid "Toggle Selection of All Nodes at Same Depth Level" msgstr "Alternar Seleção de Todos os Nós ao Mesmo Nível de Profundidade" -#: data/com.github.phase1geo.minder.shortcuts.ui:1074 +#: data/com.github.phase1geo.minder.shortcuts.ui:1081 msgid "[Shift + Control + Triple left-click on node]" msgstr "[Shift + Control + Clique triplo no botão esquerdo do rato num nó]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1082 +#: data/com.github.phase1geo.minder.shortcuts.ui:1089 msgid "Text Selection" msgstr "Seleção de Texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:1086 +#: data/com.github.phase1geo.minder.shortcuts.ui:1093 msgid "Set Cursor Insert Point" msgstr "Definir Ponto de Inserção do Cursor" -#: data/com.github.phase1geo.minder.shortcuts.ui:1087 +#: data/com.github.phase1geo.minder.shortcuts.ui:1094 msgid "[Left-click anywhere in text]" msgstr "[Clique no botão esquerdo do rato em qualquer lado no texto]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1093 +#: data/com.github.phase1geo.minder.shortcuts.ui:1100 msgid "Select current word" msgstr "Selecionar palavra atual" -#: data/com.github.phase1geo.minder.shortcuts.ui:1094 +#: data/com.github.phase1geo.minder.shortcuts.ui:1101 msgid "[Double left-click on word]" msgstr "[Clique duplo no botão esquerdo do rato numa palavra]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1100 +#: data/com.github.phase1geo.minder.shortcuts.ui:1107 msgid "Select all text" msgstr "Selecionar o texto todo" -#: data/com.github.phase1geo.minder.shortcuts.ui:1101 +#: data/com.github.phase1geo.minder.shortcuts.ui:1108 msgid "[Triple left-click anywhere in text]" msgstr "[Clique triplo no botão esquerdo do rato em qualquer lado no texto]" diff --git a/po/pt_BR.po b/po/pt_BR.po index ba8310b9..45520b94 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.phase1geo.minder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: 2019-03-24 15:24+0100\n" "Last-Translator: Helder Bertoldo \n" "Language-Team: none\n" @@ -29,75 +29,75 @@ msgstr "" msgid "Minder in AppCenter" msgstr "Minder na AppCenter" -#: src/Application.vala:114 +#: src/Application.vala:122 #, fuzzy msgid "ERROR: Unable to import file" msgstr "ERRO: Não foi possivel abrir arquivo '%s'\n" -#: src/Application.vala:118 +#: src/Application.vala:126 msgid "ERROR: Import is missing filename to import" msgstr "" -#: src/Application.vala:133 +#: src/Application.vala:141 msgid "ERROR: Export is missing input file and/or export output file" msgstr "" -#: src/Application.vala:140 +#: src/Application.vala:148 #, c-format msgid "ERROR: Unable to open file '%s'\n" msgstr "ERRO: Não foi possivel abrir arquivo '%s'\n" -#: src/Application.vala:184 +#: src/Application.vala:192 #, c-format msgid "Import file from format (%s)" msgstr "" -#: src/Application.vala:185 +#: src/Application.vala:193 #, fuzzy, c-format msgid "Export mindmap as format (%s)" msgstr "Exportar opções" -#: src/Application.vala:188 +#: src/Application.vala:196 msgid "Display version number" msgstr "Mostrar número de versão" -#: src/Application.vala:189 +#: src/Application.vala:197 msgid "Starts Minder with a new file" msgstr "Inicializar Minder com um novo arquivo" -#: src/Application.vala:190 +#: src/Application.vala:198 #, fuzzy msgid "Run testing" msgstr "Rodar testes" -#: src/Application.vala:193 +#: src/Application.vala:201 #, fuzzy msgid "Enables a transparent background for PNG images" msgstr "Habilitar Fundo Transparente" -#: src/Application.vala:194 +#: src/Application.vala:202 msgid "PNG compression value (0-9)" msgstr "" -#: src/Application.vala:195 +#: src/Application.vala:203 msgid "JPEG quality (0-100)" msgstr "" -#: src/Application.vala:196 +#: src/Application.vala:204 msgid "Enables image links in exported Markdown" msgstr "" -#: src/Application.vala:205 +#: src/Application.vala:213 #, c-format msgid "ERROR: %s\n" msgstr "" -#: src/Application.vala:206 +#: src/Application.vala:214 #, c-format msgid "Run '%s --help' to see valid options\n" msgstr "Tente '%s --help' para mais informações\n" -#: src/Application.vala:253 +#: src/Application.vala:261 #, fuzzy, c-format msgid "ERROR: Unable to load Minder input file %s" msgstr "ERRO: Não foi possivel abrir arquivo '%s'\n" @@ -109,11 +109,11 @@ msgid "Delete" msgstr "Apagar" #: src/CalloutMenu.vala:38 src/EmptyMenu.vala:49 -#: data/com.github.phase1geo.minder.shortcuts.ui:649 +#: data/com.github.phase1geo.minder.shortcuts.ui:656 msgid "Select Node" msgstr "Selecionar Nó" -#: src/Callout.vala:129 src/NodeMenu.vala:237 +#: src/Callout.vala:129 src/NodeMenu.vala:238 msgid "Callout" msgstr "" @@ -122,7 +122,7 @@ msgstr "" msgid "No text found" msgstr "Nenhum texto encontrado" -#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:232 +#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:233 msgid "Connection" msgstr "Conexão" @@ -153,7 +153,7 @@ msgstr "Títulos" #: src/ConnectionMenu.vala:50 src/GroupsMenu.vala:47 src/NodeMenu.vala:103 #: data/com.github.phase1geo.minder.shortcuts.ui:338 -#: data/com.github.phase1geo.minder.shortcuts.ui:676 +#: data/com.github.phase1geo.minder.shortcuts.ui:683 #, fuzzy msgid "Edit Note" msgstr "Editar Nota" @@ -164,7 +164,7 @@ msgid "Remove Sticker" msgstr "Remover Nota" #: src/ConnectionMenu.vala:56 src/GroupsMenu.vala:54 src/ImageManager.vala:300 -#: src/NodeMenu.vala:187 src/NodesMenu.vala:99 +#: src/NodeMenu.vala:188 src/NodesMenu.vala:100 #, fuzzy msgid "Select" msgstr "Selecionar Nó" @@ -238,11 +238,11 @@ msgstr "mudar ponto final da conexão" msgid "connection drag" msgstr "arrastar conexão" -#: src/DrawArea.vala:3659 src/DrawArea.vala:3673 src/DrawArea.vala:5643 +#: src/DrawArea.vala:3660 src/DrawArea.vala:3674 src/DrawArea.vala:5650 msgid "Another Idea" msgstr "Outra Ideia" -#: src/DrawArea.vala:5096 src/layouts/LayoutManual.vala:26 +#: src/DrawArea.vala:5099 src/layouts/LayoutManual.vala:26 #: src/MapInspector.vala:225 src/MapInspector.vala:448 msgid "Manual" msgstr "Manual" @@ -295,7 +295,7 @@ msgstr "Selecionar um nó para visualizar/editar informação" msgid "Paste" msgstr "Colar" -#: src/EmptyMenu.vala:42 src/NodeMenu.vala:156 +#: src/EmptyMenu.vala:42 src/NodeMenu.vala:157 msgid "Add Root Node" msgstr "Adicionar Nó Raiz" @@ -326,13 +326,13 @@ msgid "Export As %s" msgstr "Exportar como %s" #: src/Exporter.vala:134 src/ImageEditor.vala:381 src/ImageManager.vala:300 -#: src/MainWindow.vala:1028 src/MainWindow.vala:1123 src/MainWindow.vala:1267 -#: src/QuickEntry.vala:154 src/StickerInspector.vala:401 src/StickerSet.vala:75 +#: src/MainWindow.vala:1083 src/MainWindow.vala:1178 src/MainWindow.vala:1322 +#: src/QuickEntry.vala:154 src/StickerInspector.vala:402 src/StickerSet.vala:75 #: src/ThemeEditor.vala:144 src/UrlEditor.vala:62 msgid "Cancel" msgstr "Cancelar" -#: src/Exporter.vala:134 src/MainWindow.vala:845 src/StickerSet.vala:352 +#: src/Exporter.vala:134 src/MainWindow.vala:900 src/StickerSet.vala:352 msgid "Export" msgstr "Exportar" @@ -507,7 +507,7 @@ msgstr "Adicionar Nó Raiz" msgid "All Grouped Nodes" msgstr "Todos os Nós Agrupados" -#: src/GroupsMenu.vala:111 src/NodeMenu.vala:689 src/NodesMenu.vala:289 +#: src/GroupsMenu.vala:111 src/NodeMenu.vala:690 src/NodesMenu.vala:290 #, fuzzy msgid "Select a link color" msgstr "Adicionar Nota" @@ -545,7 +545,7 @@ msgstr "Recortar Nó Para a Área de Transferência" msgid "Paste Image from Clipboard" msgstr "Recortar Nó Para a Área de Transferência" -#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:447 +#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:448 msgid "Remove Image" msgstr "Remover Imagem" @@ -558,220 +558,232 @@ msgstr "Selecionar Nó" msgid "Images" msgstr "Imagens" -#: src/MainWindow.vala:154 src/MainWindow.vala:1272 +#: src/MainWindow.vala:64 +msgid "Use system setting" +msgstr "" + +#: src/MainWindow.vala:65 +msgid "Always use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:66 +msgid "Never use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:195 src/MainWindow.vala:1327 msgid "Minder" msgstr "" -#: src/MainWindow.vala:188 data/com.github.phase1geo.minder.shortcuts.ui:21 +#: src/MainWindow.vala:229 data/com.github.phase1geo.minder.shortcuts.ui:21 #, fuzzy msgid "New File" msgstr "Novo Arquivo" -#: src/MainWindow.vala:194 src/MainWindow.vala:1119 +#: src/MainWindow.vala:235 src/MainWindow.vala:1174 #: data/com.github.phase1geo.minder.shortcuts.ui:28 msgid "Open File" msgstr "Abrir Arquivo" -#: src/MainWindow.vala:200 data/com.github.phase1geo.minder.shortcuts.ui:42 +#: src/MainWindow.vala:241 data/com.github.phase1geo.minder.shortcuts.ui:42 #, fuzzy msgid "Save File As" msgstr "Salvar Arquivo Como" -#: src/MainWindow.vala:206 src/StickerSet.vala:307 src/UndoBuffer.vala:84 +#: src/MainWindow.vala:247 src/StickerSet.vala:307 src/UndoBuffer.vala:84 #, fuzzy msgid "Undo" msgstr "Desfazer" -#: src/MainWindow.vala:213 src/StickerSet.vala:308 src/UndoBuffer.vala:90 +#: src/MainWindow.vala:254 src/StickerSet.vala:308 src/UndoBuffer.vala:90 #, fuzzy msgid "Redo" msgstr "Refazer" -#: src/MainWindow.vala:548 +#: src/MainWindow.vala:603 msgid "Unnamed Document" msgstr "Documento sem Nome" -#: src/MainWindow.vala:551 +#: src/MainWindow.vala:606 #, fuzzy msgid "Read-Only" msgstr "Lendo" -#: src/MainWindow.vala:555 src/MainWindow.vala:880 +#: src/MainWindow.vala:610 src/MainWindow.vala:935 msgid "Focus Mode" msgstr "Modo Foco" -#: src/MainWindow.vala:589 src/MainWindow.vala:1324 +#: src/MainWindow.vala:644 src/MainWindow.vala:1379 #, c-format msgid "Zoom (%d%%)" msgstr "" -#: src/MainWindow.vala:596 +#: src/MainWindow.vala:651 msgid "Zoom to Percent" msgstr "Zoom para Porcentagem" -#: src/MainWindow.vala:609 src/ZoomWidget.vala:102 +#: src/MainWindow.vala:664 src/ZoomWidget.vala:102 #: data/com.github.phase1geo.minder.shortcuts.ui:119 msgid "Zoom In" msgstr "Mais Zoom" -#: src/MainWindow.vala:615 src/ZoomWidget.vala:92 +#: src/MainWindow.vala:670 src/ZoomWidget.vala:92 #: data/com.github.phase1geo.minder.shortcuts.ui:126 msgid "Zoom Out" msgstr "Reduzir o Zoom" -#: src/MainWindow.vala:625 +#: src/MainWindow.vala:680 msgid "Zoom to Fit" msgstr "Ajustar Zoom ao Projeto" -#: src/MainWindow.vala:630 data/com.github.phase1geo.minder.shortcuts.ui:140 +#: src/MainWindow.vala:685 data/com.github.phase1geo.minder.shortcuts.ui:140 #, fuzzy msgid "Zoom to Fit Selected Node Tree" msgstr "Ajustar Zoom para o nó Selecionado" -#: src/MainWindow.vala:635 +#: src/MainWindow.vala:690 msgid "Zoom to Actual Size" msgstr "Zoom para o Tamanho Atual" -#: src/MainWindow.vala:659 src/StickerSet.vala:114 +#: src/MainWindow.vala:714 src/StickerSet.vala:114 msgid "Search" msgstr "Buscar" -#: src/MainWindow.vala:669 +#: src/MainWindow.vala:724 #, fuzzy msgid "Search Nodes, Callouts and Connections" msgstr "Buscar Nós" -#: src/MainWindow.vala:698 +#: src/MainWindow.vala:753 msgid "Search Criteria" msgstr "Critérios de Busca" -#: src/MainWindow.vala:701 +#: src/MainWindow.vala:756 #, fuzzy msgid "Search all tabs" msgstr "Critérios de Busca" -#: src/MainWindow.vala:735 +#: src/MainWindow.vala:790 msgid "Nodes" msgstr "Nós" -#: src/MainWindow.vala:736 +#: src/MainWindow.vala:791 msgid "Connections" msgstr "Conexões" -#: src/MainWindow.vala:737 +#: src/MainWindow.vala:792 msgid "Callouts" msgstr "" -#: src/MainWindow.vala:738 +#: src/MainWindow.vala:793 msgid "Titles" msgstr "Títulos" -#: src/MainWindow.vala:739 +#: src/MainWindow.vala:794 msgid "Notes" msgstr "Notas" -#: src/MainWindow.vala:740 +#: src/MainWindow.vala:795 msgid "Folded" msgstr "Dobrados" -#: src/MainWindow.vala:741 +#: src/MainWindow.vala:796 msgid "Unfolded" msgstr "Desdobrados" -#: src/MainWindow.vala:742 +#: src/MainWindow.vala:797 msgid "Tasks" msgstr "Tarefas" -#: src/MainWindow.vala:743 +#: src/MainWindow.vala:798 msgid "Non-tasks" msgstr "Não-Tarefas" -#: src/MainWindow.vala:857 +#: src/MainWindow.vala:912 #, fuzzy msgid "Print…" msgstr "Imprimir" -#: src/MainWindow.vala:905 src/Preferences.vala:36 +#: src/MainWindow.vala:960 src/Preferences.vala:36 msgid "Preferences" msgstr "Preferências" -#: src/MainWindow.vala:910 +#: src/MainWindow.vala:965 msgid "Shortcuts Cheatsheet" msgstr "Lista de Atalhos" -#: src/MainWindow.vala:914 +#: src/MainWindow.vala:969 msgid "About Minder" msgstr "Sobre o Minder" -#: src/MainWindow.vala:947 src/MainWindow.vala:1396 +#: src/MainWindow.vala:1002 src/MainWindow.vala:1451 #, fuzzy msgid "Show Property Sidebar" msgstr "Propriedades" -#: src/MainWindow.vala:962 +#: src/MainWindow.vala:1017 msgid "Current" msgstr "Atual" -#: src/MainWindow.vala:963 src/StyleInspector.vala:198 +#: src/MainWindow.vala:1018 src/StyleInspector.vala:198 msgid "Style" msgstr "Estilo" -#: src/MainWindow.vala:964 +#: src/MainWindow.vala:1019 msgid "Stickers" msgstr "Adesivos" -#: src/MainWindow.vala:965 +#: src/MainWindow.vala:1020 msgid "Map" msgstr "Mapa" -#: src/MainWindow.vala:1019 +#: src/MainWindow.vala:1074 msgid "Save current unnamed document?" msgstr "Salvar documento atual sem nome?" -#: src/MainWindow.vala:1020 +#: src/MainWindow.vala:1075 msgid "Changes will be permanently lost if not saved." msgstr "Mudanças serão perdidas permanentemente se não forem salvas." -#: src/MainWindow.vala:1025 +#: src/MainWindow.vala:1080 msgid "Discard Changes" msgstr "Descartar Mudanças" -#: src/MainWindow.vala:1031 src/MainWindow.vala:1267 src/ThemeEditor.vala:147 +#: src/MainWindow.vala:1086 src/MainWindow.vala:1322 src/ThemeEditor.vala:147 msgid "Save" msgstr "Salvar" -#: src/MainWindow.vala:1060 +#: src/MainWindow.vala:1115 #, c-format msgid "The file %s was modified outside of the application." msgstr "O arquivo %s foi modificado fora da aplicação" -#: src/MainWindow.vala:1061 +#: src/MainWindow.vala:1116 msgid "What do you want to do?" msgstr "O que deseja fazer?" -#: src/MainWindow.vala:1066 +#: src/MainWindow.vala:1121 #, fuzzy msgid "Discard Changes and reload" msgstr "Descartar Mudanças" -#: src/MainWindow.vala:1069 +#: src/MainWindow.vala:1124 msgid "Save local version and overwrite" msgstr "Salvar mudanças e sobrescrever" -#: src/MainWindow.vala:1119 +#: src/MainWindow.vala:1174 #, fuzzy msgid "Open Directory" msgstr "Abrir Arquivo" -#: src/MainWindow.vala:1122 +#: src/MainWindow.vala:1177 msgid "Open" msgstr "Abrir" -#: src/MainWindow.vala:1267 +#: src/MainWindow.vala:1322 msgid "Save File" msgstr "Salvar Arquivo" -#: src/MainWindow.vala:1340 +#: src/MainWindow.vala:1395 #, fuzzy msgid "Hide Property Sidebar" msgstr "Esconder a barra de propriedades" @@ -899,7 +911,7 @@ msgstr "Desanexar Nó" msgid "Delete Node" msgstr "Deletar Nó" -#: src/NodeLink.vala:106 +#: src/NodeLink.vala:107 src/NodeLink.vala:110 #, fuzzy msgid "No node found" msgstr "Adicionar Nó Raiz" @@ -912,7 +924,7 @@ msgstr "Copiar" msgid "Cut" msgstr "Recortar" -#: src/NodeMenu.vala:84 src/NodeMenu.vala:459 +#: src/NodeMenu.vala:84 src/NodeMenu.vala:460 msgid "Paste and Replace Node" msgstr "Colar e Substituir Nó" @@ -931,15 +943,15 @@ msgstr "Mudar Imagem" msgid "Edit Text…" msgstr "Editar…" -#: src/NodeMenu.vala:107 src/NodeMenu.vala:429 +#: src/NodeMenu.vala:107 src/NodeMenu.vala:430 msgid "Add Task" msgstr "Adicionar Tarefa" -#: src/NodeMenu.vala:110 src/NodeMenu.vala:447 +#: src/NodeMenu.vala:110 src/NodeMenu.vala:448 msgid "Add Image" msgstr "Adicionar Imagem" -#: src/NodeMenu.vala:117 src/NodeMenu.vala:430 +#: src/NodeMenu.vala:117 src/NodeMenu.vala:431 #, fuzzy msgid "Add Node Link" msgstr "Adicionar Nota" @@ -952,7 +964,7 @@ msgstr "Adicionar Conexão" msgid "Add Group" msgstr "Adicionar Grupo" -#: src/NodeMenu.vala:129 src/NodeMenu.vala:432 +#: src/NodeMenu.vala:129 src/NodeMenu.vala:433 #, fuzzy msgid "Add Callout" msgstr "Adicionar Grupo" @@ -962,159 +974,159 @@ msgstr "Adicionar Grupo" msgid "Link Color" msgstr "Cor do Link" -#: src/NodeMenu.vala:136 src/NodesMenu.vala:84 +#: src/NodeMenu.vala:137 src/NodesMenu.vala:85 msgid "Set to color…" msgstr "" -#: src/NodeMenu.vala:139 +#: src/NodeMenu.vala:140 msgid "Randomize color" msgstr "Cor aleatória" -#: src/NodeMenu.vala:142 src/NodesMenu.vala:90 +#: src/NodeMenu.vala:143 src/NodesMenu.vala:91 msgid "Use parent color" msgstr "Usar cor do nó pai" -#: src/NodeMenu.vala:146 src/NodeMenu.vala:431 src/NodesMenu.vala:64 -#: src/NodesMenu.vala:222 +#: src/NodeMenu.vala:147 src/NodeMenu.vala:432 src/NodesMenu.vala:64 +#: src/NodesMenu.vala:223 msgid "Fold Children" msgstr "" -#: src/NodeMenu.vala:149 +#: src/NodeMenu.vala:150 msgid "Detach" msgstr "Desanexar" -#: src/NodeMenu.vala:152 +#: src/NodeMenu.vala:153 #, fuzzy msgid "Add Node" msgstr "Adicionar Nota" -#: src/NodeMenu.vala:159 +#: src/NodeMenu.vala:160 #, fuzzy msgid "Add Parent Node" msgstr "Adicionar nó Pai" -#: src/NodeMenu.vala:163 +#: src/NodeMenu.vala:164 msgid "Add Child Node" msgstr "Adicionar Nó Filho" -#: src/NodeMenu.vala:167 +#: src/NodeMenu.vala:168 msgid "Add Sibling Node" msgstr "Adicionar nó Irmão" -#: src/NodeMenu.vala:171 +#: src/NodeMenu.vala:172 #, fuzzy msgid "Use to Summarize Previous Sibling Nodes" msgstr "Nó Irmão Anterior" -#: src/NodeMenu.vala:175 src/QuickEntry.vala:44 +#: src/NodeMenu.vala:176 src/QuickEntry.vala:44 msgid "Quick Entry" msgstr "Entrada Rápida" -#: src/NodeMenu.vala:179 +#: src/NodeMenu.vala:180 #, fuzzy msgid "Insert Nodes" msgstr "Inserir Nó" -#: src/NodeMenu.vala:183 +#: src/NodeMenu.vala:184 #, fuzzy msgid "Replace Nodes" msgstr "Balancear Nós" -#: src/NodeMenu.vala:192 +#: src/NodeMenu.vala:193 #, fuzzy msgid "Root Node" msgstr "Adicionar Nó Raiz" -#: src/NodeMenu.vala:197 +#: src/NodeMenu.vala:198 msgid "Next Sibling Node" msgstr "Nó Irmão Posterior" -#: src/NodeMenu.vala:202 +#: src/NodeMenu.vala:203 msgid "Previous Sibling Node" msgstr "Nó Irmão Anterior" -#: src/NodeMenu.vala:207 +#: src/NodeMenu.vala:208 #, fuzzy msgid "Child Node" msgstr "Adicionar Nó Filho" -#: src/NodeMenu.vala:212 src/NodesMenu.vala:108 +#: src/NodeMenu.vala:213 src/NodesMenu.vala:109 #, fuzzy msgid "Child Nodes" msgstr "Adicionar Nó Filho" -#: src/NodeMenu.vala:217 +#: src/NodeMenu.vala:218 msgid "Subtree" msgstr "" -#: src/NodeMenu.vala:222 +#: src/NodeMenu.vala:223 #, fuzzy msgid "Parent Node" msgstr "Buscar Nós" -#: src/NodeMenu.vala:227 +#: src/NodeMenu.vala:228 #, fuzzy msgid "Linked Node" msgstr "Adicionar Nota" -#: src/NodeMenu.vala:241 +#: src/NodeMenu.vala:242 msgid "Center Current Node" msgstr "Centralizar Nó Atual" -#: src/NodeMenu.vala:245 +#: src/NodeMenu.vala:246 #, fuzzy msgid "Sort Children" msgstr "Desdobrar Filhos" -#: src/NodeMenu.vala:249 +#: src/NodeMenu.vala:250 msgid "Alphabetically" msgstr "Alfabeticamente" -#: src/NodeMenu.vala:252 +#: src/NodeMenu.vala:253 msgid "Randomize" msgstr "Aleatorizar" -#: src/NodeMenu.vala:427 +#: src/NodeMenu.vala:428 msgid "Remove Task" msgstr "Remover Tarefa" -#: src/NodeMenu.vala:428 +#: src/NodeMenu.vala:429 msgid "Mark Task As Done" msgstr "Marcar Tarefa Como Feita" -#: src/NodeMenu.vala:430 +#: src/NodeMenu.vala:431 #, fuzzy msgid "Remove Node Link" msgstr "Remover Nota" -#: src/NodeMenu.vala:431 src/NodesMenu.vala:222 +#: src/NodeMenu.vala:432 src/NodesMenu.vala:223 msgid "Unfold Children" msgstr "Desdobrar Filhos" -#: src/NodeMenu.vala:432 data/com.github.phase1geo.minder.shortcuts.ui:636 +#: src/NodeMenu.vala:433 data/com.github.phase1geo.minder.shortcuts.ui:643 #, fuzzy msgid "Remove Callout" msgstr "Remover Tarefa" -#: src/NodeMenu.vala:452 +#: src/NodeMenu.vala:453 #, fuzzy msgid "Paste Text As Child Node" msgstr "Adicionar Nó Filho" -#: src/NodeMenu.vala:453 +#: src/NodeMenu.vala:454 msgid "Paste and Replace Node Text" msgstr "Colar e Substituir Texto do Nó" -#: src/NodeMenu.vala:455 +#: src/NodeMenu.vala:456 #, fuzzy msgid "Paste Image As Child Node" msgstr "Colar Imagem Como Nó Filho" -#: src/NodeMenu.vala:456 +#: src/NodeMenu.vala:457 msgid "Paste and Replace Node Image" msgstr "Colar e Substituir Imagem do Nó" -#: src/NodeMenu.vala:458 +#: src/NodeMenu.vala:459 msgid "Paste Node As Child" msgstr "Colar Nó Como Filho" @@ -1128,7 +1140,7 @@ msgstr "Remover Tarefa" msgid "Connect" msgstr "Buscar Nós" -#: src/NodesMenu.vala:72 src/NodesMenu.vala:223 +#: src/NodesMenu.vala:72 src/NodesMenu.vala:224 #, fuzzy msgid "Link Nodes" msgstr "Adicionar Nota" @@ -1138,60 +1150,60 @@ msgstr "Adicionar Nota" msgid "Link Colors" msgstr "Cor do Link" -#: src/NodesMenu.vala:87 +#: src/NodesMenu.vala:88 msgid "Randomize colors" msgstr "" -#: src/NodesMenu.vala:103 +#: src/NodesMenu.vala:104 #, fuzzy msgid "Parent Nodes" msgstr "Buscar Nós" -#: src/NodesMenu.vala:117 +#: src/NodesMenu.vala:118 #, fuzzy msgid "Align Nodes" msgstr "Balancear Nós" -#: src/NodesMenu.vala:121 +#: src/NodesMenu.vala:122 msgid "Align Top" msgstr "" -#: src/NodesMenu.vala:125 +#: src/NodesMenu.vala:126 msgid "Align Center Horizontally" msgstr "" -#: src/NodesMenu.vala:129 +#: src/NodesMenu.vala:130 msgid "Align Bottom" msgstr "" -#: src/NodesMenu.vala:133 +#: src/NodesMenu.vala:134 msgid "Align Left" msgstr "" -#: src/NodesMenu.vala:137 +#: src/NodesMenu.vala:138 msgid "Align Center Vertically" msgstr "" -#: src/NodesMenu.vala:141 +#: src/NodesMenu.vala:142 msgid "Align Right" msgstr "" -#: src/NodesMenu.vala:223 +#: src/NodesMenu.vala:224 #, fuzzy msgid "Remove Node Links" msgstr "Remover Nota" -#: src/Node.vala:2325 +#: src/Node.vala:2321 #, fuzzy msgid "Node Title" msgstr "Títulos" -#: src/Node.vala:2333 +#: src/Node.vala:2329 #, fuzzy msgid "Node Note" msgstr "Adicionar Nota" -#: src/Node.vala:2344 +#: src/Node.vala:2340 #, fuzzy msgid "Callout Text" msgstr "Colar" @@ -1263,25 +1275,33 @@ msgstr "" msgid "If enabled, selects items when mouse cursor hovers over the item." msgstr "Se habilitado, selecionar itens quando o mouse passa sobre eles." -#: src/Preferences.vala:110 -msgid "Hide themes not matching visual style" +#: src/Preferences.vala:99 +msgid "Natural scrolling" +msgstr "" + +#: src/Preferences.vala:101 +msgid "Specifies scrolling used when panning the canvas." msgstr "" #: src/Preferences.vala:114 +msgid "Hide themes not matching visual style" +msgstr "" + +#: src/Preferences.vala:118 #, fuzzy msgid "Default theme" msgstr "Tema padrão" -#: src/Preferences.vala:117 +#: src/Preferences.vala:121 #, fuzzy msgid "Enable animations" msgstr "Habilitar Animações" -#: src/Preferences.vala:120 +#: src/Preferences.vala:124 msgid "Text field font size" msgstr "" -#: src/Preferences.vala:123 +#: src/Preferences.vala:127 msgid "" "Specifies the custom font size to use in text editing fields (i.e, quick " "entry or notes field)." @@ -1376,25 +1396,25 @@ msgstr "" msgid "Search Stickers" msgstr "Critérios de Busca" -#: src/StickerInspector.vala:134 +#: src/StickerInspector.vala:137 msgid "Favorites" msgstr "Favoritos" -#: src/StickerInspector.vala:140 +#: src/StickerInspector.vala:143 msgid "Show Custom Sticker Directory" msgstr "" -#: src/StickerInspector.vala:214 +#: src/StickerInspector.vala:215 #, fuzzy msgid "Add custom stickers" msgstr "Adicionar adesivo do nó" -#: src/StickerInspector.vala:401 +#: src/StickerInspector.vala:402 #, fuzzy msgid "Import Sticker(s)" msgstr "Remover Nota" -#: src/StickerInspector.vala:401 src/StickerSet.vala:353 +#: src/StickerInspector.vala:402 src/StickerSet.vala:353 #, fuzzy msgid "Import" msgstr "Importar" @@ -3421,7 +3441,7 @@ msgid "Minder Shortcuts" msgstr "Atalhos do Minder" #: data/com.github.phase1geo.minder.shortcuts.ui:12 -#: data/com.github.phase1geo.minder.shortcuts.ui:960 +#: data/com.github.phase1geo.minder.shortcuts.ui:967 msgid "General" msgstr "Geral" @@ -3508,7 +3528,7 @@ msgid "Show Map Tab" msgstr "" #: data/com.github.phase1geo.minder.shortcuts.ui:190 -#: data/com.github.phase1geo.minder.shortcuts.ui:740 +#: data/com.github.phase1geo.minder.shortcuts.ui:747 msgid "Miscellaneous" msgstr "" @@ -3523,7 +3543,7 @@ msgid "Search Nodes/Connections" msgstr "Buscar Nós" #: data/com.github.phase1geo.minder.shortcuts.ui:208 -#: data/com.github.phase1geo.minder.shortcuts.ui:964 +#: data/com.github.phase1geo.minder.shortcuts.ui:971 msgid "Show Contextual Menu" msgstr "" @@ -3576,7 +3596,7 @@ msgid "Quick Entry Replacement" msgstr "Entrada Rápida" #: data/com.github.phase1geo.minder.shortcuts.ui:293 -#: data/com.github.phase1geo.minder.shortcuts.ui:850 +#: data/com.github.phase1geo.minder.shortcuts.ui:857 #, fuzzy msgid "Clipboard" msgstr "Recortar Nó Para a Área de Transferência" @@ -3606,7 +3626,7 @@ msgid "Changing Current" msgstr "Centralizar Nó Atual" #: data/com.github.phase1geo.minder.shortcuts.ui:331 -#: data/com.github.phase1geo.minder.shortcuts.ui:669 +#: data/com.github.phase1geo.minder.shortcuts.ui:676 #, fuzzy msgid "Edit Title" msgstr "Títulos" @@ -3621,536 +3641,541 @@ msgid "Add URL Link To Text" msgstr "" #: data/com.github.phase1geo.minder.shortcuts.ui:359 -#: data/com.github.phase1geo.minder.shortcuts.ui:772 +#: data/com.github.phase1geo.minder.shortcuts.ui:779 #, fuzzy msgid "Remove URL Link From Text" msgstr "Remover ligação URL do texto" #: data/com.github.phase1geo.minder.shortcuts.ui:366 #, fuzzy +msgid "Change Link Color" +msgstr "Cor do Link" + +#: data/com.github.phase1geo.minder.shortcuts.ui:373 +#, fuzzy msgid "View Properties" msgstr "Propriedades" -#: data/com.github.phase1geo.minder.shortcuts.ui:373 +#: data/com.github.phase1geo.minder.shortcuts.ui:380 #, fuzzy msgid "Toggle Fold" msgstr "Remover Nota" -#: data/com.github.phase1geo.minder.shortcuts.ui:380 +#: data/com.github.phase1geo.minder.shortcuts.ui:387 #, fuzzy msgid "Toggle Node Link" msgstr "Mudar ligação do nó" -#: data/com.github.phase1geo.minder.shortcuts.ui:387 +#: data/com.github.phase1geo.minder.shortcuts.ui:394 #, fuzzy msgid "Create Link to Selected Node" msgstr "Fazer ligação para nó selecionado" -#: data/com.github.phase1geo.minder.shortcuts.ui:388 +#: data/com.github.phase1geo.minder.shortcuts.ui:395 msgid "[After using this command, 'y' will create the link]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:395 +#: data/com.github.phase1geo.minder.shortcuts.ui:402 #, fuzzy msgid "Create Group" msgstr "Criar grupo" -#: data/com.github.phase1geo.minder.shortcuts.ui:402 +#: data/com.github.phase1geo.minder.shortcuts.ui:409 #, fuzzy msgid "Create Connection" msgstr "Criar nonexão" -#: data/com.github.phase1geo.minder.shortcuts.ui:409 +#: data/com.github.phase1geo.minder.shortcuts.ui:416 #, fuzzy msgid "Create Callout" msgstr "Criar grupo" -#: data/com.github.phase1geo.minder.shortcuts.ui:416 +#: data/com.github.phase1geo.minder.shortcuts.ui:423 #, fuzzy msgid "Center In View" msgstr "Centralizar Nó Atual" -#: data/com.github.phase1geo.minder.shortcuts.ui:423 -#: data/com.github.phase1geo.minder.shortcuts.ui:690 +#: data/com.github.phase1geo.minder.shortcuts.ui:430 +#: data/com.github.phase1geo.minder.shortcuts.ui:697 #, fuzzy msgid "Place Into View" msgstr "Por a vista" -#: data/com.github.phase1geo.minder.shortcuts.ui:432 -#: data/com.github.phase1geo.minder.shortcuts.ui:645 -#: data/com.github.phase1geo.minder.shortcuts.ui:877 +#: data/com.github.phase1geo.minder.shortcuts.ui:439 +#: data/com.github.phase1geo.minder.shortcuts.ui:652 +#: data/com.github.phase1geo.minder.shortcuts.ui:884 #, fuzzy msgid "Selection" msgstr "Selecionar Nó" -#: data/com.github.phase1geo.minder.shortcuts.ui:436 +#: data/com.github.phase1geo.minder.shortcuts.ui:443 #, fuzzy msgid "Select Root" msgstr "Selecionar Nó Raíz" -#: data/com.github.phase1geo.minder.shortcuts.ui:443 +#: data/com.github.phase1geo.minder.shortcuts.ui:450 #, fuzzy msgid "Select Parent" msgstr "Selecionar Nó Pai" -#: data/com.github.phase1geo.minder.shortcuts.ui:450 +#: data/com.github.phase1geo.minder.shortcuts.ui:457 #, fuzzy msgid "Select Next Sibling" msgstr "Selecionar Proximo Nó Irmão" -#: data/com.github.phase1geo.minder.shortcuts.ui:457 +#: data/com.github.phase1geo.minder.shortcuts.ui:464 #, fuzzy msgid "Select Previous Sibling" msgstr "Selecionar Nó Irmão Anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:464 +#: data/com.github.phase1geo.minder.shortcuts.ui:471 #, fuzzy msgid "Select Child" msgstr "Selecionar Nó Filho" -#: data/com.github.phase1geo.minder.shortcuts.ui:471 +#: data/com.github.phase1geo.minder.shortcuts.ui:478 #, fuzzy msgid "Select Children" msgstr "Selecionar Nós Filhos" -#: data/com.github.phase1geo.minder.shortcuts.ui:478 +#: data/com.github.phase1geo.minder.shortcuts.ui:485 #, fuzzy msgid "Select Subtree" msgstr "Selecionar Nó" -#: data/com.github.phase1geo.minder.shortcuts.ui:485 +#: data/com.github.phase1geo.minder.shortcuts.ui:492 #, fuzzy msgid "Select Node Below" msgstr "Selecionar Nó Abaixo" -#: data/com.github.phase1geo.minder.shortcuts.ui:492 +#: data/com.github.phase1geo.minder.shortcuts.ui:499 #, fuzzy msgid "Select Node Above" msgstr "Selecionar Nó Acima" -#: data/com.github.phase1geo.minder.shortcuts.ui:499 +#: data/com.github.phase1geo.minder.shortcuts.ui:506 #, fuzzy msgid "Select Node To Right" msgstr "Selecionar Nó a Direita" -#: data/com.github.phase1geo.minder.shortcuts.ui:506 +#: data/com.github.phase1geo.minder.shortcuts.ui:513 #, fuzzy msgid "Select Node To Left" msgstr "Selecionar Nó a Esquerda" -#: data/com.github.phase1geo.minder.shortcuts.ui:513 +#: data/com.github.phase1geo.minder.shortcuts.ui:520 #, fuzzy msgid "Select Linked Node" msgstr "Selecionar Nó Ligado" -#: data/com.github.phase1geo.minder.shortcuts.ui:520 +#: data/com.github.phase1geo.minder.shortcuts.ui:527 #, fuzzy msgid "Select Callout" msgstr "Selecionar todo o texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:527 +#: data/com.github.phase1geo.minder.shortcuts.ui:534 #, fuzzy msgid "Select Attached Connection" msgstr "Selecionar Conexão Ligada" -#: data/com.github.phase1geo.minder.shortcuts.ui:536 +#: data/com.github.phase1geo.minder.shortcuts.ui:543 msgid "Move" msgstr "Mover" -#: data/com.github.phase1geo.minder.shortcuts.ui:540 +#: data/com.github.phase1geo.minder.shortcuts.ui:547 msgid "Swap with Sibling Node to Right" msgstr "Trocar com Nó Irmão a Direita" -#: data/com.github.phase1geo.minder.shortcuts.ui:547 +#: data/com.github.phase1geo.minder.shortcuts.ui:554 msgid "Swap with Sibling Node to Left" msgstr "Trocar com Nó Irmão a Esquerda" -#: data/com.github.phase1geo.minder.shortcuts.ui:554 +#: data/com.github.phase1geo.minder.shortcuts.ui:561 msgid "Swap with Sibling Node Above" msgstr "Trocar com Nó Irmão Acima" -#: data/com.github.phase1geo.minder.shortcuts.ui:561 +#: data/com.github.phase1geo.minder.shortcuts.ui:568 msgid "Swap with Sibling Node Below" msgstr "Trocar com Nó Irmão Abaixo" -#: data/com.github.phase1geo.minder.shortcuts.ui:568 +#: data/com.github.phase1geo.minder.shortcuts.ui:575 #, fuzzy msgid "Sort Child Nodes Alphabetically" msgstr "Alfabeticamente" -#: data/com.github.phase1geo.minder.shortcuts.ui:577 +#: data/com.github.phase1geo.minder.shortcuts.ui:584 msgid "Alignment" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:581 +#: data/com.github.phase1geo.minder.shortcuts.ui:588 msgid "Align Top Side" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:588 +#: data/com.github.phase1geo.minder.shortcuts.ui:595 #, fuzzy msgid "Align Vertical Center" msgstr "Minder na AppCenter" -#: data/com.github.phase1geo.minder.shortcuts.ui:595 +#: data/com.github.phase1geo.minder.shortcuts.ui:602 #, fuzzy msgid "Align Bottom Side" msgstr "Balancear Nós" -#: data/com.github.phase1geo.minder.shortcuts.ui:602 +#: data/com.github.phase1geo.minder.shortcuts.ui:609 #, fuzzy msgid "Align Left Side" msgstr "Balancear Nós" -#: data/com.github.phase1geo.minder.shortcuts.ui:609 +#: data/com.github.phase1geo.minder.shortcuts.ui:616 #, fuzzy msgid "Align Horizontal Center" msgstr "Horizontal" -#: data/com.github.phase1geo.minder.shortcuts.ui:616 +#: data/com.github.phase1geo.minder.shortcuts.ui:623 msgid "Align Right Side" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:628 +#: data/com.github.phase1geo.minder.shortcuts.ui:635 #, fuzzy msgid "Callout Commands" msgstr "Comandos de Nó" -#: data/com.github.phase1geo.minder.shortcuts.ui:632 -#: data/com.github.phase1geo.minder.shortcuts.ui:665 +#: data/com.github.phase1geo.minder.shortcuts.ui:639 +#: data/com.github.phase1geo.minder.shortcuts.ui:672 #, fuzzy msgid "Change Current" msgstr "Centralizar Nó Atual" -#: data/com.github.phase1geo.minder.shortcuts.ui:661 +#: data/com.github.phase1geo.minder.shortcuts.ui:668 #, fuzzy msgid "Connection Commands" msgstr "Comandos de conexão" -#: data/com.github.phase1geo.minder.shortcuts.ui:683 +#: data/com.github.phase1geo.minder.shortcuts.ui:690 #, fuzzy msgid "Show Properties" msgstr "Propriedades" -#: data/com.github.phase1geo.minder.shortcuts.ui:699 +#: data/com.github.phase1geo.minder.shortcuts.ui:706 msgid "Traversal" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:703 +#: data/com.github.phase1geo.minder.shortcuts.ui:710 #, fuzzy msgid "Select Start Node" msgstr "Selecionar Nó Inicial" -#: data/com.github.phase1geo.minder.shortcuts.ui:710 +#: data/com.github.phase1geo.minder.shortcuts.ui:717 #, fuzzy msgid "Select End Node" msgstr "Selecionar Nó Final" -#: data/com.github.phase1geo.minder.shortcuts.ui:717 +#: data/com.github.phase1geo.minder.shortcuts.ui:724 #, fuzzy msgid "Select Next Connection" msgstr "Selecionar proxima conexão" -#: data/com.github.phase1geo.minder.shortcuts.ui:724 +#: data/com.github.phase1geo.minder.shortcuts.ui:731 #, fuzzy msgid "Select Previous Connection" msgstr "Selecionar conexão anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:736 +#: data/com.github.phase1geo.minder.shortcuts.ui:743 #, fuzzy msgid "Text Editing" msgstr "Edição de texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:744 +#: data/com.github.phase1geo.minder.shortcuts.ui:751 msgid "Insert Newline Character" msgstr "Inserir Caractere de Nova Linha" -#: data/com.github.phase1geo.minder.shortcuts.ui:751 +#: data/com.github.phase1geo.minder.shortcuts.ui:758 msgid "Insert Tab Character" msgstr "Inserir Caractere de Tab" -#: data/com.github.phase1geo.minder.shortcuts.ui:758 +#: data/com.github.phase1geo.minder.shortcuts.ui:765 msgid "Show Emoji Picker" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:765 +#: data/com.github.phase1geo.minder.shortcuts.ui:772 msgid "Add URL Link To Selected Text" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:779 +#: data/com.github.phase1geo.minder.shortcuts.ui:786 #, fuzzy msgid "End Editing" msgstr "Fim de edição" -#: data/com.github.phase1geo.minder.shortcuts.ui:788 +#: data/com.github.phase1geo.minder.shortcuts.ui:795 msgid "Cursor Movement" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:792 +#: data/com.github.phase1geo.minder.shortcuts.ui:799 msgid "Next Character" msgstr "Proximo caractere" -#: data/com.github.phase1geo.minder.shortcuts.ui:799 +#: data/com.github.phase1geo.minder.shortcuts.ui:806 #, fuzzy msgid "Previous Character" msgstr "Caractere Anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:806 +#: data/com.github.phase1geo.minder.shortcuts.ui:813 #, fuzzy msgid "Next Word" msgstr "Proxima Palavra" -#: data/com.github.phase1geo.minder.shortcuts.ui:813 +#: data/com.github.phase1geo.minder.shortcuts.ui:820 #, fuzzy msgid "Previous Word" msgstr "Palavra Anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:820 +#: data/com.github.phase1geo.minder.shortcuts.ui:827 #, fuzzy msgid "Next Line" msgstr "Proxima Linha" -#: data/com.github.phase1geo.minder.shortcuts.ui:827 +#: data/com.github.phase1geo.minder.shortcuts.ui:834 #, fuzzy msgid "Previous Line" msgstr "Linha Anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:834 +#: data/com.github.phase1geo.minder.shortcuts.ui:841 #, fuzzy msgid "Start Of Text" msgstr "Inicio de Texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:841 +#: data/com.github.phase1geo.minder.shortcuts.ui:848 #, fuzzy msgid "End Of Text" msgstr "Fim de Texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:854 +#: data/com.github.phase1geo.minder.shortcuts.ui:861 #, fuzzy msgid "Copy Selected Text" msgstr "Copiar Texto Selecionado" -#: data/com.github.phase1geo.minder.shortcuts.ui:861 +#: data/com.github.phase1geo.minder.shortcuts.ui:868 #, fuzzy msgid "Cut Selected Text" msgstr "Cortar Texto Selecionado" -#: data/com.github.phase1geo.minder.shortcuts.ui:868 +#: data/com.github.phase1geo.minder.shortcuts.ui:875 #, fuzzy msgid "Paste Text" msgstr "Colar" -#: data/com.github.phase1geo.minder.shortcuts.ui:881 +#: data/com.github.phase1geo.minder.shortcuts.ui:888 #, fuzzy msgid "Add Next Character" msgstr "Adicionar Proximo Caractere" -#: data/com.github.phase1geo.minder.shortcuts.ui:888 +#: data/com.github.phase1geo.minder.shortcuts.ui:895 #, fuzzy msgid "Add Previous Character" msgstr "Adicionar Caractere Anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:895 +#: data/com.github.phase1geo.minder.shortcuts.ui:902 #, fuzzy msgid "Add Next Word" msgstr "Adicionar Proxima Palavra" -#: data/com.github.phase1geo.minder.shortcuts.ui:902 +#: data/com.github.phase1geo.minder.shortcuts.ui:909 #, fuzzy msgid "Add Previous Word" msgstr "Adicionar Palavra Anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:909 +#: data/com.github.phase1geo.minder.shortcuts.ui:916 #, fuzzy msgid "Add Next Line" msgstr "Adicionar Proxima Linha" -#: data/com.github.phase1geo.minder.shortcuts.ui:916 +#: data/com.github.phase1geo.minder.shortcuts.ui:923 #, fuzzy msgid "Add Previous Line" msgstr "Adicionar Linha Anterior" -#: data/com.github.phase1geo.minder.shortcuts.ui:923 +#: data/com.github.phase1geo.minder.shortcuts.ui:930 #, fuzzy msgid "Add Start Of Text" msgstr "Adicionar Inicio de Texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:930 +#: data/com.github.phase1geo.minder.shortcuts.ui:937 msgid "Add End Of Text" msgstr "Adicionar Fim de Texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:937 +#: data/com.github.phase1geo.minder.shortcuts.ui:944 #, fuzzy msgid "Select All Text" msgstr "Selecionar Todo Texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:944 +#: data/com.github.phase1geo.minder.shortcuts.ui:951 #, fuzzy msgid "Clear Selection" msgstr "Limpar Seleção" -#: data/com.github.phase1geo.minder.shortcuts.ui:956 +#: data/com.github.phase1geo.minder.shortcuts.ui:963 msgid "Mouse Events" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:965 +#: data/com.github.phase1geo.minder.shortcuts.ui:972 msgid "[Right-click when item is selected]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:971 +#: data/com.github.phase1geo.minder.shortcuts.ui:978 #, fuzzy msgid "Edit Image in Canvas" msgstr "Editar Imagem" -#: data/com.github.phase1geo.minder.shortcuts.ui:972 +#: data/com.github.phase1geo.minder.shortcuts.ui:979 msgid "[Double left-click on image]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:980 +#: data/com.github.phase1geo.minder.shortcuts.ui:987 msgid "Canvas Movement" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:984 +#: data/com.github.phase1geo.minder.shortcuts.ui:991 msgid "Pan Canvas" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:985 +#: data/com.github.phase1geo.minder.shortcuts.ui:992 msgid "[Middle-click + Drag / Alt + Motion]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:991 +#: data/com.github.phase1geo.minder.shortcuts.ui:998 #, fuzzy msgid "Scroll Vertically" msgstr "Vertical" -#: data/com.github.phase1geo.minder.shortcuts.ui:992 +#: data/com.github.phase1geo.minder.shortcuts.ui:999 msgid "[Scrollwheel up/down]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:998 +#: data/com.github.phase1geo.minder.shortcuts.ui:1005 #, fuzzy msgid "Scroll Horizontally" msgstr "Horizontal" -#: data/com.github.phase1geo.minder.shortcuts.ui:999 +#: data/com.github.phase1geo.minder.shortcuts.ui:1006 msgid "[Shift + Scrollwheel up/down]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1007 +#: data/com.github.phase1geo.minder.shortcuts.ui:1014 #, fuzzy msgid "Item Selection" msgstr "Seleção de Item" -#: data/com.github.phase1geo.minder.shortcuts.ui:1011 +#: data/com.github.phase1geo.minder.shortcuts.ui:1018 #, fuzzy msgid "Select Single Item" msgstr "Selecionar Um Item Apenas" -#: data/com.github.phase1geo.minder.shortcuts.ui:1012 +#: data/com.github.phase1geo.minder.shortcuts.ui:1019 msgid "[Left-click on item]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1018 +#: data/com.github.phase1geo.minder.shortcuts.ui:1025 #, fuzzy msgid "Select Child Nodes" msgstr "Selecionar Nós Filhos" -#: data/com.github.phase1geo.minder.shortcuts.ui:1019 +#: data/com.github.phase1geo.minder.shortcuts.ui:1026 msgid "[Control + Left-click on parent node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1025 +#: data/com.github.phase1geo.minder.shortcuts.ui:1032 #, fuzzy msgid "Select Node Tree/Subtree" msgstr "Selecionar Nó" -#: data/com.github.phase1geo.minder.shortcuts.ui:1026 +#: data/com.github.phase1geo.minder.shortcuts.ui:1033 msgid "[Control + Double left-click on parent node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1032 +#: data/com.github.phase1geo.minder.shortcuts.ui:1039 msgid "Select All Nodes at Same Depth Level" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1033 +#: data/com.github.phase1geo.minder.shortcuts.ui:1040 msgid "[Control + Triple left-click on node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1039 +#: data/com.github.phase1geo.minder.shortcuts.ui:1046 #, fuzzy msgid "Block Selection" msgstr "Bloquear Seleção" -#: data/com.github.phase1geo.minder.shortcuts.ui:1040 +#: data/com.github.phase1geo.minder.shortcuts.ui:1047 msgid "[Left-click + Drag]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1048 +#: data/com.github.phase1geo.minder.shortcuts.ui:1055 msgid "Item Selection Toggle (Add to/Remove from Selection)" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1052 +#: data/com.github.phase1geo.minder.shortcuts.ui:1059 #, fuzzy msgid "Toggle Selection of Item" msgstr "Selecionar Nó" -#: data/com.github.phase1geo.minder.shortcuts.ui:1053 +#: data/com.github.phase1geo.minder.shortcuts.ui:1060 msgid "[Shift + Left-click on item]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1059 +#: data/com.github.phase1geo.minder.shortcuts.ui:1066 #, fuzzy msgid "Toggle Selection of Child Nodes" msgstr "Selecionar Nó" -#: data/com.github.phase1geo.minder.shortcuts.ui:1060 +#: data/com.github.phase1geo.minder.shortcuts.ui:1067 msgid "[Shift + Control + Left-click on item]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1066 +#: data/com.github.phase1geo.minder.shortcuts.ui:1073 #, fuzzy msgid "Toggle Selection of Node Tree/Subtree" msgstr "Selecionar Nó" -#: data/com.github.phase1geo.minder.shortcuts.ui:1067 +#: data/com.github.phase1geo.minder.shortcuts.ui:1074 msgid "[Shift + Control + Double left-click on parent node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1073 +#: data/com.github.phase1geo.minder.shortcuts.ui:1080 msgid "Toggle Selection of All Nodes at Same Depth Level" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1074 +#: data/com.github.phase1geo.minder.shortcuts.ui:1081 msgid "[Shift + Control + Triple left-click on node]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1082 +#: data/com.github.phase1geo.minder.shortcuts.ui:1089 #, fuzzy msgid "Text Selection" msgstr "Seleção de Texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:1086 +#: data/com.github.phase1geo.minder.shortcuts.ui:1093 msgid "Set Cursor Insert Point" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1087 +#: data/com.github.phase1geo.minder.shortcuts.ui:1094 msgid "[Left-click anywhere in text]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1093 +#: data/com.github.phase1geo.minder.shortcuts.ui:1100 #, fuzzy msgid "Select current word" msgstr "Selecionar palavra atual" -#: data/com.github.phase1geo.minder.shortcuts.ui:1094 +#: data/com.github.phase1geo.minder.shortcuts.ui:1101 msgid "[Double left-click on word]" msgstr "" -#: data/com.github.phase1geo.minder.shortcuts.ui:1100 +#: data/com.github.phase1geo.minder.shortcuts.ui:1107 #, fuzzy msgid "Select all text" msgstr "Selecionar todo o texto" -#: data/com.github.phase1geo.minder.shortcuts.ui:1101 +#: data/com.github.phase1geo.minder.shortcuts.ui:1108 msgid "[Triple left-click anywhere in text]" msgstr "" diff --git a/po/ru.po b/po/ru.po index 5cc0aa23..4b785e89 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.phase1geo.minder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: 2024-01-06 18:37+0100\n" "Last-Translator: Alexandre Prokoudine \n" "Language-Team: Russian \n" @@ -32,74 +32,74 @@ msgstr "Авторские права © 2018-2023 Trevor Williams" msgid "Minder in AppCenter" msgstr "Minder в AppCenter" -#: src/Application.vala:114 +#: src/Application.vala:122 msgid "ERROR: Unable to import file" msgstr "Ошибка: не удалось открыть импортировать файл" -#: src/Application.vala:118 +#: src/Application.vala:126 msgid "ERROR: Import is missing filename to import" msgstr "Ошибка: отсутствует имя импортируемого файла" -#: src/Application.vala:133 +#: src/Application.vala:141 msgid "ERROR: Export is missing input file and/or export output file" msgstr "Ошибка: для экспорта не хватает исходного и/или экспортируемого файла" -#: src/Application.vala:140 +#: src/Application.vala:148 #, c-format msgid "ERROR: Unable to open file '%s'\n" msgstr "Ошибка: не удалось открыть файл '%s'\n" -#: src/Application.vala:184 +#: src/Application.vala:192 #, c-format msgid "Import file from format (%s)" msgstr "Импортировать файл в формате %s" -#: src/Application.vala:185 +#: src/Application.vala:193 #, c-format msgid "Export mindmap as format (%s)" msgstr "Экспортировать ментальную карту в формат %s" -#: src/Application.vala:188 +#: src/Application.vala:196 msgid "Display version number" msgstr "Показать номер версии" -#: src/Application.vala:189 +#: src/Application.vala:197 msgid "Starts Minder with a new file" msgstr "Запустить Minder и создать карту" -#: src/Application.vala:190 +#: src/Application.vala:198 msgid "Run testing" msgstr "Запустить тестирование" -#: src/Application.vala:193 +#: src/Application.vala:201 msgid "Enables a transparent background for PNG images" msgstr "Включить прозрачный фон для изображений PNG" -#: src/Application.vala:194 +#: src/Application.vala:202 msgid "PNG compression value (0-9)" msgstr "Степень сжатия PNG (0-9)" -#: src/Application.vala:195 +#: src/Application.vala:203 msgid "JPEG quality (0-100)" msgstr "Качество JPEG (0-100)" -#: src/Application.vala:196 +#: src/Application.vala:204 msgid "Enables image links in exported Markdown" msgstr "Включает ссылки на изображения в экспортированном Markdown" -#: src/Application.vala:205 +#: src/Application.vala:213 #, c-format msgid "ERROR: %s\n" msgstr "Ошибка: %s\n" -#: src/Application.vala:206 +#: src/Application.vala:214 #, c-format msgid "Run '%s --help' to see valid options\n" msgstr "" "Введите команду '%s --help', чтобы посмотреть корректные варианты запуска " "программы\n" -#: src/Application.vala:253 +#: src/Application.vala:261 #, c-format msgid "ERROR: Unable to load Minder input file %s" msgstr "Ошибка: не удалось загрузить файл Minder, %s" @@ -111,11 +111,11 @@ msgid "Delete" msgstr "Удалить" #: src/CalloutMenu.vala:38 src/EmptyMenu.vala:49 -#: data/com.github.phase1geo.minder.shortcuts.ui:649 +#: data/com.github.phase1geo.minder.shortcuts.ui:656 msgid "Select Node" msgstr "Выбрать узел" -#: src/Callout.vala:129 src/NodeMenu.vala:237 +#: src/Callout.vala:129 src/NodeMenu.vala:238 msgid "Callout" msgstr "Выноска" @@ -123,7 +123,7 @@ msgstr "Выноска" msgid "No text found" msgstr "Текст не найден" -#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:232 +#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:233 msgid "Connection" msgstr "Соединения" @@ -150,7 +150,7 @@ msgstr "Изменить заголовок…" #: src/ConnectionMenu.vala:50 src/GroupsMenu.vala:47 src/NodeMenu.vala:103 #: data/com.github.phase1geo.minder.shortcuts.ui:338 -#: data/com.github.phase1geo.minder.shortcuts.ui:676 +#: data/com.github.phase1geo.minder.shortcuts.ui:683 msgid "Edit Note" msgstr "Изменить примечание" @@ -159,7 +159,7 @@ msgid "Remove Sticker" msgstr "Удалить стикер" #: src/ConnectionMenu.vala:56 src/GroupsMenu.vala:54 src/ImageManager.vala:300 -#: src/NodeMenu.vala:187 src/NodesMenu.vala:99 +#: src/NodeMenu.vala:188 src/NodesMenu.vala:100 msgid "Select" msgstr "Выбрать" @@ -230,11 +230,11 @@ msgstr "смену конечной точки соединения" msgid "connection drag" msgstr "перетаскивание соединения" -#: src/DrawArea.vala:3659 src/DrawArea.vala:3673 src/DrawArea.vala:5643 +#: src/DrawArea.vala:3660 src/DrawArea.vala:3674 src/DrawArea.vala:5650 msgid "Another Idea" msgstr "Ещё одна идея" -#: src/DrawArea.vala:5096 src/layouts/LayoutManual.vala:26 +#: src/DrawArea.vala:5099 src/layouts/LayoutManual.vala:26 #: src/MapInspector.vala:225 src/MapInspector.vala:448 msgid "Manual" msgstr "Вручную" @@ -287,7 +287,7 @@ msgstr "" msgid "Paste" msgstr "Вставить" -#: src/EmptyMenu.vala:42 src/NodeMenu.vala:156 +#: src/EmptyMenu.vala:42 src/NodeMenu.vala:157 msgid "Add Root Node" msgstr "Вставить корневой узел" @@ -317,13 +317,13 @@ msgid "Export As %s" msgstr "Экспортировать как %s" #: src/Exporter.vala:134 src/ImageEditor.vala:381 src/ImageManager.vala:300 -#: src/MainWindow.vala:1028 src/MainWindow.vala:1123 src/MainWindow.vala:1267 -#: src/QuickEntry.vala:154 src/StickerInspector.vala:401 src/StickerSet.vala:75 +#: src/MainWindow.vala:1083 src/MainWindow.vala:1178 src/MainWindow.vala:1322 +#: src/QuickEntry.vala:154 src/StickerInspector.vala:402 src/StickerSet.vala:75 #: src/ThemeEditor.vala:144 src/UrlEditor.vala:62 msgid "Cancel" msgstr "Отмена" -#: src/Exporter.vala:134 src/MainWindow.vala:845 src/StickerSet.vala:352 +#: src/Exporter.vala:134 src/MainWindow.vala:900 src/StickerSet.vala:352 msgid "Export" msgstr "Экспортировать" @@ -494,7 +494,7 @@ msgstr "Верхние в группе узлы" msgid "All Grouped Nodes" msgstr "Все сгруппированные узлы" -#: src/GroupsMenu.vala:111 src/NodeMenu.vala:689 src/NodesMenu.vala:289 +#: src/GroupsMenu.vala:111 src/NodeMenu.vala:690 src/NodesMenu.vala:290 msgid "Select a link color" msgstr "Выбрать цвет связи" @@ -528,7 +528,7 @@ msgstr "Скопировать изображение в буфер обмена msgid "Paste Image from Clipboard" msgstr "Вставить избражение из бефера обмена" -#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:447 +#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:448 msgid "Remove Image" msgstr "Удалить изображение" @@ -540,208 +540,220 @@ msgstr "Выберите изображение" msgid "Images" msgstr "Изображения" -#: src/MainWindow.vala:154 src/MainWindow.vala:1272 +#: src/MainWindow.vala:64 +msgid "Use system setting" +msgstr "" + +#: src/MainWindow.vala:65 +msgid "Always use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:66 +msgid "Never use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:195 src/MainWindow.vala:1327 msgid "Minder" msgstr "Minder" -#: src/MainWindow.vala:188 data/com.github.phase1geo.minder.shortcuts.ui:21 +#: src/MainWindow.vala:229 data/com.github.phase1geo.minder.shortcuts.ui:21 msgid "New File" msgstr "Создать документ" -#: src/MainWindow.vala:194 src/MainWindow.vala:1119 +#: src/MainWindow.vala:235 src/MainWindow.vala:1174 #: data/com.github.phase1geo.minder.shortcuts.ui:28 msgid "Open File" msgstr "Открыть файл" -#: src/MainWindow.vala:200 data/com.github.phase1geo.minder.shortcuts.ui:42 +#: src/MainWindow.vala:241 data/com.github.phase1geo.minder.shortcuts.ui:42 msgid "Save File As" msgstr "Сохранить файл как" -#: src/MainWindow.vala:206 src/StickerSet.vala:307 src/UndoBuffer.vala:84 +#: src/MainWindow.vala:247 src/StickerSet.vala:307 src/UndoBuffer.vala:84 msgid "Undo" msgstr "Отменить" -#: src/MainWindow.vala:213 src/StickerSet.vala:308 src/UndoBuffer.vala:90 +#: src/MainWindow.vala:254 src/StickerSet.vala:308 src/UndoBuffer.vala:90 msgid "Redo" msgstr "Вернуть" -#: src/MainWindow.vala:548 +#: src/MainWindow.vala:603 msgid "Unnamed Document" msgstr "Безымянный документ" -#: src/MainWindow.vala:551 +#: src/MainWindow.vala:606 msgid "Read-Only" msgstr "Только чтение" -#: src/MainWindow.vala:555 src/MainWindow.vala:880 +#: src/MainWindow.vala:610 src/MainWindow.vala:935 msgid "Focus Mode" msgstr "Режим фокусировки" -#: src/MainWindow.vala:589 src/MainWindow.vala:1324 +#: src/MainWindow.vala:644 src/MainWindow.vala:1379 #, c-format msgid "Zoom (%d%%)" msgstr "Масштаб (%d%%)" -#: src/MainWindow.vala:596 +#: src/MainWindow.vala:651 msgid "Zoom to Percent" msgstr "Масштаб в процентах" -#: src/MainWindow.vala:609 src/ZoomWidget.vala:102 +#: src/MainWindow.vala:664 src/ZoomWidget.vala:102 #: data/com.github.phase1geo.minder.shortcuts.ui:119 msgid "Zoom In" msgstr "Приблизить" -#: src/MainWindow.vala:615 src/ZoomWidget.vala:92 +#: src/MainWindow.vala:670 src/ZoomWidget.vala:92 #: data/com.github.phase1geo.minder.shortcuts.ui:126 msgid "Zoom Out" msgstr "Отдалить" -#: src/MainWindow.vala:625 +#: src/MainWindow.vala:680 msgid "Zoom to Fit" msgstr "Уместить всё" -#: src/MainWindow.vala:630 data/com.github.phase1geo.minder.shortcuts.ui:140 +#: src/MainWindow.vala:685 data/com.github.phase1geo.minder.shortcuts.ui:140 msgid "Zoom to Fit Selected Node Tree" msgstr "Уместить выбранное дерево узлов" -#: src/MainWindow.vala:635 +#: src/MainWindow.vala:690 msgid "Zoom to Actual Size" msgstr "Настоящий размер" -#: src/MainWindow.vala:659 src/StickerSet.vala:114 +#: src/MainWindow.vala:714 src/StickerSet.vala:114 msgid "Search" msgstr "Искать" -#: src/MainWindow.vala:669 +#: src/MainWindow.vala:724 msgid "Search Nodes, Callouts and Connections" msgstr "Искать по узлам, выноскам и соединениям" -#: src/MainWindow.vala:698 +#: src/MainWindow.vala:753 msgid "Search Criteria" msgstr "Критерии поиска" -#: src/MainWindow.vala:701 +#: src/MainWindow.vala:756 msgid "Search all tabs" msgstr "Искать во всех вкладках" -#: src/MainWindow.vala:735 +#: src/MainWindow.vala:790 msgid "Nodes" msgstr "Узлы" -#: src/MainWindow.vala:736 +#: src/MainWindow.vala:791 msgid "Connections" msgstr "Соединения" -#: src/MainWindow.vala:737 +#: src/MainWindow.vala:792 msgid "Callouts" msgstr "Выноски" -#: src/MainWindow.vala:738 +#: src/MainWindow.vala:793 msgid "Titles" msgstr "Заголовки" -#: src/MainWindow.vala:739 +#: src/MainWindow.vala:794 msgid "Notes" msgstr "Примечания" -#: src/MainWindow.vala:740 +#: src/MainWindow.vala:795 msgid "Folded" msgstr "Свёрнутые" -#: src/MainWindow.vala:741 +#: src/MainWindow.vala:796 msgid "Unfolded" msgstr "Развёрнутые" -#: src/MainWindow.vala:742 +#: src/MainWindow.vala:797 msgid "Tasks" msgstr "Задачи" -#: src/MainWindow.vala:743 +#: src/MainWindow.vala:798 msgid "Non-tasks" msgstr "Не задачи" -#: src/MainWindow.vala:857 +#: src/MainWindow.vala:912 msgid "Print…" msgstr "Печать…" -#: src/MainWindow.vala:905 src/Preferences.vala:36 +#: src/MainWindow.vala:960 src/Preferences.vala:36 msgid "Preferences" msgstr "Параметры" -#: src/MainWindow.vala:910 +#: src/MainWindow.vala:965 msgid "Shortcuts Cheatsheet" msgstr "Справка по горячим клавишам" -#: src/MainWindow.vala:914 +#: src/MainWindow.vala:969 msgid "About Minder" msgstr "О программе" -#: src/MainWindow.vala:947 src/MainWindow.vala:1396 +#: src/MainWindow.vala:1002 src/MainWindow.vala:1451 msgid "Show Property Sidebar" msgstr "Показать панель свойств" -#: src/MainWindow.vala:962 +#: src/MainWindow.vala:1017 msgid "Current" msgstr "Выбранное" -#: src/MainWindow.vala:963 src/StyleInspector.vala:198 +#: src/MainWindow.vala:1018 src/StyleInspector.vala:198 msgid "Style" msgstr "Стиль" -#: src/MainWindow.vala:964 +#: src/MainWindow.vala:1019 msgid "Stickers" msgstr "Стикеры" -#: src/MainWindow.vala:965 +#: src/MainWindow.vala:1020 msgid "Map" msgstr "Макет" -#: src/MainWindow.vala:1019 +#: src/MainWindow.vala:1074 msgid "Save current unnamed document?" msgstr "Сохранить текущий безымянный документ?" -#: src/MainWindow.vala:1020 +#: src/MainWindow.vala:1075 msgid "Changes will be permanently lost if not saved." msgstr "Без сохранения изменения будут утеряны навсегда." -#: src/MainWindow.vala:1025 +#: src/MainWindow.vala:1080 msgid "Discard Changes" msgstr "Отказаться от изменений" -#: src/MainWindow.vala:1031 src/MainWindow.vala:1267 src/ThemeEditor.vala:147 +#: src/MainWindow.vala:1086 src/MainWindow.vala:1322 src/ThemeEditor.vala:147 msgid "Save" msgstr "Сохранить" -#: src/MainWindow.vala:1060 +#: src/MainWindow.vala:1115 #, c-format msgid "The file %s was modified outside of the application." msgstr "Файл %s был изменён другим приложением." -#: src/MainWindow.vala:1061 +#: src/MainWindow.vala:1116 msgid "What do you want to do?" msgstr "Как вы хотите поступить?" -#: src/MainWindow.vala:1066 +#: src/MainWindow.vala:1121 msgid "Discard Changes and reload" msgstr "Отказаться от изменений и перезагрузить" -#: src/MainWindow.vala:1069 +#: src/MainWindow.vala:1124 msgid "Save local version and overwrite" msgstr "Сохранить локальную версию и перезаписать" -#: src/MainWindow.vala:1119 +#: src/MainWindow.vala:1174 msgid "Open Directory" msgstr "Открыть папку" -#: src/MainWindow.vala:1122 +#: src/MainWindow.vala:1177 msgid "Open" msgstr "Открыть" -#: src/MainWindow.vala:1267 +#: src/MainWindow.vala:1322 msgid "Save File" msgstr "Сохранить файл" -#: src/MainWindow.vala:1340 +#: src/MainWindow.vala:1395 msgid "Hide Property Sidebar" msgstr "Скрыть панель свойств" @@ -861,7 +873,7 @@ msgstr "Открепить узел" msgid "Delete Node" msgstr "Удалить узел" -#: src/NodeLink.vala:106 +#: src/NodeLink.vala:107 src/NodeLink.vala:110 msgid "No node found" msgstr "Узлы не найдены" @@ -873,7 +885,7 @@ msgstr "Скопировать" msgid "Cut" msgstr "Вырезать" -#: src/NodeMenu.vala:84 src/NodeMenu.vala:459 +#: src/NodeMenu.vala:84 src/NodeMenu.vala:460 msgid "Paste and Replace Node" msgstr "Вставить и заменить узел" @@ -889,15 +901,15 @@ msgstr "Изменить узел" msgid "Edit Text…" msgstr "Изменить текст…" -#: src/NodeMenu.vala:107 src/NodeMenu.vala:429 +#: src/NodeMenu.vala:107 src/NodeMenu.vala:430 msgid "Add Task" msgstr "Добавить задачу" -#: src/NodeMenu.vala:110 src/NodeMenu.vala:447 +#: src/NodeMenu.vala:110 src/NodeMenu.vala:448 msgid "Add Image" msgstr "Добавить изображение" -#: src/NodeMenu.vala:117 src/NodeMenu.vala:430 +#: src/NodeMenu.vala:117 src/NodeMenu.vala:431 msgid "Add Node Link" msgstr "Добавить ссылку на узел" @@ -909,7 +921,7 @@ msgstr "Добавить связь" msgid "Add Group" msgstr "Создать группу" -#: src/NodeMenu.vala:129 src/NodeMenu.vala:432 +#: src/NodeMenu.vala:129 src/NodeMenu.vala:433 msgid "Add Callout" msgstr "Добавить выноску" @@ -917,144 +929,144 @@ msgstr "Добавить выноску" msgid "Link Color" msgstr "Цвет ссылки" -#: src/NodeMenu.vala:136 src/NodesMenu.vala:84 +#: src/NodeMenu.vala:137 src/NodesMenu.vala:85 msgid "Set to color…" msgstr "Установить цвет…" -#: src/NodeMenu.vala:139 +#: src/NodeMenu.vala:140 msgid "Randomize color" msgstr "Выбрать случайный цвет" -#: src/NodeMenu.vala:142 src/NodesMenu.vala:90 +#: src/NodeMenu.vala:143 src/NodesMenu.vala:91 msgid "Use parent color" msgstr "Использовать цвет узла-родителя" -#: src/NodeMenu.vala:146 src/NodeMenu.vala:431 src/NodesMenu.vala:64 -#: src/NodesMenu.vala:222 +#: src/NodeMenu.vala:147 src/NodeMenu.vala:432 src/NodesMenu.vala:64 +#: src/NodesMenu.vala:223 msgid "Fold Children" msgstr "Свернуть узлы-потомки" -#: src/NodeMenu.vala:149 +#: src/NodeMenu.vala:150 msgid "Detach" msgstr "Открепить" -#: src/NodeMenu.vala:152 +#: src/NodeMenu.vala:153 msgid "Add Node" msgstr "Добавить узел" -#: src/NodeMenu.vala:159 +#: src/NodeMenu.vala:160 msgid "Add Parent Node" msgstr "Добавить узел-родитель" -#: src/NodeMenu.vala:163 +#: src/NodeMenu.vala:164 msgid "Add Child Node" msgstr "Добавить узел-потомок" -#: src/NodeMenu.vala:167 +#: src/NodeMenu.vala:168 msgid "Add Sibling Node" msgstr "Добавить узел-сиблинг" -#: src/NodeMenu.vala:171 +#: src/NodeMenu.vala:172 msgid "Use to Summarize Previous Sibling Nodes" msgstr "Использовать для создания сводки по предыдущим узлам-сиблингам" -#: src/NodeMenu.vala:175 src/QuickEntry.vala:44 +#: src/NodeMenu.vala:176 src/QuickEntry.vala:44 msgid "Quick Entry" msgstr "Быстрый ввод" -#: src/NodeMenu.vala:179 +#: src/NodeMenu.vala:180 msgid "Insert Nodes" msgstr "Вставить узлы" -#: src/NodeMenu.vala:183 +#: src/NodeMenu.vala:184 msgid "Replace Nodes" msgstr "Заменить узлы" -#: src/NodeMenu.vala:192 +#: src/NodeMenu.vala:193 msgid "Root Node" msgstr "Корневой узел" -#: src/NodeMenu.vala:197 +#: src/NodeMenu.vala:198 msgid "Next Sibling Node" msgstr "Следующий узел-сиблинг" -#: src/NodeMenu.vala:202 +#: src/NodeMenu.vala:203 msgid "Previous Sibling Node" msgstr "Предыдущий узел-сиблинг" -#: src/NodeMenu.vala:207 +#: src/NodeMenu.vala:208 msgid "Child Node" msgstr "Узел-потомок" -#: src/NodeMenu.vala:212 src/NodesMenu.vala:108 +#: src/NodeMenu.vala:213 src/NodesMenu.vala:109 msgid "Child Nodes" msgstr "Узлы-потомки" -#: src/NodeMenu.vala:217 +#: src/NodeMenu.vala:218 msgid "Subtree" msgstr "Всё поддерево" -#: src/NodeMenu.vala:222 +#: src/NodeMenu.vala:223 msgid "Parent Node" msgstr "Узел-родитель" -#: src/NodeMenu.vala:227 +#: src/NodeMenu.vala:228 msgid "Linked Node" msgstr "Связанный узел" -#: src/NodeMenu.vala:241 +#: src/NodeMenu.vala:242 msgid "Center Current Node" msgstr "Центрировать выбранный узел" -#: src/NodeMenu.vala:245 +#: src/NodeMenu.vala:246 msgid "Sort Children" msgstr "Отсортировать узлы-потомки" -#: src/NodeMenu.vala:249 +#: src/NodeMenu.vala:250 msgid "Alphabetically" msgstr "По алфавиту" -#: src/NodeMenu.vala:252 +#: src/NodeMenu.vala:253 msgid "Randomize" msgstr "Случайным образом" -#: src/NodeMenu.vala:427 +#: src/NodeMenu.vala:428 msgid "Remove Task" msgstr "Удалить задачу" -#: src/NodeMenu.vala:428 +#: src/NodeMenu.vala:429 msgid "Mark Task As Done" msgstr "Пометить задачу как выполненную" -#: src/NodeMenu.vala:430 +#: src/NodeMenu.vala:431 msgid "Remove Node Link" msgstr "Удалить ссылку на узел" -#: src/NodeMenu.vala:431 src/NodesMenu.vala:222 +#: src/NodeMenu.vala:432 src/NodesMenu.vala:223 msgid "Unfold Children" msgstr "Развернуть узлы-потомки" -#: src/NodeMenu.vala:432 data/com.github.phase1geo.minder.shortcuts.ui:636 +#: src/NodeMenu.vala:433 data/com.github.phase1geo.minder.shortcuts.ui:643 msgid "Remove Callout" msgstr "Удалить выноску" -#: src/NodeMenu.vala:452 +#: src/NodeMenu.vala:453 msgid "Paste Text As Child Node" msgstr "Вставить текст как узел-потомок" -#: src/NodeMenu.vala:453 +#: src/NodeMenu.vala:454 msgid "Paste and Replace Node Text" msgstr "Вставить и заменить текст узла" -#: src/NodeMenu.vala:455 +#: src/NodeMenu.vala:456 msgid "Paste Image As Child Node" msgstr "Вставить изображение как узел-потомок" -#: src/NodeMenu.vala:456 +#: src/NodeMenu.vala:457 msgid "Paste and Replace Node Image" msgstr "Вставить и заменить изображение узла" -#: src/NodeMenu.vala:458 +#: src/NodeMenu.vala:459 msgid "Paste Node As Child" msgstr "Вставить узел как потомок" @@ -1066,7 +1078,7 @@ msgstr "Переключить статус задачи" msgid "Connect" msgstr "Соединить" -#: src/NodesMenu.vala:72 src/NodesMenu.vala:223 +#: src/NodesMenu.vala:72 src/NodesMenu.vala:224 msgid "Link Nodes" msgstr "Слинковать узлы" @@ -1074,55 +1086,55 @@ msgstr "Слинковать узлы" msgid "Link Colors" msgstr "Цвета ссылок" -#: src/NodesMenu.vala:87 +#: src/NodesMenu.vala:88 msgid "Randomize colors" msgstr "Выбрать случайные цвета" -#: src/NodesMenu.vala:103 +#: src/NodesMenu.vala:104 msgid "Parent Nodes" msgstr "Узлы-родители" -#: src/NodesMenu.vala:117 +#: src/NodesMenu.vala:118 msgid "Align Nodes" msgstr "Выровнять узлы" -#: src/NodesMenu.vala:121 +#: src/NodesMenu.vala:122 msgid "Align Top" msgstr "По верхнему краю" -#: src/NodesMenu.vala:125 +#: src/NodesMenu.vala:126 msgid "Align Center Horizontally" msgstr "По центру горизонтально" -#: src/NodesMenu.vala:129 +#: src/NodesMenu.vala:130 msgid "Align Bottom" msgstr "По нижнему краю" -#: src/NodesMenu.vala:133 +#: src/NodesMenu.vala:134 msgid "Align Left" msgstr "По левому краю" -#: src/NodesMenu.vala:137 +#: src/NodesMenu.vala:138 msgid "Align Center Vertically" msgstr "По центру вертикально" -#: src/NodesMenu.vala:141 +#: src/NodesMenu.vala:142 msgid "Align Right" msgstr "По правому краю" -#: src/NodesMenu.vala:223 +#: src/NodesMenu.vala:224 msgid "Remove Node Links" msgstr "Удалить ссылки на узлы" -#: src/Node.vala:2325 +#: src/Node.vala:2321 msgid "Node Title" msgstr "Заголовок узла" -#: src/Node.vala:2333 +#: src/Node.vala:2329 msgid "Node Note" msgstr "Примечание к узлу" -#: src/Node.vala:2344 +#: src/Node.vala:2340 msgid "Callout Text" msgstr "Текст выноски" @@ -1194,23 +1206,32 @@ msgstr "Выделять объекты наведением мыши" msgid "If enabled, selects items when mouse cursor hovers over the item." msgstr "Выделять ли объекты наведением указателя на них" -#: src/Preferences.vala:110 +#: src/Preferences.vala:99 +#, fuzzy +msgid "Natural scrolling" +msgstr "Рыночно-нейтральный трейдинг" + +#: src/Preferences.vala:101 +msgid "Specifies scrolling used when panning the canvas." +msgstr "" + +#: src/Preferences.vala:114 msgid "Hide themes not matching visual style" msgstr "Скрывать темы, не соответствующие визуальному стилю" -#: src/Preferences.vala:114 +#: src/Preferences.vala:118 msgid "Default theme" msgstr "Тема по умолчанию" -#: src/Preferences.vala:117 +#: src/Preferences.vala:121 msgid "Enable animations" msgstr "Включить анимацию" -#: src/Preferences.vala:120 +#: src/Preferences.vala:124 msgid "Text field font size" msgstr "Размер шрифта в текстовых полях" -#: src/Preferences.vala:123 +#: src/Preferences.vala:127 msgid "" "Specifies the custom font size to use in text editing fields (i.e, quick " "entry or notes field)." @@ -1316,23 +1337,23 @@ msgstr "" msgid "Search Stickers" msgstr "Искать по стикерам" -#: src/StickerInspector.vala:134 +#: src/StickerInspector.vala:137 msgid "Favorites" msgstr "Избранное" -#: src/StickerInspector.vala:140 +#: src/StickerInspector.vala:143 msgid "Show Custom Sticker Directory" msgstr "Показать каталог с собственными стикерами" -#: src/StickerInspector.vala:214 +#: src/StickerInspector.vala:215 msgid "Add custom stickers" msgstr "Добавить свои стикеры" -#: src/StickerInspector.vala:401 +#: src/StickerInspector.vala:402 msgid "Import Sticker(s)" msgstr "Импортировать стикеры" -#: src/StickerInspector.vala:401 src/StickerSet.vala:353 +#: src/StickerInspector.vala:402 src/StickerSet.vala:353 msgid "Import" msgstr "Импортировать" @@ -3242,7 +3263,7 @@ msgid "Minder Shortcuts" msgstr "Горячие клавиши в Minder" #: data/com.github.phase1geo.minder.shortcuts.ui:12 -#: data/com.github.phase1geo.minder.shortcuts.ui:960 +#: data/com.github.phase1geo.minder.shortcuts.ui:967 msgid "General" msgstr "Общие" @@ -3315,7 +3336,7 @@ msgid "Show Map Tab" msgstr "Показать вкладку «Карта»" #: data/com.github.phase1geo.minder.shortcuts.ui:190 -#: data/com.github.phase1geo.minder.shortcuts.ui:740 +#: data/com.github.phase1geo.minder.shortcuts.ui:747 msgid "Miscellaneous" msgstr "Разное" @@ -3328,7 +3349,7 @@ msgid "Search Nodes/Connections" msgstr "Искать узлы и соединения" #: data/com.github.phase1geo.minder.shortcuts.ui:208 -#: data/com.github.phase1geo.minder.shortcuts.ui:964 +#: data/com.github.phase1geo.minder.shortcuts.ui:971 msgid "Show Contextual Menu" msgstr "Показать контекстное меню" @@ -3373,7 +3394,7 @@ msgid "Quick Entry Replacement" msgstr "Быстрая замена записи" #: data/com.github.phase1geo.minder.shortcuts.ui:293 -#: data/com.github.phase1geo.minder.shortcuts.ui:850 +#: data/com.github.phase1geo.minder.shortcuts.ui:857 msgid "Clipboard" msgstr "Буфер обмена" @@ -3398,7 +3419,7 @@ msgid "Changing Current" msgstr "Изменить текущие" #: data/com.github.phase1geo.minder.shortcuts.ui:331 -#: data/com.github.phase1geo.minder.shortcuts.ui:669 +#: data/com.github.phase1geo.minder.shortcuts.ui:676 msgid "Edit Title" msgstr "Изменить заголовок" @@ -3411,464 +3432,469 @@ msgid "Add URL Link To Text" msgstr "Добавить URL к выделенному тексту" #: data/com.github.phase1geo.minder.shortcuts.ui:359 -#: data/com.github.phase1geo.minder.shortcuts.ui:772 +#: data/com.github.phase1geo.minder.shortcuts.ui:779 msgid "Remove URL Link From Text" msgstr "Удалить ссылку из текста" #: data/com.github.phase1geo.minder.shortcuts.ui:366 +#, fuzzy +msgid "Change Link Color" +msgstr "Цвет ссылки" + +#: data/com.github.phase1geo.minder.shortcuts.ui:373 msgid "View Properties" msgstr "Открыть свойства" -#: data/com.github.phase1geo.minder.shortcuts.ui:373 +#: data/com.github.phase1geo.minder.shortcuts.ui:380 msgid "Toggle Fold" msgstr "Развернуть или свернуть" -#: data/com.github.phase1geo.minder.shortcuts.ui:380 +#: data/com.github.phase1geo.minder.shortcuts.ui:387 msgid "Toggle Node Link" msgstr "Переключить ссылку на узел" -#: data/com.github.phase1geo.minder.shortcuts.ui:387 +#: data/com.github.phase1geo.minder.shortcuts.ui:394 msgid "Create Link to Selected Node" msgstr "Создать соединение с выбранным узлом" -#: data/com.github.phase1geo.minder.shortcuts.ui:388 +#: data/com.github.phase1geo.minder.shortcuts.ui:395 msgid "[After using this command, 'y' will create the link]" msgstr "[После этой команды 'y' создаст связь]" -#: data/com.github.phase1geo.minder.shortcuts.ui:395 +#: data/com.github.phase1geo.minder.shortcuts.ui:402 msgid "Create Group" msgstr "Создать группу" -#: data/com.github.phase1geo.minder.shortcuts.ui:402 +#: data/com.github.phase1geo.minder.shortcuts.ui:409 msgid "Create Connection" msgstr "Создать соединение" -#: data/com.github.phase1geo.minder.shortcuts.ui:409 +#: data/com.github.phase1geo.minder.shortcuts.ui:416 msgid "Create Callout" msgstr "Создать выноску" -#: data/com.github.phase1geo.minder.shortcuts.ui:416 +#: data/com.github.phase1geo.minder.shortcuts.ui:423 msgid "Center In View" msgstr "Центрировать в окне" -#: data/com.github.phase1geo.minder.shortcuts.ui:423 -#: data/com.github.phase1geo.minder.shortcuts.ui:690 +#: data/com.github.phase1geo.minder.shortcuts.ui:430 +#: data/com.github.phase1geo.minder.shortcuts.ui:697 msgid "Place Into View" msgstr "Прокрутить холст и показать" -#: data/com.github.phase1geo.minder.shortcuts.ui:432 -#: data/com.github.phase1geo.minder.shortcuts.ui:645 -#: data/com.github.phase1geo.minder.shortcuts.ui:877 +#: data/com.github.phase1geo.minder.shortcuts.ui:439 +#: data/com.github.phase1geo.minder.shortcuts.ui:652 +#: data/com.github.phase1geo.minder.shortcuts.ui:884 msgid "Selection" msgstr "Выделение" -#: data/com.github.phase1geo.minder.shortcuts.ui:436 +#: data/com.github.phase1geo.minder.shortcuts.ui:443 msgid "Select Root" msgstr "Выбрать корневой узел" -#: data/com.github.phase1geo.minder.shortcuts.ui:443 +#: data/com.github.phase1geo.minder.shortcuts.ui:450 msgid "Select Parent" msgstr "Выбрать узел-родитель" -#: data/com.github.phase1geo.minder.shortcuts.ui:450 +#: data/com.github.phase1geo.minder.shortcuts.ui:457 msgid "Select Next Sibling" msgstr "Выбрать следующий узел-сиблинг" -#: data/com.github.phase1geo.minder.shortcuts.ui:457 +#: data/com.github.phase1geo.minder.shortcuts.ui:464 msgid "Select Previous Sibling" msgstr "Выбрать предыдущий узел-сиблинг" -#: data/com.github.phase1geo.minder.shortcuts.ui:464 +#: data/com.github.phase1geo.minder.shortcuts.ui:471 msgid "Select Child" msgstr "Выбрать узел-потомок" -#: data/com.github.phase1geo.minder.shortcuts.ui:471 +#: data/com.github.phase1geo.minder.shortcuts.ui:478 msgid "Select Children" msgstr "Выбрать узлы потомки" -#: data/com.github.phase1geo.minder.shortcuts.ui:478 +#: data/com.github.phase1geo.minder.shortcuts.ui:485 msgid "Select Subtree" msgstr "Выбрать поддерево" -#: data/com.github.phase1geo.minder.shortcuts.ui:485 +#: data/com.github.phase1geo.minder.shortcuts.ui:492 msgid "Select Node Below" msgstr "Выбрать узел ниже" -#: data/com.github.phase1geo.minder.shortcuts.ui:492 +#: data/com.github.phase1geo.minder.shortcuts.ui:499 msgid "Select Node Above" msgstr "Выбрать узел выше" -#: data/com.github.phase1geo.minder.shortcuts.ui:499 +#: data/com.github.phase1geo.minder.shortcuts.ui:506 msgid "Select Node To Right" msgstr "Выбрать узел справа" -#: data/com.github.phase1geo.minder.shortcuts.ui:506 +#: data/com.github.phase1geo.minder.shortcuts.ui:513 msgid "Select Node To Left" msgstr "Выбрать узел слева" -#: data/com.github.phase1geo.minder.shortcuts.ui:513 +#: data/com.github.phase1geo.minder.shortcuts.ui:520 msgid "Select Linked Node" msgstr "Выбрать слинкованный узел" -#: data/com.github.phase1geo.minder.shortcuts.ui:520 +#: data/com.github.phase1geo.minder.shortcuts.ui:527 msgid "Select Callout" msgstr "Выбрать выноску" -#: data/com.github.phase1geo.minder.shortcuts.ui:527 +#: data/com.github.phase1geo.minder.shortcuts.ui:534 msgid "Select Attached Connection" msgstr "Выбрать связанное соединение" -#: data/com.github.phase1geo.minder.shortcuts.ui:536 +#: data/com.github.phase1geo.minder.shortcuts.ui:543 msgid "Move" msgstr "Переместить" -#: data/com.github.phase1geo.minder.shortcuts.ui:540 +#: data/com.github.phase1geo.minder.shortcuts.ui:547 msgid "Swap with Sibling Node to Right" msgstr "Поменять местами с узлом-потомком справа" -#: data/com.github.phase1geo.minder.shortcuts.ui:547 +#: data/com.github.phase1geo.minder.shortcuts.ui:554 msgid "Swap with Sibling Node to Left" msgstr "Поменять местами с узлом-потомком слева" -#: data/com.github.phase1geo.minder.shortcuts.ui:554 +#: data/com.github.phase1geo.minder.shortcuts.ui:561 msgid "Swap with Sibling Node Above" msgstr "Поменять местами с узлом-потомком сверху" -#: data/com.github.phase1geo.minder.shortcuts.ui:561 +#: data/com.github.phase1geo.minder.shortcuts.ui:568 msgid "Swap with Sibling Node Below" msgstr "Поменять местами с узлом-потомком снизу" -#: data/com.github.phase1geo.minder.shortcuts.ui:568 +#: data/com.github.phase1geo.minder.shortcuts.ui:575 msgid "Sort Child Nodes Alphabetically" msgstr "Сортировать узлы-потомки в алфавитном порядке" -#: data/com.github.phase1geo.minder.shortcuts.ui:577 +#: data/com.github.phase1geo.minder.shortcuts.ui:584 msgid "Alignment" msgstr "Выравнивание" -#: data/com.github.phase1geo.minder.shortcuts.ui:581 +#: data/com.github.phase1geo.minder.shortcuts.ui:588 msgid "Align Top Side" msgstr "Выровнять по верхней стороне" -#: data/com.github.phase1geo.minder.shortcuts.ui:588 +#: data/com.github.phase1geo.minder.shortcuts.ui:595 msgid "Align Vertical Center" msgstr "По центру вертикально" -#: data/com.github.phase1geo.minder.shortcuts.ui:595 +#: data/com.github.phase1geo.minder.shortcuts.ui:602 msgid "Align Bottom Side" msgstr "Выровнять по нижней стороне" -#: data/com.github.phase1geo.minder.shortcuts.ui:602 +#: data/com.github.phase1geo.minder.shortcuts.ui:609 msgid "Align Left Side" msgstr "Выровнять по левой стороне" -#: data/com.github.phase1geo.minder.shortcuts.ui:609 +#: data/com.github.phase1geo.minder.shortcuts.ui:616 msgid "Align Horizontal Center" msgstr "По центру горизонтально" -#: data/com.github.phase1geo.minder.shortcuts.ui:616 +#: data/com.github.phase1geo.minder.shortcuts.ui:623 msgid "Align Right Side" msgstr "Выровнять по правой стороне" -#: data/com.github.phase1geo.minder.shortcuts.ui:628 +#: data/com.github.phase1geo.minder.shortcuts.ui:635 msgid "Callout Commands" msgstr "Команды выносок" -#: data/com.github.phase1geo.minder.shortcuts.ui:632 -#: data/com.github.phase1geo.minder.shortcuts.ui:665 +#: data/com.github.phase1geo.minder.shortcuts.ui:639 +#: data/com.github.phase1geo.minder.shortcuts.ui:672 msgid "Change Current" msgstr "Редактирование" -#: data/com.github.phase1geo.minder.shortcuts.ui:661 +#: data/com.github.phase1geo.minder.shortcuts.ui:668 msgid "Connection Commands" msgstr "Операции с соединениями" -#: data/com.github.phase1geo.minder.shortcuts.ui:683 +#: data/com.github.phase1geo.minder.shortcuts.ui:690 msgid "Show Properties" msgstr "Показать свойства" -#: data/com.github.phase1geo.minder.shortcuts.ui:699 +#: data/com.github.phase1geo.minder.shortcuts.ui:706 msgid "Traversal" msgstr "Перемещение" -#: data/com.github.phase1geo.minder.shortcuts.ui:703 +#: data/com.github.phase1geo.minder.shortcuts.ui:710 msgid "Select Start Node" msgstr "Выбрать начальный узел" -#: data/com.github.phase1geo.minder.shortcuts.ui:710 +#: data/com.github.phase1geo.minder.shortcuts.ui:717 msgid "Select End Node" msgstr "Выбрать конечный узел" -#: data/com.github.phase1geo.minder.shortcuts.ui:717 +#: data/com.github.phase1geo.minder.shortcuts.ui:724 msgid "Select Next Connection" msgstr "Выбрать следующее соединение" -#: data/com.github.phase1geo.minder.shortcuts.ui:724 +#: data/com.github.phase1geo.minder.shortcuts.ui:731 msgid "Select Previous Connection" msgstr "Выбрать предыдущее соединение" -#: data/com.github.phase1geo.minder.shortcuts.ui:736 +#: data/com.github.phase1geo.minder.shortcuts.ui:743 msgid "Text Editing" msgstr "Правка текста" -#: data/com.github.phase1geo.minder.shortcuts.ui:744 +#: data/com.github.phase1geo.minder.shortcuts.ui:751 msgid "Insert Newline Character" msgstr "Вставить перенос строки" -#: data/com.github.phase1geo.minder.shortcuts.ui:751 +#: data/com.github.phase1geo.minder.shortcuts.ui:758 msgid "Insert Tab Character" msgstr "Вставить табулятор" -#: data/com.github.phase1geo.minder.shortcuts.ui:758 +#: data/com.github.phase1geo.minder.shortcuts.ui:765 msgid "Show Emoji Picker" msgstr "Показать палитру эмотиконов" -#: data/com.github.phase1geo.minder.shortcuts.ui:765 +#: data/com.github.phase1geo.minder.shortcuts.ui:772 msgid "Add URL Link To Selected Text" msgstr "Добавить URL к выделенному тексту" -#: data/com.github.phase1geo.minder.shortcuts.ui:779 +#: data/com.github.phase1geo.minder.shortcuts.ui:786 msgid "End Editing" msgstr "Завершить правку" -#: data/com.github.phase1geo.minder.shortcuts.ui:788 +#: data/com.github.phase1geo.minder.shortcuts.ui:795 msgid "Cursor Movement" msgstr "Движение указателя мыши" -#: data/com.github.phase1geo.minder.shortcuts.ui:792 +#: data/com.github.phase1geo.minder.shortcuts.ui:799 msgid "Next Character" msgstr "Следующий символ" -#: data/com.github.phase1geo.minder.shortcuts.ui:799 +#: data/com.github.phase1geo.minder.shortcuts.ui:806 msgid "Previous Character" msgstr "Предыдущий символ" -#: data/com.github.phase1geo.minder.shortcuts.ui:806 +#: data/com.github.phase1geo.minder.shortcuts.ui:813 msgid "Next Word" msgstr "Следующее слово" -#: data/com.github.phase1geo.minder.shortcuts.ui:813 +#: data/com.github.phase1geo.minder.shortcuts.ui:820 msgid "Previous Word" msgstr "Предыдущее слово" -#: data/com.github.phase1geo.minder.shortcuts.ui:820 +#: data/com.github.phase1geo.minder.shortcuts.ui:827 msgid "Next Line" msgstr "Следующая строка" -#: data/com.github.phase1geo.minder.shortcuts.ui:827 +#: data/com.github.phase1geo.minder.shortcuts.ui:834 msgid "Previous Line" msgstr "Предыдущая строка" -#: data/com.github.phase1geo.minder.shortcuts.ui:834 +#: data/com.github.phase1geo.minder.shortcuts.ui:841 msgid "Start Of Text" msgstr "Начало текста" -#: data/com.github.phase1geo.minder.shortcuts.ui:841 +#: data/com.github.phase1geo.minder.shortcuts.ui:848 msgid "End Of Text" msgstr "Конец текста" -#: data/com.github.phase1geo.minder.shortcuts.ui:854 +#: data/com.github.phase1geo.minder.shortcuts.ui:861 msgid "Copy Selected Text" msgstr "Скопировать выделенный текст" -#: data/com.github.phase1geo.minder.shortcuts.ui:861 +#: data/com.github.phase1geo.minder.shortcuts.ui:868 msgid "Cut Selected Text" msgstr "Вырезать выделенный текст" -#: data/com.github.phase1geo.minder.shortcuts.ui:868 +#: data/com.github.phase1geo.minder.shortcuts.ui:875 msgid "Paste Text" msgstr "Вставить текст" -#: data/com.github.phase1geo.minder.shortcuts.ui:881 +#: data/com.github.phase1geo.minder.shortcuts.ui:888 msgid "Add Next Character" msgstr "Добавить следующий символ" -#: data/com.github.phase1geo.minder.shortcuts.ui:888 +#: data/com.github.phase1geo.minder.shortcuts.ui:895 msgid "Add Previous Character" msgstr "Добавить предыдущий символ" -#: data/com.github.phase1geo.minder.shortcuts.ui:895 +#: data/com.github.phase1geo.minder.shortcuts.ui:902 msgid "Add Next Word" msgstr "Добавить следующее слово" -#: data/com.github.phase1geo.minder.shortcuts.ui:902 +#: data/com.github.phase1geo.minder.shortcuts.ui:909 msgid "Add Previous Word" msgstr "Добавить предыдущее слово" -#: data/com.github.phase1geo.minder.shortcuts.ui:909 +#: data/com.github.phase1geo.minder.shortcuts.ui:916 msgid "Add Next Line" msgstr "Добавить следующую строку" -#: data/com.github.phase1geo.minder.shortcuts.ui:916 +#: data/com.github.phase1geo.minder.shortcuts.ui:923 msgid "Add Previous Line" msgstr "Добавить предыдущую строку" -#: data/com.github.phase1geo.minder.shortcuts.ui:923 +#: data/com.github.phase1geo.minder.shortcuts.ui:930 msgid "Add Start Of Text" msgstr "Выделить до начала текста" -#: data/com.github.phase1geo.minder.shortcuts.ui:930 +#: data/com.github.phase1geo.minder.shortcuts.ui:937 msgid "Add End Of Text" msgstr "Выделить до конца текста" -#: data/com.github.phase1geo.minder.shortcuts.ui:937 +#: data/com.github.phase1geo.minder.shortcuts.ui:944 msgid "Select All Text" msgstr "Выделить весь текст" -#: data/com.github.phase1geo.minder.shortcuts.ui:944 +#: data/com.github.phase1geo.minder.shortcuts.ui:951 msgid "Clear Selection" msgstr "Снять выделение" -#: data/com.github.phase1geo.minder.shortcuts.ui:956 +#: data/com.github.phase1geo.minder.shortcuts.ui:963 msgid "Mouse Events" msgstr "События с мышью" -#: data/com.github.phase1geo.minder.shortcuts.ui:965 +#: data/com.github.phase1geo.minder.shortcuts.ui:972 msgid "[Right-click when item is selected]" msgstr "[Щелчок ПКМ, когда объект выбран]" -#: data/com.github.phase1geo.minder.shortcuts.ui:971 +#: data/com.github.phase1geo.minder.shortcuts.ui:978 msgid "Edit Image in Canvas" msgstr "Изменить изображение на холсте" -#: data/com.github.phase1geo.minder.shortcuts.ui:972 +#: data/com.github.phase1geo.minder.shortcuts.ui:979 msgid "[Double left-click on image]" msgstr "[Двойной щелчок по изображению]" -#: data/com.github.phase1geo.minder.shortcuts.ui:980 +#: data/com.github.phase1geo.minder.shortcuts.ui:987 msgid "Canvas Movement" msgstr "Перемещение по холсту" -#: data/com.github.phase1geo.minder.shortcuts.ui:984 +#: data/com.github.phase1geo.minder.shortcuts.ui:991 msgid "Pan Canvas" msgstr "Навигация по холсту" -#: data/com.github.phase1geo.minder.shortcuts.ui:985 +#: data/com.github.phase1geo.minder.shortcuts.ui:992 msgid "[Middle-click + Drag / Alt + Motion]" msgstr "[Щелчок СКМ + перетаскивание / Alt + движение]" -#: data/com.github.phase1geo.minder.shortcuts.ui:991 +#: data/com.github.phase1geo.minder.shortcuts.ui:998 msgid "Scroll Vertically" msgstr "Прокрутить по вертикали" -#: data/com.github.phase1geo.minder.shortcuts.ui:992 +#: data/com.github.phase1geo.minder.shortcuts.ui:999 msgid "[Scrollwheel up/down]" msgstr "[Прокрутка колесом вверх/вниз]" -#: data/com.github.phase1geo.minder.shortcuts.ui:998 +#: data/com.github.phase1geo.minder.shortcuts.ui:1005 msgid "Scroll Horizontally" msgstr "Прокрутить по горизонтали" -#: data/com.github.phase1geo.minder.shortcuts.ui:999 +#: data/com.github.phase1geo.minder.shortcuts.ui:1006 msgid "[Shift + Scrollwheel up/down]" msgstr "[Shift + прокрутка колесом вверх/вниз]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1007 +#: data/com.github.phase1geo.minder.shortcuts.ui:1014 msgid "Item Selection" msgstr "Выделение объектов" -#: data/com.github.phase1geo.minder.shortcuts.ui:1011 +#: data/com.github.phase1geo.minder.shortcuts.ui:1018 msgid "Select Single Item" msgstr "Выбрать один объект" -#: data/com.github.phase1geo.minder.shortcuts.ui:1012 +#: data/com.github.phase1geo.minder.shortcuts.ui:1019 msgid "[Left-click on item]" msgstr "[Щелчок ЛКМ]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1018 +#: data/com.github.phase1geo.minder.shortcuts.ui:1025 msgid "Select Child Nodes" msgstr "Выбрать узлы-потомки" -#: data/com.github.phase1geo.minder.shortcuts.ui:1019 +#: data/com.github.phase1geo.minder.shortcuts.ui:1026 msgid "[Control + Left-click on parent node]" msgstr "[Control + щелчок ЛКМ по родительскому узлу]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1025 +#: data/com.github.phase1geo.minder.shortcuts.ui:1032 msgid "Select Node Tree/Subtree" msgstr "Выбрать (под)дерево узлов" -#: data/com.github.phase1geo.minder.shortcuts.ui:1026 +#: data/com.github.phase1geo.minder.shortcuts.ui:1033 msgid "[Control + Double left-click on parent node]" msgstr "[Control + двойной щелчок ЛКМ по родительскому узлу]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1032 +#: data/com.github.phase1geo.minder.shortcuts.ui:1039 msgid "Select All Nodes at Same Depth Level" msgstr "Выбрать все узлы на одном уровне" -#: data/com.github.phase1geo.minder.shortcuts.ui:1033 +#: data/com.github.phase1geo.minder.shortcuts.ui:1040 msgid "[Control + Triple left-click on node]" msgstr "[Control + тройной щелчок ЛКМ по узлу]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1039 +#: data/com.github.phase1geo.minder.shortcuts.ui:1046 msgid "Block Selection" msgstr "Заблокировать выделение" -#: data/com.github.phase1geo.minder.shortcuts.ui:1040 +#: data/com.github.phase1geo.minder.shortcuts.ui:1047 msgid "[Left-click + Drag]" msgstr "[Щелчок ЛКМ и перетаскивание]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1048 +#: data/com.github.phase1geo.minder.shortcuts.ui:1055 msgid "Item Selection Toggle (Add to/Remove from Selection)" msgstr "" "Переключить выбранность объекта (добавить в выделение или удалить из него)" -#: data/com.github.phase1geo.minder.shortcuts.ui:1052 +#: data/com.github.phase1geo.minder.shortcuts.ui:1059 msgid "Toggle Selection of Item" msgstr "Переключить выделение объекта" -#: data/com.github.phase1geo.minder.shortcuts.ui:1053 +#: data/com.github.phase1geo.minder.shortcuts.ui:1060 msgid "[Shift + Left-click on item]" msgstr "[Shift + щелчок ЛКМ по объекту]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1059 +#: data/com.github.phase1geo.minder.shortcuts.ui:1066 msgid "Toggle Selection of Child Nodes" msgstr "Переключить выбор узлов-потомков" -#: data/com.github.phase1geo.minder.shortcuts.ui:1060 +#: data/com.github.phase1geo.minder.shortcuts.ui:1067 msgid "[Shift + Control + Left-click on item]" msgstr "[Shift + Control + щелчок ЛКМ по объекту]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1066 +#: data/com.github.phase1geo.minder.shortcuts.ui:1073 msgid "Toggle Selection of Node Tree/Subtree" msgstr "Переключить выбор дерева/поддерева узлов" -#: data/com.github.phase1geo.minder.shortcuts.ui:1067 +#: data/com.github.phase1geo.minder.shortcuts.ui:1074 msgid "[Shift + Control + Double left-click on parent node]" msgstr "[Shift + Control + двойной щелчок ЛКМ по родительскому узлу]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1073 +#: data/com.github.phase1geo.minder.shortcuts.ui:1080 msgid "Toggle Selection of All Nodes at Same Depth Level" msgstr "Переключить выбор всех узлов на одном уровне вложенности" -#: data/com.github.phase1geo.minder.shortcuts.ui:1074 +#: data/com.github.phase1geo.minder.shortcuts.ui:1081 msgid "[Shift + Control + Triple left-click on node]" msgstr "[Shift + Control + тройной щелчок ЛКМ по узлу]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1082 +#: data/com.github.phase1geo.minder.shortcuts.ui:1089 msgid "Text Selection" msgstr "Выделение текста" -#: data/com.github.phase1geo.minder.shortcuts.ui:1086 +#: data/com.github.phase1geo.minder.shortcuts.ui:1093 msgid "Set Cursor Insert Point" msgstr "Установить точку ввода" -#: data/com.github.phase1geo.minder.shortcuts.ui:1087 +#: data/com.github.phase1geo.minder.shortcuts.ui:1094 msgid "[Left-click anywhere in text]" msgstr "[Щелчок ЛКМ в любой части текста]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1093 +#: data/com.github.phase1geo.minder.shortcuts.ui:1100 msgid "Select current word" msgstr "Выбрать текущее слово" -#: data/com.github.phase1geo.minder.shortcuts.ui:1094 +#: data/com.github.phase1geo.minder.shortcuts.ui:1101 msgid "[Double left-click on word]" msgstr "[Двойной щелчок по слову]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1100 +#: data/com.github.phase1geo.minder.shortcuts.ui:1107 msgid "Select all text" msgstr "Выделить весь текст" -#: data/com.github.phase1geo.minder.shortcuts.ui:1101 +#: data/com.github.phase1geo.minder.shortcuts.ui:1108 msgid "[Triple left-click anywhere in text]" msgstr "[Тройной щелчок в любой части текста]" diff --git a/po/zh_CN.po b/po/zh_CN.po index 9b9d8555..3ce22d20 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.phase1geo.minder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 10:30-0600\n" +"POT-Creation-Date: 2024-01-14 23:06-0600\n" "PO-Revision-Date: 2023-10-10 17:50+0800\n" "Last-Translator: Aerowolf \n" "Language-Team: 简体中文\n" @@ -31,74 +31,74 @@ msgstr "版权所有 © 2018-2021 Trevor Williams" msgid "Minder in AppCenter" msgstr "在 AppCenter 中打开 Minder" -#: src/Application.vala:114 +#: src/Application.vala:122 msgid "ERROR: Unable to import file" msgstr "错误:无法导入文件" -#: src/Application.vala:118 +#: src/Application.vala:126 #, fuzzy msgid "ERROR: Import is missing filename to import" msgstr "错误:导出缺少文件名" -#: src/Application.vala:133 +#: src/Application.vala:141 #, fuzzy msgid "ERROR: Export is missing input file and/or export output file" msgstr "错误:导出缺少输入文件和/或导出输出文件" -#: src/Application.vala:140 +#: src/Application.vala:148 #, c-format msgid "ERROR: Unable to open file '%s'\n" msgstr "错误:无法打开文件“%s”\n" -#: src/Application.vala:184 +#: src/Application.vala:192 #, c-format msgid "Import file from format (%s)" msgstr "导入 %s 格式文件" -#: src/Application.vala:185 +#: src/Application.vala:193 #, fuzzy, c-format msgid "Export mindmap as format (%s)" msgstr "将思维导图导出为 %s 格式" -#: src/Application.vala:188 +#: src/Application.vala:196 msgid "Display version number" msgstr "显示版本号" -#: src/Application.vala:189 +#: src/Application.vala:197 msgid "Starts Minder with a new file" msgstr "启动 Minder 并新建空文件" -#: src/Application.vala:190 +#: src/Application.vala:198 msgid "Run testing" msgstr "运行测试" -#: src/Application.vala:193 +#: src/Application.vala:201 msgid "Enables a transparent background for PNG images" msgstr "为 PNG 图像启用透明背景" -#: src/Application.vala:194 +#: src/Application.vala:202 msgid "PNG compression value (0-9)" msgstr "PNG 压缩值 (0-9)" -#: src/Application.vala:195 +#: src/Application.vala:203 msgid "JPEG quality (0-100)" msgstr "JPEG 质量 (0-100)" -#: src/Application.vala:196 +#: src/Application.vala:204 msgid "Enables image links in exported Markdown" msgstr "在导出的 Markdown 中启用图像链接" -#: src/Application.vala:205 +#: src/Application.vala:213 #, c-format msgid "ERROR: %s\n" msgstr "错误: %s\n" -#: src/Application.vala:206 +#: src/Application.vala:214 #, c-format msgid "Run '%s --help' to see valid options\n" msgstr "运行 “%s --help”可查看有效选项\n" -#: src/Application.vala:253 +#: src/Application.vala:261 #, fuzzy, c-format msgid "ERROR: Unable to load Minder input file %s" msgstr "错误:不能载入Minder输入文件%s" @@ -110,11 +110,11 @@ msgid "Delete" msgstr "删除" #: src/CalloutMenu.vala:38 src/EmptyMenu.vala:49 -#: data/com.github.phase1geo.minder.shortcuts.ui:649 +#: data/com.github.phase1geo.minder.shortcuts.ui:656 msgid "Select Node" msgstr "选择节点" -#: src/Callout.vala:129 src/NodeMenu.vala:237 +#: src/Callout.vala:129 src/NodeMenu.vala:238 msgid "Callout" msgstr "标记" @@ -122,7 +122,7 @@ msgstr "标记" msgid "No text found" msgstr "未找到文本" -#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:232 +#: src/ConnectionInspector.vala:74 src/NodeMenu.vala:233 msgid "Connection" msgstr "连接" @@ -149,7 +149,7 @@ msgstr "编辑标题……" #: src/ConnectionMenu.vala:50 src/GroupsMenu.vala:47 src/NodeMenu.vala:103 #: data/com.github.phase1geo.minder.shortcuts.ui:338 -#: data/com.github.phase1geo.minder.shortcuts.ui:676 +#: data/com.github.phase1geo.minder.shortcuts.ui:683 msgid "Edit Note" msgstr "编辑备注" @@ -158,7 +158,7 @@ msgid "Remove Sticker" msgstr "移除贴纸" #: src/ConnectionMenu.vala:56 src/GroupsMenu.vala:54 src/ImageManager.vala:300 -#: src/NodeMenu.vala:187 src/NodesMenu.vala:99 +#: src/NodeMenu.vala:188 src/NodesMenu.vala:100 msgid "Select" msgstr "选择" @@ -229,11 +229,11 @@ msgstr "连接端点修改" msgid "connection drag" msgstr "连接拖动" -#: src/DrawArea.vala:3659 src/DrawArea.vala:3673 src/DrawArea.vala:5643 +#: src/DrawArea.vala:3660 src/DrawArea.vala:3674 src/DrawArea.vala:5650 msgid "Another Idea" msgstr "其他想法" -#: src/DrawArea.vala:5096 src/layouts/LayoutManual.vala:26 +#: src/DrawArea.vala:5099 src/layouts/LayoutManual.vala:26 #: src/MapInspector.vala:225 src/MapInspector.vala:448 msgid "Manual" msgstr "手动" @@ -284,7 +284,7 @@ msgstr "选择节点、连接或群组,可查看/编辑信息" msgid "Paste" msgstr "粘贴" -#: src/EmptyMenu.vala:42 src/NodeMenu.vala:156 +#: src/EmptyMenu.vala:42 src/NodeMenu.vala:157 msgid "Add Root Node" msgstr "添加根节点" @@ -314,13 +314,13 @@ msgid "Export As %s" msgstr "导出为 %s" #: src/Exporter.vala:134 src/ImageEditor.vala:381 src/ImageManager.vala:300 -#: src/MainWindow.vala:1028 src/MainWindow.vala:1123 src/MainWindow.vala:1267 -#: src/QuickEntry.vala:154 src/StickerInspector.vala:401 src/StickerSet.vala:75 +#: src/MainWindow.vala:1083 src/MainWindow.vala:1178 src/MainWindow.vala:1322 +#: src/QuickEntry.vala:154 src/StickerInspector.vala:402 src/StickerSet.vala:75 #: src/ThemeEditor.vala:144 src/UrlEditor.vala:62 msgid "Cancel" msgstr "取消" -#: src/Exporter.vala:134 src/MainWindow.vala:845 src/StickerSet.vala:352 +#: src/Exporter.vala:134 src/MainWindow.vala:900 src/StickerSet.vala:352 msgid "Export" msgstr "导出" @@ -492,7 +492,7 @@ msgstr "顶部节点" msgid "All Grouped Nodes" msgstr "所有已分群组的节点" -#: src/GroupsMenu.vala:111 src/NodeMenu.vala:689 src/NodesMenu.vala:289 +#: src/GroupsMenu.vala:111 src/NodeMenu.vala:690 src/NodesMenu.vala:290 msgid "Select a link color" msgstr "选择链接颜色" @@ -526,7 +526,7 @@ msgstr "将图像剪切到剪贴板" msgid "Paste Image from Clipboard" msgstr "从剪贴板粘贴图像" -#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:447 +#: src/ImageEditor.vala:396 src/NodeInspector.vala:292 src/NodeMenu.vala:448 msgid "Remove Image" msgstr "删除图像" @@ -538,208 +538,220 @@ msgstr "选择图像" msgid "Images" msgstr "图像" -#: src/MainWindow.vala:154 src/MainWindow.vala:1272 +#: src/MainWindow.vala:64 +msgid "Use system setting" +msgstr "" + +#: src/MainWindow.vala:65 +msgid "Always use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:66 +msgid "Never use natural scrolling" +msgstr "" + +#: src/MainWindow.vala:195 src/MainWindow.vala:1327 msgid "Minder" msgstr "Minder" -#: src/MainWindow.vala:188 data/com.github.phase1geo.minder.shortcuts.ui:21 +#: src/MainWindow.vala:229 data/com.github.phase1geo.minder.shortcuts.ui:21 msgid "New File" msgstr "新建文件" -#: src/MainWindow.vala:194 src/MainWindow.vala:1119 +#: src/MainWindow.vala:235 src/MainWindow.vala:1174 #: data/com.github.phase1geo.minder.shortcuts.ui:28 msgid "Open File" msgstr "打开文件" -#: src/MainWindow.vala:200 data/com.github.phase1geo.minder.shortcuts.ui:42 +#: src/MainWindow.vala:241 data/com.github.phase1geo.minder.shortcuts.ui:42 msgid "Save File As" msgstr "将文件另存为" -#: src/MainWindow.vala:206 src/StickerSet.vala:307 src/UndoBuffer.vala:84 +#: src/MainWindow.vala:247 src/StickerSet.vala:307 src/UndoBuffer.vala:84 msgid "Undo" msgstr "撤消" -#: src/MainWindow.vala:213 src/StickerSet.vala:308 src/UndoBuffer.vala:90 +#: src/MainWindow.vala:254 src/StickerSet.vala:308 src/UndoBuffer.vala:90 msgid "Redo" msgstr "重做" -#: src/MainWindow.vala:548 +#: src/MainWindow.vala:603 msgid "Unnamed Document" msgstr "未命名文档" -#: src/MainWindow.vala:551 +#: src/MainWindow.vala:606 msgid "Read-Only" msgstr "只读" -#: src/MainWindow.vala:555 src/MainWindow.vala:880 +#: src/MainWindow.vala:610 src/MainWindow.vala:935 msgid "Focus Mode" msgstr "聚焦模式" -#: src/MainWindow.vala:589 src/MainWindow.vala:1324 +#: src/MainWindow.vala:644 src/MainWindow.vala:1379 #, c-format msgid "Zoom (%d%%)" msgstr "缩放 (%d%%)" -#: src/MainWindow.vala:596 +#: src/MainWindow.vala:651 msgid "Zoom to Percent" msgstr "缩放百分比:" -#: src/MainWindow.vala:609 src/ZoomWidget.vala:102 +#: src/MainWindow.vala:664 src/ZoomWidget.vala:102 #: data/com.github.phase1geo.minder.shortcuts.ui:119 msgid "Zoom In" msgstr "放大" -#: src/MainWindow.vala:615 src/ZoomWidget.vala:92 +#: src/MainWindow.vala:670 src/ZoomWidget.vala:92 #: data/com.github.phase1geo.minder.shortcuts.ui:126 msgid "Zoom Out" msgstr "缩小" -#: src/MainWindow.vala:625 +#: src/MainWindow.vala:680 msgid "Zoom to Fit" msgstr "自适应缩放" -#: src/MainWindow.vala:630 data/com.github.phase1geo.minder.shortcuts.ui:140 +#: src/MainWindow.vala:685 data/com.github.phase1geo.minder.shortcuts.ui:140 msgid "Zoom to Fit Selected Node Tree" msgstr "对选定的节点树进行合理缩放" -#: src/MainWindow.vala:635 +#: src/MainWindow.vala:690 msgid "Zoom to Actual Size" msgstr "缩放至实际大小" -#: src/MainWindow.vala:659 src/StickerSet.vala:114 +#: src/MainWindow.vala:714 src/StickerSet.vala:114 msgid "Search" msgstr "搜索" -#: src/MainWindow.vala:669 +#: src/MainWindow.vala:724 msgid "Search Nodes, Callouts and Connections" msgstr "搜索节点、标记和连接" -#: src/MainWindow.vala:698 +#: src/MainWindow.vala:753 msgid "Search Criteria" msgstr "搜索条件" -#: src/MainWindow.vala:701 +#: src/MainWindow.vala:756 msgid "Search all tabs" msgstr "搜索所有选项卡" -#: src/MainWindow.vala:735 +#: src/MainWindow.vala:790 msgid "Nodes" msgstr "节点" -#: src/MainWindow.vala:736 +#: src/MainWindow.vala:791 msgid "Connections" msgstr "连接" -#: src/MainWindow.vala:737 +#: src/MainWindow.vala:792 msgid "Callouts" msgstr "标记" -#: src/MainWindow.vala:738 +#: src/MainWindow.vala:793 msgid "Titles" msgstr "标题" -#: src/MainWindow.vala:739 +#: src/MainWindow.vala:794 msgid "Notes" msgstr "备注" -#: src/MainWindow.vala:740 +#: src/MainWindow.vala:795 msgid "Folded" msgstr "折叠" -#: src/MainWindow.vala:741 +#: src/MainWindow.vala:796 msgid "Unfolded" msgstr "展开" -#: src/MainWindow.vala:742 +#: src/MainWindow.vala:797 msgid "Tasks" msgstr "任务" -#: src/MainWindow.vala:743 +#: src/MainWindow.vala:798 msgid "Non-tasks" msgstr "非任务" -#: src/MainWindow.vala:857 +#: src/MainWindow.vala:912 msgid "Print…" msgstr "打印……" -#: src/MainWindow.vala:905 src/Preferences.vala:36 +#: src/MainWindow.vala:960 src/Preferences.vala:36 msgid "Preferences" msgstr "参数设置" -#: src/MainWindow.vala:910 +#: src/MainWindow.vala:965 msgid "Shortcuts Cheatsheet" msgstr "快捷键" -#: src/MainWindow.vala:914 +#: src/MainWindow.vala:969 msgid "About Minder" msgstr "关于 Minder" -#: src/MainWindow.vala:947 src/MainWindow.vala:1396 +#: src/MainWindow.vala:1002 src/MainWindow.vala:1451 msgid "Show Property Sidebar" msgstr "显示属性侧边栏" -#: src/MainWindow.vala:962 +#: src/MainWindow.vala:1017 msgid "Current" msgstr "当前" -#: src/MainWindow.vala:963 src/StyleInspector.vala:198 +#: src/MainWindow.vala:1018 src/StyleInspector.vala:198 msgid "Style" msgstr "样式" -#: src/MainWindow.vala:964 +#: src/MainWindow.vala:1019 msgid "Stickers" msgstr "贴纸" -#: src/MainWindow.vala:965 +#: src/MainWindow.vala:1020 msgid "Map" msgstr "地图" -#: src/MainWindow.vala:1019 +#: src/MainWindow.vala:1074 msgid "Save current unnamed document?" msgstr "要保存当前未命名的文档吗?" -#: src/MainWindow.vala:1020 +#: src/MainWindow.vala:1075 msgid "Changes will be permanently lost if not saved." msgstr "如不保存,修改内容将永久丢失。" -#: src/MainWindow.vala:1025 +#: src/MainWindow.vala:1080 msgid "Discard Changes" msgstr "放弃修改" -#: src/MainWindow.vala:1031 src/MainWindow.vala:1267 src/ThemeEditor.vala:147 +#: src/MainWindow.vala:1086 src/MainWindow.vala:1322 src/ThemeEditor.vala:147 msgid "Save" msgstr "保存" -#: src/MainWindow.vala:1060 +#: src/MainWindow.vala:1115 #, c-format msgid "The file %s was modified outside of the application." msgstr "文件 %s 已被其他应用程序修改。" -#: src/MainWindow.vala:1061 +#: src/MainWindow.vala:1116 msgid "What do you want to do?" msgstr "想做什么?" -#: src/MainWindow.vala:1066 +#: src/MainWindow.vala:1121 msgid "Discard Changes and reload" msgstr "放弃修改并重新加载" -#: src/MainWindow.vala:1069 +#: src/MainWindow.vala:1124 msgid "Save local version and overwrite" msgstr "保存本地版本并覆盖" -#: src/MainWindow.vala:1119 +#: src/MainWindow.vala:1174 msgid "Open Directory" msgstr "打开目录" -#: src/MainWindow.vala:1122 +#: src/MainWindow.vala:1177 msgid "Open" msgstr "打开" -#: src/MainWindow.vala:1267 +#: src/MainWindow.vala:1322 msgid "Save File" msgstr "保存文件" -#: src/MainWindow.vala:1340 +#: src/MainWindow.vala:1395 msgid "Hide Property Sidebar" msgstr "隐藏属性侧边栏" @@ -861,7 +873,7 @@ msgstr "拆分节点" msgid "Delete Node" msgstr "删除节点" -#: src/NodeLink.vala:106 +#: src/NodeLink.vala:107 src/NodeLink.vala:110 msgid "No node found" msgstr "未找到节点" @@ -873,7 +885,7 @@ msgstr "复制" msgid "Cut" msgstr "剪切" -#: src/NodeMenu.vala:84 src/NodeMenu.vala:459 +#: src/NodeMenu.vala:84 src/NodeMenu.vala:460 msgid "Paste and Replace Node" msgstr "粘贴和替换节点" @@ -889,15 +901,15 @@ msgstr "修改节点" msgid "Edit Text…" msgstr "编辑文本……" -#: src/NodeMenu.vala:107 src/NodeMenu.vala:429 +#: src/NodeMenu.vala:107 src/NodeMenu.vala:430 msgid "Add Task" msgstr "添加任务" -#: src/NodeMenu.vala:110 src/NodeMenu.vala:447 +#: src/NodeMenu.vala:110 src/NodeMenu.vala:448 msgid "Add Image" msgstr "添加图像" -#: src/NodeMenu.vala:117 src/NodeMenu.vala:430 +#: src/NodeMenu.vala:117 src/NodeMenu.vala:431 msgid "Add Node Link" msgstr "添加节点链接" @@ -909,7 +921,7 @@ msgstr "添加连接" msgid "Add Group" msgstr "添加群组" -#: src/NodeMenu.vala:129 src/NodeMenu.vala:432 +#: src/NodeMenu.vala:129 src/NodeMenu.vala:433 msgid "Add Callout" msgstr "添加标记" @@ -917,145 +929,145 @@ msgstr "添加标记" msgid "Link Color" msgstr "链接颜色" -#: src/NodeMenu.vala:136 src/NodesMenu.vala:84 +#: src/NodeMenu.vala:137 src/NodesMenu.vala:85 msgid "Set to color…" msgstr "设置颜色……" -#: src/NodeMenu.vala:139 +#: src/NodeMenu.vala:140 msgid "Randomize color" msgstr "颜色随机" -#: src/NodeMenu.vala:142 src/NodesMenu.vala:90 +#: src/NodeMenu.vala:143 src/NodesMenu.vala:91 msgid "Use parent color" msgstr "使用父节点颜色" -#: src/NodeMenu.vala:146 src/NodeMenu.vala:431 src/NodesMenu.vala:64 -#: src/NodesMenu.vala:222 +#: src/NodeMenu.vala:147 src/NodeMenu.vala:432 src/NodesMenu.vala:64 +#: src/NodesMenu.vala:223 msgid "Fold Children" msgstr "折叠子节点" -#: src/NodeMenu.vala:149 +#: src/NodeMenu.vala:150 msgid "Detach" msgstr "拆分" -#: src/NodeMenu.vala:152 +#: src/NodeMenu.vala:153 msgid "Add Node" msgstr "添加节点" -#: src/NodeMenu.vala:159 +#: src/NodeMenu.vala:160 msgid "Add Parent Node" msgstr "添加父节点" -#: src/NodeMenu.vala:163 +#: src/NodeMenu.vala:164 msgid "Add Child Node" msgstr "添加子节点" -#: src/NodeMenu.vala:167 +#: src/NodeMenu.vala:168 msgid "Add Sibling Node" msgstr "添加同级节点" -#: src/NodeMenu.vala:171 +#: src/NodeMenu.vala:172 #, fuzzy msgid "Use to Summarize Previous Sibling Nodes" msgstr "上一个同级节点" -#: src/NodeMenu.vala:175 src/QuickEntry.vala:44 +#: src/NodeMenu.vala:176 src/QuickEntry.vala:44 msgid "Quick Entry" msgstr "快速输入" -#: src/NodeMenu.vala:179 +#: src/NodeMenu.vala:180 msgid "Insert Nodes" msgstr "插入节点" -#: src/NodeMenu.vala:183 +#: src/NodeMenu.vala:184 msgid "Replace Nodes" msgstr "替换节点" -#: src/NodeMenu.vala:192 +#: src/NodeMenu.vala:193 msgid "Root Node" msgstr "根节点" -#: src/NodeMenu.vala:197 +#: src/NodeMenu.vala:198 msgid "Next Sibling Node" msgstr "下一个同级节点" -#: src/NodeMenu.vala:202 +#: src/NodeMenu.vala:203 msgid "Previous Sibling Node" msgstr "上一个同级节点" -#: src/NodeMenu.vala:207 +#: src/NodeMenu.vala:208 msgid "Child Node" msgstr "子节点" -#: src/NodeMenu.vala:212 src/NodesMenu.vala:108 +#: src/NodeMenu.vala:213 src/NodesMenu.vala:109 msgid "Child Nodes" msgstr "子节点" -#: src/NodeMenu.vala:217 +#: src/NodeMenu.vala:218 msgid "Subtree" msgstr "子树" -#: src/NodeMenu.vala:222 +#: src/NodeMenu.vala:223 msgid "Parent Node" msgstr "父节点" -#: src/NodeMenu.vala:227 +#: src/NodeMenu.vala:228 msgid "Linked Node" msgstr "已链接的节点" -#: src/NodeMenu.vala:241 +#: src/NodeMenu.vala:242 msgid "Center Current Node" msgstr "当前节点居中" -#: src/NodeMenu.vala:245 +#: src/NodeMenu.vala:246 msgid "Sort Children" msgstr "对子项进行排序" -#: src/NodeMenu.vala:249 +#: src/NodeMenu.vala:250 msgid "Alphabetically" msgstr "按字母顺序" -#: src/NodeMenu.vala:252 +#: src/NodeMenu.vala:253 msgid "Randomize" msgstr "随机" -#: src/NodeMenu.vala:427 +#: src/NodeMenu.vala:428 msgid "Remove Task" msgstr "删除任务" -#: src/NodeMenu.vala:428 +#: src/NodeMenu.vala:429 msgid "Mark Task As Done" msgstr "将任务标记为已完成" -#: src/NodeMenu.vala:430 +#: src/NodeMenu.vala:431 msgid "Remove Node Link" msgstr "删除节点链接" -#: src/NodeMenu.vala:431 src/NodesMenu.vala:222 +#: src/NodeMenu.vala:432 src/NodesMenu.vala:223 msgid "Unfold Children" msgstr "展开子节点" -#: src/NodeMenu.vala:432 data/com.github.phase1geo.minder.shortcuts.ui:636 +#: src/NodeMenu.vala:433 data/com.github.phase1geo.minder.shortcuts.ui:643 msgid "Remove Callout" msgstr "删除标记" -#: src/NodeMenu.vala:452 +#: src/NodeMenu.vala:453 msgid "Paste Text As Child Node" msgstr "将文本粘贴为子节点" -#: src/NodeMenu.vala:453 +#: src/NodeMenu.vala:454 msgid "Paste and Replace Node Text" msgstr "粘贴和替换节点文本" -#: src/NodeMenu.vala:455 +#: src/NodeMenu.vala:456 msgid "Paste Image As Child Node" msgstr "将图像粘贴为子节点" -#: src/NodeMenu.vala:456 +#: src/NodeMenu.vala:457 msgid "Paste and Replace Node Image" msgstr "粘贴和替换节点图像" -#: src/NodeMenu.vala:458 +#: src/NodeMenu.vala:459 msgid "Paste Node As Child" msgstr "将节点粘贴为子节点" @@ -1067,7 +1079,7 @@ msgstr "切换任务" msgid "Connect" msgstr "连接" -#: src/NodesMenu.vala:72 src/NodesMenu.vala:223 +#: src/NodesMenu.vala:72 src/NodesMenu.vala:224 msgid "Link Nodes" msgstr "链接节点" @@ -1075,55 +1087,55 @@ msgstr "链接节点" msgid "Link Colors" msgstr "链接颜色" -#: src/NodesMenu.vala:87 +#: src/NodesMenu.vala:88 msgid "Randomize colors" msgstr "颜色随机" -#: src/NodesMenu.vala:103 +#: src/NodesMenu.vala:104 msgid "Parent Nodes" msgstr "父节点" -#: src/NodesMenu.vala:117 +#: src/NodesMenu.vala:118 msgid "Align Nodes" msgstr "对齐节点" -#: src/NodesMenu.vala:121 +#: src/NodesMenu.vala:122 msgid "Align Top" msgstr "上部对齐" -#: src/NodesMenu.vala:125 +#: src/NodesMenu.vala:126 msgid "Align Center Horizontally" msgstr "水平居中对齐" -#: src/NodesMenu.vala:129 +#: src/NodesMenu.vala:130 msgid "Align Bottom" msgstr "下部对齐" -#: src/NodesMenu.vala:133 +#: src/NodesMenu.vala:134 msgid "Align Left" msgstr "左对齐" -#: src/NodesMenu.vala:137 +#: src/NodesMenu.vala:138 msgid "Align Center Vertically" msgstr "垂直居中对齐" -#: src/NodesMenu.vala:141 +#: src/NodesMenu.vala:142 msgid "Align Right" msgstr "右对齐" -#: src/NodesMenu.vala:223 +#: src/NodesMenu.vala:224 msgid "Remove Node Links" msgstr "删除节点链接" -#: src/Node.vala:2325 +#: src/Node.vala:2321 msgid "Node Title" msgstr "节点标题" -#: src/Node.vala:2333 +#: src/Node.vala:2329 msgid "Node Note" msgstr "节点备注" -#: src/Node.vala:2344 +#: src/Node.vala:2340 msgid "Callout Text" msgstr "标记文本" @@ -1191,23 +1203,32 @@ msgstr "鼠标悬停时选择项目" msgid "If enabled, selects items when mouse cursor hovers over the item." msgstr "如果启用,则当鼠标光标悬停在项目上时即选择该项目。" -#: src/Preferences.vala:110 +#: src/Preferences.vala:99 +#, fuzzy +msgid "Natural scrolling" +msgstr "交易平稳" + +#: src/Preferences.vala:101 +msgid "Specifies scrolling used when panning the canvas." +msgstr "" + +#: src/Preferences.vala:114 msgid "Hide themes not matching visual style" msgstr "隐藏与视觉样式不匹配的主题" -#: src/Preferences.vala:114 +#: src/Preferences.vala:118 msgid "Default theme" msgstr "默认主题" -#: src/Preferences.vala:117 +#: src/Preferences.vala:121 msgid "Enable animations" msgstr "启用动画" -#: src/Preferences.vala:120 +#: src/Preferences.vala:124 msgid "Text field font size" msgstr "文本字段字体大小" -#: src/Preferences.vala:123 +#: src/Preferences.vala:127 msgid "" "Specifies the custom font size to use in text editing fields (i.e, quick " "entry or notes field)." @@ -1300,23 +1321,23 @@ msgstr "要添加贴图,请将贴图拖放到节点或思维导图中的其他 msgid "Search Stickers" msgstr "搜索贴纸" -#: src/StickerInspector.vala:134 +#: src/StickerInspector.vala:137 msgid "Favorites" msgstr "收藏夹" -#: src/StickerInspector.vala:140 +#: src/StickerInspector.vala:143 msgid "Show Custom Sticker Directory" msgstr "显示自定义贴纸目录" -#: src/StickerInspector.vala:214 +#: src/StickerInspector.vala:215 msgid "Add custom stickers" msgstr "添加自定义贴纸" -#: src/StickerInspector.vala:401 +#: src/StickerInspector.vala:402 msgid "Import Sticker(s)" msgstr "导入贴纸" -#: src/StickerInspector.vala:401 src/StickerSet.vala:353 +#: src/StickerInspector.vala:402 src/StickerSet.vala:353 msgid "Import" msgstr "导入" @@ -3228,7 +3249,7 @@ msgid "Minder Shortcuts" msgstr "Minder快捷键" #: data/com.github.phase1geo.minder.shortcuts.ui:12 -#: data/com.github.phase1geo.minder.shortcuts.ui:960 +#: data/com.github.phase1geo.minder.shortcuts.ui:967 msgid "General" msgstr "常规" @@ -3301,7 +3322,7 @@ msgid "Show Map Tab" msgstr "显示思维导图选项卡" #: data/com.github.phase1geo.minder.shortcuts.ui:190 -#: data/com.github.phase1geo.minder.shortcuts.ui:740 +#: data/com.github.phase1geo.minder.shortcuts.ui:747 msgid "Miscellaneous" msgstr "其他选项" @@ -3314,7 +3335,7 @@ msgid "Search Nodes/Connections" msgstr "搜索节点/连接" #: data/com.github.phase1geo.minder.shortcuts.ui:208 -#: data/com.github.phase1geo.minder.shortcuts.ui:964 +#: data/com.github.phase1geo.minder.shortcuts.ui:971 msgid "Show Contextual Menu" msgstr "显示上下文菜单" @@ -3359,7 +3380,7 @@ msgid "Quick Entry Replacement" msgstr "快速输入替换" #: data/com.github.phase1geo.minder.shortcuts.ui:293 -#: data/com.github.phase1geo.minder.shortcuts.ui:850 +#: data/com.github.phase1geo.minder.shortcuts.ui:857 msgid "Clipboard" msgstr "剪贴板" @@ -3384,7 +3405,7 @@ msgid "Changing Current" msgstr "修改当前内容" #: data/com.github.phase1geo.minder.shortcuts.ui:331 -#: data/com.github.phase1geo.minder.shortcuts.ui:669 +#: data/com.github.phase1geo.minder.shortcuts.ui:676 msgid "Edit Title" msgstr "编辑标题" @@ -3397,466 +3418,471 @@ msgid "Add URL Link To Text" msgstr "将网址链接添加到文本" #: data/com.github.phase1geo.minder.shortcuts.ui:359 -#: data/com.github.phase1geo.minder.shortcuts.ui:772 +#: data/com.github.phase1geo.minder.shortcuts.ui:779 msgid "Remove URL Link From Text" msgstr "从文本中删除网址链接" #: data/com.github.phase1geo.minder.shortcuts.ui:366 +#, fuzzy +msgid "Change Link Color" +msgstr "链接颜色" + +#: data/com.github.phase1geo.minder.shortcuts.ui:373 msgid "View Properties" msgstr "查看属性" -#: data/com.github.phase1geo.minder.shortcuts.ui:373 +#: data/com.github.phase1geo.minder.shortcuts.ui:380 msgid "Toggle Fold" msgstr "切换折叠" -#: data/com.github.phase1geo.minder.shortcuts.ui:380 +#: data/com.github.phase1geo.minder.shortcuts.ui:387 msgid "Toggle Node Link" msgstr "切换节点链接" -#: data/com.github.phase1geo.minder.shortcuts.ui:387 +#: data/com.github.phase1geo.minder.shortcuts.ui:394 msgid "Create Link to Selected Node" msgstr "创建指向所选节点的链接" -#: data/com.github.phase1geo.minder.shortcuts.ui:388 +#: data/com.github.phase1geo.minder.shortcuts.ui:395 msgid "[After using this command, 'y' will create the link]" msgstr "[使用此命令后,“y”将创建链接]" -#: data/com.github.phase1geo.minder.shortcuts.ui:395 +#: data/com.github.phase1geo.minder.shortcuts.ui:402 msgid "Create Group" msgstr "创建群组" -#: data/com.github.phase1geo.minder.shortcuts.ui:402 +#: data/com.github.phase1geo.minder.shortcuts.ui:409 msgid "Create Connection" msgstr "创建连接" -#: data/com.github.phase1geo.minder.shortcuts.ui:409 +#: data/com.github.phase1geo.minder.shortcuts.ui:416 msgid "Create Callout" msgstr "创建群组" -#: data/com.github.phase1geo.minder.shortcuts.ui:416 +#: data/com.github.phase1geo.minder.shortcuts.ui:423 msgid "Center In View" msgstr "居中视图" -#: data/com.github.phase1geo.minder.shortcuts.ui:423 -#: data/com.github.phase1geo.minder.shortcuts.ui:690 +#: data/com.github.phase1geo.minder.shortcuts.ui:430 +#: data/com.github.phase1geo.minder.shortcuts.ui:697 msgid "Place Into View" msgstr "放入视图" -#: data/com.github.phase1geo.minder.shortcuts.ui:432 -#: data/com.github.phase1geo.minder.shortcuts.ui:645 -#: data/com.github.phase1geo.minder.shortcuts.ui:877 +#: data/com.github.phase1geo.minder.shortcuts.ui:439 +#: data/com.github.phase1geo.minder.shortcuts.ui:652 +#: data/com.github.phase1geo.minder.shortcuts.ui:884 msgid "Selection" msgstr "选择" -#: data/com.github.phase1geo.minder.shortcuts.ui:436 +#: data/com.github.phase1geo.minder.shortcuts.ui:443 msgid "Select Root" msgstr "选择根节点" -#: data/com.github.phase1geo.minder.shortcuts.ui:443 +#: data/com.github.phase1geo.minder.shortcuts.ui:450 msgid "Select Parent" msgstr "选择父节点" -#: data/com.github.phase1geo.minder.shortcuts.ui:450 +#: data/com.github.phase1geo.minder.shortcuts.ui:457 msgid "Select Next Sibling" msgstr "选择下一个同级节点" -#: data/com.github.phase1geo.minder.shortcuts.ui:457 +#: data/com.github.phase1geo.minder.shortcuts.ui:464 msgid "Select Previous Sibling" msgstr "选择上一个同级节点" -#: data/com.github.phase1geo.minder.shortcuts.ui:464 +#: data/com.github.phase1geo.minder.shortcuts.ui:471 msgid "Select Child" msgstr "选择子节点" -#: data/com.github.phase1geo.minder.shortcuts.ui:471 +#: data/com.github.phase1geo.minder.shortcuts.ui:478 msgid "Select Children" msgstr "选择子节点" -#: data/com.github.phase1geo.minder.shortcuts.ui:478 +#: data/com.github.phase1geo.minder.shortcuts.ui:485 msgid "Select Subtree" msgstr "选择下级树形" -#: data/com.github.phase1geo.minder.shortcuts.ui:485 +#: data/com.github.phase1geo.minder.shortcuts.ui:492 msgid "Select Node Below" msgstr "选择下方的节点" -#: data/com.github.phase1geo.minder.shortcuts.ui:492 +#: data/com.github.phase1geo.minder.shortcuts.ui:499 msgid "Select Node Above" msgstr "选择上方的节点" -#: data/com.github.phase1geo.minder.shortcuts.ui:499 +#: data/com.github.phase1geo.minder.shortcuts.ui:506 msgid "Select Node To Right" msgstr "选择右侧的节点" -#: data/com.github.phase1geo.minder.shortcuts.ui:506 +#: data/com.github.phase1geo.minder.shortcuts.ui:513 msgid "Select Node To Left" msgstr "选择左侧的节点" -#: data/com.github.phase1geo.minder.shortcuts.ui:513 +#: data/com.github.phase1geo.minder.shortcuts.ui:520 msgid "Select Linked Node" msgstr "选择链接节点" -#: data/com.github.phase1geo.minder.shortcuts.ui:520 +#: data/com.github.phase1geo.minder.shortcuts.ui:527 msgid "Select Callout" msgstr "选择标记" -#: data/com.github.phase1geo.minder.shortcuts.ui:527 +#: data/com.github.phase1geo.minder.shortcuts.ui:534 msgid "Select Attached Connection" msgstr "选择附加连接" -#: data/com.github.phase1geo.minder.shortcuts.ui:536 +#: data/com.github.phase1geo.minder.shortcuts.ui:543 msgid "Move" msgstr "移动" -#: data/com.github.phase1geo.minder.shortcuts.ui:540 +#: data/com.github.phase1geo.minder.shortcuts.ui:547 msgid "Swap with Sibling Node to Right" msgstr "与右侧同级节点交换" -#: data/com.github.phase1geo.minder.shortcuts.ui:547 +#: data/com.github.phase1geo.minder.shortcuts.ui:554 msgid "Swap with Sibling Node to Left" msgstr "与左侧同级节点交换" -#: data/com.github.phase1geo.minder.shortcuts.ui:554 +#: data/com.github.phase1geo.minder.shortcuts.ui:561 msgid "Swap with Sibling Node Above" msgstr "与上方同级节点交换" -#: data/com.github.phase1geo.minder.shortcuts.ui:561 +#: data/com.github.phase1geo.minder.shortcuts.ui:568 msgid "Swap with Sibling Node Below" msgstr "与下方同级节点交换" -#: data/com.github.phase1geo.minder.shortcuts.ui:568 +#: data/com.github.phase1geo.minder.shortcuts.ui:575 msgid "Sort Child Nodes Alphabetically" msgstr "按字母顺序对子节点进行排序" -#: data/com.github.phase1geo.minder.shortcuts.ui:577 +#: data/com.github.phase1geo.minder.shortcuts.ui:584 msgid "Alignment" msgstr "对齐" -#: data/com.github.phase1geo.minder.shortcuts.ui:581 +#: data/com.github.phase1geo.minder.shortcuts.ui:588 msgid "Align Top Side" msgstr "顶部对齐" -#: data/com.github.phase1geo.minder.shortcuts.ui:588 +#: data/com.github.phase1geo.minder.shortcuts.ui:595 #, fuzzy msgid "Align Vertical Center" msgstr "垂直居中对齐" -#: data/com.github.phase1geo.minder.shortcuts.ui:595 +#: data/com.github.phase1geo.minder.shortcuts.ui:602 msgid "Align Bottom Side" msgstr "底部对齐" -#: data/com.github.phase1geo.minder.shortcuts.ui:602 +#: data/com.github.phase1geo.minder.shortcuts.ui:609 msgid "Align Left Side" msgstr "左对齐" -#: data/com.github.phase1geo.minder.shortcuts.ui:609 +#: data/com.github.phase1geo.minder.shortcuts.ui:616 #, fuzzy msgid "Align Horizontal Center" msgstr "水平居中对齐" -#: data/com.github.phase1geo.minder.shortcuts.ui:616 +#: data/com.github.phase1geo.minder.shortcuts.ui:623 msgid "Align Right Side" msgstr "右对齐" -#: data/com.github.phase1geo.minder.shortcuts.ui:628 +#: data/com.github.phase1geo.minder.shortcuts.ui:635 #, fuzzy msgid "Callout Commands" msgstr "节点命令" -#: data/com.github.phase1geo.minder.shortcuts.ui:632 -#: data/com.github.phase1geo.minder.shortcuts.ui:665 +#: data/com.github.phase1geo.minder.shortcuts.ui:639 +#: data/com.github.phase1geo.minder.shortcuts.ui:672 msgid "Change Current" msgstr "修改当前内容" -#: data/com.github.phase1geo.minder.shortcuts.ui:661 +#: data/com.github.phase1geo.minder.shortcuts.ui:668 msgid "Connection Commands" msgstr "连接命令" -#: data/com.github.phase1geo.minder.shortcuts.ui:683 +#: data/com.github.phase1geo.minder.shortcuts.ui:690 msgid "Show Properties" msgstr "显示属性" -#: data/com.github.phase1geo.minder.shortcuts.ui:699 +#: data/com.github.phase1geo.minder.shortcuts.ui:706 msgid "Traversal" msgstr "遍历" -#: data/com.github.phase1geo.minder.shortcuts.ui:703 +#: data/com.github.phase1geo.minder.shortcuts.ui:710 msgid "Select Start Node" msgstr "选择起始节点" -#: data/com.github.phase1geo.minder.shortcuts.ui:710 +#: data/com.github.phase1geo.minder.shortcuts.ui:717 msgid "Select End Node" msgstr "选择结束节点" -#: data/com.github.phase1geo.minder.shortcuts.ui:717 +#: data/com.github.phase1geo.minder.shortcuts.ui:724 msgid "Select Next Connection" msgstr "选择下一个连接" -#: data/com.github.phase1geo.minder.shortcuts.ui:724 +#: data/com.github.phase1geo.minder.shortcuts.ui:731 msgid "Select Previous Connection" msgstr "选择上一个连接" -#: data/com.github.phase1geo.minder.shortcuts.ui:736 +#: data/com.github.phase1geo.minder.shortcuts.ui:743 msgid "Text Editing" msgstr "文本编辑" -#: data/com.github.phase1geo.minder.shortcuts.ui:744 +#: data/com.github.phase1geo.minder.shortcuts.ui:751 msgid "Insert Newline Character" msgstr "插入新行符号" -#: data/com.github.phase1geo.minder.shortcuts.ui:751 +#: data/com.github.phase1geo.minder.shortcuts.ui:758 msgid "Insert Tab Character" msgstr "插入制表符" -#: data/com.github.phase1geo.minder.shortcuts.ui:758 +#: data/com.github.phase1geo.minder.shortcuts.ui:765 msgid "Show Emoji Picker" msgstr "显示表情符号选取器" -#: data/com.github.phase1geo.minder.shortcuts.ui:765 +#: data/com.github.phase1geo.minder.shortcuts.ui:772 msgid "Add URL Link To Selected Text" msgstr "向所选文本添加网址链接" -#: data/com.github.phase1geo.minder.shortcuts.ui:779 +#: data/com.github.phase1geo.minder.shortcuts.ui:786 msgid "End Editing" msgstr "结束编辑" -#: data/com.github.phase1geo.minder.shortcuts.ui:788 +#: data/com.github.phase1geo.minder.shortcuts.ui:795 msgid "Cursor Movement" msgstr "光标移动" -#: data/com.github.phase1geo.minder.shortcuts.ui:792 +#: data/com.github.phase1geo.minder.shortcuts.ui:799 msgid "Next Character" msgstr "下一个字符" -#: data/com.github.phase1geo.minder.shortcuts.ui:799 +#: data/com.github.phase1geo.minder.shortcuts.ui:806 msgid "Previous Character" msgstr "上一个字符" -#: data/com.github.phase1geo.minder.shortcuts.ui:806 +#: data/com.github.phase1geo.minder.shortcuts.ui:813 msgid "Next Word" msgstr "下一个词" -#: data/com.github.phase1geo.minder.shortcuts.ui:813 +#: data/com.github.phase1geo.minder.shortcuts.ui:820 msgid "Previous Word" msgstr "上一个词" -#: data/com.github.phase1geo.minder.shortcuts.ui:820 +#: data/com.github.phase1geo.minder.shortcuts.ui:827 msgid "Next Line" msgstr "下一行" -#: data/com.github.phase1geo.minder.shortcuts.ui:827 +#: data/com.github.phase1geo.minder.shortcuts.ui:834 msgid "Previous Line" msgstr "上一行" -#: data/com.github.phase1geo.minder.shortcuts.ui:834 +#: data/com.github.phase1geo.minder.shortcuts.ui:841 msgid "Start Of Text" msgstr "文本开头" -#: data/com.github.phase1geo.minder.shortcuts.ui:841 +#: data/com.github.phase1geo.minder.shortcuts.ui:848 msgid "End Of Text" msgstr "文本结尾" -#: data/com.github.phase1geo.minder.shortcuts.ui:854 +#: data/com.github.phase1geo.minder.shortcuts.ui:861 msgid "Copy Selected Text" msgstr "复制所选文本" -#: data/com.github.phase1geo.minder.shortcuts.ui:861 +#: data/com.github.phase1geo.minder.shortcuts.ui:868 msgid "Cut Selected Text" msgstr "剪切所选文本" -#: data/com.github.phase1geo.minder.shortcuts.ui:868 +#: data/com.github.phase1geo.minder.shortcuts.ui:875 msgid "Paste Text" msgstr "粘贴文本" -#: data/com.github.phase1geo.minder.shortcuts.ui:881 +#: data/com.github.phase1geo.minder.shortcuts.ui:888 msgid "Add Next Character" msgstr "添加下一个字符" -#: data/com.github.phase1geo.minder.shortcuts.ui:888 +#: data/com.github.phase1geo.minder.shortcuts.ui:895 msgid "Add Previous Character" msgstr "添加上一个字符" -#: data/com.github.phase1geo.minder.shortcuts.ui:895 +#: data/com.github.phase1geo.minder.shortcuts.ui:902 msgid "Add Next Word" msgstr "添加下一个单词" -#: data/com.github.phase1geo.minder.shortcuts.ui:902 +#: data/com.github.phase1geo.minder.shortcuts.ui:909 msgid "Add Previous Word" msgstr "添加上一个单词" -#: data/com.github.phase1geo.minder.shortcuts.ui:909 +#: data/com.github.phase1geo.minder.shortcuts.ui:916 msgid "Add Next Line" msgstr "添加下一行" -#: data/com.github.phase1geo.minder.shortcuts.ui:916 +#: data/com.github.phase1geo.minder.shortcuts.ui:923 msgid "Add Previous Line" msgstr "添加上一行" -#: data/com.github.phase1geo.minder.shortcuts.ui:923 +#: data/com.github.phase1geo.minder.shortcuts.ui:930 msgid "Add Start Of Text" msgstr "添加文本开头" -#: data/com.github.phase1geo.minder.shortcuts.ui:930 +#: data/com.github.phase1geo.minder.shortcuts.ui:937 msgid "Add End Of Text" msgstr "添加文本结尾" -#: data/com.github.phase1geo.minder.shortcuts.ui:937 +#: data/com.github.phase1geo.minder.shortcuts.ui:944 msgid "Select All Text" msgstr "选择所有文本" -#: data/com.github.phase1geo.minder.shortcuts.ui:944 +#: data/com.github.phase1geo.minder.shortcuts.ui:951 msgid "Clear Selection" msgstr "清除选择" -#: data/com.github.phase1geo.minder.shortcuts.ui:956 +#: data/com.github.phase1geo.minder.shortcuts.ui:963 msgid "Mouse Events" msgstr "鼠标事件" -#: data/com.github.phase1geo.minder.shortcuts.ui:965 +#: data/com.github.phase1geo.minder.shortcuts.ui:972 msgid "[Right-click when item is selected]" msgstr "[选择项目时单击鼠标右键]" -#: data/com.github.phase1geo.minder.shortcuts.ui:971 +#: data/com.github.phase1geo.minder.shortcuts.ui:978 msgid "Edit Image in Canvas" msgstr "在画布中编辑图像" -#: data/com.github.phase1geo.minder.shortcuts.ui:972 +#: data/com.github.phase1geo.minder.shortcuts.ui:979 msgid "[Double left-click on image]" msgstr "[双击图像]" -#: data/com.github.phase1geo.minder.shortcuts.ui:980 +#: data/com.github.phase1geo.minder.shortcuts.ui:987 msgid "Canvas Movement" msgstr "画布移动" -#: data/com.github.phase1geo.minder.shortcuts.ui:984 +#: data/com.github.phase1geo.minder.shortcuts.ui:991 msgid "Pan Canvas" msgstr "平移画布" -#: data/com.github.phase1geo.minder.shortcuts.ui:985 +#: data/com.github.phase1geo.minder.shortcuts.ui:992 msgid "[Middle-click + Drag / Alt + Motion]" msgstr "[中键点击 + 拖动 / Alt键 + 拖动]" -#: data/com.github.phase1geo.minder.shortcuts.ui:991 +#: data/com.github.phase1geo.minder.shortcuts.ui:998 msgid "Scroll Vertically" msgstr "垂直滚动" -#: data/com.github.phase1geo.minder.shortcuts.ui:992 +#: data/com.github.phase1geo.minder.shortcuts.ui:999 msgid "[Scrollwheel up/down]" msgstr "[滚轮上/下]" -#: data/com.github.phase1geo.minder.shortcuts.ui:998 +#: data/com.github.phase1geo.minder.shortcuts.ui:1005 msgid "Scroll Horizontally" msgstr "水平滚动" -#: data/com.github.phase1geo.minder.shortcuts.ui:999 +#: data/com.github.phase1geo.minder.shortcuts.ui:1006 msgid "[Shift + Scrollwheel up/down]" msgstr "[Shift键 + 滚轮向上/向下]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1007 +#: data/com.github.phase1geo.minder.shortcuts.ui:1014 msgid "Item Selection" msgstr "项目选择" -#: data/com.github.phase1geo.minder.shortcuts.ui:1011 +#: data/com.github.phase1geo.minder.shortcuts.ui:1018 msgid "Select Single Item" msgstr "选择单个项目" -#: data/com.github.phase1geo.minder.shortcuts.ui:1012 +#: data/com.github.phase1geo.minder.shortcuts.ui:1019 msgid "[Left-click on item]" msgstr "[左键点击项目]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1018 +#: data/com.github.phase1geo.minder.shortcuts.ui:1025 msgid "Select Child Nodes" msgstr "选择子节点" -#: data/com.github.phase1geo.minder.shortcuts.ui:1019 +#: data/com.github.phase1geo.minder.shortcuts.ui:1026 msgid "[Control + Left-click on parent node]" msgstr "[Ctrl键 + 左键点击父节点]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1025 +#: data/com.github.phase1geo.minder.shortcuts.ui:1032 msgid "Select Node Tree/Subtree" msgstr "选择节点树/子树" -#: data/com.github.phase1geo.minder.shortcuts.ui:1026 +#: data/com.github.phase1geo.minder.shortcuts.ui:1033 msgid "[Control + Double left-click on parent node]" msgstr "[Ctrl键 + 双击父节点]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1032 +#: data/com.github.phase1geo.minder.shortcuts.ui:1039 msgid "Select All Nodes at Same Depth Level" msgstr "选择相同层级的所有节点" -#: data/com.github.phase1geo.minder.shortcuts.ui:1033 +#: data/com.github.phase1geo.minder.shortcuts.ui:1040 msgid "[Control + Triple left-click on node]" msgstr "[Ctrl键 + 三次左键点击节点]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1039 +#: data/com.github.phase1geo.minder.shortcuts.ui:1046 msgid "Block Selection" msgstr "块选择" -#: data/com.github.phase1geo.minder.shortcuts.ui:1040 +#: data/com.github.phase1geo.minder.shortcuts.ui:1047 msgid "[Left-click + Drag]" msgstr "[左键点击 + 拖动]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1048 +#: data/com.github.phase1geo.minder.shortcuts.ui:1055 msgid "Item Selection Toggle (Add to/Remove from Selection)" msgstr "项目选择切换(添加到所选内容/从所选内容中删除)" -#: data/com.github.phase1geo.minder.shortcuts.ui:1052 +#: data/com.github.phase1geo.minder.shortcuts.ui:1059 msgid "Toggle Selection of Item" msgstr "切换项目选择" -#: data/com.github.phase1geo.minder.shortcuts.ui:1053 +#: data/com.github.phase1geo.minder.shortcuts.ui:1060 msgid "[Shift + Left-click on item]" msgstr "[Shift键 + 左键点击项目]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1059 +#: data/com.github.phase1geo.minder.shortcuts.ui:1066 msgid "Toggle Selection of Child Nodes" msgstr "切换子节点的选择" -#: data/com.github.phase1geo.minder.shortcuts.ui:1060 +#: data/com.github.phase1geo.minder.shortcuts.ui:1067 msgid "[Shift + Control + Left-click on item]" msgstr "[Shift键 + Ctrl键 + 左键点击项目]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1066 +#: data/com.github.phase1geo.minder.shortcuts.ui:1073 msgid "Toggle Selection of Node Tree/Subtree" msgstr "切换节点树/子树的选择" -#: data/com.github.phase1geo.minder.shortcuts.ui:1067 +#: data/com.github.phase1geo.minder.shortcuts.ui:1074 msgid "[Shift + Control + Double left-click on parent node]" msgstr "[Shift键 + Ctrl键 + 双击父节点]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1073 +#: data/com.github.phase1geo.minder.shortcuts.ui:1080 msgid "Toggle Selection of All Nodes at Same Depth Level" msgstr "切换相同层级的所有节点的选择" -#: data/com.github.phase1geo.minder.shortcuts.ui:1074 +#: data/com.github.phase1geo.minder.shortcuts.ui:1081 msgid "[Shift + Control + Triple left-click on node]" msgstr "[Shift键 + Ctrl键 + 三次左键点击节点]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1082 +#: data/com.github.phase1geo.minder.shortcuts.ui:1089 msgid "Text Selection" msgstr "文本选择" -#: data/com.github.phase1geo.minder.shortcuts.ui:1086 +#: data/com.github.phase1geo.minder.shortcuts.ui:1093 msgid "Set Cursor Insert Point" msgstr "设置光标插入点" -#: data/com.github.phase1geo.minder.shortcuts.ui:1087 +#: data/com.github.phase1geo.minder.shortcuts.ui:1094 msgid "[Left-click anywhere in text]" msgstr "[左键单击文本中的任意位置]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1093 +#: data/com.github.phase1geo.minder.shortcuts.ui:1100 msgid "Select current word" msgstr "选择当前单词" -#: data/com.github.phase1geo.minder.shortcuts.ui:1094 +#: data/com.github.phase1geo.minder.shortcuts.ui:1101 msgid "[Double left-click on word]" msgstr "[双击单词]" -#: data/com.github.phase1geo.minder.shortcuts.ui:1100 +#: data/com.github.phase1geo.minder.shortcuts.ui:1107 msgid "Select all text" msgstr "选择所有文本" -#: data/com.github.phase1geo.minder.shortcuts.ui:1101 +#: data/com.github.phase1geo.minder.shortcuts.ui:1108 msgid "[Triple left-click anywhere in text]" msgstr "[在文本中的任意位置单击三次左键]" diff --git a/src/Application.vala b/src/Application.vala index ff8d57fb..fccb3ae4 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -41,7 +41,7 @@ public class Minder : Granite.Application { private HashMap cl_options; public static GLib.Settings settings; - public static string version = "1.16.1"; + public static string version = "1.16.2"; public Minder () {