diff --git a/data/code.metainfo.xml.in b/data/code.metainfo.xml.in
index 7c654ede6..642178174 100644
--- a/data/code.metainfo.xml.in
+++ b/data/code.metainfo.xml.in
@@ -80,7 +80,7 @@
Trying to save a document to an unwritable location is now handled better
The system style is now followed by the symbol outline and when launched without open documents
Mixed case sensitive search now works as expected
- The search results no longer change unexpectedly when focussing a document
+ The search results no longer change unexpectedly when focusing a document
Now there is always an active project at startup if there are projects in the sidebar
If a development branch is running this shows in the window title and in the dock tooltip
Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs
@@ -104,6 +104,7 @@
Cancelling saving does not work as expected when closing project folder resulting in data loss
Autosave of unsaved buffers not reliable
Cannot open files with unknown characters
+ No expander on folders that contain no text files
diff --git a/data/io.elementary.code.1 b/data/io.elementary.code.1
new file mode 100644
index 000000000..836d54871
--- /dev/null
+++ b/data/io.elementary.code.1
@@ -0,0 +1,50 @@
+.TH "Code" "1" "November 2017"
+.
+.SH "NAME"
+\fBio.elementary.code\fR \- text editor that works for you
+.
+.SH "SYNOPSIS"
+\fBio.elementary.code\fR [\fIOPTION\.\.\.\fR] [\fIFILE\.\.\.\fR]
+.
+.SH "DESCRIPTION"
+\fBCode\fR is the text editor that works for you\. It auto-saves your files, meaning they're always up-to-date\. Plus it remembers your tabs so you never lose your spot, even in between sessions\.
+.
+.P
+\fBMake it yours.\fR Code is written from the ground up to be extensible\. Keep things super lightweight and simple, or install extensions to turn Code into a full-blown IDE; it's your choice\. And with a handful of useful preferences, you can tweak the behavior and interface to your liking\.
+.
+.P
+\fBIt's elementary.\fR Code is made to be the perfect text editor for elementary OS, meaning it closely follows the high standards of design, speed, and consistency\. It's sexy, but not distracting\.
+.
+.P
+\fBWorks with your language.\fR Whether you're crafting code in Vala, scripting with PHP, or marking things up in HTML, Code has you covered\. Experience full syntax highlighting with nearly all programming, scripting, and markup languages\.
+.
+.SH "OPTIONS"
+.
+.TP
+\fB\-t\fR, \fB\-\-new\-tab\fR
+Open a new tab\.
+.
+.TP
+\fB\-n\fR, \fB\-\-new\-window\fR
+Open a new window\.
+.
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Show a help message and exit\.
+.
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+Print version info and exit\.
+.
+.TP
+\fB\-\-display=\fR\fIDISPLAY\fR
+X display to use\.
+.
+.SH "AUTHOR"
+Mario Guerriero ,
+Julien Spautz ,
+Giulio Collura ,
+Lucas Baudin et al.
+.PP
+This manual page was written by Sergey "Shnatsel" Davidoff ,
+for the Debian project (but may be used by others).
diff --git a/data/meson.build b/data/meson.build
index 0e233ce2d..01a0437d8 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -83,3 +83,7 @@ if get_option ('have_pkexec')
install_dir: join_paths(get_option('datadir'), 'polkit-1', 'actions'),
)
endif
+
+install_man(
+ 'io.elementary.code.1'
+)
diff --git a/po/aa.po b/po/aa.po
index 70b870d00..ac0da0a42 100644
--- a/po/aa.po
+++ b/po/aa.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:00+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ab.po b/po/ab.po
index 70b870d00..ac0da0a42 100644
--- a/po/ab.po
+++ b/po/ab.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:00+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ae.po b/po/ae.po
index 4eb74c459..721fb43f6 100644
--- a/po/ae.po
+++ b/po/ae.po
@@ -1,31 +1,23 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -69,11 +61,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -87,7 +79,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -242,23 +234,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -267,31 +259,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -384,89 +376,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -688,11 +680,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/af.po b/po/af.po
index 06554fd8f..6c85e3835 100644
--- a/po/af.po
+++ b/po/af.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2017-04-09 21:07+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: Afrikaans \n"
@@ -18,27 +18,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:00+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Nuwe Blad"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Nuwe Venster"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -84,11 +76,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "Alle lêers"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "Teks lêers"
@@ -102,7 +94,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Kanselleer"
@@ -257,24 +249,24 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
#, fuzzy
msgid "Other Actions"
msgstr "Ander formate"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -283,32 +275,32 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
#, fuzzy
msgid "New"
msgstr "Nuwe Blad"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
#, fuzzy
msgid "new file"
msgstr "Teks lêers"
@@ -405,51 +397,51 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Maak toe sonder om te stoor"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Stoor"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
msgid "Saving to “%s” failed."
msgstr "Stoor wysigings voor dokument %s toegemaak word"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "Stoor lêer"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Nuwe dokument"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
#, fuzzy
msgid "You may not have permission to read the file."
msgstr "Die \"%s\" lêer kan nie gelees word nie. Dalk is dit korrup"
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, fuzzy, c-format
#| msgid ""
#| "The location containing the file \"%s\" was unmounted. Do you want to "
@@ -459,7 +451,7 @@ msgstr ""
"Die plek wat die \"%s\" lêer bevat is ontkoppel. Wil jy op 'n ander plek "
"stoor?"
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” was deleted."
@@ -467,37 +459,37 @@ msgstr "Die \"%s\" lêer was verwyder. Wil jy dit in elk geval stoor?"
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” does not have write permission."
msgstr "Die \"%s\" lêer was verwyder. Wil jy dit in elk geval stoor?"
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "Oplaai"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -725,11 +717,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ak.po b/po/ak.po
index 81031e0f4..e55105289 100644
--- a/po/ak.po
+++ b/po/ak.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2017-04-09 20:11+0000\n"
"Last-Translator: aberba \n"
"Language-Team: LANGUAGE \n"
@@ -13,28 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:00+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Tab Foforɔ"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Window Foforɔ"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "Printe"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Plugins Ahoroɔ"
-
-#: src/Application.vala:42
-#, fuzzy
-msgid "plugin"
-msgstr "Plugins Ahoroɔ"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -80,11 +71,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -98,7 +89,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Gyae"
@@ -253,24 +244,24 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
#, fuzzy
msgid "Open In"
msgstr "Bue file"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -279,33 +270,33 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
#, fuzzy
msgid "Find in Folder…"
msgstr "Bue file"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
#, fuzzy
msgid "New"
msgstr "Tab Foforɔ"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
#, fuzzy
msgid "new file"
msgstr "File foforɔ"
@@ -407,51 +398,51 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Dum no. Mempɛ sɛ wo kora no"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Kora"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
msgid "Saving to “%s” failed."
msgstr "Wopɛ sɛ wo kora %s to hɔ ansa wadum no anaa?"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "Kora file no"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Document Foforɔ"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
#, fuzzy
msgid "You may not have permission to read the file."
msgstr "File %s antumi ambue. Ebia na asɛe anaa wo nni ho kwan sɛ wo bue."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, fuzzy, c-format
#| msgid ""
#| "The location containing the file \"%s\" was unmounted. Do you want to "
@@ -460,7 +451,7 @@ msgid "The location containing the file “%s” was unmounted."
msgstr ""
"Bɛbi a file %s wɔ no nnya mmounte yɛ. Wopɛ sɛ wo kora no baabi fofor anaa?"
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” was deleted."
@@ -468,13 +459,13 @@ msgstr "File %s nni akoraɛ biara mu. Wo pɛ sɛ wo kora to hɔ anna?"
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” does not have write permission."
msgstr "File %s nni akoraɛ biara mu. Wo pɛ sɛ wo kora to hɔ anna?"
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, fuzzy, c-format
#| msgid ""
#| "File \"%s\" was modified by an external application. Do you want to load "
@@ -484,24 +475,24 @@ msgstr ""
"Dwumadi foforɔ ayɛ nsesaɛ wɔ %s mu. Wopɛ sɛ wo hwɛ nsesaɛ no ansa na wakora "
"no bio anaa?"
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "Toa so"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -724,11 +715,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
@@ -837,6 +828,13 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#~ msgid "Set of plugins"
+#~ msgstr "Plugins Ahoroɔ"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "Plugins Ahoroɔ"
+
#~ msgid "Save As…"
#~ msgstr "Kora no sɛ ..."
diff --git a/po/am.po b/po/am.po
index 2ce55c01e..32aabb593 100644
--- a/po/am.po
+++ b/po/am.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-21 13:39+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: Amharic \n"
@@ -18,28 +18,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:00+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "አዲስ ንዑስ መስኮት"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "አዲስ መስኮት"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "የ እትሙን መረጃ ማተሚያ እና መውጫ"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "የ ተሰኪዎች ማሰናጃ"
-
-#: src/Application.vala:42
-#, fuzzy
-msgid "plugin"
-msgstr "የ ተሰኪዎች ማሰናጃ"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -91,11 +82,11 @@ msgstr "ምልክቶች"
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "ሁሉንም ፋይሎች"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "የጽሁፍ ፋይሎች"
@@ -109,7 +100,7 @@ msgstr "መክፈቻ"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "መሰረዣ"
@@ -267,25 +258,25 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
#, fuzzy
msgid "Open In"
msgstr "መክፈቻ"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
#, fuzzy
msgid "Other Actions"
msgstr "ለሎች አቀራረቦች"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -294,35 +285,35 @@ msgstr ""
msgid "Folders"
msgstr "ፎልደሮች"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
#, fuzzy
#| msgid "Open a folder"
msgid "Find in Folder…"
msgstr "ፎልደር መክፈቻ"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
#, fuzzy
msgid "Folder"
msgstr "ፎልደሮች"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
#, fuzzy
msgid "New"
msgstr "አዲስ ንዑስ መስኮት"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
#, fuzzy
msgid "new file"
msgstr "አዲስ ፋይል"
@@ -425,91 +416,91 @@ msgstr ""
msgid "Close Without Saving"
msgstr "ሳያስቀምጡ መዝጊያ"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "ማስቀመጫ"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "ፋይል ማስቀመጫ"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "አዲስ ሰነድ"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "መጫኛ"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "ይቀጥሉ"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -743,11 +734,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
@@ -859,6 +850,13 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#~ msgid "Set of plugins"
+#~ msgstr "የ ተሰኪዎች ማሰናጃ"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "የ ተሰኪዎች ማሰናጃ"
+
#~ msgid "Save As…"
#~ msgstr "ማስቀመጫ እንደ..."
diff --git a/po/an.po b/po/an.po
index b39f1956b..b162527ec 100644
--- a/po/an.po
+++ b/po/an.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-21 13:36+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:00+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -395,89 +387,89 @@ msgstr "Si no alzas, os camios d´os 4 segundos zaguers se ´n trafegueran"
msgid "Close Without Saving"
msgstr "Trancar sin alzar"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
msgid "Saving to “%s” failed."
msgstr "Alzar os camios de o decumento dinantes de trancar"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Nueu Decumento"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -699,11 +691,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ar.po b/po/ar.po
index d9a02d0dc..91f0abf25 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2021-09-06 18:12+0000\n"
"Last-Translator: aalhaif \n"
"Language-Team: Arabic \n"
@@ -20,27 +20,19 @@ msgstr ""
"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:00+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "لسان جديد"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "نافذة جديدة"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "اطبع معلومات الاصدار وقم بالاغلاق"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "مجموعة من الاضافات"
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr "اضافة"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr "[ملف...]"
@@ -93,11 +85,11 @@ msgstr "ازالة الاماكن الوهمية المنشأة من قبل ( va
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "كل الملفات"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "ملفات نصية"
@@ -111,7 +103,7 @@ msgstr "إفتح"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "الغاء"
@@ -267,23 +259,23 @@ msgstr "لا تسترجعه"
msgid "Restore Anyway"
msgstr "استرجع على اية حال"
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr "تطبيقات أخرى…"
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr "إفتح في"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr "اجراءات اخرى"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr "إعادة التسمية"
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr "انقل الى سلة المهملات"
@@ -292,33 +284,33 @@ msgstr "انقل الى سلة المهملات"
msgid "Folders"
msgstr "المجلدات"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
#, fuzzy
#| msgid "Open project folder…"
msgid "Find in Folder…"
msgstr "فتح مجلد المشروع…"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr "مجلد"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr "ملف فارغ"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr "جديد"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr "ملف غير مسمى"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr "ملف جديد"
@@ -432,56 +424,56 @@ msgstr "إن لم تحفظ فستختفى نهائيا جميع التغيرات
msgid "Close Without Saving"
msgstr "اغلق بدون حفظ"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "إحفظ"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
#| msgid "Save changes to \"%s\" before closing?"
msgid "Saving to “%s” failed."
msgstr "حفظ التغيرات الخاصة بـ “%s” قبل اﻹغلاق؟"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "حفظ الملف"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "مُستند جديد"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, fuzzy, c-format
#| msgid "Search for text in “%s”"
msgid "Cannot read text in file “%s”"
msgstr "بحث عن نص في ”%s“"
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
#, fuzzy
#| msgid "It may be corrupt or you don't have permission to read it."
msgid "You may not have permission to read the file."
msgstr "قد يكون تالفا أو أنك ليس لديك الصلاحيات لقراءته."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
#, fuzzy
#| msgid "Load Anyway"
msgid "Show Anyway"
msgstr "حمل على أي حال"
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, fuzzy, c-format
#| msgid ""
#| "The location containing the file \"%s\" was unmounted. Do you want to "
@@ -489,7 +481,7 @@ msgstr "حمل على أي حال"
msgid "The location containing the file “%s” was unmounted."
msgstr "المكان يحتوي على الملف “%s” ولم يكن مركبا. هل تريد حفظه فيه مكان آخر؟"
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” was deleted."
@@ -497,13 +489,13 @@ msgstr "الملف “%s” قد تم حذفه. هل تريد حفظه على ا
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” does not have write permission."
msgstr "الملف “%s” قد تم حذفه. هل تريد حفظه على اية حال؟"
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, fuzzy, c-format
#| msgid ""
#| "File \"%s\" was modified by an external application. Do you want to load "
@@ -513,26 +505,26 @@ msgstr ""
"الملف “%s” قد تم تعديله من طرف خارجي. هل تريد إعادة تحميله أم تريد اكمال "
"التعديل عليه؟"
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "رفع"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "استمرار"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -776,11 +768,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr "رتب الأسطر التي تم اختيارها"
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr "تحويل لتعليق"
@@ -890,6 +882,12 @@ msgstr "رجاءً قم بتثبيت قاموس [aspell] واحد على الأ
msgid "%s - Word Completion"
msgstr "اتمام %s من الكلمات"
+#~ msgid "Set of plugins"
+#~ msgstr "مجموعة من الاضافات"
+
+#~ msgid "plugin"
+#~ msgstr "اضافة"
+
#~ msgid "Save As…"
#~ msgstr "حفظ باسم…"
diff --git a/po/as.po b/po/as.po
index 340209de5..acd641b94 100644
--- a/po/as.po
+++ b/po/as.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ast.po b/po/ast.po
index 340209de5..acd641b94 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/av.po b/po/av.po
index 340209de5..acd641b94 100644
--- a/po/av.po
+++ b/po/av.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ay.po b/po/ay.po
index 340209de5..acd641b94 100644
--- a/po/ay.po
+++ b/po/ay.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/az.po b/po/az.po
index 6a866b3ac..2aae842b6 100644
--- a/po/az.po
+++ b/po/az.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2023-03-17 16:03+0000\n"
"Last-Translator: David Hewitt \n"
"Language-Team: Azerbaijani \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/be.po b/po/be.po
index d3221ad0e..ebb3e5638 100644
--- a/po/be.po
+++ b/po/be.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2016-03-03 17:53+0000\n"
"Last-Translator: Dmitry Taranovich \n"
"Language-Team: LANGUAGE \n"
@@ -13,28 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Стварыць укладку"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Стварыць акно"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "Надрукаваць інфармацыю аб версіі і выйсці"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Набор надбудоў"
-
-#: src/Application.vala:42
-#, fuzzy
-msgid "plugin"
-msgstr "Набор надбудоў"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -86,11 +77,11 @@ msgstr "Сімвалы"
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "Усе файлы"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "Тэкставыя файлы"
@@ -104,7 +95,7 @@ msgstr "Адкрыць"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Скасаваць"
@@ -266,25 +257,25 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
#, fuzzy
msgid "Open In"
msgstr "Адкрыць"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
#, fuzzy
msgid "Other Actions"
msgstr "Іншыя фарматы"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -293,35 +284,35 @@ msgstr ""
msgid "Folders"
msgstr "Тэчкі"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
#, fuzzy
#| msgid "Open a folder"
msgid "Find in Folder…"
msgstr "Адкрыць тэчку"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
#, fuzzy
msgid "Folder"
msgstr "Тэчкі"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
#, fuzzy
msgid "New"
msgstr "Стварыць укладку"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
#, fuzzy
msgid "new file"
msgstr "Стварыць файл"
@@ -426,53 +417,53 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Закрыць не захоўваючы"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Захаваць"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
msgid "Saving to “%s” failed."
msgstr "Захаваць змены ў дакуменце %s перад закрыццём?"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "Захаваць файл"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Новы дакумент"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
#, fuzzy
msgid "You may not have permission to read the file."
msgstr ""
"Немагчыма прачытаць файл \"%s\". Магчыма, ён сапсаваны альбо Вы не маеце "
"патрэбных прывілеяў, каб яго прачытаць."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, fuzzy, c-format
#| msgid ""
#| "The location containing the file \"%s\" was unmounted. Do you want to "
@@ -480,7 +471,7 @@ msgstr ""
msgid "The location containing the file “%s” was unmounted."
msgstr "Месца з файлам \"%s\" адмацавана. Жадаеце захаваць у іншым месцы?"
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” was deleted."
@@ -488,13 +479,13 @@ msgstr "Файл \"%s\" быў выдалены. Захаваць усё роў
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” does not have write permission."
msgstr "Файл \"%s\" быў выдалены. Захаваць усё роўна?"
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, fuzzy, c-format
#| msgid ""
#| "File \"%s\" was modified by an external application. Do you want to load "
@@ -504,26 +495,26 @@ msgstr ""
"Файл \"%s\" быў зменены знешнім прыкладаннем. Загрузіць яго зноў ці "
"працягнуць рэдагаванне?"
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "Загрузіць"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "Працягваць"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -759,11 +750,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
@@ -877,6 +868,13 @@ msgstr ""
msgid "%s - Word Completion"
msgstr "%s - Дапаўненне слоў"
+#~ msgid "Set of plugins"
+#~ msgstr "Набор надбудоў"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "Набор надбудоў"
+
#~ msgid "Save As…"
#~ msgstr "Захаваць як..."
diff --git a/po/bg.po b/po/bg.po
index 5e43654a3..9e3b6dae3 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2019-09-10 14:54+0000\n"
"Last-Translator: Cleiton Floss \n"
"Language-Team: Bulgarian \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/bi.po b/po/bi.po
index 340209de5..acd641b94 100644
--- a/po/bi.po
+++ b/po/bi.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/bm.po b/po/bm.po
index 340209de5..acd641b94 100644
--- a/po/bm.po
+++ b/po/bm.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/bn.po b/po/bn.po
index 618842af6..913df85b7 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2017-01-21 09:06+0000\n"
"Last-Translator: Hasan Sumon \n"
"Language-Team: LANGUAGE \n"
@@ -13,28 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "নতুন ট্যাব"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "নতুন উইন্ডো"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "ভার্সন এর তথ্য মুদ্রণ করে প্রস্থান করুন"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "প্লাগিন এর সেট"
-
-#: src/Application.vala:42
-#, fuzzy
-msgid "plugin"
-msgstr "প্লাগিন এর সেট"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -86,11 +77,11 @@ msgstr "চিহ্নসমূহ"
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "সব ফাইল"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "টেক্সট ফাইলসমূহ"
@@ -104,7 +95,7 @@ msgstr "খুলুন"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "বাতিল করুন"
@@ -266,25 +257,25 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
#, fuzzy
msgid "Open In"
msgstr "খুলুন"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
#, fuzzy
msgid "Other Actions"
msgstr "অন্যান্য ফরম্যাটসমূহ"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -293,35 +284,35 @@ msgstr ""
msgid "Folders"
msgstr "ফোল্ডারসমূহ"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
#, fuzzy
#| msgid "Open a folder"
msgid "Find in Folder…"
msgstr "একটি ফোল্ডার খুলুন"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
#, fuzzy
msgid "Folder"
msgstr "ফোল্ডারসমূহ"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
#, fuzzy
msgid "New"
msgstr "নতুন ট্যাব"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
#, fuzzy
msgid "new file"
msgstr "নতুন ফাইল"
@@ -427,53 +418,53 @@ msgstr ""
msgid "Close Without Saving"
msgstr "সংরক্ষণ না করে বন্ধ করুন"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "সংরক্ষণ করুন"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
msgid "Saving to “%s” failed."
msgstr "বন্ধ করার আগে ডকুমেন্টে %s সংরক্ষণ করতে চান?"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "ফাইল সংরক্ষণ করুন"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "নতুন ডকুমেন্ট"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
#, fuzzy
msgid "You may not have permission to read the file."
msgstr ""
"\"%s\" ফাইলটি নির্ণয় করে যাচ্ছেনা। হয়ত এটি নষ্ট\n"
"অথবা আপনার প্রয়োজনীয় অনুমতি নেই।"
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, fuzzy, c-format
#| msgid ""
#| "The location containing the file \"%s\" was unmounted. Do you want to "
@@ -483,7 +474,7 @@ msgstr ""
"\"%s\" ফাইলটি যে অবস্থা এ ছিল সে লোকেশানটি সরিয়ে নেয়া হয়েছে। আপনি কী অন্য "
"কোথায় সংরক্ষণ করতে চান?"
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” was deleted."
@@ -491,13 +482,13 @@ msgstr "\"%s\" ফাইলটি মুছে দেওয়া হয়েছি
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” does not have write permission."
msgstr "\"%s\" ফাইলটি মুছে দেওয়া হয়েছিলো। যাই হোক আপনি কি এটি সংরক্ষণ করতে চান?"
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, fuzzy, c-format
#| msgid ""
#| "File \"%s\" was modified by an external application. Do you want to load "
@@ -507,26 +498,26 @@ msgstr ""
"\"%s\" ফাইলটি একটি এক্সটার্নাল এপ্লিকেশান কর্তৃক পরিবর্তিত হয়েছে। আপনি কী ফাইলটিকে "
"পুনরায় লোড করে সম্পাদনা চালিয়ে যেতে চান?"
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "আপলোড"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "পরবর্তী"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -762,11 +753,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
@@ -882,6 +873,13 @@ msgstr ""
msgid "%s - Word Completion"
msgstr "%s - শব্দ পরিপূরণ"
+#~ msgid "Set of plugins"
+#~ msgstr "প্লাগিন এর সেট"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "প্লাগিন এর সেট"
+
#~ msgid "Save As…"
#~ msgstr "নতুনভাবে সংরক্ষণ করুন..."
diff --git a/po/bo.po b/po/bo.po
index 90fcb519e..cf875e4ce 100644
--- a/po/bo.po
+++ b/po/bo.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2019-08-29 15:22+0000\n"
"Last-Translator: གངས་རྒྱན། \n"
"Language-Team: Tibetan \n"
@@ -14,27 +14,19 @@ msgstr ""
"X-Generator: Weblate 3.7.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:03+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -79,11 +71,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -97,7 +89,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -252,23 +244,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -277,31 +269,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -391,89 +383,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -695,11 +687,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/br.po b/po/br.po
index 340209de5..acd641b94 100644
--- a/po/br.po
+++ b/po/br.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/bs.po b/po/bs.po
index 82ee3e59d..8199e5534 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-11-05 00:09+0000\n"
"Last-Translator: Elvis Mujanović \n"
"Language-Team: Bosnian \n"
"Language-Team: Catalan \n"
@@ -19,27 +19,19 @@ msgstr ""
"X-Generator: Weblate 4.17\n"
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Pestanya nova"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Finestra nova"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "Imprimeix informació de la versió i surt"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Conjunt de connectors"
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr "connector"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr "[FITXER…]"
@@ -83,11 +75,11 @@ msgstr "Mostra el contorn del símbol"
msgid "%s - %s"
msgstr "%s - %s"
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "Tots els fitxers"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "Fitxers de text"
@@ -101,7 +93,7 @@ msgstr "Obre"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Cancel·la"
@@ -262,23 +254,23 @@ msgstr "No el restauris"
msgid "Restore Anyway"
msgstr "Restaura'l tanmateix"
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr "Una altra aplicació…"
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr "Obre amb"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr "Altres accions"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr "Canvia'n el nom"
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr "Mou a la paperera"
@@ -287,31 +279,31 @@ msgstr "Mou a la paperera"
msgid "Folders"
msgstr "Carpetes"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr "Troba a la carpeta…"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr "Carpeta"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr "Fitxer buit"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr "Nou"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr "carpeta sense nom"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr "fitxer nou"
@@ -404,89 +396,90 @@ msgstr "Si no deseu el document, els canvis es perdran permanentment."
msgid "Close Without Saving"
msgstr "Tanca'l sense desar-lo"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Desa"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr "No s'ha pogut desar a %s."
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "Desa el fitxer"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Document nou"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr "No es pot desar aquest document a %s"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr "No es pot llegir el text del fitxer %s"
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr "És possible que no tingueu permís per llegir el fitxer."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr "El fitxer pot estar malmès o pot no ser un fitxer de text."
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr "Mostra'l tanmateix"
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr "La ubicació que conté el fitxer %s s'ha desmuntat."
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr "S'ha suprimit el fitxer %s."
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr "El fitxer %s no té permís d'escriptura."
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr "El fitxer %s ha estat modificat per una aplicació externa."
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr "Torna a carregar"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "Continua"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
-msgstr "“%s” no es pot desar aquí. En voleu deseu un duplicat en un altre lloc?"
+msgstr ""
+"“%s” no es pot desar aquí. En voleu deseu un duplicat en un altre lloc?"
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr "Ignora-ho"
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr "Desa'n un duplicat…"
@@ -708,11 +701,11 @@ msgstr "%d de %d"
msgid "no results"
msgstr "sense resultats"
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr "Classifica les línies seleccionades"
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr "Commuta el comentari"
@@ -818,6 +811,12 @@ msgstr "Si us plau, instal·leu com a mínim un diccionari (aspell)."
msgid "%s - Word Completion"
msgstr "%s - Compleció de paraules"
+#~ msgid "Set of plugins"
+#~ msgstr "Conjunt de connectors"
+
+#~ msgid "plugin"
+#~ msgstr "connector"
+
#~ msgid "Save As…"
#~ msgstr "Anomena i desa…"
diff --git a/po/ca@valencia.po b/po/ca@valencia.po
index 13efe08fc..1ad4517d6 100644
--- a/po/ca@valencia.po
+++ b/po/ca@valencia.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2017-05-15 08:22+0000\n"
"Last-Translator: Guillem Servera \n"
"Language-Team: Catalan \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Новая вкладка"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,32 +267,32 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
#, fuzzy
msgid "New"
msgstr "Новая вкладка"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -393,89 +385,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -697,11 +689,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ch.po b/po/ch.po
index 340209de5..acd641b94 100644
--- a/po/ch.po
+++ b/po/ch.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ckb.po b/po/ckb.po
index 666e88ea2..5880c34e9 100644
--- a/po/ckb.po
+++ b/po/ckb.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2022-07-31 11:42+0000\n"
"Last-Translator: Aga Ismael \n"
"Language-Team: Kurdish (Central) \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/cr.po b/po/cr.po
index 340209de5..acd641b94 100644
--- a/po/cr.po
+++ b/po/cr.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/cs.po b/po/cs.po
index 4d9d9ffdc..244f64f89 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2022-03-02 13:56+0000\n"
"Last-Translator: p-bo \n"
"Language-Team: Czech \n"
@@ -19,27 +19,19 @@ msgstr ""
"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Nová karta"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Nové okno"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "Zobrazit informace o verzi a ukončit"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Sada zásuvných modulů"
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr "zásuvný modul"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr "[SOUBOR…]"
@@ -92,11 +84,11 @@ msgstr "Nenalezeny žádné symboly"
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "Všechny soubory"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "Textové soubory"
@@ -110,7 +102,7 @@ msgstr "Otevřít"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Zrušit"
@@ -270,23 +262,23 @@ msgstr "Neobnovovat"
msgid "Restore Anyway"
msgstr "Přesto obnovit"
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr "Jiná aplikace…"
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr "Otevřít v"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr "Ostatní akce"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr "Přejmenovat"
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr "Přesunout do Koše"
@@ -295,31 +287,31 @@ msgstr "Přesunout do Koše"
msgid "Folders"
msgstr "Složky"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr "Vyhledat ve složce…"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr "Složka"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr "Prázdný soubor"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr "Nový"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr "složka bez názvu"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr "nový soubor"
@@ -418,56 +410,56 @@ msgstr "Pokud neuložíte, změny budou nenávratně ztraceny."
msgid "Close Without Saving"
msgstr "Zavřít bez uložení"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Uložit"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
#| msgid "Save changes to \"%s\" before closing?"
msgid "Saving to “%s” failed."
msgstr "Uložit před ukončením změny do „%s“?"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "Uložit soubor"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Nový dokument"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, fuzzy, c-format
#| msgid "Search for text in “%s”"
msgid "Cannot read text in file “%s”"
msgstr "Vyhledat text v „%s“"
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
#, fuzzy
#| msgid "It may be corrupt or you don't have permission to read it."
msgid "You may not have permission to read the file."
msgstr "Může být poškozený, nebo nemáte oprávnění k jeho čtení."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
#, fuzzy
#| msgid "Load Anyway"
msgid "Show Anyway"
msgstr "Přesto načíst"
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, fuzzy, c-format
#| msgid ""
#| "The location containing the file \"%s\" was unmounted. Do you want to "
@@ -476,7 +468,7 @@ msgid "The location containing the file “%s” was unmounted."
msgstr ""
"Úložiště obsahující soubor „%s“ bylo odpojeno. Přejete si ho uložit jinam?"
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, fuzzy, c-format
#| msgid "The file %s was deleted."
msgid "File “%s” was deleted."
@@ -484,13 +476,13 @@ msgstr "Soubor %s byl smazán."
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” does not have write permission."
msgstr "Soubor „%s“ byl smazán. Přejete si ho přesto uložit?"
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, fuzzy, c-format
#| msgid ""
#| "File \"%s\" was modified by an external application. Do you want to load "
@@ -500,26 +492,26 @@ msgstr ""
"Soubor „%s“ byl mezitím pozměněn jinou aplikací. Přejete si ho otevřít znovu "
"nebo chcete pokračovat v úpravách?"
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "Nahrát"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "Pokračovat"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -757,11 +749,11 @@ msgstr ""
msgid "no results"
msgstr "nic nenalezeno"
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr "Seřadit vybrané řádky"
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr "Zobraz/nezobraz. komentář"
@@ -867,6 +859,12 @@ msgstr "Nainstalujte prosím alespoň jeden [aspell] slovník."
msgid "%s - Word Completion"
msgstr "%s – dokončování slov"
+#~ msgid "Set of plugins"
+#~ msgstr "Sada zásuvných modulů"
+
+#~ msgid "plugin"
+#~ msgstr "zásuvný modul"
+
#~ msgid "Save As…"
#~ msgstr "Uložit jako…"
diff --git a/po/cu.po b/po/cu.po
index 4eb74c459..721fb43f6 100644
--- a/po/cu.po
+++ b/po/cu.po
@@ -1,31 +1,23 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -69,11 +61,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -87,7 +79,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -242,23 +234,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -267,31 +259,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -384,89 +376,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -688,11 +680,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/cv.po b/po/cv.po
index b15f304a6..2972608bc 100644
--- a/po/cv.po
+++ b/po/cv.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-21 13:37+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: LANGUAGE \n"
@@ -13,28 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Çĕнĕ вкладка"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Çĕнĕ чÿрече"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "Верси информацине пичетле те тух"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Плагинсен наборе"
-
-#: src/Application.vala:42
-#, fuzzy
-msgid "plugin"
-msgstr "Плагинсен наборе"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -78,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -96,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "вăйран кăлар"
@@ -251,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -276,32 +267,32 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
#, fuzzy
msgid "New"
msgstr "Çĕнĕ вкладка"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -399,51 +390,51 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Упраса хăвармасăрах хуп"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Упраса хăвар"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
msgid "Saving to “%s” failed."
msgstr "%s документра улăштарнисене упраса хăвармалла-и хупиччен?"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "Файл упраса хăвар"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Çĕнĕ документ"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
#, fuzzy
msgid "You may not have permission to read the file."
msgstr "Вулаймастăп \"%s\" файла. Тен вăл ваннă"
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, fuzzy, c-format
#| msgid ""
#| "The location containing the file \"%s\" was unmounted. Do you want to "
@@ -451,7 +442,7 @@ msgstr ""
msgid "The location containing the file “%s” was unmounted."
msgstr "\"%s\" файл вырнаçнă вырăна кăларнă. Урăх вырăна упраса хăвармалла-и?"
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” was deleted."
@@ -459,35 +450,35 @@ msgstr "\"%s\" файла шăлса тасатнă. Çапах упраса х
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” does not have write permission."
msgstr "\"%s\" файла шăлса тасатнă. Çапах упраса хăвармалла-и ăна?"
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -710,11 +701,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
@@ -822,6 +813,13 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#~ msgid "Set of plugins"
+#~ msgstr "Плагинсен наборе"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "Плагинсен наборе"
+
#~ msgid "Save As…"
#~ msgstr "Упраса хăвар çак ятпа"
diff --git a/po/cy.po b/po/cy.po
index 748bdc401..cb92d84d5 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:03+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/da.po b/po/da.po
index 79169690a..a231737fb 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2020-05-30 10:11+0000\n"
"Last-Translator: Rantyrant \n"
"Language-Team: Danish \n"
@@ -19,27 +19,19 @@ msgstr ""
"X-Generator: Weblate 3.9.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Nyt faneblad"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Nyt Vindue"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "Print versionsinfo og afslut"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Pluginsæt"
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr "plugin"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -92,11 +84,11 @@ msgstr "Ingen Symboler Fundet"
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "Alle filer"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "Tekstfiler"
@@ -110,7 +102,7 @@ msgstr "Åbn"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Annuller"
@@ -279,23 +271,23 @@ msgstr "Genskab Ikke"
msgid "Restore Anyway"
msgstr "Indlæs Alligevel"
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr "Anden Applikation…"
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr "Åbn I"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr "Andre Handlinger"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr "Omdøb"
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr "Flyt til Skrald"
@@ -304,33 +296,33 @@ msgstr "Flyt til Skrald"
msgid "Folders"
msgstr "Mapper"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
#, fuzzy
#| msgid "Open project folder…"
msgid "Find in Folder…"
msgstr "Åbn projekt mappe…"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr "Mappe"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr "Tom Fil"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr "Ny"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr "unavngivet mappe"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr "ny fil"
@@ -432,56 +424,56 @@ msgstr "Hvis ikke du gemmer, vil ændringer gå tabt permanent."
msgid "Close Without Saving"
msgstr "Luk uden at gemme"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Gem"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
#| msgid "Save changes to \"%s\" before closing?"
msgid "Saving to “%s” failed."
msgstr "Gem ændringer til dokumentet \"%s\", inden lukning?"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "Gem fil"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Nyt Dokument"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
#, fuzzy
#| msgid "It may be corrupt or you don't have permission to read it."
msgid "You may not have permission to read the file."
msgstr ""
"Den kan være beskadiget, eller du kan mangle tilladelse til at læse den."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
#, fuzzy
#| msgid "Load Anyway"
msgid "Show Anyway"
msgstr "Indlæs Alligevel"
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, fuzzy, c-format
#| msgid ""
#| "The location containing the file \"%s\" was unmounted. Do you want to "
@@ -491,7 +483,7 @@ msgstr ""
"Placeringen som indeholder filen \"%s\" blev afmonteret. Vil du gemme et "
"andet sted?"
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, fuzzy, c-format
#| msgid "The file %s was deleted."
msgid "File “%s” was deleted."
@@ -499,13 +491,13 @@ msgstr "Filen %s blev slettet."
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” does not have write permission."
msgstr "Filen \"%s\" blev slettet. Vil du gemme den alligevel?"
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, fuzzy, c-format
#| msgid ""
#| "File \"%s\" was modified by an external application. Do you want to load "
@@ -515,26 +507,26 @@ msgstr ""
"Filen \"%s\" var ændret af en anden applikation. Vil du indlæse den igen "
"eller fortsætte med dine ændringer?"
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "Upload"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "Fortsæt"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -768,11 +760,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr "Sorter Valgte Linjer"
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr "Slå Kommentarer til/fra"
@@ -882,6 +874,12 @@ msgstr "Installer venligst mindst en [aspell] ordbog."
msgid "%s - Word Completion"
msgstr "%s - Fuldførsel af ord"
+#~ msgid "Set of plugins"
+#~ msgstr "Pluginsæt"
+
+#~ msgid "plugin"
+#~ msgstr "plugin"
+
#~ msgid "Save As…"
#~ msgstr "Gem som…"
diff --git a/po/de.po b/po/de.po
index f711b85ca..ea49de75f 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2023-05-01 21:16+0000\n"
"Last-Translator: Uwe S \n"
"Language-Team: German \n"
@@ -19,27 +19,19 @@ msgstr ""
"X-Generator: Weblate 4.17\n"
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Neuer Tab"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Neues Fenster"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "Versionsinformation anzeigen und beenden"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Erweiterungssammlung"
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr "Plugin"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr "[DATEI…]"
@@ -83,11 +75,11 @@ msgstr "Gliederungsymbole anzeigen"
msgid "%s - %s"
msgstr "%s – %s"
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "Alle Dateien"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "Textdateien"
@@ -101,7 +93,7 @@ msgstr "Öffnen"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Abbrechen"
@@ -261,23 +253,23 @@ msgstr "Nicht wiederherstellen"
msgid "Restore Anyway"
msgstr "Trotzdem wiederherstellen"
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr "Andere Anwendung…"
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr "Öffnen in"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr "Andere Aktionen"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr "Umbenennen"
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr "In den Papierkorb verschieben"
@@ -286,31 +278,31 @@ msgstr "In den Papierkorb verschieben"
msgid "Folders"
msgstr "Ordner"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr "Im Ordner suchen …"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr "Ordner"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr "Leere Datei"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr "Neu"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr "unbenannter Ordner"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr "neue Datei"
@@ -404,93 +396,93 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Schließen ohne zu speichern"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Speichern"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr "Speichern in »%s« fehlgeschlagen."
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "Datei speichern"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Neues Dokument"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr "Dieses Dokument konnte nicht in %s gespeichert werden"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr "Kein Text in Datei »%s« gelesen"
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
"Sie verfügen möglicherweise nicht über die benötigten Rechte zum Lesen der "
"Datei."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr "Die Datei ist möglicherweise beschädigt oder keine Textdatei"
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr "Trotzdem anzeigen"
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr "Der Ort, an dem sich die Datei »%s« befindet, wurde ausgehängt."
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr "Datei »%s« wurde gelöscht."
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr "Datei »%s« ist schreibgeschützt."
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr "Die Datei »%s« wurde von einer anderen Anwendung bearbeitet."
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr "Neu laden"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "Fortfahren"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
"»%s« konnte hier nicht gespeichert werden. Eine Kopie an anderem Ort "
"speichern?"
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr "Ignorieren"
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr "Kopie speichern …"
@@ -712,11 +704,11 @@ msgstr "%d von %d"
msgid "no results"
msgstr "keine Ergebnisse"
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr "Markierte Zeilen sortieren"
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr "Kommentar umschalten"
@@ -822,6 +814,12 @@ msgstr "Bitte mindestens ein [aspell]-Wörterbuch installieren."
msgid "%s - Word Completion"
msgstr "%s – Wortvervollständigung"
+#~ msgid "Set of plugins"
+#~ msgstr "Erweiterungssammlung"
+
+#~ msgid "plugin"
+#~ msgstr "Plugin"
+
#~ msgid "Save As…"
#~ msgstr "Speichern unter …"
diff --git a/po/dv.po b/po/dv.po
index 340209de5..acd641b94 100644
--- a/po/dv.po
+++ b/po/dv.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/dz.po b/po/dz.po
index 340209de5..acd641b94 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ee.po b/po/ee.po
index 340209de5..acd641b94 100644
--- a/po/ee.po
+++ b/po/ee.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/el.po b/po/el.po
index 8611d24de..36354a0e0 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2019-09-10 14:54+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: Greek \n"
@@ -19,28 +19,19 @@ msgstr ""
"X-Generator: Weblate 3.7.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Νέα Καρτέλα"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Νέο Παράθυρο"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "Εκτύπωση πληροφοριών έκδοσης και έξοδος"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Σετ προσθέτων"
-
-#: src/Application.vala:42
-#, fuzzy
-msgid "plugin"
-msgstr "Σετ προσθέτων"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -93,11 +84,11 @@ msgstr "Σύμβολα"
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "Όλα τα αρχεία"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "Αρχεία κειμένου"
@@ -111,7 +102,7 @@ msgstr "Άνοιγμα"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Ακύρωση"
@@ -274,25 +265,25 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr "Άλλη εφαρμογή…"
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
#, fuzzy
msgid "Open In"
msgstr "Άνοιγμα"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
#, fuzzy
msgid "Other Actions"
msgstr "Άλλες μορφές"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr "Μετονομασία"
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr "Μετακίνηση στον κάδο"
@@ -301,35 +292,35 @@ msgstr "Μετακίνηση στον κάδο"
msgid "Folders"
msgstr "Φάκελοι"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
#, fuzzy
#| msgid "Open a folder"
msgid "Find in Folder…"
msgstr "Άνοιγμα ενός φακέλου"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
#, fuzzy
msgid "Folder"
msgstr "Φάκελοι"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr "Άδειο αρχείο"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
#, fuzzy
msgid "New"
msgstr "Νέα Καρτέλα"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr "φάκελος χωρίς τίτλο"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
#, fuzzy
msgid "new file"
msgstr "Νέο αρχείο"
@@ -435,53 +426,53 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Κλείσιμο χωρίς αποθήκευση"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Αποθήκευση"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
msgid "Saving to “%s” failed."
msgstr "Αποθήκευση των αλλαγών στο έγγραφο %s πριν την έξοδο;"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "Αποθήκευση Αρχείου"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Νέο έγγραφο"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
#, fuzzy
msgid "You may not have permission to read the file."
msgstr "Ίσως δεν έχετε τα απαραίτητα δικαιώματα."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
#, fuzzy
#| msgid "Load Anyway"
msgid "Show Anyway"
msgstr "Φόρτωσέ το"
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, fuzzy, c-format
#| msgid ""
#| "The location containing the file \"%s\" was unmounted. Do you want to "
@@ -491,7 +482,7 @@ msgstr ""
"Η τοποθεσία που περιέχει το αρχείο \"%s\" δεν μπορεί να βρεθεί. Θέλετε να "
"αποθηκεύσετε σε κάποια άλλη τοποθεσία;"
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, fuzzy, c-format
#| msgid "The file %s was deleted."
msgid "File “%s” was deleted."
@@ -499,14 +490,14 @@ msgstr "Το αρχείο %s διεγράφη."
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” does not have write permission."
msgstr ""
"Το αρχείο \"%s\" έχει διαγραφεί. Θέλετε να το αποθηκεύσετε ούτως ή άλλως;"
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, fuzzy, c-format
#| msgid ""
#| "File \"%s\" was modified by an external application. Do you want to load "
@@ -516,26 +507,26 @@ msgstr ""
"Το αρχείο \"%s\" τροποποιήθηκε από κάποια άλλη εφαρμογή. Θέλετε να το "
"φορτώσετε ξανά ή να συνεχίσετε την επεξεργασία;"
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "Μεταφόρτωση"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "Συνέχεια"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -771,11 +762,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
@@ -889,6 +880,13 @@ msgstr ""
msgid "%s - Word Completion"
msgstr "%s - Συμπλήρωση Λέξεων"
+#~ msgid "Set of plugins"
+#~ msgstr "Σετ προσθέτων"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "Σετ προσθέτων"
+
#~ msgid "Save As…"
#~ msgstr "Αποθήκευση Ως…"
diff --git a/po/en_AU.po b/po/en_AU.po
index 00d855700..5d34e5da4 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2019-09-10 14:54+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: English (Australia) \n"
"Language-Team: English (Canada) \n"
"Language-Team: English (United Kingdom) \n"
"Language-Team: Esperanto \n"
"Language-Team: Spanish \n"
@@ -19,27 +19,19 @@ msgstr ""
"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:03+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Pestaña nueva"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Ventana nueva"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "Mostrar información de la versión y salir"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Conjunto de complementos"
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr "complemento"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr "[ARCHIVO…]"
@@ -92,11 +84,11 @@ msgstr "No se encontró ningún símbolo"
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "Todos los archivos"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "Archivos de texto"
@@ -110,7 +102,7 @@ msgstr "Abrir"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Cancelar"
@@ -274,23 +266,23 @@ msgstr "No restaurar"
msgid "Restore Anyway"
msgstr "Cargar de todos modos"
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr "Otra aplicación…"
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr "Abrir en"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr "Otras acciones"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr "Cambiar nombre"
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr "Mover a la papelera"
@@ -299,31 +291,31 @@ msgstr "Mover a la papelera"
msgid "Folders"
msgstr "Carpetas"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr "Buscar en carpeta…"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr "Carpeta"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr "Archivo vacío"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr "Nuevo"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr "carpeta sin título"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr "archivo nuevo"
@@ -419,56 +411,56 @@ msgstr "Si no guarda el documento, los cambios se perderán permanentemente."
msgid "Close Without Saving"
msgstr "Cerrar sin guardar"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Guardar"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
#| msgid "Save changes to \"%s\" before closing?"
msgid "Saving to “%s” failed."
msgstr "¿Quiere guardar los cambios del documento «%s» antes de cerrar?"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "Guardar archivo"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Documento nuevo"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, fuzzy, c-format
#| msgid "Search for text in “%s”"
msgid "Cannot read text in file “%s”"
msgstr "Buscar texto en «%s»"
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
#, fuzzy
#| msgid "It may be corrupt or you don't have permission to read it."
msgid "You may not have permission to read the file."
msgstr "Tal vez esté dañado o no tenga los permisos necesarios para leerlo."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
#, fuzzy
#| msgid "Load Anyway"
msgid "Show Anyway"
msgstr "Cargar de todos modos"
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, fuzzy, c-format
#| msgid ""
#| "The location containing the file \"%s\" was unmounted. Do you want to "
@@ -478,7 +470,7 @@ msgstr ""
"La ubicación que contiene el archivo «%s» fue desmontada. ¿Quiere guardarlo "
"en otra ubicación?"
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, fuzzy, c-format
#| msgid "The file %s was deleted."
msgid "File “%s” was deleted."
@@ -486,13 +478,13 @@ msgstr "El archivo %s fue borrado."
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” does not have write permission."
msgstr "El archivo «%s» fue eliminado. ¿Quiere guardarlo de todos modos?"
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, fuzzy, c-format
#| msgid ""
#| "File \"%s\" was modified by an external application. Do you want to load "
@@ -502,26 +494,26 @@ msgstr ""
"El archivo «%s» fue modificado por una aplicación externa. ¿Quiere cargarlo "
"nuevamente o continuar editándolo?"
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "Enviar"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "Continuar"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -757,11 +749,11 @@ msgstr ""
msgid "no results"
msgstr "sin resultados"
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr "Ordenar líneas seleccionadas"
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr "Alternar comentario"
@@ -867,6 +859,12 @@ msgstr "Instale por lo menos un diccionario [de aspell]."
msgid "%s - Word Completion"
msgstr "%s. Compleción de palabras"
+#~ msgid "Set of plugins"
+#~ msgstr "Conjunto de complementos"
+
+#~ msgid "plugin"
+#~ msgstr "complemento"
+
#~ msgid "Save As…"
#~ msgstr "Guardar como…"
diff --git a/po/et.po b/po/et.po
index 5b8215f1d..2066ea340 100644
--- a/po/et.po
+++ b/po/et.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2016-06-14 15:42+0000\n"
"Last-Translator: Kristjan Vool \n"
"Language-Team: Estonian \n"
@@ -18,28 +18,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Uus kaart"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Uus aken"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "Prindi versiooni teave ja välju"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Pluginate kogu"
-
-#: src/Application.vala:42
-#, fuzzy
-msgid "plugin"
-msgstr "Pluginate kogu"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -91,11 +82,11 @@ msgstr "Sümbolid"
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "Kõik Failid"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "Tekstifailid"
@@ -109,7 +100,7 @@ msgstr "Ava"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Loobu"
@@ -272,25 +263,25 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
#, fuzzy
msgid "Open In"
msgstr "Ava"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
#, fuzzy
msgid "Other Actions"
msgstr "Teised formaadid"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -299,35 +290,35 @@ msgstr ""
msgid "Folders"
msgstr "Kaustad"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
#, fuzzy
#| msgid "Open a folder"
msgid "Find in Folder…"
msgstr "Ava kaust"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
#, fuzzy
msgid "Folder"
msgstr "Kaustad"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
#, fuzzy
msgid "New"
msgstr "Uus kaart"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
#, fuzzy
msgid "new file"
msgstr "Loo fail"
@@ -433,53 +424,53 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Sulge ilma salvestamata"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Salvesta"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
msgid "Saving to “%s” failed."
msgstr "Kas salvestada faili %s muudatused enne sulgemist?"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "Faili salvestamine"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Uus fail"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
#, fuzzy
msgid "You may not have permission to read the file."
msgstr ""
"Faili \"%s\" polnud võimalik lugeda. See võib olla rikutud\n"
"või sul puuduvad selle lugemiseks vajalikud õigused."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, fuzzy, c-format
#| msgid ""
#| "The location containing the file \"%s\" was unmounted. Do you want to "
@@ -488,7 +479,7 @@ msgid "The location containing the file “%s” was unmounted."
msgstr ""
"Faili \"%s\" sisaldav asukoht haagiti lahti. Soovid teise kohta salvestada?"
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, fuzzy, c-format
#| msgid "The file %s was deleted."
msgid "File “%s” was deleted."
@@ -496,13 +487,13 @@ msgstr "Fail %s kustutati vahepeal."
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” does not have write permission."
msgstr "Fail \"%s\" kustutati. Soovid sellegipoolest salvestada?"
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, fuzzy, c-format
#| msgid ""
#| "File \"%s\" was modified by an external application. Do you want to load "
@@ -512,26 +503,26 @@ msgstr ""
"Faili \"%s\" muudeti teise rakenduse poolt. Soovid sa selle uuesti laadida "
"või jätkata juba tehtud muudatustega?"
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "Laadi üles"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "Katkesta"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -767,11 +758,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
@@ -888,6 +879,13 @@ msgstr ""
msgid "%s - Word Completion"
msgstr "%s - sõnade lõpetamine"
+#~ msgid "Set of plugins"
+#~ msgstr "Pluginate kogu"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "Pluginate kogu"
+
#~ msgid "Save As…"
#~ msgstr "Salvesta kui…"
diff --git a/po/eu.po b/po/eu.po
index c9b37472c..70c685b5e 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2016-09-11 21:29+0000\n"
"Last-Translator: Thadah Denyse \n"
"Language-Team: Basque \n"
@@ -18,28 +18,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Fitxa berria"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Leiho berria"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Plugin-sorta"
-
-#: src/Application.vala:42
-#, fuzzy
-msgid "plugin"
-msgstr "Plugin-sorta"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -91,11 +82,11 @@ msgstr "Ikurrak"
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "Fitxategi guztiak"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "Testu-fitxategiak"
@@ -109,7 +100,7 @@ msgstr "Ireki"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Utzi"
@@ -272,25 +263,25 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
#, fuzzy
msgid "Open In"
msgstr "Ireki"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
#, fuzzy
msgid "Other Actions"
msgstr "Beste formatuak"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -299,35 +290,35 @@ msgstr ""
msgid "Folders"
msgstr "Karpetak"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
#, fuzzy
#| msgid "Open a folder"
msgid "Find in Folder…"
msgstr "Ireki karpeta"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
#, fuzzy
msgid "Folder"
msgstr "Karpetak"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
#, fuzzy
msgid "New"
msgstr "Fitxa berria"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
#, fuzzy
msgid "new file"
msgstr "Fitxategi berria"
@@ -432,55 +423,55 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Itxi gorde gabe"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Gorde"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
msgid "Saving to “%s” failed."
msgstr "%s dokumentuaren aldaketak gorde irten aurretik?"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "Gorde fitxategia"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Dokumentu berria"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, fuzzy, c-format
#| msgid "The file %s was deleted."
msgid "File “%s” was deleted."
@@ -488,12 +479,12 @@ msgstr "%s fitxategia ezabatua izan da."
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, fuzzy, c-format
#| msgid ""
#| "File \"%s\" was modified by an external application. Do you want to load "
@@ -503,26 +494,26 @@ msgstr ""
"\"%s\" fitxategia kanpoko aplikazio batengatik aldatua izan da. Berriro "
"kargatu nahi duzu ala zure edizioa jarraitu?"
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "Kargatu"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "Jarraitu"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -758,11 +749,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
@@ -876,6 +867,13 @@ msgstr ""
msgid "%s - Word Completion"
msgstr "%s - Hitzak osatu"
+#~ msgid "Set of plugins"
+#~ msgstr "Plugin-sorta"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "Plugin-sorta"
+
#~ msgid "Save As…"
#~ msgstr "Gorde honela..."
diff --git a/po/extra/aa.po b/po/extra/aa.po
index 556e73bd8..975885f34 100644
--- a/po/extra/aa.po
+++ b/po/extra/aa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ab.po b/po/extra/ab.po
index 72ab0144b..2276ae79b 100644
--- a/po/extra/ab.po
+++ b/po/extra/ab.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ae.po b/po/extra/ae.po
index 1f41b5086..8ff520c65 100644
--- a/po/extra/ae.po
+++ b/po/extra/ae.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/af.po b/po/extra/af.po
index 3ef532f2a..eff92617d 100644
--- a/po/extra/af.po
+++ b/po/extra/af.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ak.po b/po/extra/ak.po
index 760028a42..ea1c883bf 100644
--- a/po/extra/ak.po
+++ b/po/extra/ak.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/am.po b/po/extra/am.po
index d73cb98dd..ec3ed5bbf 100644
--- a/po/extra/am.po
+++ b/po/extra/am.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/an.po b/po/extra/an.po
index 8bf376503..e4e33c18f 100644
--- a/po/extra/an.po
+++ b/po/extra/an.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ar.po b/po/extra/ar.po
index 8fe5fd8c9..162ccdc36 100644
--- a/po/extra/ar.po
+++ b/po/extra/ar.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2021-09-06 18:12+0000\n"
"Last-Translator: aalhaif \n"
"Language-Team: Arabic \n"
@@ -109,243 +109,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/as.po b/po/extra/as.po
index 5c59731ee..2ad06d775 100644
--- a/po/extra/as.po
+++ b/po/extra/as.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ast.po b/po/extra/ast.po
index d45ea6da2..6d6898876 100644
--- a/po/extra/ast.po
+++ b/po/extra/ast.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/av.po b/po/extra/av.po
index 600a5b964..721ab199c 100644
--- a/po/extra/av.po
+++ b/po/extra/av.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ay.po b/po/extra/ay.po
index 85c5903aa..0e3993972 100644
--- a/po/extra/ay.po
+++ b/po/extra/ay.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/az.po b/po/extra/az.po
index 1d59a4ff2..291089394 100644
--- a/po/extra/az.po
+++ b/po/extra/az.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ba.po b/po/extra/ba.po
index 7abb450a4..62da4db8e 100644
--- a/po/extra/ba.po
+++ b/po/extra/ba.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/be.po b/po/extra/be.po
index ff54cc4f7..408694833 100644
--- a/po/extra/be.po
+++ b/po/extra/be.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -108,243 +108,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/bg.po b/po/extra/bg.po
index 618948a56..e8d89ba5d 100644
--- a/po/extra/bg.po
+++ b/po/extra/bg.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2019-09-10 14:55+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: Bulgarian \n"
"Language-Team: Tibetan \n"
@@ -118,243 +118,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/br.po b/po/extra/br.po
index dfe02a1f7..41bb36856 100644
--- a/po/extra/br.po
+++ b/po/extra/br.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/bs.po b/po/extra/bs.po
index 682fe1cd6..0081d286c 100644
--- a/po/extra/bs.po
+++ b/po/extra/bs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-11-04 10:58+0000\n"
"Last-Translator: Elvis Mujanović \n"
"Language-Team: Bosnian \n"
"Language-Team: Catalan \n"
"Language: ca\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.16.4\n"
+"X-Generator: Weblate 4.17\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/code.metainfo.xml.in:9
@@ -141,51 +141,51 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr "Minimapa opcional per facilitar la navegació per fitxers grans"
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr "elementary, Inc."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr "Millores:"
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr "Opcions de cerca transferides al menú de la barra de cerca"
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr "S'ha afegit l'opció de cerca de paraules senceres"
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
"La paraula sencera, el mode sensible a majúscules i minúscules i la "
"configuració de cerca d'expressió regular ara persisteixen."
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "Actualitzacions menors:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
"La barra de cerca ara s'actualitza correctament després de canviar el "
"document actiu."
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
"Intentar desar un document en una ubicació que no es pot escriure ara es "
"gestiona millor."
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
@@ -193,20 +193,20 @@ msgstr ""
"L'estil del sistema ara el segueix el contorn del símbol i quan es llança "
"sense documents oberts."
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
"La cerca mixta que distingeix entre majúscules i minúscules ara funciona com "
"s'esperava."
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
"Els resultats de la cerca ja no canvien de manera inesperada quan s'enfoca "
"un document."
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
@@ -214,7 +214,7 @@ msgstr ""
"Ara sempre hi ha un projecte actiu a l'inici si hi ha projectes a la barra "
"lateral."
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
@@ -222,34 +222,34 @@ msgstr ""
"Si s'està executant una branca de desenvolupament això es mostra al títol de "
"la finestra i a la informació sobre eines de l'acoblador."
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
"Les dreceres Ctrl+Pàgina amunt i Ctrl+Pàgina avall ara canvien de pestanya."
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "Traduccions actualitzades"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr "Icona de l'aplicació redissenyada"
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr "Nous estils personalitzats foscos i clars per a la vista font"
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr "Opció per seguir la preferència d'estil fosc del sistema"
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr "Capacitat de fer mig mosaic en pantalles de portàtils petites"
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
@@ -257,7 +257,7 @@ msgstr ""
"Tant Troba a la pàgina com Troba al projecte ara estan disponibles al menú "
"de l'aplicació en lloc de a la barra de capçalera."
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
@@ -265,7 +265,7 @@ msgstr ""
"Les opcions per amagar i mostrar plafons ara estan totes presents en un "
"conjunt compacte de botons enllaçats al menú de l'aplicació."
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
@@ -273,12 +273,12 @@ msgstr ""
"La barra lateral ara conté el botó de selecció de projectes i omple l'alçada "
"de la finestra."
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
"Iniciar una cerca global amb el text seleccionat ara preemplena aquest text."
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
@@ -286,7 +286,7 @@ msgstr ""
"El plafó de contorn de símbols es mostra ara a la dreta de la vista font i "
"es pot mostrar i amagar amb la drecera de teclat \"Alt + \\\"."
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
@@ -294,7 +294,7 @@ msgstr ""
"El terminal, l'esquema de símbols i els connectors de Strip Trailing "
"Whitespace ara formen part de la base de codi principal."
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
@@ -302,14 +302,14 @@ msgstr ""
"Mostra una barra d'informació quan la configuració de l'amplada de la "
"pestanya la sobreescriu un fitxer d'EditorConfig."
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
"La drecera per reconstruir la llista de paraules de compleció ara és \"Ctrl "
"+ |\"."
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
@@ -317,11 +317,11 @@ msgstr ""
"El nom del fitxer del document actual es mostra ara com a títol de la "
"finestra a la vista de multitasca."
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr "Les carpetes ocultes ara es mostren a la barra lateral del projecte."
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
@@ -329,16 +329,16 @@ msgstr ""
"Durant la cerca es mostren el resultat seleccionat actualment i el nombre de "
"resultats."
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr "La barra de cerca ara té un mode d'expressió regular."
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "Correccions:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
@@ -346,11 +346,11 @@ msgstr ""
"Ara és possible canviar la branca de Git amb fitxers sense seguiment "
"presents en un projecte."
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr "Les fallades s'eviten durant la cerca en projectes grossos."
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
@@ -358,46 +358,46 @@ msgstr ""
"Ara es focalitza el document correcte després d'obrir el Codi des d'un "
"programa extern."
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
"La duplicació de línies ara actua correctament si no hi ha cap selecció."
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
"El Codi ja no es bloqueja quan se li demana que obri un format d'URI "
"desconegut."
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
"Els projectes amb el mateix nom ara també inclouen el nom de la carpeta "
"principal."
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
"Quan us desplaceu als resultats de la cerca, aneu una mica més enllà per "
"obtenir una millor visibilitat."
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr "Ús del portal FileChooser en comptes del de GTK"
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr "Centrat el diàleg de cerca global a la finestra principal del Codi"
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
"Correcció de la visibilitat del botó del terminal a la pàgina de benvinguda"
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -405,7 +405,7 @@ msgstr ""
"Correcció d'algunes dreceres de teclat que afecten el document desenfocat en "
"lloc del terminal enfocat"
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -413,25 +413,25 @@ msgstr ""
"Tanqueu el terminal si s'ha sortit de l'intèrpret d'ordres i creeu-ne un de "
"nou si es torna a obrir sense."
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr "El quadre combinat \"Espai en blanc visible\" ara és un interruptor."
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr "Correcció del bloqueig en crear una finestra nova des de la pestanya"
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
"S'assegura que els fitxers creats des de la barra lateral s’obrin "
"automàticament."
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr "Amaga el botó de selecció de projectes quan s'amaga la barra lateral."
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr "S'assegura que tota la còpia sigui traduïble."
diff --git a/po/extra/ca@valencia.po b/po/extra/ca@valencia.po
index 577b553ca..dc4fdaa6c 100644
--- a/po/extra/ca@valencia.po
+++ b/po/extra/ca@valencia.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ce.po b/po/extra/ce.po
index 3a31beb67..2264bec7e 100644
--- a/po/extra/ce.po
+++ b/po/extra/ce.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ch.po b/po/extra/ch.po
index 5df5b90f6..9eeb82399 100644
--- a/po/extra/ch.po
+++ b/po/extra/ch.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ckb.po b/po/extra/ckb.po
index 1516a1200..b5be063b4 100644
--- a/po/extra/ckb.po
+++ b/po/extra/ckb.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2022-09-10 09:55+0000\n"
"Last-Translator: Aga Ismael \n"
"Language-Team: Kurdish (Central) \n"
"Language-Team: Czech \n"
@@ -137,217 +137,217 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr "Volitelná minimapa, která usnadňuje pohyb po větších souborech"
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr "elementary, Inc."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr "Vylepšení:"
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "Drobné aktualizace:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "Aktualizovány překlady"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "Opravuje:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
"Projekty, které jsou nazvané stejně, jsou nyní rozlišovány pomocí své "
"nadřazené složky"
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr "Při posouvání k výsledkům hledání, je zlepšena jejich viditelnost"
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr "Použit portál FileChooser namísto toho z GTK"
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr "Vystředěn dialog globálního vyhledávání nad hlavním oknem s Code"
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr "Opravena viditelnost tlačítka terminálu na uvítací stránce"
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -355,7 +355,7 @@ msgstr ""
"Opraveny některé klávesové zkratky týkající se nezaměřeného dokumentu "
"namísto zaměřeného terminálu"
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -363,24 +363,24 @@ msgstr ""
"Pokud shell skončil, terminál je zavřen a při opětovném otevření také znovu "
"otevřen"
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr "Kombinovaná nabídka „Viditelné prázdné znaky“ je nyní přepínač"
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr "Opraven pád při vytváření nového okna z rozbalovací nabídky karty"
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
"Zajištěno že soubory vytvořené z postranního panelu jsou automaticky otevřeny"
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr "Přidáno tlačítko skrytí voliče projektu při skrytí postranního panelu"
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr "Zajištěno že jsou překladatelné veškeré kopie"
diff --git a/po/extra/cu.po b/po/extra/cu.po
index 7cc4c99a0..df8928dd1 100644
--- a/po/extra/cu.po
+++ b/po/extra/cu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/cv.po b/po/extra/cv.po
index 3e7dee153..6b6bef14f 100644
--- a/po/extra/cv.po
+++ b/po/extra/cv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/cy.po b/po/extra/cy.po
index 43b340414..afb8c7acd 100644
--- a/po/extra/cy.po
+++ b/po/extra/cy.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/da.po b/po/extra/da.po
index a2a1d502a..8f158fc3b 100644
--- a/po/extra/da.po
+++ b/po/extra/da.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2020-05-27 12:11+0000\n"
"Last-Translator: Rantyrant \n"
"Language-Team: Danish \n"
@@ -129,245 +129,245 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
#, fuzzy
#| msgid "elementary LLC."
msgid "elementary, Inc."
msgstr "elementary LLC."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "Mindre opdateringer:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "Opdaterede oversættelser"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "Rettelser:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/de.po b/po/extra/de.po
index 390a19477..a207d5eec 100644
--- a/po/extra/de.po
+++ b/po/extra/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2022-07-06 19:12+0000\n"
"Last-Translator: Uwe S \n"
"Language-Team: German \n"
@@ -141,216 +141,216 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr "Optionale Mini-Map um das Navigieren in großen Dateien zu vereinfachen"
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr "elementary, Inc."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr "Verbesserungen:"
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "Weitere Aktualisierungen:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "Aktualisierte Übersetzungen"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "Fehlerbehebungen:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
"Sichtbarkeit des Terminal-Buttons auf der Willkommensseite sicherstellen"
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -358,32 +358,32 @@ msgstr ""
"Behebt einen Fehler, bei dem einige Tastenkürzel ihren Effekt auf ein nicht "
"ausgewähltes Dokument statt des gewählten hatten"
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
"Behebt einen Fehler beim Öffnen neuer Fenster durch das Ablegen eines Tabs"
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
"Sicherstellen, dass über die Seitenleiste erstellte Dateien automatisch "
"geöffnet werden"
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr "Projekt-Wahlbutton verstecken, wenn die Seitenleiste versteckt wird"
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr "Sicherstellen, dass Copytext übersetzbar ist"
diff --git a/po/extra/dv.po b/po/extra/dv.po
index f08feed53..0b5e40baf 100644
--- a/po/extra/dv.po
+++ b/po/extra/dv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/dz.po b/po/extra/dz.po
index 7338427da..ca19c399d 100644
--- a/po/extra/dz.po
+++ b/po/extra/dz.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ee.po b/po/extra/ee.po
index 13354be9c..5e2469818 100644
--- a/po/extra/ee.po
+++ b/po/extra/ee.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/el.po b/po/extra/el.po
index 52e84c981..34337f153 100644
--- a/po/extra/el.po
+++ b/po/extra/el.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2019-09-10 14:55+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: Greek \n"
@@ -110,243 +110,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/en_AU.po b/po/extra/en_AU.po
index 974b497f2..0a962ef42 100644
--- a/po/extra/en_AU.po
+++ b/po/extra/en_AU.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2019-09-10 14:55+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: English (Australia) \n"
"Language-Team: English (United Kingdom) \n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.16.4\n"
+"X-Generator: Weblate 4.17\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/code.metainfo.xml.in:9
@@ -136,47 +136,47 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr "Optional mini-map to make navigating large files easier"
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr "elementary, Inc."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr "Improvements:"
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr "Search options transferred to searchbar menu"
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr "Whole word search option added"
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
"Whole word, case sensitive mode and use regex search settings now persist"
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "Minor updates:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr "The search bar now updates properly after changing the active document"
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
"Trying to save a document to an unwritable location is now handled better"
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
@@ -184,17 +184,17 @@ msgstr ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr "Mixed case sensitive search now works as expected"
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
@@ -202,7 +202,7 @@ msgstr ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
@@ -210,33 +210,33 @@ msgstr ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "Updated translations"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr "Redesigned app icon"
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr "New custom dark and light elementary styles for the source view"
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr "Option to follow the system dark style preference"
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr "Ability to half tile on small notebook displays"
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
@@ -244,7 +244,7 @@ msgstr ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
@@ -252,7 +252,7 @@ msgstr ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
@@ -260,11 +260,11 @@ msgstr ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr "Starting a global search with text selected now pre-fills that text"
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
@@ -272,7 +272,7 @@ msgstr ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
@@ -280,7 +280,7 @@ msgstr ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
@@ -288,13 +288,13 @@ msgstr ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
@@ -302,11 +302,11 @@ msgstr ""
"The current document filename is now shown as the window title in "
"multitasking view"
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr "Hidden folders are now shown in the project sidebar"
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
@@ -314,16 +314,16 @@ msgstr ""
"The currently selected result and the number of results is displayed while "
"searching"
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr "The search bar now has a regular expression mode"
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "Fixes:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
@@ -331,11 +331,11 @@ msgstr ""
"It is now possible to change Git branch with untracked files present in a "
"project"
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr "Crashes are prevented while searching in large projects"
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
@@ -343,41 +343,41 @@ msgstr ""
"The correct document is now focused after opening Code from an external "
"program"
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
"Line duplication is now actioned correctly if there is no selection present"
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr "Code no longer crashes when asked to open an unknown URI format"
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
"Projects with the same name now include their parent folder name as well"
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
"When scrolling to search results, overshoot slightly for better visibility"
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr "Use the FileChooser portal instead of the one from GTK"
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr "Center the global search dialog over the main Code window"
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr "Fix visibility of Terminal button on Welcome page"
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -385,7 +385,7 @@ msgstr ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -393,23 +393,23 @@ msgstr ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr "\"Visible whitespace\" combobox is now a switch"
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr "Fix crash when creating new window from tab drop"
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr "Ensure files created from the sidebar are automatically opened"
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr "Hide project chooser button when hiding sidebar"
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr "Ensure all copy is translatable"
diff --git a/po/extra/eo.po b/po/extra/eo.po
index 81aa85c28..a3ebd6fff 100644
--- a/po/extra/eo.po
+++ b/po/extra/eo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2020-03-14 21:09+0000\n"
"Last-Translator: Shtonchjo \n"
"Language-Team: Esperanto \n"
"Language-Team: Spanish \n"
@@ -140,143 +140,143 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr "Minimapa opcional para facilitar la navegación en archivos grandes"
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr "elementary, Inc."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr "Mejoras:"
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "Actualizaciones menores:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "Traducciones actualizadas"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
@@ -284,12 +284,12 @@ msgstr ""
"El nombre de archivo del documento actual ahora se muestra como el título de "
"la ventana en la vista multitarea"
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
"Las carpetas ocultas ahora se muestran en la barra lateral del proyecto"
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
@@ -297,16 +297,16 @@ msgstr ""
"El resultado seleccionado actualmente y el número de resultados se muestran "
"durante la búsqueda"
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr "La barra de búsqueda ahora tiene un modo de expresión regular"
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "Correcciones:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
@@ -314,11 +314,11 @@ msgstr ""
"Ahora es posible cambiar la rama de Git con archivos sin seguimiento "
"presentes en un proyecto"
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr "Se evitan bloqueos durante la búsqueda en proyectos grandes"
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
@@ -326,45 +326,45 @@ msgstr ""
"El documento correcto ahora se enfoca después de abrir Code desde un "
"programa externo"
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
"Los proyectos con el mismo nombre ahora también incluyen el nombre de su "
"carpeta principal"
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
"Cuando te desplazas en los resultados de búsqueda, se resalta ligeramente "
"para una mejor visibilidad"
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr "Utilice el portal FileChooser en lugar del de GTK"
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
"Centra el cuadro de dialogo de búsqueda global sobre la ventana principal de "
"Code"
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
"Corrección de la visibilidad del botón Terminal en la página de bienvenida"
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -372,7 +372,7 @@ msgstr ""
"Corregidos algunos atajos de teclado que afectan al Documento desenfocado en "
"lugar de la Terminal enfocada"
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -380,27 +380,27 @@ msgstr ""
"Cierre la Terminal si se salió del shell y cree una nueva Terminal si se "
"vuelve a abrir sin shell"
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
"El cuadro combinado \"Espacio en blanco visible\" ahora es un interruptor"
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
"Se corrigió el error al crear una nueva ventana desde la pestaña desplegable"
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
"Asegúrese de que los archivos creados desde la barra lateral se abran "
"automáticamente"
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr "Ocultar el botón del selector de proyectos al ocultar la barra lateral"
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr "Asegúrese de que toda la copia sea traducible"
diff --git a/po/extra/et.po b/po/extra/et.po
index 430fd30ae..33cb269da 100644
--- a/po/extra/et.po
+++ b/po/extra/et.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2016-08-03 23:42+0000\n"
"Last-Translator: Kristjan Vool \n"
"Language-Team: Estonian \n"
@@ -118,243 +118,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/eu.po b/po/extra/eu.po
index 8eb99b117..f59a249ad 100644
--- a/po/extra/eu.po
+++ b/po/extra/eu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2016-09-11 21:37+0000\n"
"Last-Translator: Félix Brezo \n"
"Language-Team: Basque \n"
@@ -108,243 +108,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/extra.pot b/po/extra/extra.pot
index 31cce41e5..1887f5f92 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: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -107,243 +107,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/fa.po b/po/extra/fa.po
index 53adf5bfa..833fe1f58 100644
--- a/po/extra/fa.po
+++ b/po/extra/fa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2019-09-10 14:55+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: Persian \n"
@@ -108,243 +108,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ff.po b/po/extra/ff.po
index 49cee90f6..067b769b5 100644
--- a/po/extra/ff.po
+++ b/po/extra/ff.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/fi.po b/po/extra/fi.po
index 15b6746f2..8bd8082f1 100644
--- a/po/extra/fi.po
+++ b/po/extra/fi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2021-07-21 15:46+0000\n"
"Last-Translator: Jiri Grönroos \n"
"Language-Team: Finnish \n"
@@ -128,245 +128,245 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
#, fuzzy
#| msgid "elementary LLC."
msgid "elementary, Inc."
msgstr "elementary LLC."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "Pienet päivitykset:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "Päivitetyt käännökset"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "Korjaukset:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/fj.po b/po/extra/fj.po
index 5dc604e91..62a557e7b 100644
--- a/po/extra/fj.po
+++ b/po/extra/fj.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/fo.po b/po/extra/fo.po
index 578fb4d2f..cfc87f6ea 100644
--- a/po/extra/fo.po
+++ b/po/extra/fo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -107,243 +107,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/fr.po b/po/extra/fr.po
index 5a119b5ce..90556d565 100644
--- a/po/extra/fr.po
+++ b/po/extra/fr.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
-"PO-Revision-Date: 2023-05-05 09:06+0000\n"
-"Last-Translator: Corentin Noël \n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
+"PO-Revision-Date: 2023-06-23 07:45+0000\n"
+"Last-Translator: Benjamin \n"
"Language-Team: French \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -143,70 +143,72 @@ msgid "Optional mini-map to make navigating large files easier"
msgstr ""
"Mini-carte en option pour faciliter la navigation dans les gros fichiers"
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr "elementary, Inc."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr "Améliorations :"
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
"Les options de recherche ont été transférées dans le menu de la barre de "
"recherche"
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr "Ajout d'une option de recherche de mots entiers"
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
"Les paramètres de recherche de mots entiers, de mode sensible à la casse et "
"d'utilisation d'expressions rationnelles persistent désormais"
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "Mises à jour mineures :"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
"La barre de recherche se met désormais à jour correctement après avoir "
"changé de document actif"
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
"La tentative d'enregistrement d'un document à un emplacement non "
"inscriptible est désormais mieux gérée"
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
+"Le thème du système est maintenant respecté par le contour du symbole, ainsi "
+"que lors du lancement sans documents ouverts"
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr "La recherche sensible à la casse fonctionne désormais comme attendu"
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
"Les résultats de la recherche ne changent plus inopinément lors de la "
"focalisation sur un document"
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
@@ -214,7 +216,7 @@ msgstr ""
"Désormais, il y a toujours un projet actif au démarrage lorsqu'il y a des "
"projets dans la barre latérale"
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
@@ -222,39 +224,39 @@ msgstr ""
"Si une branche de développement est en cours d'exécution, cela apparaît dans "
"le titre de la fenêtre et dans l'infobulle du dock"
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
"Les raccourcis Ctrl+PageHaut et Ctrl+PageBas permettent désormais de changer "
"d'onglet"
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "Mise à jour des traductions"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr "Nouvelle icône de l'application"
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
"Nouveaux thèmes sombre et clair personnalisés d'elementary pour la vue du "
"code source"
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr "Option pour suivre le thème du système"
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
"Possibilité d'utiliser la moitié de l'écran sur les petits écrans "
"d'ordinateurs portables"
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
@@ -263,7 +265,7 @@ msgstr ""
"sont désormais disponibles dans le menu de l'application et non plus dans la "
"barre de titre"
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
@@ -272,7 +274,7 @@ msgstr ""
"toutes présentes dans un ensemble compact de boutons liés dans le menu de "
"l'application"
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
@@ -280,13 +282,13 @@ msgstr ""
"La barre latérale contient désormais le bouton de sélection des projets et "
"occupe toute la hauteur de la fenêtre"
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
"Le lancement d'une recherche globale avec du texte sélectionné pré-remplit "
"désormais le champ"
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
@@ -295,7 +297,7 @@ msgstr ""
"code source et peut être affiché et masqué à l'aide du raccourci clavier "
"« Alt + \\ »"
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
@@ -303,7 +305,7 @@ msgstr ""
"Les modules Terminal, Contour de symbole et Suppression des espaces blancs "
"de fin de ligne font désormais partie intégrante de l'application"
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
@@ -311,14 +313,14 @@ msgstr ""
"Affichage d'une barre d'information lorsque les paramètres de largeur de "
"tabulation sont écrasés par un fichier EditorConfig"
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
"Le raccourci pour reconstituer la liste d'autocomplétion est désormais "
"« Ctrl + | »"
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
@@ -326,12 +328,12 @@ msgstr ""
"Le nom du document courant est désormais affiché comme titre de fenêtre dans "
"la vue multitâche"
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
"Les dossiers cachés sont désormais affichés dans la barre latérale du projet"
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
@@ -339,16 +341,16 @@ msgstr ""
"Le résultat sélectionné et le nombre de résultats est affiché lors de la "
"recherche"
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr "La barre de recherche possède désormais un mode expression régulière"
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "Corrections :"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
@@ -356,13 +358,13 @@ msgstr ""
"Il est désormais possible de changer de branche Git lorsque des fichiers non "
"suivi sont présent dans un projet"
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
"Prévention des risques de plantage lors de la recherche dans des projets "
"conséquents"
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
@@ -370,48 +372,48 @@ msgstr ""
"Le bon document est désormais sélectionné après l'ouverture de Code depuis "
"un autre programme"
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
"La duplication des lignes est maintenant effectuée correctement si aucune "
"sélection n'est présente"
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
"Code ne plante plus lorsqu'il est demandé d'ouvrir un format d'URI inconnu"
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
"Les projets de même nom incluent désormais également le nom du dossier parent"
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
"Lors du défilement des résultats de recherche, ajout d'un léger débordement "
"pour une meilleure visibilité"
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
"Utilisation du portail pour le sélecteur de fichiers à la place de celui "
"fourni par GTK"
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
"La boîte de dialogue de recherche gobale est désormais centrée par dessus la "
"fenêtre de Code"
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr "Correction de la visibilité du bouton Terminal sur la page d'accueil"
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -419,7 +421,7 @@ msgstr ""
"Correction de certains raccourcis clavier affectant le Document non focalisé "
"au lieu du Terminal focalisé"
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -427,31 +429,31 @@ msgstr ""
"Fermeture du Terminal si le shell est fermé et création d'un nouveau "
"Terminal si réouvert sans le shell"
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
"« Espaces blancs visibles » est désormais un bouton d'activation/"
"désactivation"
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
"Correction d'un plantage lors de la création d'une nouvelle fenêtre au "
"moment de la suppression d'un onglet"
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
"Nous nous sommes assurés que les fichiers créés depuis la barre latérale "
"soient automatiquement ouverts"
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
"Le bouton de sélection de projet est désormais masqué lorsque la barre "
"latérale est masquée"
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr "Nous nous sommes assurés que tout soit traduisible"
diff --git a/po/extra/fr_CA.po b/po/extra/fr_CA.po
index a821f305b..658406326 100644
--- a/po/extra/fr_CA.po
+++ b/po/extra/fr_CA.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2019-09-10 14:55+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: French (Canada) \n"
"Language-Team: Galician \n"
"Language-Team: Hebrew \n"
"Language: he\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Weblate 4.16.4\n"
+"X-Generator: Weblate 4.17\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/code.metainfo.xml.in:9
@@ -129,104 +129,104 @@ msgstr "גלילה מעבר לסוף הקובץ כדי לשמור על השור
msgid "Optional mini-map to make navigating large files easier"
msgstr "מפה ממוזערת כרשות כדי להקל על הניווט בקבצים גדולים"
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr "elementary בע״מ."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr "שיפורים:"
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr "אפשרויות החיפוש הועברו לתפריט סרגל החיפוש"
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr "נוספה אפשרות לחיפוש מילים שלמות"
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr "הגדרות החיפוש מילה שלמה, תלוית רשיות ושימוש בביטוי רגולרי נשמרות כעת"
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "עדכונים משניים:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr "סרגל החיפוש מתעדכן מעתה כראוי לאחר מעבר למסמך הפעיל"
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr "ניסיון לשמור מסמך למקום שלא ניתן לכתוב אליו מטופל כעת טוב יותר"
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr "לאחר סגנון המערכת יופיע מעתה מתאר הסמל ובעת טעינה ללא מסמכים פתוחים"
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr "חיפוש עם גיוון רשיות פועל כראוי מעתה"
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr "תוצאות החיפוש לא משתנות עוד באופן בלתי צפוי בעת התמקדות על מסמך"
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr "כעת יש תמיד מיזם פעיל בהתחלה אם יש מיזמים בסרגל הצד"
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr "אם ענף פיתוח רץ זה יופיע בכותרת החלון ובחלונית העצה במעגן"
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr "הקיצורים Ctrl+PageUp ו־Ctrl+PageDown מחליפים לשוניות מעתה"
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "עדכוני תרגומים"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr "סמל היישום עוצב מחדש"
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr "סגנונות elementary כהים ובהירים לתצוגת קוד המקור"
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr "אפשרות לעקוב אחר העדפת המצב הכהה של המערכת"
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr "יכולת לקצר את האריח לחצי בתצוגות מחברת קטנות"
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr "איתור בעמוד ואיתור במיזם זמינים מתפריט היישום במקום מסרגל הכותרת"
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
@@ -234,17 +234,17 @@ msgstr ""
"אפשרויות להסתרת והצגת לוחות קיימות בסדרה מצומצמת של כפתורים מאוגדים בתפריט "
"היישום"
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr "סרגל הצד מכיל את כפתור בורר המיזמים וממלא את גובה החלון"
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr "התחלת חיפוש גלובלי עם טקסט שנבחר ממלא את הטקסט הזה מראש מעתה"
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
@@ -252,13 +252,13 @@ msgstr ""
"חלונית מתאר הסמל מופיע כעת משמאל לתצוגת קוד המקור וניתן להציג ולהסתיר אותה "
"עם קיצור המקשים „Alt+/”"
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr "התוספים מסוף, מתאר סמל והסרת רווח בסוף הם כעת חלק מהקוד הראשי"
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
@@ -266,114 +266,114 @@ msgstr ""
"מוצגת חלונית מידע כאשר הגדרות רוחב הלשונית נדרסות על ידי קובץ הגדרות עורך "
"(EditorConfig)"
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr "קיצור הדרך לבניית רשימת המילים להשלמה מחדש היא מעתה „Ctrl+|”"
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
"שם הקובץ של המסמך הנוכחי לא מופיע כיוון שכותרת החלון היא בתצוגת ריבוי משימות"
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr "תיקיות מוסתרות מופיעות בסרגל הצד של המיזם"
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr "התוצאה הנבחרת ומספר התוצאות מופיעים בזמן החיפוש"
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr "לסרגל החיפוש יש מעכשיו מצב ביטויים רגולריים"
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "תיקונים:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr "מעתה ניתן לשנות את ענף ה־Git כשיש קבצים שאינם במעקב במיזם"
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr "נמנעה קריסה כשמחפשים במיזמים גדולים"
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr "המסמך הנכון ממוקד מעתה לאחר פתיחת קוד מתוכנית חיצונית"
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr "שכפול שורות מטופל כראוי אם אין בחירה"
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr "קוד לא קורס יותר כשמתקבלת בקשה לפתוח תצורת כתובת לא מוכרת"
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr "מיזמים עם אותו השם מעתה כוללים את שם תיקיית ההורה בנוסף"
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr "בעת גלילת לתוצאות החיפוש, יש לגלוש קצת מעבר לשיפור המראה"
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr "נעשה שימוש בשער FileChooser במקום בזה שמגיע מ־GTK"
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr "חלונית החיפוש הגלובלית ממורכזת על פני חלון הראשי של קוד"
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr "תיקון מראה כפתור המסוף בעמוד קבלת הפנים"
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
"תוקנו קיצורי מקלדת שמשפיעים על מסמך שאינו במיקוד במקום מסוף שעליו המיקוד"
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr "לסגור את המסוף אם המעטפת נסגרת וליצור מסוף חדש אם נפתח מחדש ללא מעטפת"
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr "תיבת הבחירה „רווח גלוי” היא מעתה מתג"
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr "תוקנה קריסה בעת יצירת חלון חדש מתפריט לשונית"
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr "וידוא שקבצים שנוצרו מחלונית הצד נפתחים אוטומטית"
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr "הסתרת כפתור בוחר המיזמים בעת הסתרת סרגל הצד"
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr "וידוא שכל ההעתקה ניתנת לתרגום"
diff --git a/po/extra/hi.po b/po/extra/hi.po
index 061987646..20c17388f 100644
--- a/po/extra/hi.po
+++ b/po/extra/hi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-03-21 00:02+0000\n"
"Last-Translator: Anand Kumar \n"
"Language-Team: Hindi \n"
"Language-Team: Croatian \n"
"Language-Team: Hungarian \n"
-"Language-Team: Indonesian \n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
+"PO-Revision-Date: 2023-06-01 14:07+0000\n"
+"Last-Translator: Faisal Rachmadin \n"
+"Language-Team: Indonesian \n"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 3.0.1\n"
+"X-Generator: Weblate 4.17\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/code.metainfo.xml.in:9
msgid "Code"
-msgstr "Code"
+msgstr "Kode"
#: data/code.metainfo.xml.in:10
-#, fuzzy
-#| msgid "The editor that works"
msgid "The editor that works for you"
-msgstr "Penyunting teks yang bekerja"
+msgstr "Penyunting yang bekerja untuk Anda"
#: data/code.metainfo.xml.in:12
-#, fuzzy
-#| msgid ""
-#| "Code is the editor that works for you. It auto-saves your files, meaning "
-#| "they're always up-to-date. Plus it remembers your tabs so you never lose "
-#| "your spot, even in between sessions."
msgid ""
"Whether you're writing in Markdown or managing a complex app codebase, Code "
"is the lightweight but full-featured editor for you. It auto-saves your "
"files to ensure they're always up-to-date, and it remembers your tabs so you "
"never lose your spot—even between sessions."
msgstr ""
-"Scratch adalah penyunting teks yang sesuai untuk Anda. Ini akan menyimpan "
-"berkas Anda secara otomatis, artinya mereka selalu up-to-date. Ditambah lagi "
-"Scratch mengingat tab Anda sehingga Anda tidak pernah kehilangan tempat, "
-"bahkan di sela sesi."
+"Baik Anda menulis dalam Markdown atau mengelola basis kode aplikasi yang "
+"kompleks, Kode adalah penyunting ringan namun berfitur lengkap untuk Anda. "
+"Penyunting ini otomatis menyimpan berkas Anda untuk memastikan mereka selalu "
+"mutakhir, dan mengingat tab Anda sehingga Anda tidak pernah kehilangan "
+"tempat Anda—bahkan di antara sesi."
#: data/code.metainfo.xml.in:13
msgid ""
@@ -52,30 +47,30 @@ msgid ""
"codebases. It comes with helpful Git integration to create and switch "
"between branches and show changed files and lines within your projects."
msgstr ""
+"Dirancang di sekitar alur kerja berbasis proyek, Kode mengetahui tentang "
+"basis kode Anda yang terpisah. Kode hadir dengan integrasi Git yang membantu "
+"untuk membuat dan beralih antar cabang dan menampilkan berkas dan baris yang "
+"diubah dalam proyek Anda."
#: data/code.metainfo.xml.in:14
-#, fuzzy
-#| msgid ""
-#| "Works with your language. Whether you're crafting code in Vala, scripting "
-#| "with PHP, or marking things up in HTML, Code has you covered. Experience "
-#| "full syntax highlighting with nearly all programming, scripting, and "
-#| "markup languages."
msgid ""
"Work with your language: whether you're crafting code in Vala, scripting "
"with PHP, or marking things up in HTML, Code has you covered. Experience "
"full syntax highlighting with nearly all programming, scripting, and markup "
"languages."
msgstr ""
-"Bekerja dengan bahasa yang Anda gunakan. Apakah Anda menyusun kode di Vala, "
-"membuat skrip dengan PHP, atau menandai semuanya di HTML, Code mencakup "
+"Bekerja dengan bahasa yang Anda gunakan: Apakah Anda menyusun kode di Vala, "
+"membuat skrip dengan PHP, atau menandai semuanya di HTML, Kode mencakup "
"semuanya. Rasakan penyorotan sintaks penuh dengan hampir semua bahasa "
-"pemrograman, skrip, dan markup."
+"pemrograman, skrip, dan markah."
#: data/code.metainfo.xml.in:15
msgid ""
"Find anything in your current file, specific folders, or your whole project "
"with options for case-sensitivity and regular expressions."
msgstr ""
+"Cari apa saja yang ada di berkas saat ini, folder spesifik, atau seluruh "
+"proyek anda dengan opsi untuk sensitifitas abjad dan ekspresi reguler."
#: data/code.metainfo.xml.in:16
msgid ""
@@ -84,6 +79,10 @@ msgid ""
"optional extensions for Markdown actions, spell checking, whitespace "
"trimming, word completion, and more."
msgstr ""
+"Fitur cerdas menyeluruh: indentasi otomatis, perilaku potong/salin cerdas, "
+"spasi kosong yang terlihat untuk teks yang dipilih dan di akhir baris secara "
+"bawaan, dan ekstensi opsional untuk tindakan Markdown, pemeriksaan ejaan, "
+"pemangkasan spasi kosong, pelengkapan kata, dan banyak lagi."
#: data/code.metainfo.xml.in:17
msgid ""
@@ -91,286 +90,344 @@ msgid ""
"needed with a handful of useful and well-considered extensions and "
"preferences."
msgstr ""
+"Adaptasikan Kode dengan alur kerja Anda: ubah perilaku dan antarmuka sesuai "
+"kebutuhan dengan beberapa ekstensi dan preferensi yang berguna dan "
+"dipertimbangkan dengan baik."
#: data/code.metainfo.xml.in:18
msgid "There's a ton more:"
-msgstr ""
+msgstr "Ada banyak lagi:"
#: data/code.metainfo.xml.in:20
msgid ""
"Solarized Light, Solarized Dark, and High Contrast color schemes that affect "
"the whole UI"
msgstr ""
+"Skema warna Solarized Terang, Solarized Gelap, dan Kontras Tinggi yang "
+"memengaruhi seluruh antarmuka"
#: data/code.metainfo.xml.in:21
msgid "Togglable sidebar to fit your workflow"
-msgstr ""
+msgstr "Bilah samping yang dapat dialihkan agar sesuai dengan alur kerja anda"
#: data/code.metainfo.xml.in:22
msgid "Smart indentation and .editorconfig support"
-msgstr ""
+msgstr "Indentasi pintar dan dukungan .editorconfig"
#: data/code.metainfo.xml.in:23
msgid ""
"Browser-class tabs with drag-and-drop, duplication, undo closing, and tab "
"history"
msgstr ""
+"Tab kelas peramban dengan seret dan lepas, duplikasi, batalkan penutupan, "
+"dan riwayat tab"
#: data/code.metainfo.xml.in:24
msgid "Display the current line and character—and quickly jump to a new line"
-msgstr ""
+msgstr "Menampilkan garis dan karakter saat ini—dan lompat cepat ke baris baru"
#: data/code.metainfo.xml.in:25
msgid ""
"Scroll past the end of the file so you can keep the current line where it's "
"comfortable"
msgstr ""
+"Gulir melewati akhir berkas sehingga Anda dapat mempertahankan baris saat "
+"ini di tempat yang nyaman"
#: data/code.metainfo.xml.in:26
msgid "Optional mini-map to make navigating large files easier"
-msgstr ""
+msgstr "Peta mini opsional untuk memudahkan navigasi berkas besar"
-#: data/code.metainfo.xml.in:60
-#, fuzzy
-#| msgid "elementary LLC."
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
-msgstr "PT elementary."
+msgstr "elementary, Inc."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
-msgstr ""
+msgstr "Peningkatan:"
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
-msgstr ""
+msgstr "Opsi pencarian dipindahkan ke menu bilah pencarian"
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
-msgstr ""
+msgstr "Penambahan opsi pencarian seluruh kata"
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
+"Seluruh kata, mode sensitif abjad dan menggunakan pengaturan pencarian regex "
+"sekarang tetap ada"
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
-msgstr ""
+msgstr "Pembaruan kecil:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
+"Bilah pencarian sekarang diperbarui dengan benar setelah mengubah dokumen "
+"aktif"
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
+"Mencoba menyimpan dokumen ke lokasi yang tidak dapat ditulis sekarang "
+"ditangani dengan lebih baik"
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
+"Gaya sistem sekarang diikuti oleh garis tepi simbol dan ketika diluncurkan "
+"tanpa dokumen terbuka"
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
+"Pencarian sensitif abjad campuran sekarang berfungsi seperti yang diharapkan"
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
+#, fuzzy
+#| msgid ""
+#| "The search results no longer change unexpectedly when focussing a document"
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
+"Hasil pencarian tidak lagi berubah tiba-tiba ketika memfokuskan dokumen"
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
+"Sekarang selalu ada proyek aktif saat startup jika ada proyek di bilah "
+"samping"
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
+"Jika cabang pengembangan berjalan, ini akan ditampilkan di judul jendela dan "
+"di tooltip dok"
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
-msgstr ""
+msgstr "Pintasan Ctrl+PageUp dan Ctrl+PageDown sekarang beralih tab"
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
-msgstr ""
+msgstr "Pembaruan terjemahan"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
-msgstr ""
+msgstr "Ikon aplikasi yang didesain ulang"
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
-msgstr ""
+msgstr "Gaya baru kustom elementary gelap dan terang untuk tampilan sumber"
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
-msgstr ""
+msgstr "Opsi untuk mengikuti preferensi gaya gelap sistem"
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
-msgstr ""
+msgstr "Kemampuan untuk setengah ubin pada tampilan notebook kecil"
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
+"Temukan di Halaman dan Temukan di Project kini tersedia dari menu aplikasi, "
+"bukan di bilah kepala"
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
+"Opsi untuk menyembunyikan dan menampilkan panel sekarang semuanya hadir "
+"dalam satu set tombol tertaut yang ringkas di menu aplikasi"
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
+"Bar samping sekarang berisi tombol pemilih proyek dan mengisi ketinggian "
+"jendela"
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
+"Memulai pencarian global dengan teks yang dipilih sekarang akan mengisi teks "
+"tersebut sebelumnya"
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
+"Simbol garis tepi panel sekarang ditampilkan di sebelah kanan tampilan "
+"sumber dan dapat ditampilkan dan disembunyikan dengan pintasan keyboard "
+"\"Alt + \\\""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
+"Terminal, Simbol garis tepi dan pengaya Strip Trailing Whitespace sekarang "
+"menjadi bagian dari basis kode utama"
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
+"Memperlihatkan bilah info saat pengaturan lebar tab ditimpa oleh berkas "
+"EditorConfig"
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
+"Pintasan untuk membangun kembali daftar pelengkapan kata sekarang adalah "
+"\"Ctrl + |\""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
+"Sekarang nama berkas dokumen saat ini ditampilkan sebagai judul jendela "
+"dalam tampilan multitugas"
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
-msgstr ""
+msgstr "Folder tersembunyi sekarang ditampilkan di bilah samping proyek"
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
-msgstr ""
+msgstr "Hasil yang saat ini dipilih dan jumlah hasil ditampilkan saat mencari"
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
-msgstr ""
+msgstr "Bilah pencarian sekarang memiliki mode ekspresi reguler"
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
-msgstr ""
+msgstr "Perbaikan:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
+"Sekarang dimungkinkan untuk mengubah cabang Git dengan berkas yang tidak "
+"terlacak yang ada dalam sebuah proyek"
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
-msgstr ""
+msgstr "Kemogokan dicegah saat mencari di proyek besar"
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
+"Dokumen yang benar sekarang difokuskan setelah membuka Kode dari program "
+"eksternal"
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
+"Duplikasi baris sekarang ditindaklanjuti dengan benar jika tidak ada "
+"pemilihan"
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
+"Kode tidak lagi mogok saat diminta untuk membuka format URI yang tidak "
+"diketahui"
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
+"Proyek dengan nama yang sama sekarang menyertakan nama folder induknya juga"
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
+"Saat menggulir ke hasil pencarian, sedikit terlampaui untuk visibilitas yang "
+"lebih baik"
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
-msgstr ""
+msgstr "Gunakan portal FileChooser daripada GTK"
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
-msgstr ""
+msgstr "Pusatkan dialog pencarian global di atas jendela Code utama"
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
-msgstr ""
+msgstr "Perbaiki visibilitas tombol Terminal di halaman Selamat Datang"
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
+"Perbaiki beberapa pintasan papan ketik yang memengaruhi Dokumen yang tidak "
+"fokus alih-alih Terminal yang terfokus"
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
+"Menutup Terminal jika shell keluar dan membuat Terminal baru jika dibuka "
+"kembali tanpa shell"
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
-msgstr ""
+msgstr "Kotak kombo \"Spasi kosong yang terlihat\" sekarang menjadi saklar"
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
-msgstr ""
+msgstr "Perbaikan kemogokan saat membuat jendela baru dari tab drop"
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
-msgstr ""
+msgstr "Pastikan file yang dibuat dari bilah sisi dibuka secara otomatis"
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
-msgstr ""
+msgstr "Sembunyikan tombol pemilih proyek saat menyembunyikan bilah sisi"
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
-msgstr ""
+msgstr "Pastikan semua salinan dapat diterjemahkan"
#: data/io.elementary.code.desktop.in.in:4
msgid "@NAME@"
@@ -385,13 +442,12 @@ msgid "Code Editor"
msgstr "Penyunting Kode"
#: data/io.elementary.code.desktop.in.in:11
-#, fuzzy
msgid "text;IDE;scratch;code;"
-msgstr "IDE;scratch;"
+msgstr "teks;IDE;scratch;kode;"
#: data/io.elementary.code.desktop.in.in:17
msgid "New File"
-msgstr ""
+msgstr "Berkas Baru"
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
@@ -399,11 +455,11 @@ msgstr "Jendela Baru"
#: data/code.policy.in.in:10
msgid "Run Code as Administrator"
-msgstr ""
+msgstr "Jalankan Code sebagai Administrator"
#: data/code.policy.in.in:11
msgid "Authentication is required to run Code as Administrator"
-msgstr ""
+msgstr "Otentikasi diperlukan untuk menjalankan Code sebagai Administrator"
#, fuzzy
#~| msgid "syntax highlighting with gtksourceview-3"
diff --git a/po/extra/ie.po b/po/extra/ie.po
index 82f4a5de4..f286c63b1 100644
--- a/po/extra/ie.po
+++ b/po/extra/ie.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ig.po b/po/extra/ig.po
index db61c514d..573c5b3ee 100644
--- a/po/extra/ig.po
+++ b/po/extra/ig.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ii.po b/po/extra/ii.po
index 741624183..70312a030 100644
--- a/po/extra/ii.po
+++ b/po/extra/ii.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ik.po b/po/extra/ik.po
index 0bc97935f..05f72b72d 100644
--- a/po/extra/ik.po
+++ b/po/extra/ik.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/io.po b/po/extra/io.po
index 5fdc61bc3..85fd0badd 100644
--- a/po/extra/io.po
+++ b/po/extra/io.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/is.po b/po/extra/is.po
index 791f86a65..e6317a68b 100644
--- a/po/extra/is.po
+++ b/po/extra/is.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/it.po b/po/extra/it.po
index cd9cec748..f32e769be 100644
--- a/po/extra/it.po
+++ b/po/extra/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2020-10-23 17:15+0000\n"
"Last-Translator: Fabio Zaramella \n"
"Language-Team: Italian \n"
@@ -130,245 +130,245 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
#, fuzzy
#| msgid "elementary LLC."
msgid "elementary, Inc."
msgstr "elementary LLC."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "Aggiornamenti minori:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "Traduzioni aggiornate"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "Correzioni:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/iu.po b/po/extra/iu.po
index 6aff47aee..26828756a 100644
--- a/po/extra/iu.po
+++ b/po/extra/iu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ja.po b/po/extra/ja.po
index c31f8087b..7105b8232 100644
--- a/po/extra/ja.po
+++ b/po/extra/ja.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
-"PO-Revision-Date: 2023-04-30 00:06+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
+"PO-Revision-Date: 2023-06-19 18:07+0000\n"
"Last-Translator: Ryo Nakano \n"
"Language-Team: Japanese "
"\n"
@@ -136,103 +136,108 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr "行数の多いファイルでも移動が簡単になるミニマップ機能もオプションで用意"
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr "elementary, Inc."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr "改善点:"
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr "検索オプションを検索バーのメニューに移動"
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr "完全一致検索オプションを追加"
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
-msgstr "“完全一致”、“大文字と小文字を区別”、“正規表現を使う”の検索設定が保持されるよ"
+msgstr ""
+"“完全一致”、“大文字と小文字を区別”、“正規表現を使う”の検索設定が保持されるよ"
"うに修正"
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "そのほかのアップデート:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr "表示するドキュメントを変更すると、検索バーも適切に更新されるように修正"
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr "書き込み不可の場所にドキュメントを保存しようとした際の挙動を改善"
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
-msgstr "シンボルアウトラインとドキュメントなしで起動した場合も“システムのスタイルに従"
+msgstr ""
+"シンボルアウトラインとドキュメントなしで起動した場合も“システムのスタイルに従"
"う”が機能するように修正"
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
-msgstr "検索用語に大文字も小文字も含まれる場合の検索機能が、期待通りの挙動になるよう"
+msgstr ""
+"検索用語に大文字も小文字も含まれる場合の検索機能が、期待通りの挙動になるよう"
"に修正"
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr "ドキュメントにフォーカスすると意図せず検索結果が変わってしまう不具合を修正"
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
-msgstr "複数のプロジェクトがサイドバーに存在する場合、うち1つが起動時にアクティブなプ"
+msgstr ""
+"複数のプロジェクトがサイドバーに存在する場合、うち1つが起動時にアクティブなプ"
"ロジェクトになるように修正"
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
-msgstr "開発ブランチ版を実行中の場合、ウィンドウタイトルとドックのツールチップにブラ"
+msgstr ""
+"開発ブランチ版を実行中の場合、ウィンドウタイトルとドックのツールチップにブラ"
"ンチ名を表示するように変更"
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr "Ctrl+PageUp と Ctrl+PageDown でタブを切り替えできるように変更"
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "翻訳の更新"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr "アプリアイコンのデザインを変更"
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr "編集画面に新しいダークスタイル/elementary ライトスタイルを追加"
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr "システムのダークスタイル設定に従うオプションを追加"
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr "画面幅の小さなノートパソコンでもウィンドウをタイル表示できるように修正"
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
@@ -240,7 +245,7 @@ msgstr ""
"“ページ内を検索”および“プロジェクト内を検索”の両機能を、ヘッダーバーからアプ"
"リメニューに移動"
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
@@ -248,7 +253,7 @@ msgstr ""
"各パネルを表示/非表示にするオプションを、アプリメニュー内のリンクボタンとし"
"て表示するように修正"
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
@@ -256,13 +261,13 @@ msgstr ""
"サイドバー: プロジェクト選択ボタンを追加し、表示領域をウィンドウの高さいっぱ"
"いに拡大"
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
"テキストを選択した状態でプロジェクト内検索を開始すると、そのテキストを検索用"
"語にした状態で検索ダイアログが開くように修正"
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
@@ -270,7 +275,7 @@ msgstr ""
"シンボルアウトラインペインの表示位置をソース画面の右に移動させ、キーボード"
"ショートカット \"Alt + \\\" で表示/非表示できるように修正"
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
@@ -278,7 +283,7 @@ msgstr ""
"ターミナル/シンボルアウトライン/ファイル末尾の空白を削除 プラグインをメイン"
"のコードに組み込み"
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
@@ -286,12 +291,12 @@ msgstr ""
"タブ幅の設定が EditorConfig ファイルで上書きされている場合は、情報バーを表示"
"するように修正"
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr "単語補完の単語一覧を更新するショートカットキーを \"Ctrl + |\" に変更"
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
@@ -299,26 +304,26 @@ msgstr ""
"マルチタスク画面でのウィンドウタイトルとして、現在編集中のファイル名を使用す"
"るように変更"
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr "隠しフォルダーもプロジェクトサイドバーで表示されるように修正"
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr "現在選択している検索結果と検索数を、文字検索中も表示するように修正"
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr "検索バーに正規表現モードを搭載"
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "修正点:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
@@ -326,11 +331,11 @@ msgstr ""
"プロジェクトに追跡されていないファイルがある場合でも、ブランチを切り替えでき"
"るように修正"
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr "大規模なプロジェクト内で検索するとクラッシュする不具合を修正"
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
@@ -338,44 +343,44 @@ msgstr ""
"外部プログラムから“コード”を開いた際に、開いたドキュメントがフォーカスされる"
"ように修正"
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr "選択中の行がなくても、行の複製が正しく実行されるように修正"
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr "不明な URI 形式を開くように指示されてもクラッシュしないように修正"
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr "プロジェクト名が同じ場合は親フォルダーの名前も表示するように修正"
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
"検索結果にスクロールする際に、見やすくなるように余分にスクロールするように変"
"更"
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
"GTK が提供するファイル選択ダイアログではなく、ファイル選択ポータルを使用する"
"ように修正"
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
"プロジェクト全体の検索ダイアログを“コード”の主ウィンドウに対して中央に表示す"
"るように修正"
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr "ようこそ画面の“ターミナル”ボタンが消える不具合を修正"
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -383,7 +388,7 @@ msgstr ""
"キーボードショートカットがフォーカス状態のターミナルではなく、フォーカスされ"
"ていないテキストビューに適用される不具合を修正"
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -391,25 +396,25 @@ msgstr ""
"シェルが終了した場合はターミナルを閉じ、シェルなしでターミナルが開かれた場合"
"は新しいターミナルを作成するように修正"
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr "“空白を表示”コンボボックスをスイッチに変更"
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
"タブをドロップして新しいウィンドウを開こうとするとクラッシュする不具合を修正"
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr "サイドバーで作成したファイルを自動的に開くように修正"
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
"サイドバーを表示していない場合はプロジェクト選択ボタンも表示しないように修正"
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr "すべてのテキストが翻訳できるように修正"
diff --git a/po/extra/jv.po b/po/extra/jv.po
index 481eb5276..5bbd7bc2b 100644
--- a/po/extra/jv.po
+++ b/po/extra/jv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ka.po b/po/extra/ka.po
index e35b5a5e3..bd318a0cc 100644
--- a/po/extra/ka.po
+++ b/po/extra/ka.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2023-03-13 03:25+0000\n"
"Last-Translator: NorwayFun \n"
"Language-Team: Georgian \n"
"Language-Team: Korean \n"
@@ -128,245 +128,245 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
#, fuzzy
#| msgid "elementary LLC."
msgid "elementary, Inc."
msgstr "elementary LLC."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "소소한 업데이트:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "최신 번역"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/kr.po b/po/extra/kr.po
index 16a772cc3..b36ec6312 100644
--- a/po/extra/kr.po
+++ b/po/extra/kr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ks.po b/po/extra/ks.po
index c5b3230fc..f22a400b1 100644
--- a/po/extra/ks.po
+++ b/po/extra/ks.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ku.po b/po/extra/ku.po
index 78247d406..19b016f11 100644
--- a/po/extra/ku.po
+++ b/po/extra/ku.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-06-01 00:06+0000\n"
"Last-Translator: Rokar \n"
"Language-Team: Kurdish \n"
"Language-Team: Kirghiz \n"
@@ -117,243 +117,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/la.po b/po/extra/la.po
index 93a64c808..29a7b6f10 100644
--- a/po/extra/la.po
+++ b/po/extra/la.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/lb.po b/po/extra/lb.po
index 750bba645..ffdf29fc1 100644
--- a/po/extra/lb.po
+++ b/po/extra/lb.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/lg.po b/po/extra/lg.po
index 6f06b093b..2e80b2b64 100644
--- a/po/extra/lg.po
+++ b/po/extra/lg.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/li.po b/po/extra/li.po
index 5c0fd5381..0b6789d95 100644
--- a/po/extra/li.po
+++ b/po/extra/li.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ln.po b/po/extra/ln.po
index fbce9cc34..0c5831fd6 100644
--- a/po/extra/ln.po
+++ b/po/extra/ln.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/lo.po b/po/extra/lo.po
index f59cb4df4..d9bb749df 100644
--- a/po/extra/lo.po
+++ b/po/extra/lo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/lt.po b/po/extra/lt.po
index 072b7489e..320e92fb9 100644
--- a/po/extra/lt.po
+++ b/po/extra/lt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2019-08-29 15:22+0000\n"
"Last-Translator: Moo \n"
"Language-Team: Lithuanian \n"
"Language-Team: Latvian \n"
@@ -115,243 +115,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/mg.po b/po/extra/mg.po
index 9737c3517..7f0d7bdb3 100644
--- a/po/extra/mg.po
+++ b/po/extra/mg.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/mh.po b/po/extra/mh.po
index 1975baf4d..82621819a 100644
--- a/po/extra/mh.po
+++ b/po/extra/mh.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/mi.po b/po/extra/mi.po
index abb3d3245..464292e5b 100644
--- a/po/extra/mi.po
+++ b/po/extra/mi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/mk.po b/po/extra/mk.po
index 2c0a7fc45..336bad43c 100644
--- a/po/extra/mk.po
+++ b/po/extra/mk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ml.po b/po/extra/ml.po
index be5a672f1..ae794e088 100644
--- a/po/extra/ml.po
+++ b/po/extra/ml.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/mn.po b/po/extra/mn.po
index dac61dd9c..9a6d883b2 100644
--- a/po/extra/mn.po
+++ b/po/extra/mn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/mr.po b/po/extra/mr.po
index 6c4379305..ba756c0b5 100644
--- a/po/extra/mr.po
+++ b/po/extra/mr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2021-03-21 00:15+0000\n"
"Last-Translator: Prachi Joshi \n"
"Language-Team: Marathi \n"
@@ -128,245 +128,245 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
#, fuzzy
#| msgid "elementary LLC."
msgid "elementary, Inc."
msgstr "एलिमेंटरी LLC."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "किरकोळ अद्यतने:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "अद्ययावत अनुवाद"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "निराकारणे:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ms.po b/po/extra/ms.po
index ca217420a..2c8f6075c 100644
--- a/po/extra/ms.po
+++ b/po/extra/ms.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-06-13 00:02+0000\n"
"Last-Translator: Timothy \n"
"Language-Team: Malay \n"
"Language-Team: Norwegian Bokmål \n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.14.2\n"
+"X-Generator: Weblate 4.17\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/code.metainfo.xml.in:9
@@ -151,100 +151,102 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr "Alternativt minikart for å gjøre navigering av større filer enklere"
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
#, fuzzy
#| msgid "elementary LLC."
msgid "elementary, Inc."
msgstr "elementary LLC. (selskap med begrenset ansvar)"
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr "Forbedringer:"
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
-msgstr ""
+msgstr "Søkealternativer overført til søkefeltsmeny"
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
-msgstr ""
+msgstr "Mulighet for å søke etter hele ord lagt til"
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
+"Hele ord, forskjell på små og store bokstaver, og søk med regulære uttrykk "
+"vedvarer nå"
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "Små oppdateringer:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "Oppdaterte oversettelser"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr "Redesignet programikon"
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr "Vis egendefinert mørk og lys elementary-stil for kildevisningen"
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr "Alternativ for følging av mørk stilinnstilling"
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr "Mulighet til å bruke halv-flis på små bærbare"
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
@@ -252,146 +254,146 @@ msgstr ""
"Både «Finn på siden» og «Finn i prosjekt» er nå tilgjengelige fra "
"programmets meny istedenfor tittelfeltet"
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "Fikser:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/nd.po b/po/extra/nd.po
index dcaa016f3..c3058821e 100644
--- a/po/extra/nd.po
+++ b/po/extra/nd.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ne.po b/po/extra/ne.po
index 1374fcd6e..2b8a5ead7 100644
--- a/po/extra/ne.po
+++ b/po/extra/ne.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ng.po b/po/extra/ng.po
index 9673c141c..e29813c05 100644
--- a/po/extra/ng.po
+++ b/po/extra/ng.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/nl.po b/po/extra/nl.po
index 0944913f7..02cd07bb9 100644
--- a/po/extra/nl.po
+++ b/po/extra/nl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2023-04-13 17:59+0000\n"
"Last-Translator: Dennis ten Hoove \n"
"Language-Team: Dutch \n"
@@ -139,143 +139,143 @@ msgstr ""
"Optionele mini-kaart om het navigeren door grote bestanden te "
"vergemakkelijken"
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr "elementary, Inc."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr "Verbeteringen:"
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "Kleine updates:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "Bijgewerkte vertalingen"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr "Optie om het donkere thema van het systeem te volgen"
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
@@ -283,11 +283,11 @@ msgstr ""
"De huidige bestandsnaam van het document wordt nu getoond als de titel van "
"het venster in de multitasking-weergave"
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr "Verborgen mappen worden nu getoond in de projectzijbalk"
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
@@ -295,16 +295,16 @@ msgstr ""
"Het huidige geselecteerde resultaat en het aantal resultaten wordt "
"weergegeven tijdens het zoeken"
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr "De zoekbalk heeft nu een modus voor reguliere uitdrukkingen"
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "Opgelost:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
@@ -312,11 +312,11 @@ msgstr ""
"Het is nu mogelijk om Git-branch te wijzigen met niet-getraceerde bestanden "
"aanwezig in een project"
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr "Crashes worden voorkomen bij het zoeken in grote projecten"
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
@@ -324,44 +324,44 @@ msgstr ""
"Het juiste document is nu gericht na het openen van Code vanuit een extern "
"programma"
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
"Regel-duplicatie wordt nu correct uitgevoerd als er geen selectie aanwezig is"
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
"Code crasht niet langer wanneer gevraagd wordt een onbekend URI-formaat te "
"openen"
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
"Projecten met dezelfde naam bevatten nu ook de naam van hun bovenliggende map"
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
"Bij het scrollen naar zoekresultaten iets overschrijden voor betere "
"zichtbaarheid"
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr "Gebruik de FileChooser-portal in plaats van die van GTK"
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr "De globale zoekdialoog centreren boven het hoofd-Codevenster"
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr "Zichtbaarheid van Terminal-knop op welkomstpagina verbeteren"
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -369,7 +369,7 @@ msgstr ""
"Sommige sneltoetsen die het niet-actieve document beïnvloedden in plaats van "
"geconcentreerde terminal hersteld"
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -377,25 +377,25 @@ msgstr ""
"Terminal sluiten als shell is afgesloten en nieuwe terminal aanmaken als "
"deze opnieuw wordt geopend zonder shell"
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr "\"Zichtbare witruimte\" combobox is nu een schakelaar"
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr "Fix crash bij het maken van een nieuw venster vanuit een tabblad"
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
"Ervoor zorgen dat bestanden gemaakt vanuit de zijbalk automatisch worden "
"geopend"
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr "Verberg projectkeuzeknop bij het verbergen van de zijbalk"
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr "We zorgden ervoor dat alles vertaalbaar was"
diff --git a/po/extra/nn.po b/po/extra/nn.po
index 84ed5e99b..3c0088ba4 100644
--- a/po/extra/nn.po
+++ b/po/extra/nn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2019-01-04 20:56+0000\n"
"Last-Translator: Simon Dagfinrud \n"
"Language-Team: Norwegian Nynorsk \n"
"Language-Team: Occitan \n"
@@ -110,243 +110,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/oj.po b/po/extra/oj.po
index cd50b7924..4145b8016 100644
--- a/po/extra/oj.po
+++ b/po/extra/oj.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/om.po b/po/extra/om.po
index 640596bb7..b3bef7ef6 100644
--- a/po/extra/om.po
+++ b/po/extra/om.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/or.po b/po/extra/or.po
index 7070c9581..84a1c3d50 100644
--- a/po/extra/or.po
+++ b/po/extra/or.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/os.po b/po/extra/os.po
index 9c1c6b550..f66924602 100644
--- a/po/extra/os.po
+++ b/po/extra/os.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/pa.po b/po/extra/pa.po
index 76855efd5..7abe68263 100644
--- a/po/extra/pa.po
+++ b/po/extra/pa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2021-07-27 11:47+0000\n"
"Last-Translator: elSolus \n"
"Language-Team: Punjabi \n"
@@ -108,243 +108,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/pi.po b/po/extra/pi.po
index 2f3321e00..3d08ffa0c 100644
--- a/po/extra/pi.po
+++ b/po/extra/pi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/pl.po b/po/extra/pl.po
index 1f898b6b4..59c778085 100644
--- a/po/extra/pl.po
+++ b/po/extra/pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2023-04-10 09:59+0000\n"
"Last-Translator: Marcin Serwin \n"
"Language-Team: Polish \n"
@@ -138,50 +138,50 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr "Opcjonalna mini-mapa by łatwiej nawigować w dużych plikach"
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr "elementary, Inc."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr "Ulepszenia:"
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr "Opcje wyszukiwania przekazywane są teraz do menu paska wyszukiwania"
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr "Dodano opcję dopasowania całych słów"
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
"Ustawienia całyc słów, dopasowywania wielkości liter i wyszukiwania "
"wyrażeniami regularnymi są teraz zapisywane"
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "Mniejsze aktualizacje:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
"Pasek wyszukiwania jest teraz aktualizowany przy zmianie aktywnego dokumentu"
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
"Próba zapisania dokumentu w miejscu w którym nie da się zapisywać jest teraz "
"lepiej obsługiwana"
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
@@ -189,20 +189,23 @@ msgstr ""
"Styl systemowy jest teraz przestrzegany przez zarys symbolu i bez otwartych "
"dokumentów"
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
"Wyszukiwanie z uwzględnieniem wielkości liter działa teraz zgodnie z "
"oczekiwaniami gdy litery są różnej wielkości"
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
+#, fuzzy
+#| msgid ""
+#| "The search results no longer change unexpectedly when focussing a document"
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
"Wyniki wyszukiwania nie zmieniają się niespodziewanie przy fokusowaniu na "
"dokumencie"
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
@@ -210,7 +213,7 @@ msgstr ""
"Teraz przy starcie zawsze istnieje aktywny projekt gdy w panelu bocznym są "
"projekty"
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
@@ -218,33 +221,33 @@ msgstr ""
"Jeśli uruchamiana jest wersja deweloperska to pojawia się to w nazwie okna i "
"tooltipie w doku"
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr "Skróty klawiszowe Ctrl+PageUp i Ctrl+PageDown zmieniają teraz karty"
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "Zaktualizowano tłumaczenia"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr "Przeprojektowano ikonę aplikacji"
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr "Nowe dostosowane ciemne i jasne style elementary dla widoku źródła"
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr "Możliwość ustawienia trybu ciemnego na podstawie ustawień systemu"
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr "Możliwość do zmniejszenia o połowę kafelku na ekranach notebooków"
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
@@ -252,7 +255,7 @@ msgstr ""
"Zarówno Znajdź na stronie jak i Znajdź w projekcie są teraz dostępne z menu "
"aplikacji zamiast z paska górnego"
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
@@ -260,7 +263,7 @@ msgstr ""
"Opcje do chowania i pokazywania paneli są teraz dostępne w kompaktowym "
"zbiorze połączonych przycisków w menu aplikacji"
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
@@ -268,13 +271,13 @@ msgstr ""
"Panel boczny zawiera teraz przycisk wybierania projektu oraz zajmuje całą "
"wysokość okna"
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
"Rozpoczęcie globalnego wyszukiwania z zaznaczonym tekstem wykorzystuje teraz "
"ten tekst"
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
@@ -282,7 +285,7 @@ msgstr ""
"Panel ze spisem symboli jest teraz pokazywany po prawej stronie kodu i może "
"być pokazany lub schowany przy użyciu kombinacji „Alt + \\”"
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
@@ -290,7 +293,7 @@ msgstr ""
"Terminal, Spis symboli oraz Usuwanie końcowych białych znaków są teraz "
"częścią głównego kodu"
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
@@ -298,14 +301,14 @@ msgstr ""
"Gdy ustawienia szerokości wcięcia są zarządzane przez plik EditorConfig "
"pokazywany jest panel z informacją"
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
"Skrót klawiszowy do przebudowania listy podpowiadanych słów to teraz „Ctrl + "
"|”"
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
@@ -313,11 +316,11 @@ msgstr ""
"Nazwa pliku aktualnego dokumentu jest teraz pokazywana jako tytuł okna w "
"widoku wielozadaniowym"
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr "Ukryte folder są teraz pokazywane w panelu bocznym projektu"
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
@@ -325,16 +328,16 @@ msgstr ""
"Aktualnie zaznaczony wynik i liczba wyników jest teraz pokazywane podczas "
"wyszukiwania"
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr "Pasek wyszukiwania posiada teraz tryb wyrażeń regularnych"
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "Poprawki:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
@@ -342,11 +345,11 @@ msgstr ""
"Możliwe stała się zmiana gałęzi Git z nieśledzonymi plikami obecnymi w "
"projekcie"
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr "Zapobiegnięto błędom krytycznym podczas szukania w dużych projektach"
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
@@ -354,49 +357,49 @@ msgstr ""
"Poprawny dokument jest teraz sfokusowany po otwarciu Kodu przez zewnętrzny "
"program"
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
"Duplikowanie linii jest teraz obsługiwane poprawnie gdy nic nie jest "
"zaznaczone"
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
"Otwieranie nieznanych formatów URI w Kodzie nie powoduje już błędu "
"krytycznego"
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
"Projekty o tej samej nazwie zawierają teraz również nazwę swojego folderu "
"nadrzędnego"
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
"Przy przewijaniu do wyników wyszukiwania, przewijane jest nieco dalej dla "
"lepszej widoczności"
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
"Zmieniono wybieranie plików by korzystało z portalu FileChooser zamiast z GTK"
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
"Okno dialogowe globalnego wyszukiwania jest teraz wyśrodkowane nad głównym "
"oknem aplikacji"
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr "Naprawiono widoczność przycisku Terminala na stronie powitalnej"
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -404,7 +407,7 @@ msgstr ""
"Naprawiono niektóre skróty klawiszowe działające na niezfokusowanych "
"dokumentach zamiast zfokusowanym terminalu"
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -412,25 +415,25 @@ msgstr ""
"Zamknij terminal gdy shell zostanie zamknięty i otwórz terminal gdy otwarty "
"bez shella"
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr "Znacznik „Widoczne białe znaki” jest teraz przełącznikiem"
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr "Naprawiono błąd przy otwieraniu nowego okna przez upuszczenie karty"
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
"Upewniono się, że pliki utworzone przez panel boczny są automatycznie "
"otwierane"
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr "Schowano przycisk wyboru projektu przy chowaniu panelu bocznego"
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr "Upewniono się, że kopiuj jest tłumaczone"
diff --git a/po/extra/ps.po b/po/extra/ps.po
index 1ba07c786..1f91973d0 100644
--- a/po/extra/ps.po
+++ b/po/extra/ps.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/pt.po b/po/extra/pt.po
index c82a0c7fc..4994b6beb 100644
--- a/po/extra/pt.po
+++ b/po/extra/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2022-06-10 11:33+0000\n"
"Last-Translator: Hugo Carvalho \n"
"Language-Team: Portuguese \n"
"Language-Team: Portuguese (Brazil) \n"
"Language-Team: Romanian \n"
"Language-Team: Russian \n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Weblate 4.16.4\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.17\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/code.metainfo.xml.in:9
@@ -136,50 +136,50 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr "Мини-карта для упрощения навигации по большим файлам"
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr "elementary, Inc."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr "Улучшения:"
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr "Параметры поиска были перенесены в меню строки поиска"
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr "Добавлен поиск по целому слову"
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
"Состояния режимов поиска полных слов, с учётом регистра и с использованием "
"regex теперь сохраняются"
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "Незначительные обновления:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
"Панель поиска теперь корректно обновляется после изменения активного "
"документа"
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
"Улучшена обработка попытки сохранить документ в недоступном для записи месте"
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
@@ -187,16 +187,16 @@ msgstr ""
"За системным стилем теперь следуют выделение символов и запуск без открытых "
"документов"
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr "Смешанный поиск с учётом регистра теперь работает должным образом"
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr "Результаты поиска больше не изменяются при фокусировке на документе"
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
@@ -204,7 +204,7 @@ msgstr ""
"Теперь при запуске всегда есть активный проект, если есть проекты на боковой "
"панели"
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
@@ -212,34 +212,34 @@ msgstr ""
"Если запущена версия в разработке, об этом сообщается в заголовке окна и "
"подсказке в доке"
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
"Сочетания клавиш Ctrl+PageUp и Ctrl+PageDown теперь переключают вкладки"
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "Обновлены переводы"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr "Переработана иконка приложения"
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr "Новый тёмный и светлый стиль elementary для кода"
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr "Опция для следования настройкам темной темы в системе"
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr "Возможность развернуть окно на половину экрана на маленьких экранах"
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
@@ -247,7 +247,7 @@ msgstr ""
"«Найти на странице» и «Найти в проекте» теперь доступны из меню приложения, "
"а не в заголовке"
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
@@ -255,7 +255,7 @@ msgstr ""
"Опции для скрытия и показа панелей теперь представлены в компактном списке "
"связанных кнопок в меню приложения"
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
@@ -263,13 +263,13 @@ msgstr ""
"Боковая панель теперь содержит кнопку выбора проекта и занимает всю высоту "
"окна"
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
"Если при начале глобального поиска был выбран текст, то теперь он будет уже "
"введён"
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
@@ -277,7 +277,7 @@ msgstr ""
"Панель обводки символов тепеоь находится справа и можен быть открыта и "
"закрыта с помощью сочетания клавиш «Alt + \\»"
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
@@ -285,7 +285,7 @@ msgstr ""
"Терминал, обводка символов и убирание пробелов в конце строк теперь входят в "
"основной код приложения"
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
@@ -293,12 +293,12 @@ msgstr ""
"Показывать сообщение, когда ширина табуляции предопределена файлом "
"EditorConfig"
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr "Сочетание клавиш для перезагрузки списка слов теперь «Ctrl + |»"
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
@@ -306,11 +306,11 @@ msgstr ""
"Название открытого документа теперь отображается как заголовок окна в режиме "
"многозадачности"
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr "Скрытые папки теперь показываются в боковой панели проекта"
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
@@ -318,26 +318,26 @@ msgstr ""
"Выбранный результат и общее количество результатов отображаются во время "
"поиска"
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr "Панель поиска теперь имеет режим регулярных выражений"
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "Исправления:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr "Стало возможным менять ветку Git c неотслеживаемыми файлами в проекте"
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr "Исправлены вылеты при поиске в больших проектах"
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
@@ -345,44 +345,44 @@ msgstr ""
"Теперь правильный документ находится в фокусе после открытия Кода из внешней "
"программы"
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr "Дублирование строки без выделения теперь выполняется правильно"
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr "Код больше не вылетает при открытии неизвестного URI формата"
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
"Проекты с одинаковыми именами теперь включают названия своих родительских "
"папок"
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
"При прокрутке результатов поиска, они немного превышают зону видимости для "
"лучшего просмотра"
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr "Используется портал FileChooser, а не GTK"
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
"Диалоговое окно глобального поиска теперь центрируется над основным окном "
"Кода"
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr "Исправлена видимость кнопки Терминала на странице приветствия"
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -390,7 +390,7 @@ msgstr ""
"Исправлено задействование некоторых клавиш на документе при фокусе на "
"Терминале"
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -398,23 +398,23 @@ msgstr ""
"Терминал закрывается, если выполнен выход из оболочки, и создаётся новый "
"терминал, если было повторное открытие без оболочки"
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr "Выпадающий список «Видимые пробелы» стал переключателем"
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr "Исправлен сбой при создании нового окна из выпадающего меню вкладок"
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr "Исправлено автоматическое открытие создаваемых файлов в боковой панели"
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr "Меню выбора проектов скрывается вместе с боковой панелью"
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr "Все копии пригодны для преобразования"
diff --git a/po/extra/rue.po b/po/extra/rue.po
index bf70958d9..2b92ee7fd 100644
--- a/po/extra/rue.po
+++ b/po/extra/rue.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/rw.po b/po/extra/rw.po
index 9f92cdd39..f3ee8ea52 100644
--- a/po/extra/rw.po
+++ b/po/extra/rw.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/sa.po b/po/extra/sa.po
index fe4e3f1a4..1f80c3bc5 100644
--- a/po/extra/sa.po
+++ b/po/extra/sa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/sc.po b/po/extra/sc.po
index 59af98cd6..bf20fcd1f 100644
--- a/po/extra/sc.po
+++ b/po/extra/sc.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/sd.po b/po/extra/sd.po
index dee6d098a..1a0627150 100644
--- a/po/extra/sd.po
+++ b/po/extra/sd.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/se.po b/po/extra/se.po
index 29388e708..cbcb66f45 100644
--- a/po/extra/se.po
+++ b/po/extra/se.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/sg.po b/po/extra/sg.po
index f7e0252b1..a777d3b71 100644
--- a/po/extra/sg.po
+++ b/po/extra/sg.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/si.po b/po/extra/si.po
index ee328eea1..c570b9e37 100644
--- a/po/extra/si.po
+++ b/po/extra/si.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2021-03-04 17:58+0000\n"
"Last-Translator: HelaBasa \n"
"Language-Team: Sinhala \n"
@@ -109,243 +109,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/sk.po b/po/extra/sk.po
index 8aad88b97..0b6cbfaf6 100644
--- a/po/extra/sk.po
+++ b/po/extra/sk.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2022-09-30 22:14+0000\n"
"Last-Translator: JohnDumpling \n"
"Language-Team: Slovak \n"
@@ -139,170 +139,170 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr "Voliteľná minimapa, ktorá zjednodušuje pohyb po väčších súboroch"
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr "elementary, Inc."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr "Vylepšenia:"
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "Menšie aktualizácie:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "Aktualizované preklady"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr "Možnosť rešpektovať systémové nastavenie tmavého štýlu"
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
"Názov aktuálneho dokumentu sa teraz zobrazí ako názov okna v zobrazení úloh"
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr "Skryté priečinky sa teraz zobrazujú v bočnom paneli projektu"
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
"Práve zvolený výsledok a počet výsledkov sa zobrazia počas vyhľadávania"
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr "Panel vyhľadávania teraz podporuje režim regulárneho výrazu"
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "Opravy:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
@@ -310,52 +310,52 @@ msgstr ""
"Teraz je možné zmeniť vetvu Git s nesledovanými súbormi, ktoré sa nachádzajú "
"v projekte"
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr "Zabránenie pádov pri vyhľadávaní vo veľkých projektoch"
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
"Po otvorení aplikácie Kód z externého programu bude zameraný správny dokument"
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr "Duplikácia riadkov je vykonávaná správne, ak nie je nič vybrané"
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr "Kód už nepadá, keď je požiadaný o otvorenie neznámeho URI formátu"
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
"Projekty s rovnakým názvom odteraz zahŕňajú aj názov svojho nadradeného "
"priečinku"
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr "Zlepšená viditeľnosť pri posúvaní k výsledkom vyhľadávania"
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr "Použiť portál FileChooser namiesto toho z GTK"
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
"Dialóg globálneho vyhľadávania je teraz zarovnaný na stred hlavného okna Kódu"
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr "Opravená viditeľnosť tlačidla Terminálu na uvítacej stránke"
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -363,7 +363,7 @@ msgstr ""
"Opravené niektoré klávesové skratky týkajúce sa nezameraného dokumentu "
"namiesto zameraného Terminálu"
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -371,23 +371,23 @@ msgstr ""
"Zatvoriť Terminál po skončení aktivity shellu a otvoriť nový Terminál ak bol "
"znovu otvorený bez shellu"
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr "Kombinovaná ponuka „Viditeľné prázdne znaky“ je teraz prepínač"
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr "Opravený pád pri vytváraní nového okna z rozbaľovacej ponuky karty"
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr "Zaistené, že súbory vytvorené z bočného panelu sa automaticky otvoria"
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr "Skryť tlačidlo výberu projektu pri skrytí bočného panelu"
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr "Zaistené, že všetky kópie sú prekladateľné"
diff --git a/po/extra/sl.po b/po/extra/sl.po
index 77cfa693c..a72bebfe7 100644
--- a/po/extra/sl.po
+++ b/po/extra/sl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2020-03-02 23:09+0000\n"
"Last-Translator: Marko \n"
"Language-Team: Slovenian \n"
"Language-Team: Albanian \n"
@@ -109,243 +109,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/sr.po b/po/extra/sr.po
index 4ff025d61..e28bd14c1 100644
--- a/po/extra/sr.po
+++ b/po/extra/sr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2021-03-11 12:54+0000\n"
"Last-Translator: Мирослав Николић \n"
"Language-Team: Serbian \n"
@@ -130,245 +130,245 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
#, fuzzy
#| msgid "elementary LLC."
msgid "elementary, Inc."
msgstr "elementary LLC."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "Мања освежења:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "Освежени преводи"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "Поправке:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ss.po b/po/extra/ss.po
index 62a528415..e89a7d406 100644
--- a/po/extra/ss.po
+++ b/po/extra/ss.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/st.po b/po/extra/st.po
index 4872d6e64..2a324d0f7 100644
--- a/po/extra/st.po
+++ b/po/extra/st.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/su.po b/po/extra/su.po
index d3ac8cdda..2fbcca4a2 100644
--- a/po/extra/su.po
+++ b/po/extra/su.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/sv.po b/po/extra/sv.po
index ed7a67a20..ce8076351 100644
--- a/po/extra/sv.po
+++ b/po/extra/sv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-21 10:17+0000\n"
"Last-Translator: Fredrik B \n"
"Language-Team: Swedish \n"
"Language-Team: Silesian \n"
"Language-Team: Tagalog \n"
"Language-Team: Turkish \n"
@@ -140,143 +140,143 @@ msgid "Optional mini-map to make navigating large files easier"
msgstr ""
"Büyük dosyalarda gezinmeyi kolaylaştırmak için isteğe bağlı mini harita"
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr "elementary, Inc."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr "İyileştirmeler:"
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "Küçük güncellemeler:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "Çeviriler güncellendi"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr "Sistem koyu renk tema tercihini takip etme seçeneği eklendi"
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
@@ -284,26 +284,26 @@ msgstr ""
"Geçerli belgenin dosya adı artık çoklu görev görünümünde bir pencere başlığı "
"olarak gösteriliyor"
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr "Gizli klasörler artık proje kenar çubuğunda gösteriliyor"
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr "Şu anda seçili olan sonuç ve sonuç sayısı arama sırasında görüntülenir"
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr "Arama çubuğunun şimdi düzenli ifade modu bulunmaktadır"
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "Düzeltmeler:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
@@ -311,80 +311,80 @@ msgstr ""
"Bir projede bulunan dokunulmamış dosyalar içeren Git dalını şimdi "
"değiştirmeniz mümkün"
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr "Büyük projelerde arama yaparken oluşan çökmelerin önüne geçilmiştir"
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
"Kod'u dış bir programdan açtıktan sonra doğru belgeye odaklanılmaktadır"
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
"Eğer herhangi bir seçim yoksa satır tekrarı doğru bir şekilde uygulanmaktadır"
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr "Kod; bilinmeyen bir URI formatı açılması istendiğinde artık çökmüyor"
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr "Aynı isimli projeler şimdi bağlı oldukları klasörün adını da içerir"
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr "GTK yerine FileChooser portalı kullanılacak"
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr "Sekme düşüşünden yeni pencere oluştururken kilitlenme düzeltildi"
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
"Kenar çubuğundan oluşturulan dosyaların otomatik olarak açıldığından emin "
"olundu"
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr "Kenar çubuğunu gizlerken proje seçici düğmesini gizle"
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ts.po b/po/extra/ts.po
index db3fb1a7b..fa60ad1d0 100644
--- a/po/extra/ts.po
+++ b/po/extra/ts.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/tt.po b/po/extra/tt.po
index e793dd057..97fcbfd1c 100644
--- a/po/extra/tt.po
+++ b/po/extra/tt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/tw.po b/po/extra/tw.po
index f3e848358..087a4db38 100644
--- a/po/extra/tw.po
+++ b/po/extra/tw.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ty.po b/po/extra/ty.po
index bc0c22ea1..358a7657d 100644
--- a/po/extra/ty.po
+++ b/po/extra/ty.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ug.po b/po/extra/ug.po
index f6104ce79..a1f0ced4f 100644
--- a/po/extra/ug.po
+++ b/po/extra/ug.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2016-12-07 08:58+0000\n"
"Last-Translator: ablimet \n"
"Language-Team: Uyghur \n"
@@ -119,243 +119,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/uk.po b/po/extra/uk.po
index 9c8012977..75a699c1a 100644
--- a/po/extra/uk.po
+++ b/po/extra/uk.po
@@ -7,18 +7,18 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
-"PO-Revision-Date: 2023-04-08 16:59+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
+"PO-Revision-Date: 2023-06-19 18:07+0000\n"
"Last-Translator: Ihor Hordiichuk \n"
-"Language-Team: Ukrainian \n"
+"Language-Team: Ukrainian "
+"\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Weblate 4.16.4\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.17\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/code.metainfo.xml.in:9
@@ -135,51 +135,51 @@ msgstr "Прокрутіть у кінець файлу, щоб зберегти
msgid "Optional mini-map to make navigating large files easier"
msgstr "Опційна міні-карта для полегшення навігації у великих файлах"
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr "elementary, Inc."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr "Удосконалення:"
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr "Опції пошуку перенесено до меню панелі пошуку"
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr "Додано опцію пошуку цілого слова"
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
"Налаштування пошуку за цілим словом, із врахуванням регістру та за допомогою "
"регулярних виразів тепер зберігаються"
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "Незначні оновлення:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
"Панель пошуку відтепер оновлюється належним чином після зміни активного "
"документа"
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
"Спроба зберегти документ у місці, недоступному для запису, тепер "
"обробляється краще"
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
@@ -187,18 +187,18 @@ msgstr ""
"За стилем системи відтепер слідує контур символів, а також під час запуску "
"без відкритих документів"
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr "Пошук з урахуванням змішаного регістру відтепер працює належним чином"
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
"Результати пошуку більше не змінюються несподівано при фокусуванні на "
"документі"
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
@@ -206,7 +206,7 @@ msgstr ""
"Відтепер під час запуску завжди є активний проєкт, якщо в бічній панелі є "
"проєкти"
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
@@ -214,34 +214,34 @@ msgstr ""
"Якщо запущено гілку розробки, це показується у заголовку вікна та у спливній "
"підказці доку"
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
"Комбінації клавіш Ctrl+PageUp та Ctrl+PageDown відтепер перемикають вкладки"
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "Оновлено переклади"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr "Оновлений дизайн піктограми застосунку"
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr "Нові користувацькі темні та світлі стилі elementary для перегляду коду"
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr "Опція дотримання темного стилю системи"
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr "Можливість розділення плитки навпіл на невеликих дисплеях ноутбуків"
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
@@ -249,7 +249,7 @@ msgstr ""
"Функції «Знайти на сторінці» та «Знайти в проєкті» відтепер доступні з меню "
"застосунку, а не з панелі заголовка"
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
@@ -257,7 +257,7 @@ msgstr ""
"Опції приховування та показу панелей відтепер представлені у вигляді "
"компактного набору пов'язаних кнопок у меню застосунку"
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
@@ -265,13 +265,13 @@ msgstr ""
"Бічна панель відтепер містить кнопку вибору проєкту та заповнює всю висоту "
"вікна"
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
"Початок глобального пошуку з виділеним текстом, який тепер попередньо "
"заповнює цей текст"
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
@@ -279,7 +279,7 @@ msgstr ""
"Панель контуру символу відтепер показана праворуч від початкового вигляду і "
"може бути показана і схована комбінацією клавіш «Alt + \\»"
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
@@ -287,7 +287,7 @@ msgstr ""
"Плагіни Terminal, Symbol outline та Strip Trailing Whitespace стали частиною "
"основної кодової бази"
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
@@ -295,14 +295,14 @@ msgstr ""
"Показ інфопанелі під час перезапису налаштувань ширини вкладки файлом "
"EditorConfig"
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
"Відтепер «Ctrl + |» — це комбінація клавіш для перебудови списку слів "
"доповнення"
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
@@ -310,11 +310,11 @@ msgstr ""
"Назва поточного файлу документів тепер показуватиметься назвою вікна у "
"багатозадачному огляді"
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr "Сховані теки відтепер показуються на бічній панелі проєкту"
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
@@ -322,16 +322,16 @@ msgstr ""
"Під час пошуку показується поточний вибраний результат і кількість "
"результатів"
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr "Панель пошуку тепер має режим регулярних виразів"
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "Виправлення:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
@@ -339,11 +339,11 @@ msgstr ""
"Тепер можна змінити гілку Git з не відстежуваними файлами, присутніми в "
"проєкті"
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr "Усунуто збої під час пошуку у великих проєктах"
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
@@ -351,41 +351,41 @@ msgstr ""
"Тепер фокусування відбувається на правильному документі після відкриття коду "
"із зовнішнього застосунку"
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr "Дублювання рядка тепер працює правильно, якщо нічого не вибрано"
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr "Усунуто збої Коду під час запиту відкриття URI невідомого формату"
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr "Проєкти з однаковою назвою тепер містять і назву батьківської теки"
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
"Під час прокрутки результатів пошуку, вони трохи перевищують зону видимості "
"для кращого перегляду"
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr "Використовується портал FileChooser, а не з GTK"
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
"Центрування діалогового вікна глобального пошуку над основним вікном Коду"
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr "Виправлено видимість кнопки терміналу на сторінці привітання"
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -393,7 +393,7 @@ msgstr ""
"Виправлено деякі комбінації клавіш, що впливають на нефокусований документ, "
"а не на термінал у фокусі"
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -401,24 +401,24 @@ msgstr ""
"Термінал закривається, якщо виконано вихід з оболонки, і створюються новий "
"термінал, якщо виконано повторне відкриття без оболонки"
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr "Поле «Видимі пробіли» стало перемикачем"
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
"Виправлено збій під час створення нового вікна зі спадного меню вкладок"
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr "Тепер створені з бічної панелі файли відкриваються автоматично"
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr "Меню вибору проєктів ховається разом з бічною панеллю"
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr "Усі копії придатні для перетворення"
diff --git a/po/extra/ur.po b/po/extra/ur.po
index 141ed9820..6c670c5ef 100644
--- a/po/extra/ur.po
+++ b/po/extra/ur.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/uz.po b/po/extra/uz.po
index 9c35bc5d5..3de58c2d0 100644
--- a/po/extra/uz.po
+++ b/po/extra/uz.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2020-09-26 13:14+0000\n"
"Last-Translator: Shukrullo \n"
"Language-Team: Uzbek \n"
@@ -129,243 +129,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr "Kichik yangilanishlar:"
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr "Yangilangan tarjimalar"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr "To'g'rilashlar:"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/ve.po b/po/extra/ve.po
index 4cc964a75..456a50696 100644
--- a/po/extra/ve.po
+++ b/po/extra/ve.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/vi.po b/po/extra/vi.po
index e6acdf44e..6a71410d9 100644
--- a/po/extra/vi.po
+++ b/po/extra/vi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -107,243 +107,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/vo.po b/po/extra/vo.po
index 3622d2cc8..fcdbb0309 100644
--- a/po/extra/vo.po
+++ b/po/extra/vo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/wa.po b/po/extra/wa.po
index d97f67707..b26d9e1cb 100644
--- a/po/extra/wa.po
+++ b/po/extra/wa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/wo.po b/po/extra/wo.po
index 8bb22f74d..f174ed19b 100644
--- a/po/extra/wo.po
+++ b/po/extra/wo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/xh.po b/po/extra/xh.po
index 110302214..1021588c0 100644
--- a/po/extra/xh.po
+++ b/po/extra/xh.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/yi.po b/po/extra/yi.po
index 316987c11..633a701d2 100644
--- a/po/extra/yi.po
+++ b/po/extra/yi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/yo.po b/po/extra/yo.po
index a80baaffa..fdb7f9b58 100644
--- a/po/extra/yo.po
+++ b/po/extra/yo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/za.po b/po/extra/za.po
index 681d36cb0..efbc83b11 100644
--- a/po/extra/za.po
+++ b/po/extra/za.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -106,243 +106,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/zh.po b/po/extra/zh.po
index 88b8feecb..593ac1bb1 100644
--- a/po/extra/zh.po
+++ b/po/extra/zh.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2019-09-10 14:55+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: Chinese \n"
@@ -108,243 +108,243 @@ msgstr ""
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
-#: data/code.metainfo.xml.in:60
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
msgstr ""
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:108
-#: data/code.metainfo.xml.in:140 data/code.metainfo.xml.in:164
-#: data/code.metainfo.xml.in:192
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:145 data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:197
msgid "Improvements:"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
msgid "Search options transferred to searchbar menu"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:74
msgid "Whole word search option added"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:75
msgid ""
"Whole word, case sensitive mode and use regex search settings now persist"
msgstr ""
-#: data/code.metainfo.xml.in:73 data/code.metainfo.xml.in:115
-#: data/code.metainfo.xml.in:155 data/code.metainfo.xml.in:177
-#: data/code.metainfo.xml.in:196
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:160 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:201
msgid "Minor updates:"
msgstr ""
-#: data/code.metainfo.xml.in:75
+#: data/code.metainfo.xml.in:79
msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:80
msgid ""
"Trying to save a document to an unwritable location is now handled better"
msgstr ""
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:81
msgid ""
"The system style is now followed by the symbol outline and when launched "
"without open documents"
msgstr ""
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:82
msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:79
+#: data/code.metainfo.xml.in:83
msgid ""
-"The search results no longer change unexpectedly when focussing a document"
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:84
msgid ""
"Now there is always an active project at startup if there are projects in "
"the sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:85
msgid ""
"If a development branch is running this shows in the window title and in the "
"dock tooltip"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:86
msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:83 data/code.metainfo.xml.in:125
-#: data/code.metainfo.xml.in:157 data/code.metainfo.xml.in:180
-#: data/code.metainfo.xml.in:199
+#: data/code.metainfo.xml.in:87 data/code.metainfo.xml.in:130
+#: data/code.metainfo.xml.in:162 data/code.metainfo.xml.in:185
+#: data/code.metainfo.xml.in:204
msgid "Updated translations"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:115
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:116
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:117
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:113
+#: data/code.metainfo.xml.in:118
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:117
+#: data/code.metainfo.xml.in:122
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
-#: data/code.metainfo.xml.in:118
+#: data/code.metainfo.xml.in:123
msgid ""
"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-#: data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:124
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:120
+#: data/code.metainfo.xml.in:125
msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:121
+#: data/code.metainfo.xml.in:126
msgid ""
"The symbol outline pane is now shown to the right of the source view and can "
"be shown and hidden with the keyboard shortcut \"Alt + \\\""
msgstr ""
-#: data/code.metainfo.xml.in:122
+#: data/code.metainfo.xml.in:127
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:123
+#: data/code.metainfo.xml.in:128
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:124
+#: data/code.metainfo.xml.in:129
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:142
+#: data/code.metainfo.xml.in:147
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:143
+#: data/code.metainfo.xml.in:148
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:144
+#: data/code.metainfo.xml.in:149
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:145
+#: data/code.metainfo.xml.in:150
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:147 data/code.metainfo.xml.in:171
-#: data/code.metainfo.xml.in:187
+#: data/code.metainfo.xml.in:152 data/code.metainfo.xml.in:176
+#: data/code.metainfo.xml.in:192
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:154
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:150
+#: data/code.metainfo.xml.in:155
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:156
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:152
+#: data/code.metainfo.xml.in:157
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:158
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:166
+#: data/code.metainfo.xml.in:171
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:167
+#: data/code.metainfo.xml.in:172
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:168
+#: data/code.metainfo.xml.in:173
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:169
+#: data/code.metainfo.xml.in:174
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:173
+#: data/code.metainfo.xml.in:178
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:174
+#: data/code.metainfo.xml.in:179
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:180
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:179
+#: data/code.metainfo.xml.in:184
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:189
+#: data/code.metainfo.xml.in:194
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:190
+#: data/code.metainfo.xml.in:195
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:194
+#: data/code.metainfo.xml.in:199
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:198
+#: data/code.metainfo.xml.in:203
msgid "Ensure all copy is translatable"
msgstr ""
diff --git a/po/extra/zh_CN.po b/po/extra/zh_CN.po
index e897d4a0b..0c908532c 100644
--- a/po/extra/zh_CN.po
+++ b/po/extra/zh_CN.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2022-01-28 13:22+0000\n"
"Last-Translator: colindemian \n"
"Language-Team: Chinese (Simplified) \n"
"Language-Team: Chinese (Traditional) \n"
"Language-Team: Persian \n"
@@ -19,28 +19,19 @@ msgstr ""
"X-Generator: Weblate 3.7.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:03+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "تب جدید"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "پنجره جدید"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "چاپ اطلاعات نسخه و خارج شدن"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "مجموعه افزونهها"
-
-#: src/Application.vala:42
-#, fuzzy
-msgid "plugin"
-msgstr "مجموعه افزونهها"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -90,11 +81,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "همه ی فایلها"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "پروندههای متنی"
@@ -108,7 +99,7 @@ msgstr "باز کردن"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "انصراف"
@@ -267,25 +258,25 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
#, fuzzy
msgid "Open In"
msgstr "باز کردن"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
#, fuzzy
msgid "Other Actions"
msgstr "قالبهای دیگر"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -294,33 +285,33 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
#, fuzzy
msgid "Find in Folder…"
msgstr "باز کردن پرونده"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
#, fuzzy
msgid "New"
msgstr "تب جدید"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
#, fuzzy
msgid "new file"
msgstr "پرونده جدید"
@@ -423,51 +414,51 @@ msgstr ""
msgid "Close Without Saving"
msgstr "بستن بدون ذخیره کردن"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "ذخیره کردن"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
msgid "Saving to “%s” failed."
msgstr "آیا تغییرات سند %s پیش از بسته شدن ذخیره شوند؟"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "ذخیره پرونده"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "سند جدید"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
#, fuzzy
msgid "You may not have permission to read the file."
msgstr "%s قابل خواندن نیست.شاید خراب شده است."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, fuzzy, c-format
#| msgid ""
#| "The location containing the file \"%s\" was unmounted. Do you want to "
@@ -476,7 +467,7 @@ msgid "The location containing the file “%s” was unmounted."
msgstr ""
"مکان فایل %s از دستگاه جدا شده است.مایلید در جایی دیگر آنرا ذخیره نمایید؟"
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, fuzzy, c-format
#| msgid "The file %s was deleted."
msgid "File “%s” was deleted."
@@ -484,37 +475,37 @@ msgstr "پرونده %s حذف شده است."
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” does not have write permission."
msgstr "%s پاک شده است. مایلید جایی دیگر آنرا ذخیره کنید؟"
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "ارسال"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -748,11 +739,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr "نمایش دیدگاه"
@@ -866,6 +857,13 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#~ msgid "Set of plugins"
+#~ msgstr "مجموعه افزونهها"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "مجموعه افزونهها"
+
#~ msgid "Save As…"
#~ msgstr "ذخیره به عنوان …"
diff --git a/po/ff.po b/po/ff.po
index 340209de5..acd641b94 100644
--- a/po/ff.po
+++ b/po/ff.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index 80a88c5ee..98d76b259 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
-"PO-Revision-Date: 2023-03-31 15:59+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
+"PO-Revision-Date: 2023-06-13 12:07+0000\n"
"Last-Translator: Jiri Grönroos \n"
"Language-Team: Finnish \n"
"Language: fi\n"
@@ -16,30 +16,22 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.16.4\n"
+"X-Generator: Weblate 4.17\n"
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Uusi välilehti"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Uusi ikkuna"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "Tulosta versiotiedot ja poistu"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Laajennusjoukko"
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr "liitännäinen"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr "[TIEDOSTO…]"
@@ -85,11 +77,11 @@ msgstr "Symboleja ei löytynyt"
msgid "%s - %s"
msgstr "%s - %s"
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "Kaikki tiedostot"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "Tekstitiedostot"
@@ -103,7 +95,7 @@ msgstr "Avaa"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Peru"
@@ -264,23 +256,23 @@ msgstr "Älä palauta"
msgid "Restore Anyway"
msgstr "Palauta silti"
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr "Muu sovellus…"
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr "Avaa kohteessa"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr "Muut toiminnot"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr "Nimeä uudelleen"
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr "Siirrä roskakoriin"
@@ -289,31 +281,31 @@ msgstr "Siirrä roskakoriin"
msgid "Folders"
msgstr "Kansiot"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr "Etsi kansiosta…"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr "Kansio"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr "Tyhjä tiedosto"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr "Uusi"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr "nimetön kansio"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr "uusi tiedosto"
@@ -406,51 +398,51 @@ msgstr "Jos et tallenna, muutokset katoavat pysyvästi."
msgid "Close Without Saving"
msgstr "Sulje tallentamatta"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Tallenna"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
#| msgid "Save changes to “%s” before closing?"
msgid "Saving to “%s” failed."
msgstr "Tallennetaanko tiedostoon “%s” tehdyt muutokset ennen sulkemista?"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "Tallenna tiedosto"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Uusi asiakirja"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr "Tiedoston “%s” tekstiä ei voi lukea"
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr "Tarvittava käyttöoikeus sen lukemiseen saattaa puuttua."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr "Tiedosto saattaa olla rikkoutunut tai se ei ole tekstitiedosto"
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr "Näytä silti"
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, fuzzy, c-format
#| msgid ""
#| "The location containing the file “%s” was unmounted. Do you want to save "
@@ -460,50 +452,42 @@ msgstr ""
"Liitos, jossa tiedosto “%s” sijaitsee, irrotettiin. Haluatko tallentaa "
"tiedoston jonnekin muualle?"
-#: src/Services/Document.vala:863
-#, fuzzy, c-format
-#| msgid "The file %s was deleted."
+#: src/Services/Document.vala:866
+#, c-format
msgid "File “%s” was deleted."
-msgstr "Tiedosto %s poistettiin."
+msgstr "Tiedosto “%s” poistettiin."
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
#| msgid "File “%s” was deleted. Do you want to save it anyway?"
msgid "File “%s” does not have write permission."
msgstr "Tiedosto “%s” poistettiin. Haluatko tallentaa sen silti?"
-#: src/Services/Document.vala:903
-#, fuzzy, c-format
-#| msgid ""
-#| "File “%s” was modified by an external application. Do you want to load it "
-#| "again or continue your editing?"
+#: src/Services/Document.vala:906
+#, c-format
msgid "File “%s” was modified by an external application."
-msgstr ""
-"Tiedostoa “%s” muokattiin toisella sovelluksella. Haluatko ladata tiedoston "
-"uudelleen vai jatkaa muokkaamista?"
+msgstr "Tiedostoa “%s” muokattiin toisella sovelluksella."
-#: src/Services/Document.vala:909
-#, fuzzy
-#| msgid "Upload"
+#: src/Services/Document.vala:912
msgid "Reload"
-msgstr "Lähetä"
+msgstr "Lataa uudelleen"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "Jatka"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -725,11 +709,11 @@ msgstr "%d/%d"
msgid "no results"
msgstr "ei tuloksia"
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr "Järjestä valitut rivit"
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr "Kytke kommentti"
@@ -835,6 +819,12 @@ msgstr "Asenna vähintään yksi [aspell]-sanakirja."
msgid "%s - Word Completion"
msgstr "%s - Sanojen täydennys"
+#~ msgid "Set of plugins"
+#~ msgstr "Laajennusjoukko"
+
+#~ msgid "plugin"
+#~ msgstr "liitännäinen"
+
#~ msgid "Save As…"
#~ msgstr "Tallenna nimellä…"
diff --git a/po/fj.po b/po/fj.po
index 340209de5..acd641b94 100644
--- a/po/fj.po
+++ b/po/fj.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/fo.po b/po/fo.po
index 340209de5..acd641b94 100644
--- a/po/fo.po
+++ b/po/fo.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/fr.po b/po/fr.po
index ae65daf7c..6002299de 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2023-05-05 09:06+0000\n"
"Last-Translator: Corentin Noël \n"
"Language-Team: French \n"
@@ -19,27 +19,19 @@ msgstr ""
"X-Generator: Weblate 4.17\n"
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Nouvel Onglet"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Nouvelle fenêtre"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "Afficher les détails de version et quitter"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Ensemble de plugins"
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr "extension"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr "[FICHIER…]"
@@ -83,11 +75,11 @@ msgstr "Afficher le contour des symboles"
msgid "%s - %s"
msgstr "%s - %s"
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "Tous les fichiers"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "Fichiers texte"
@@ -101,7 +93,7 @@ msgstr "Ouvrir"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Annuler"
@@ -261,23 +253,23 @@ msgstr "Ne pas restaurer"
msgid "Restore Anyway"
msgstr "Restaurer quand-même"
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr "Une autre application…"
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr "Ouvrir dans"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr "Autres actions"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr "Renommer"
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr "Déplacer dans la corbeille"
@@ -286,31 +278,31 @@ msgstr "Déplacer dans la corbeille"
msgid "Folders"
msgstr "Dossiers"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr "Rechercher dans le dossier…"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr "Dossier"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr "Fichier vide"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr "Nouveau"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr "dossier sans-titre"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr "nouveau fichier"
@@ -406,90 +398,90 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Fermer sans enregistrer"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Enregistrer"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr "L'enregistrement vers « %s » a échoué."
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "Enregistrer le fichier"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Nouveau document"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr "Impossible d'enregistrer ce document vers %s"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr "Rechercher du texte dans le dossier « %s »"
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr "Vous n'avez peut-être pas l'autorisation de lire le fichier."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr "Le fichier peut être corrompu ou ne pas être un fichier texte"
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr "Afficher quand-même"
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr "L'emplacement contenant le fichier « %s » a été démonté."
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr "Le fichier « %s » a été supprimé."
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr "Le fichier « %s » n'est pas accessible en écriture."
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr "Le fichier « %s » a été modifié par une application externe."
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr "Recharger"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "Continuer"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
"« %s » ne peut pas être enregistré ici. Enregistrer un doublon ailleurs ?"
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr "Ignorer"
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr "Enregistrer un doublon…"
@@ -711,11 +703,11 @@ msgstr "%d sur %d"
msgid "no results"
msgstr "Aucun résultat"
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr "Trier les lignes sélectionnées"
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr "Commenter/Décommenter"
@@ -821,6 +813,12 @@ msgstr "Veuillez installer au moins un dictionnaire [aspell]."
msgid "%s - Word Completion"
msgstr "%s - Autocomplétion"
+#~ msgid "Set of plugins"
+#~ msgstr "Ensemble de plugins"
+
+#~ msgid "plugin"
+#~ msgstr "extension"
+
#~ msgid "Save As…"
#~ msgstr "Enregistrer sous…"
diff --git a/po/fr_CA.po b/po/fr_CA.po
index 2fa4f93ae..4914fc781 100644
--- a/po/fr_CA.po
+++ b/po/fr_CA.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2019-09-10 14:54+0000\n"
"Last-Translator: Cleiton Floss \n"
"Language-Team: French (Canada) \n"
"Language-Team: Frisian \n"
@@ -18,27 +18,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -87,11 +79,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -105,7 +97,7 @@ msgstr "Iepenje"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -261,24 +253,24 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
#, fuzzy
msgid "Open In"
msgstr "Iepenje"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -287,32 +279,32 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
#, fuzzy
msgid "Find in Folder…"
msgstr "In bestân iepenje"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
#, fuzzy
msgid "new file"
msgstr "In bestân iepenje"
@@ -412,89 +404,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Slute sûnder bewarje"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Bewarje"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
msgid "Saving to “%s” failed."
msgstr "Wizigings yn dokumint %s bewarje?"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "Bestân bewarje"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Nij dokumint"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -719,11 +711,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ga.po b/po/ga.po
index 340209de5..acd641b94 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/gd.po b/po/gd.po
index 340209de5..acd641b94 100644
--- a/po/gd.po
+++ b/po/gd.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/gl.po b/po/gl.po
index bd08a3243..0ce717183 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2020-02-25 20:09+0000\n"
"Last-Translator: Daniel R. \n"
"Language-Team: Galician \n"
@@ -19,27 +19,19 @@ msgstr ""
"X-Generator: Weblate 3.9.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Nova lapela"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Nova xanela"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "Amosar información da versión e saír"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Conxunto de engadidos"
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr "complemento"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -92,11 +84,11 @@ msgstr "Simbolos"
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "Todos os ficheiros"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "Ficheiros de texto"
@@ -110,7 +102,7 @@ msgstr "Abrir"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Cancelar"
@@ -274,23 +266,23 @@ msgstr "Non restaurar"
msgid "Restore Anyway"
msgstr "Cargar de todos os xeitos"
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr "Outro aplicativo…"
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr "Abrir en"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr "Outras accións"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr "Renomear"
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr "Mover ao Lixo"
@@ -299,33 +291,33 @@ msgstr "Mover ao Lixo"
msgid "Folders"
msgstr "Cartafoles"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
#, fuzzy
#| msgid "Open a folder"
msgid "Find in Folder…"
msgstr "Abrir un cartafol"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr "Cartafol"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr "Arquivo baleiro"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr "Novo"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr "cartafol sen título"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
#, fuzzy
msgid "new file"
msgstr "Novo ficheiro"
@@ -428,55 +420,55 @@ msgstr "Se non garda o documento, os cambios perderanse permanentemente."
msgid "Close Without Saving"
msgstr "Pechar sen gardar cambios"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Gardar"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
#| msgid "Save changes to \"%s\" before closing?"
msgid "Saving to “%s” failed."
msgstr "Gardar os cambios ao documento «%s» antes de pechar?"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "Gardar o ficheiro"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Novo documento"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
#, fuzzy
#| msgid "It may be corrupt or you don't have permission to read it."
msgid "You may not have permission to read the file."
msgstr "Talvez está danado ou non dispós dos permisos necesarios para lelo."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
#, fuzzy
#| msgid "Load Anyway"
msgid "Show Anyway"
msgstr "Cargar de todos modos"
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, fuzzy, c-format
#| msgid ""
#| "The location containing the file \"%s\" was unmounted. Do you want to "
@@ -486,7 +478,7 @@ msgstr ""
"A ubicación que conten o arquivo \"%s\" está desmotanda. Quere gardar en "
"outro sitio?"
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, fuzzy, c-format
#| msgid "The file %s was deleted."
msgid "File “%s” was deleted."
@@ -494,13 +486,13 @@ msgstr "O ficheiro %s foi eliminado."
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” does not have write permission."
msgstr "O arquivo \"%s\" foi eliminado. Desexa gardar de todas formas?"
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, fuzzy, c-format
#| msgid ""
#| "File \"%s\" was modified by an external application. Do you want to load "
@@ -510,26 +502,26 @@ msgstr ""
"O arquivo \"%s\" foi modificado por unha aplicación externa. Desexa cargalo "
"de novo ou continuar editando?"
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "Enviar"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "Continuar"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -763,11 +755,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr "Ordenar liñas seleccionadas"
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr "Conmutar comentario"
@@ -877,6 +869,12 @@ msgstr "Por favor, instale polo menos un diccionario [aspell]."
msgid "%s - Word Completion"
msgstr "%s - Completado de palabras"
+#~ msgid "Set of plugins"
+#~ msgstr "Conxunto de engadidos"
+
+#~ msgid "plugin"
+#~ msgstr "complemento"
+
#~ msgid "Save As…"
#~ msgstr "Gardar como…"
diff --git a/po/gn.po b/po/gn.po
index 340209de5..acd641b94 100644
--- a/po/gn.po
+++ b/po/gn.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/gu.po b/po/gu.po
index a03c39db1..e3cf01fed 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-21 13:37+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: Gujarati \n"
@@ -18,27 +18,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "નવી ટેબ"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "નવી વિંડો"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -87,11 +79,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "બધી ફાઇલો"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -105,7 +97,7 @@ msgstr "ખોલો"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -261,24 +253,24 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
#, fuzzy
msgid "Open In"
msgstr "ખોલો"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -287,33 +279,33 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
#, fuzzy
msgid "Find in Folder…"
msgstr "ફાઈલ ખોલો"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
#, fuzzy
msgid "New"
msgstr "નવી ટેબ"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
#, fuzzy
msgid "new file"
msgstr "નવી ફાઈલ"
@@ -412,91 +404,91 @@ msgstr ""
msgid "Close Without Saving"
msgstr "સંગ્રહ કર્યા વગર બંધ કરો"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "સાચવો"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "ફાઇલને સાચવો"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "અપલોડ"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "ચાલુ રાખો"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -728,11 +720,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/gv.po b/po/gv.po
index 340209de5..acd641b94 100644
--- a/po/gv.po
+++ b/po/gv.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ha.po b/po/ha.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/ha.po
+++ b/po/ha.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/he.po b/po/he.po
index 7a6f41c53..0e5c28c03 100644
--- a/po/he.po
+++ b/po/he.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2023-04-28 20:06+0000\n"
"Last-Translator: Yaron Shahrabani \n"
"Language-Team: Hebrew \n"
@@ -19,27 +19,19 @@ msgstr ""
"X-Generator: Weblate 4.17\n"
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "לשונית חדשה"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "חלון חדש"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "הדפסת מידע גרסה ויציאה"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "ערכת תוספים"
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr "תוסף"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr "[FILE…]"
@@ -83,11 +75,11 @@ msgstr "הצגת קווי מתאר של סמלים"
msgid "%s - %s"
msgstr "%s - %s"
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "כל הקבצים"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "קבצי טקסט"
@@ -101,7 +93,7 @@ msgstr "פתיחה"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "ביטול"
@@ -257,23 +249,23 @@ msgstr "לא לשחזר"
msgid "Restore Anyway"
msgstr "לשחזר בכל זאת"
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr "יישום אחר…"
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr "פתיחה עם"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr "פעולות אחרות"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr "שינוי שם"
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr "העברה לאשפה"
@@ -282,31 +274,31 @@ msgstr "העברה לאשפה"
msgid "Folders"
msgstr "תיקיות"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr "איתור בתיקייה…"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr "תיקייה"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr "קובץ ריק"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr "חדש"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr "תיקייה ללא שם"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr "קובץ חדש"
@@ -399,89 +391,89 @@ msgstr "בחירה שלא לשמור תוביל לאבדן השינויים לע
msgid "Close Without Saving"
msgstr "סגירה ללא שמירה"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "שמירה"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr "השמירה אל „%s” נכשלה."
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "שמירת קובץ"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "מסמך חדש"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr "לא ניתן לשמור את המסמך הזה אל %s"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr "לא ניתן לקרוא טקסט בקובץ „%s”"
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr "כנראה שאין לך הרשאות לקרוא את הקובץ."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr "כנראה שהקובץ פגום או שאינו קובץ טקסט"
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr "להציג בכל זאת"
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr "בוטלה העגינה של המקום המכיל את הקובץ „%s”."
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr "הקובץ „%s” נמחק."
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr "לקובץ „%s” אין הרשאות כתיבה."
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr "הקובץ „%s” נערך ביישום חיצוני."
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr "רענון"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "המשך"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr "אי אפשר לשמור לכאן את „%s”. לשמור שכפול במקום אחר?"
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr "התעלמות"
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr "שמירת שכפול…"
@@ -703,11 +695,11 @@ msgstr "%d מתוך %d"
msgid "no results"
msgstr "אין תוצאות"
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr "סידור השורות הנבחרות"
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr "החלפת מצב הערה"
@@ -813,6 +805,12 @@ msgstr "נא להתקין לפחות מילון [aspell] אחד."
msgid "%s - Word Completion"
msgstr "%s - השלמת מילים"
+#~ msgid "Set of plugins"
+#~ msgstr "ערכת תוספים"
+
+#~ msgid "plugin"
+#~ msgstr "תוסף"
+
#~ msgid "Save As…"
#~ msgstr "שמירה בשם…"
diff --git a/po/hi.po b/po/hi.po
index f78e8e975..e670069c0 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2019-05-10 06:32+0000\n"
"Last-Translator: Prachi Joshi \n"
"Language-Team: Hindi \n"
@@ -19,28 +19,19 @@ msgstr ""
"X-Generator: Weblate 3.6.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "नया टैब"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "नया विंडो"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "प्रिन्ट संस्करण जानकारी और बाहर"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "प्लगइन्स का समूह"
-
-#: src/Application.vala:42
-#, fuzzy
-msgid "plugin"
-msgstr "प्लगइन्स का समूह"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -93,11 +84,11 @@ msgstr "संकेत"
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "सभी फाइलें"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "टेक्स्ट फाइलें"
@@ -111,7 +102,7 @@ msgstr "खोलें"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "रद्द करें"
@@ -270,23 +261,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr "वैसे भी लोड करें"
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr "अन्य अनुप्रयोग…"
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr "में खोलें"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr "अन्य अनुप्रयोग"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr "पुनः नामकरण"
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr "रद्दी में डालें"
@@ -295,33 +286,33 @@ msgstr "रद्दी में डालें"
msgid "Folders"
msgstr "फोल्डर"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
#, fuzzy
#| msgid "Open a folder"
msgid "Find in Folder…"
msgstr "एक फ़ोल्डर खोलें"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr "फ़ोल्डर"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr "ख़ाली फ़ाइल"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr "नया"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr "अनाम फ़ोल्डर"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr "नई फ़ाइल"
@@ -423,55 +414,55 @@ msgstr "अगर आप फाइल को नहीं सहेजेंग
msgid "Close Without Saving"
msgstr "बिना सहेजे बंद करें"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "सहेजें"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
#| msgid "Save changes to \"%s\" before closing?"
msgid "Saving to “%s” failed."
msgstr "डाँकयुमेन्ट बंद करनेसे पहले \"%s\" के बदलाव सेव करे?"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "फ़ाइल सहेजें"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "नया दस्तावेज़"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
#, fuzzy
#| msgid "It may be corrupt or you don't have permission to read it."
msgid "You may not have permission to read the file."
msgstr "शायद यह ख़राब है अथवाआपके पास इसे पढ़ने के लिए आवश्यक अनुमति नहीं है।"
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
#, fuzzy
#| msgid "Load Anyway"
msgid "Show Anyway"
msgstr "वैसे भी लोड करें"
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, fuzzy, c-format
#| msgid ""
#| "The location containing the file \"%s\" was unmounted. Do you want to "
@@ -479,7 +470,7 @@ msgstr "वैसे भी लोड करें"
msgid "The location containing the file “%s” was unmounted."
msgstr "फ़ाइल \"%s\" उक्त स्थान हटा दिया गया था। आप कहीं और सहेजना चाहते हैं?"
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” was deleted."
@@ -487,13 +478,13 @@ msgstr "फ़ाइल \"%s\" हटा दी गई थी।आप फिर
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” does not have write permission."
msgstr "फ़ाइल \"%s\" हटा दी गई थी।आप फिर भी सहेजना चाहते हैं?"
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, fuzzy, c-format
#| msgid ""
#| "File \"%s\" was modified by an external application. Do you want to load "
@@ -503,26 +494,26 @@ msgstr ""
"फ़ाइल \"%s\" किसी बाह्य एप्लीकेशन द्वारा बदला गया है. क्या आप इसे पुनः लोड करना चाहते "
"हैं या संपादन जारी रखना चाहते हैं?"
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "अपलोड करें"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "जारी रखें"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -756,11 +747,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr "चयनित लाइनों को क्रमबद्ध करें"
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr "टिप्पणी टॉगल करें"
@@ -870,6 +861,13 @@ msgstr "कृपया कम से कम एक [aspell] शब्दको
msgid "%s - Word Completion"
msgstr "%s - शब्द समापन"
+#~ msgid "Set of plugins"
+#~ msgstr "प्लगइन्स का समूह"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "प्लगइन्स का समूह"
+
#~ msgid "Save As…"
#~ msgstr "इस रूप में सहेजें…"
diff --git a/po/ho.po b/po/ho.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/ho.po
+++ b/po/ho.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/hr.po b/po/hr.po
index 7eab64f4a..44736b8ea 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2017-08-16 12:16+0000\n"
"Last-Translator: gogogogi \n"
"Language-Team: Croatian \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/hu.po b/po/hu.po
index bce7643d7..44789e92c 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,11 +7,11 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2023-05-05 09:06+0000\n"
"Last-Translator: TomiOhl \n"
-"Language-Team: Hungarian "
-"\n"
+"Language-Team: Hungarian \n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,27 +20,19 @@ msgstr ""
"X-Generator: Weblate 4.17\n"
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Új lap"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Új ablak"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "Verzióinformáció kiírása és kilépés"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Bővítménykészlet"
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr "bővítmények"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr "[FILE…]"
@@ -84,11 +76,11 @@ msgstr "Szimbólumkiemelés megjelenítése"
msgid "%s - %s"
msgstr "%s - %s"
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "Minden fájl"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "Szövegfájlok"
@@ -102,7 +94,7 @@ msgstr "Megnyitás"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Mégse"
@@ -261,23 +253,23 @@ msgstr "Ne állítsa vissza"
msgid "Restore Anyway"
msgstr "Visszaállítás mindenképp"
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr "Másik alkalmazás…"
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr "Megnyitás ezzel"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr "Egyéb műveletek"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr "Átnevezés"
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr "Áthelyezés a kukába"
@@ -286,31 +278,31 @@ msgstr "Áthelyezés a kukába"
msgid "Folders"
msgstr "Mappák"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr "Keresés a mappában…"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr "Mappa"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr "Üres fájl"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr "Új"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr "névtelen mappa"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr "új fájl"
@@ -403,91 +395,91 @@ msgstr "Ha nem menti, akkor a módosítások véglegesen elvesznek."
msgid "Close Without Saving"
msgstr "Bezárás mentés nélkül"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Mentés"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr "Mentés a(z) %s fájlba sikertelen."
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "Fájl mentése"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Új dokumentum"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr "A dokumentumot nem lehet menteni ide: %s"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr "A szöveg beolvasása sikertelen a(z) \"%s\" fájlban"
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
"Lehet, hogy nem rendelkezik a szükséges engedélyekkel ahhoz, hogy olvashassa "
"a fájlt."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr "A fál sérült lehet, vagy pedig nem szövegfájl"
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr "Megnyitás mindenképp"
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr "A hely, amely tartalmazta a(z) \"%s\" fájlt, leválasztásra került."
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr "A(z) “%s” fájl törölve."
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr "A(z) \"%s\" fájlhoz nincs írási engedélye."
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr "A(z) \"%s\" fájlt egy külső alkalmazás módosította."
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr "Újratöltés"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "Folytatás"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr "A(z) “%s” nem menthető ide. Készít egy másolatot máshova?"
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr "Mellőzés"
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr "Másolat mentése…"
@@ -709,11 +701,11 @@ msgstr "%d/%d"
msgid "no results"
msgstr "nincs találat"
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr "A kiválasztott sorok sorrendbe rakása"
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr "Megjegyzés megjelenítése/elrejtése"
@@ -819,6 +811,12 @@ msgstr "Telepítsen legalább egy [aspell] szótárt."
msgid "%s - Word Completion"
msgstr "%s - szókiegészítés"
+#~ msgid "Set of plugins"
+#~ msgstr "Bővítménykészlet"
+
+#~ msgid "plugin"
+#~ msgstr "bővítmények"
+
#~ msgid "Save As…"
#~ msgstr "Mentés másként…"
diff --git a/po/hy.po b/po/hy.po
index 62f9331e0..d7f1c6575 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-21 13:38+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:00+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/hz.po b/po/hz.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/hz.po
+++ b/po/hz.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ia.po b/po/ia.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/ia.po
+++ b/po/ia.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/id.po b/po/id.po
index 4c7945bb5..1f103777f 100644
--- a/po/id.po
+++ b/po/id.po
@@ -6,104 +6,86 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
-"PO-Revision-Date: 2018-10-24 13:33+0000\n"
-"Last-Translator: Angga Rifandi \n"
-"Language-Team: Indonesian \n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
+"PO-Revision-Date: 2023-05-20 16:06+0000\n"
+"Last-Translator: Mas Ahmad Muhammad \n"
+"Language-Team: Indonesian \n"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 3.0.1\n"
+"X-Generator: Weblate 4.17\n"
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Tab Baru"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Jendela Baru"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "Cetak info versi dan keluar"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Kumpulan pengaya"
-
-#: src/Application.vala:42
-#, fuzzy
-msgid "plugin"
-msgstr "Kumpulan pengaya"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
-msgstr ""
+msgstr "[BERKAS...]"
#: src/MainWindow.vala:207
-#, fuzzy, c-format
-#| msgid "Code"
+#, c-format
msgid "Code (%s)"
-msgstr "Code"
+msgstr "Kode (%s)"
#: src/MainWindow.vala:209
msgid "Code"
-msgstr "Code"
+msgstr "Kode"
#: src/MainWindow.vala:321
msgid "Hide search bar"
-msgstr "Sembunyikan bilah cari"
+msgstr "Sembunyikan bilah pencarian"
#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
-#, fuzzy
-#| msgid "Open a folder"
msgid "Find on Page…"
-msgstr "Buka Folder"
+msgstr "Temukan pada Halaman…"
#: src/MainWindow.vala:337
-#, fuzzy
-#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
-msgstr "Sembunyikan bilah cari"
+msgstr "Sembunyikan Bilah Sisi Proyek"
#: src/MainWindow.vala:342
-#, fuzzy
-#| msgid "Show Preview"
msgid "Show Projects Sidebar"
-msgstr "Tampilkan Pratinjau"
+msgstr "Tampilkan Bilah Sisi Proyek"
#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
-msgstr ""
+msgstr "Sembunyikan Simbol Garis Tepi Luar"
#: src/MainWindow.vala:356
-#, fuzzy
-#| msgid "Symbols"
msgid "Show Symbol Outline"
-msgstr "Simbol"
+msgstr "Tampikan Simbol Garis Tepi Luar"
#. Update MainWindow title
#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
#: src/MainWindow.vala:527
#, c-format
msgid "%s - %s"
-msgstr ""
+msgstr "%s - %s"
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "Semua berkas"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "Berkas teks"
#: src/MainWindow.vala:840
msgid "Open some files"
-msgstr "Buka beberapa file"
+msgstr "Buka beberapa berkas"
#: src/MainWindow.vala:843
msgid "Open"
@@ -111,7 +93,7 @@ msgstr "Buka"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Batal"
@@ -127,51 +109,49 @@ msgstr "_Batal"
#: src/Dialogs/GlobalSearchDialog.vala:69
#, c-format
msgid "Search for text in “%s”"
-msgstr ""
+msgstr "Cari kata pada \"%s\""
#: src/Dialogs/GlobalSearchDialog.vala:70
msgid "The search term must be at least 3 characters long."
-msgstr ""
+msgstr "Istilah pencarian harus setidaknya 3 karakter."
#: src/Dialogs/GlobalSearchDialog.vala:83
msgid "Case sensitive:"
-msgstr ""
+msgstr "Abjad kapital sensitif:"
#: src/Dialogs/GlobalSearchDialog.vala:92
msgid "Use regular expressions:"
-msgstr ""
+msgstr "Gunakan ekspresi reguler:"
#: src/Dialogs/GlobalSearchDialog.vala:111
-#, fuzzy
-#| msgid "Search next"
msgid "Search"
-msgstr "Cari kemunculan selanjutnya"
+msgstr "Cari"
#: src/Dialogs/NewBranchDialog.vala:43
-#, fuzzy, c-format
-#| msgid "Create a new instance"
+#, c-format
msgid "Create a new branch of “%s/%s”"
-msgstr "Buat contoh baru"
+msgstr "Buat cabang baru untuk “%s/%s”"
#. /TRANSLATORS "Git" is a proper name and must not be translated
#: src/Dialogs/NewBranchDialog.vala:48
msgid "The branch name must be unique and follow Git naming rules."
-msgstr ""
+msgstr "Nama cabang harus unik dan mengikuti aturan penamaan Git."
#: src/Dialogs/NewBranchDialog.vala:56
-#, fuzzy
msgid "Create Branch"
-msgstr "Ubah pengaturan Scratch"
+msgstr "Buat Cabang"
#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:217
msgid "Preferences"
-msgstr "Pengaturan"
+msgstr "Preferensi"
#: src/Dialogs/PreferencesDialog.vala:47
msgid ""
"Cutting or copying without an active selection will cut or copy the entire "
"current line"
msgstr ""
+"Memotong atau menyalin tanpa seleksi aktif akan memotong atau menyalin "
+"seluruh baris saat ini"
#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
@@ -179,11 +159,11 @@ msgstr "Umum"
#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
-msgstr "Simpan berkas ketika diubah:"
+msgstr "Simpan berkas ketika berubah:"
#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
-msgstr ""
+msgstr "Potong/salin pintar baris:"
#: src/Dialogs/PreferencesDialog.vala:61
msgid "Tabs"
@@ -198,10 +178,8 @@ msgid "Insert spaces instead of tabs:"
msgstr "Sisipkan spasi, bukan tab:"
#: src/Dialogs/PreferencesDialog.vala:66
-#, fuzzy
-#| msgid "Strip trailing whitespace on save"
msgid "Strip trailing whitespace:"
-msgstr "Hapus spasi di belakang spasi saat menyimpan"
+msgstr "Hapus spasi kosong di belakang:"
#: src/Dialogs/PreferencesDialog.vala:68
msgid "Tab width:"
@@ -222,7 +200,7 @@ msgstr "Tutup"
#: src/Dialogs/PreferencesDialog.vala:105
msgid "Extensions"
-msgstr "Ekstensi"
+msgstr "Pengaya"
#: src/Dialogs/PreferencesDialog.vala:114
msgid "Editor"
@@ -230,17 +208,15 @@ msgstr "Penyunting"
#: src/Dialogs/PreferencesDialog.vala:116
msgid "Highlight matching brackets:"
-msgstr "Sorot yang cocok dengan tanda kurung:"
+msgstr "Sorot tanda kurung yang cocok:"
#: src/Dialogs/PreferencesDialog.vala:119
msgid "Line wrap:"
-msgstr "Lipat baris:"
+msgstr "Gulung baris:"
#: src/Dialogs/PreferencesDialog.vala:122
-#, fuzzy
-#| msgid "Strip trailing whitespace"
msgid "Visible whitespace:"
-msgstr "Hapus spasi di belakang spasi"
+msgstr "Perlihatkan spasi kosong:"
#: src/Dialogs/PreferencesDialog.vala:128
msgid "Show Mini Map:"
@@ -256,77 +232,76 @@ msgstr "Huruf"
#: src/Dialogs/PreferencesDialog.vala:141
msgid "Custom font:"
-msgstr "Huruf pilihan:"
+msgstr "Huruf kustom:"
#: src/Dialogs/RestoreConfirmationDialog.vala:31
msgid "Are You Sure You Want to Restore This File?"
-msgstr ""
+msgstr "Apakah Anda Yakin Ingin Memulihkan Berkas Ini?"
#: src/Dialogs/RestoreConfirmationDialog.vala:32
msgid "Restoring a file will undo all changes made since opening it"
msgstr ""
+"Memulihkan berkas akan membatalkan semua perubahan yang dibuat sejak "
+"membukanya"
#: src/Dialogs/RestoreConfirmationDialog.vala:34
msgid "Don't Restore"
-msgstr ""
+msgstr "Jangan Pulihkan"
#: src/Dialogs/RestoreConfirmationDialog.vala:36
-#, fuzzy
msgid "Restore Anyway"
-msgstr "Muat Saja"
+msgstr "Pulihkan Saja"
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr "Aplikasi Lain…"
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr "Buka Pada"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
-msgstr "Perintah Lain"
+msgstr "Aksi Lain"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr "Ubah Nama"
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
-msgstr "Pindahkan ke Tempat Sampah"
+msgstr "Pindahkan ke Keranjang Sampah"
#: src/FolderManager/FileView.vala:42
msgid "Folders"
msgstr "Folder"
-#: src/FolderManager/FolderItem.vala:106
-#, fuzzy
-#| msgid "Open a folder"
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
-msgstr "Buka Folder"
+msgstr "Temukan pada Folder…"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr "Folder"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr "File Kosong"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr "Baru"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr "folder tanpa judul"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr "berkas baru"
@@ -335,54 +310,47 @@ msgid "Close Folder"
msgstr "Tutup Folder"
#: src/FolderManager/ProjectFolderItem.vala:116
-#, fuzzy
-#| msgid "Close Folder"
msgid "Close Other Folders"
-msgstr "Tutup Folder"
+msgstr "Tutup Folder Lainnya"
#: src/FolderManager/ProjectFolderItem.vala:121
#, c-format
msgid "Close %u Open Document"
msgid_plural "Close %u Open Documents"
-msgstr[0] ""
+msgstr[0] "Tutup %u Dokumen Terbuka"
#: src/FolderManager/ProjectFolderItem.vala:135
-#, fuzzy, c-format
-#| msgid "New Document"
+#, c-format
msgid "Hide %u Open Document"
msgid_plural "Hide %u Open Documents"
-msgstr[0] "Dokumen Baru"
+msgstr[0] "Sembunyikan %u Dokumen Terbuka"
#: src/FolderManager/ProjectFolderItem.vala:150
#, c-format
msgid "Restore %u Hidden Document"
msgid_plural "Restore %u Hidden Documents"
-msgstr[0] ""
+msgstr[0] "Pulihkan %u Dokumen Tersembunyi"
#: src/FolderManager/ProjectFolderItem.vala:170 src/Widgets/HeaderBar.vala:130
-#, fuzzy
-#| msgid "Open a folder"
msgid "Find in Project…"
-msgstr "Buka Folder"
+msgstr "Temukan pada Proyek…"
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
-msgstr ""
+msgstr "Diubah"
#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
-msgstr ""
+msgstr "Kesalahan saat membuat cabang baru: “%s”"
#: src/FolderManager/ProjectFolderItem.vala:577
-#, fuzzy
msgid "New Branch…"
-msgstr "Ubah pengaturan Scratch"
+msgstr "Cabang Baru…"
#: src/FolderManager/ProjectFolderItem.vala:590
-#, fuzzy
msgid "Branch"
-msgstr "Ubah pengaturan Scratch"
+msgstr "Cabang"
#: src/Services/Document.vala:305
#, c-format
@@ -391,151 +359,127 @@ msgstr "%s Bukan sebuah Berkas Teks"
#: src/Services/Document.vala:306
msgid "Code will not load this type of file."
-msgstr "Code akan memuat jenis berkas ini."
+msgstr "Kode tidak akan memuat jenis berkas ini."
#: src/Services/Document.vala:308
msgid "Load Anyway"
msgstr "Muat Saja"
#: src/Services/Document.vala:329
-#, fuzzy, c-format
-#| msgid "Loading File \"%s\" Is Taking a Long Time"
+#, c-format
msgid "Loading File “%s” Is Taking a Long Time"
-msgstr "Memuat Berkas \"%s\" Memakan Waktu Lama"
+msgstr "Memuat Berkas “%s” Memakan Waktu Lama"
#: src/Services/Document.vala:330
msgid "Please wait while Code is loading the file."
-msgstr "Silakan tunggu sementara Code memuat berkas."
+msgstr "Silakan tunggu sementara Kode memuat berkas."
#: src/Services/Document.vala:332
-#, fuzzy
msgid "Cancel Loading"
msgstr "Batal Memuat"
#: src/Services/Document.vala:429
-#, fuzzy, c-format
+#, c-format
msgid "Save changes to “%s” before closing?"
-msgstr "Simpan perubahan dalam dokumane %s sebelum menutup?"
+msgstr "Simpan perubahan ke “%s” sebelum menutup?"
#: src/Services/Document.vala:430
-#, fuzzy
msgid "If you don't save, changes will be permanently lost."
-msgstr ""
-"Jika tidak Anda simpan, perubahan sejak 4 detik lalu akan hilang selamanya."
+msgstr "Jika tidak Anda simpan, perubahan akan hilang permanen."
#: src/Services/Document.vala:436
-#, fuzzy
msgid "Close Without Saving"
-msgstr "Tutup tanpa menyimpan"
+msgstr "Tutup Tanpa Menyimpan"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Simpan"
-#: src/Services/Document.vala:552
-#, fuzzy, c-format
+#: src/Services/Document.vala:555
+#, c-format
msgid "Saving to “%s” failed."
-msgstr "Simpan perubahan dalam dokumane %s sebelum menutup?"
+msgstr "Menyimpan ke “%s” gagal."
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
-msgstr "Simpan File"
+msgstr "Simpan Berkas"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Dokumen Baru"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
-msgstr ""
+msgstr "Tidak dapat menyimpan dokumen ini ke %s"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
-msgstr ""
+msgstr "Tidak dapat membaca teks pada berkas “%s”"
-#: src/Services/Document.vala:823
-#, fuzzy
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
-msgstr ""
-"Mungkin berkas tersebut rusak atau Anda tidak memiliki izin yang diperlukan "
-"untuk membacanya."
+msgstr "Anda mungkin tidak memiliki izin untuk membaca berkasnya."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
-msgstr ""
+msgstr "Berkas mungkin rusak atau mungkin bukan berkas teks"
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
-#, fuzzy
-#| msgid "Load Anyway"
+#: src/Services/Document.vala:834
msgid "Show Anyway"
-msgstr "Muat Saja"
+msgstr "Tampilkan Saja"
-#: src/Services/Document.vala:861
-#, fuzzy, c-format
-#| msgid ""
-#| "The location containing the file \"%s\" was unmounted. Do you want to "
-#| "save somewhere else?"
+#: src/Services/Document.vala:864
+#, c-format
msgid "The location containing the file “%s” was unmounted."
-msgstr ""
-"Lokasi yang berisi berkas \"%s\" tidak terisi. Apakah Anda ingin menyimpan "
-"tempat lain?"
+msgstr "Lokasi yang berisi berkas “%s” telah dilepas."
-#: src/Services/Document.vala:863
-#, fuzzy, c-format
-#| msgid "The file %s was deleted."
+#: src/Services/Document.vala:866
+#, c-format
msgid "File “%s” was deleted."
-msgstr "Berkas %s telah dihapus."
+msgstr "Berkas “%s” telah dihapus."
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
-#, fuzzy, c-format
-#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#: src/Services/Document.vala:874
+#, c-format
msgid "File “%s” does not have write permission."
-msgstr "Berkas \"%s\" telah dihapus Apakah Anda ingin menyimpannya?"
+msgstr "Berkas “%s” tidak memiliki izin tulis."
-#: src/Services/Document.vala:903
-#, fuzzy, c-format
-#| msgid ""
-#| "File \"%s\" was modified by an external application. Do you want to load "
-#| "it again or continue your editing?"
+#: src/Services/Document.vala:906
+#, c-format
msgid "File “%s” was modified by an external application."
-msgstr ""
-"Berkas \"%s\" telah dimodifikasi oleh aplikasi eksternal. Apakah Anda ingin "
-"memuatnya lagi atau melanjutkan penyuntingan Anda?"
+msgstr "Berkas “%s” telah dimodifikasi oleh aplikasi eksternal."
-#: src/Services/Document.vala:909
-#, fuzzy
-#| msgid "Upload"
+#: src/Services/Document.vala:912
msgid "Reload"
-msgstr "Unggah"
+msgstr "Muat Ulang"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "Lanjutkan"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
-msgstr ""
+msgstr "“%s” tidak bisa disimpan di sini. Simpan duplikat di tempat lain?"
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
-msgstr ""
+msgstr "Hiraukan"
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
-msgstr ""
+msgstr "Simpan Duplikat…"
#: src/Services/TemplateManager.vala:198
msgid "Templates"
-msgstr "Palet"
+msgstr "Templat"
#. Remove fake fields created by the vala parser.
#: src/SymbolPane/C/CtagsSymbolOutline.vala:56
@@ -545,30 +489,28 @@ msgid "Symbols"
msgstr "Simbol"
#: src/Widgets/ChooseProjectButton.vala:20
-#, fuzzy
-#| msgid "Project templates"
msgid "No Project Selected"
-msgstr "Palet proyek"
+msgstr "Tidak Ada Proyek yang Dipilih"
#: src/Widgets/ChooseProjectButton.vala:38
#: src/Widgets/ChooseProjectButton.vala:112
#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
-msgstr ""
+msgstr "Proyek Git aktif: %s"
#: src/Widgets/ChooseProjectButton.vala:53
msgid "Filter projects"
-msgstr ""
+msgstr "Saring proyek"
#: src/Widgets/DocumentView.vala:159
-#, fuzzy, c-format
+#, c-format
msgid "Text file from %s:%d"
-msgstr "Berkas teks dari %s"
+msgstr "Berkas teks dari %s:%d"
#: src/Widgets/FormatBar.vala:46
msgid "Syntax Highlighting"
-msgstr "Sorot Sintaksi"
+msgstr "Penyorotan Sintaks"
#: src/Widgets/FormatBar.vala:56
msgid "Line number"
@@ -580,29 +522,23 @@ msgstr "Saring bahasa"
#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
-msgstr "Teks Biasa"
+msgstr "Teks Polos"
#: src/Widgets/FormatBar.vala:145
msgid "Some settings set by EditorConfig file"
-msgstr ""
+msgstr "Beberapa pengaturan yang ditetapkan oleh berkas EditorConfig"
#: src/Widgets/FormatBar.vala:148
-#, fuzzy
-#| msgid "Automatic indentation:"
msgid "Automatic Indentation"
-msgstr "Indentasi otomatis:"
+msgstr "Indentasi Otomatis"
#: src/Widgets/FormatBar.vala:150
-#, fuzzy
-#| msgid "Insert spaces instead of tabs:"
msgid "Insert Spaces Instead Of Tabs"
-msgstr "Sisipkan spasi, bukan tab:"
+msgstr "Sisipkan Spasi, Bukan Tab"
#: src/Widgets/FormatBar.vala:152
-#, fuzzy
-#| msgid "Tab width:"
msgid "Tab width"
-msgstr "Lebar tab:"
+msgstr "Lebar tab"
#: src/Widgets/FormatBar.vala:218
msgid "Go To Line:"
@@ -626,7 +562,7 @@ msgstr "Buka berkas"
#: src/Widgets/HeaderBar.vala:43
msgid "Project templates"
-msgstr "Palet proyek"
+msgstr "Templat proyek"
#: src/Widgets/HeaderBar.vala:50
msgid "Save this file"
@@ -650,7 +586,7 @@ msgstr "Perkecil"
#: src/Widgets/HeaderBar.vala:91
msgid "Zoom 1:1"
-msgstr "Zum 1:1"
+msgstr "Perbesar 1:1"
#: src/Widgets/HeaderBar.vala:99
msgid "Zoom In"
@@ -658,7 +594,7 @@ msgstr "Perbesar"
#: src/Widgets/HeaderBar.vala:144
msgid "Follow System Style"
-msgstr ""
+msgstr "Ikuti Gaya Sistem"
#: src/Widgets/HeaderBar.vala:195 src/Widgets/HeaderBar.vala:265
msgid "Show Terminal"
@@ -673,22 +609,20 @@ msgid "Hide Terminal"
msgstr "Sembunyikan Terminal"
#: src/Widgets/Sidebar.vala:57
-#, fuzzy
-#| msgid "Open Folder"
msgid "Open Folder…"
-msgstr "Buka Folder"
+msgstr "Buka Folder…"
#: src/Widgets/Sidebar.vala:60
msgid "Collapse All"
-msgstr ""
+msgstr "Tutup Semua"
#: src/Widgets/Sidebar.vala:64
msgid "Alphabetize"
-msgstr ""
+msgstr "Alfabetis"
#: src/Widgets/Sidebar.vala:76
msgid "Manage project folders"
-msgstr ""
+msgstr "Kelola folder proyek"
#: src/Widgets/SearchBar.vala:72
msgid "Find"
@@ -696,15 +630,15 @@ msgstr "Temukan"
#: src/Widgets/SearchBar.vala:75
msgid "No Results"
-msgstr ""
+msgstr "Tidak Ada Hasil"
#: src/Widgets/SearchBar.vala:87
msgid "Search next"
-msgstr "Cari kemunculan selanjutnya"
+msgstr "Cari selanjutnya"
#: src/Widgets/SearchBar.vala:97
msgid "Search previous"
-msgstr "Cari kemunculan sebelumnya"
+msgstr "Cari sebelumnya"
#: src/Widgets/SearchBar.vala:100
msgid "Cyclic Search"
@@ -716,7 +650,7 @@ msgstr "Jangan Pernah"
#: src/Widgets/SearchBar.vala:104
msgid "Mixed Case"
-msgstr ""
+msgstr "Abjad Campur"
#: src/Widgets/SearchBar.vala:105
msgid "Always"
@@ -724,21 +658,19 @@ msgstr "Selalu"
#: src/Widgets/SearchBar.vala:108
msgid "Case Sensitive"
-msgstr ""
+msgstr "Abjad Kapital Sensitif"
#: src/Widgets/SearchBar.vala:115
msgid "Use Regular Expressions"
-msgstr ""
+msgstr "Gunakan Ekspresi Regular"
#: src/Widgets/SearchBar.vala:116
msgid "Match Whole Words"
-msgstr ""
+msgstr "Cocokkan Seluruh Kata"
#: src/Widgets/SearchBar.vala:137
-#, fuzzy
-#| msgid "Search previous"
msgid "Search Options"
-msgstr "Cari kemunculan sebelumnya"
+msgstr "Opsi Pencarian"
#: src/Widgets/SearchBar.vala:169
msgid "Replace With"
@@ -755,17 +687,17 @@ msgstr "Ganti semua"
#: src/Widgets/SearchBar.vala:559
#, c-format
msgid "%d of %d"
-msgstr ""
+msgstr "%d dari %d"
#: src/Widgets/SearchBar.vala:564
msgid "no results"
-msgstr ""
+msgstr "tidak ada hasil"
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr "Urutkan Baris yang Dipilih"
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr "Munculkan Komentar"
@@ -807,7 +739,7 @@ msgstr "Buka Folder"
#: src/Widgets/WelcomeView.vala:34
msgid "Add a project folder to the sidebar."
-msgstr "Tambahkan sebuah folder projek ke bilah samping."
+msgstr "Tambahkan sebuah folder proyek ke bilah sisi."
#: plugins/pastebin/pastebin_dialog.vala:248
#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
@@ -824,13 +756,11 @@ msgstr "Format:"
#: plugins/pastebin/pastebin_dialog.vala:268
msgid "Choose different format"
-msgstr ""
+msgstr "Pilih format berbeda"
#: plugins/pastebin/pastebin_dialog.vala:290
-#, fuzzy
-#| msgid "Expiry time:"
msgid "Expiration:"
-msgstr "Jangka kadaluarsa:"
+msgstr "Kadaluarsa:"
#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
@@ -838,13 +768,11 @@ msgstr "Jaga kerahasiaan tempelan ini"
#: plugins/pastebin/pastebin_dialog.vala:354
msgid "Available Formats"
-msgstr ""
+msgstr "Format Tersedia"
#: plugins/pastebin/pastebin_dialog.vala:380
-#, fuzzy
-#| msgid "Select font:"
msgid "Select Format"
-msgstr "Pilih huruf:"
+msgstr "Pilih Format"
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
@@ -864,19 +792,22 @@ msgstr "Satu bulan"
#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
-msgstr ""
+msgstr "Tidak Ditemukan Kamus yang Cocok"
#: plugins/spell/spell.vala:74
-#, fuzzy
msgid "Please install at least one [aspell] dictionary."
-msgstr ""
-"Tidak ditemukan kamus yang sesuai.\n"
-"Harap pasang setidaknya satu kamus [aspell]"
+msgstr "Harap pasang setidaknya satu kamus [aspell]."
#: plugins/word-completion/plugin.vala:165
#, c-format
msgid "%s - Word Completion"
-msgstr "%s - Pelengkap kata otomatis"
+msgstr "%s - Pelengkapan Kata"
+
+#~ msgid "Set of plugins"
+#~ msgstr "Kumpulan pengaya"
+
+#~ msgid "plugin"
+#~ msgstr "Pengaya"
#~ msgid "Save As…"
#~ msgstr "Simpan Sebagai…"
diff --git a/po/ie.po b/po/ie.po
index 4eb74c459..721fb43f6 100644
--- a/po/ie.po
+++ b/po/ie.po
@@ -1,31 +1,23 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -69,11 +61,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -87,7 +79,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -242,23 +234,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -267,31 +259,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -384,89 +376,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -688,11 +680,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ig.po b/po/ig.po
index df019a129..d3914a892 100644
--- a/po/ig.po
+++ b/po/ig.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2019-09-10 14:54+0000\n"
"Last-Translator: Saúl Núñez \n"
"Language-Team: Igbo \n"
@@ -14,27 +14,19 @@ msgstr ""
"X-Generator: Weblate 3.7.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -78,11 +70,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -96,7 +88,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -251,23 +243,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -276,31 +268,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -390,90 +382,90 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
#| msgid "Maybe you do not have the necessary permissions."
msgid "File “%s” does not have write permission."
msgstr "Probablemente no tienes los permisos necesarios."
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -695,11 +687,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ii.po b/po/ii.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/ii.po
+++ b/po/ii.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ik.po b/po/ik.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/ik.po
+++ b/po/ik.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/io.elementary.code.pot b/po/io.elementary.code.pot
index 39d6f9515..2d8e649fd 100644
--- a/po/io.elementary.code.pot
+++ b/po/io.elementary.code.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: io.elementary.code\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -18,27 +18,19 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -82,11 +74,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -100,7 +92,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -255,23 +247,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -280,31 +272,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -397,89 +389,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -701,11 +693,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/io.po b/po/io.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/io.po
+++ b/po/io.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/is.po b/po/is.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/is.po
+++ b/po/is.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/it.po b/po/it.po
index 2b7ba81f9..26ca8e323 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2020-10-23 17:15+0000\n"
"Last-Translator: Fabio Zaramella \n"
"Language-Team: Italian \n"
@@ -19,27 +19,19 @@ msgstr ""
"X-Generator: Weblate 3.9.1\n"
"X-Launchpad-Export-Date: 2017-05-04 05:45+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Nuova scheda"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Nuova finestra"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "Stampa informazioni sulla versione ed esci"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Raccolta di estensioni"
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr "Componenti aggiuntivi"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -92,11 +84,11 @@ msgstr "Nessun simbolo trovato"
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "Tutti i file"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "File di testo"
@@ -110,7 +102,7 @@ msgstr "Apri"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Annulla"
@@ -279,23 +271,23 @@ msgstr "Non ripristinare"
msgid "Restore Anyway"
msgstr "Ripristina lo stesso"
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr "Un'altra applicazione…"
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr "Apri con"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr "Altre azioni"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr "Rinomina"
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr "Sposta nel cestino"
@@ -304,33 +296,33 @@ msgstr "Sposta nel cestino"
msgid "Folders"
msgstr "Cartelle"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
#, fuzzy
#| msgid "Open Project Folder…"
msgid "Find in Folder…"
msgstr "Apri cartella progetto…"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr "Cartella"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr "File vuoto"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr "Nuovo"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr "cartella senza titolo"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr "nuovo file"
@@ -433,37 +425,37 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Chiudi senza salvare"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Salva"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
#| msgid "Save changes to \"%s\" before closing?"
msgid "Saving to “%s” failed."
msgstr "Salvare le modifiche apportate a \"%s\" prima di chiudere?"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "Salva il file"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Nuovo documento"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
#, fuzzy
#| msgid "It may be corrupt or you don't have permission to read it."
msgid "You may not have permission to read the file."
@@ -471,19 +463,19 @@ msgstr ""
"Potrebbe essere danneggiato o potresti non possedere i permessi necessari ad "
"aprirlo."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
#, fuzzy
#| msgid "Load Anyway"
msgid "Show Anyway"
msgstr "Carica lo stesso"
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, fuzzy, c-format
#| msgid ""
#| "The location containing the file \"%s\" was unmounted. Do you want to "
@@ -493,7 +485,7 @@ msgstr ""
"Il percorso che contiene il file \"%s\" è stato smontato. Vuoi salvarlo da "
"qualche altra parte?"
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, fuzzy, c-format
#| msgid "The file %s was deleted."
msgid "File “%s” was deleted."
@@ -501,13 +493,13 @@ msgstr "Il file «%s» è stato eliminato."
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” does not have write permission."
msgstr "Il file \"%s\" è stato cancellato. Vuoi salvarlo comunque?"
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, fuzzy, c-format
#| msgid ""
#| "File \"%s\" was modified by an external application. Do you want to load "
@@ -517,26 +509,26 @@ msgstr ""
"Il file \"%s\" è stato modificato da un programma esterno. Vuoi caricare "
"nuovamente o continuare la modifica?"
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "Carica"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "Continua"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -770,11 +762,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr "Ordina le linee selezionate"
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr "Attiva o disattiva il commento"
@@ -880,6 +872,12 @@ msgstr "Installa almeno un dizionario [aspell]."
msgid "%s - Word Completion"
msgstr "%s - Autocompletamento parole"
+#~ msgid "Set of plugins"
+#~ msgstr "Raccolta di estensioni"
+
+#~ msgid "plugin"
+#~ msgstr "Componenti aggiuntivi"
+
#~ msgid "Save As…"
#~ msgstr "Salva come…"
diff --git a/po/iu.po b/po/iu.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/iu.po
+++ b/po/iu.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ja.po b/po/ja.po
index 0c57d0678..03a19d65c 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2023-04-30 00:06+0000\n"
"Last-Translator: Ryo Nakano \n"
"Language-Team: Japanese \n"
@@ -19,27 +19,19 @@ msgstr ""
"X-Generator: Weblate 4.17\n"
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "新しいタブ"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "新しいウィンドウ"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "バージョン情報を表示して終了します"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "プラグインのセット"
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr "プラグイン"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr "[ファイル…]"
@@ -83,11 +75,11 @@ msgstr "シンボルアウトラインを表示"
msgid "%s - %s"
msgstr "%s - %s"
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "すべてのファイル"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "テキストファイル"
@@ -101,7 +93,7 @@ msgstr "開く"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "キャンセル"
@@ -258,23 +250,23 @@ msgstr "復元しない"
msgid "Restore Anyway"
msgstr "了解して復元"
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr "ほかのアプリケーション…"
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr "指定した方法で開く"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr "ほかの操作"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr "名前を変更"
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr "ゴミ箱に移動"
@@ -283,31 +275,31 @@ msgstr "ゴミ箱に移動"
msgid "Folders"
msgstr "フォルダー"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr "フォルダー内を検索…"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr "フォルダー"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr "空のファイル"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr "新規作成"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr "名称未設定フォルダー"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr "新しいファイル"
@@ -397,89 +389,89 @@ msgstr "保存しない場合、変更は破棄されます。"
msgid "Close Without Saving"
msgstr "保存せずに閉じる"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "保存"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr "“%s” に保存できませんでした。"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "ファイルを保存"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "新しいドキュメント"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr "%s にこのドキュメントを保存できません"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr "ファイル “%s” 内のテキストを読み込めません"
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr "ファイルを読み込む権限がない可能性があります。"
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr "ファイルが破損しているか、テキストファイルではない可能性があります"
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr "強制的に表示"
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr "ファイル “%s” を含む場所はアンマウントされています。"
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr "ファイル “%s” は削除されました。"
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr "“%s” への書き込み権限がありません。"
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr "ファイル “%s” は外部のアプリケーションによって変更されました。"
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr "再読み込み"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "編集を続行"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr "“%s” はここには保存できません。複製をほかの場所に保存しますか?"
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr "無視"
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr "複製を保存…"
@@ -699,11 +691,11 @@ msgstr "%d / %d件"
msgid "no results"
msgstr "結果がありません"
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr "選択された行を並べ替え"
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr "コメントアウト/コメントイン"
@@ -809,6 +801,12 @@ msgstr "少なくとも 1 つ以上の [aspell] 辞書をインストールし
msgid "%s - Word Completion"
msgstr "%s - 単語補完"
+#~ msgid "Set of plugins"
+#~ msgstr "プラグインのセット"
+
+#~ msgid "plugin"
+#~ msgstr "プラグイン"
+
#~ msgid "Save As…"
#~ msgstr "名前を付けて保存…"
diff --git a/po/jv.po b/po/jv.po
index 6665fa626..72c460eba 100644
--- a/po/jv.po
+++ b/po/jv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-21 13:38+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: Javanese \n"
@@ -18,28 +18,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "jendela baru"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Tempelan"
-
-#: src/Application.vala:42
-#, fuzzy
-msgid "plugin"
-msgstr "Tempelan"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -86,11 +77,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "Kabeh berkas"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "Berkas aksara"
@@ -104,7 +95,7 @@ msgstr "Bukak"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -261,24 +252,24 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
#, fuzzy
msgid "Open In"
msgstr "Bukak"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -287,32 +278,32 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
#, fuzzy
msgid "Find in Folder…"
msgstr "Bukak berkas"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
#, fuzzy
msgid "new file"
msgstr "Berkas anyar"
@@ -409,89 +400,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Simpen"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "dokumen anyar"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -716,11 +707,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
@@ -829,6 +820,13 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#~ msgid "Set of plugins"
+#~ msgstr "Tempelan"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "Tempelan"
+
#, fuzzy
#~| msgid "Save the current file"
#~ msgid "Save the document elsewhere"
diff --git a/po/ka.po b/po/ka.po
index baa542e27..06f7a2e64 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
-"PO-Revision-Date: 2023-03-12 03:21+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
+"PO-Revision-Date: 2023-05-14 05:06+0000\n"
"Last-Translator: NorwayFun \n"
"Language-Team: Georgian \n"
"Language: ka\n"
@@ -11,30 +11,22 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.14.2\n"
+"X-Generator: Weblate 4.17\n"
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "ახალი ჩანართი"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "ახალი ფანჯარა"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "ვერსიის ინფორმაციის გამოტანა და გასვლა"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "გაფართოებების სეტი"
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr "გაფართოება"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr "[ფაილი...]"
@@ -78,11 +70,11 @@ msgstr "სიმბოლოების მონახაზის ჩვე
msgid "%s - %s"
msgstr "%s - %s"
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "ყველა ფაილი"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "ტექსტური ფაილები"
@@ -96,7 +88,7 @@ msgstr "გახსნა"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "გაუქმება"
@@ -254,23 +246,23 @@ msgstr "არ აღადგინო"
msgid "Restore Anyway"
msgstr "მაინც აღადგინე"
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr "სხვა პროგრამა…"
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr "გახსნა, როგორც"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr "სხვა ქმედებები"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr "გადარქმევა"
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr "ფაილის ნაგავში გადატანა"
@@ -279,31 +271,31 @@ msgstr "ფაილის ნაგავში გადატანა"
msgid "Folders"
msgstr "საქაღალდეები"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr "საქაღალდეში ძებნა…"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr "საქაღალდე"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr "ცარიელი ფაილი"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr "ახალი"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr "ახალი დასტა"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr "ახალი ფაილი"
@@ -371,8 +363,7 @@ msgid "Load Anyway"
msgstr "მაინც ჩატვირთვა"
#: src/Services/Document.vala:329
-#, fuzzy, c-format
-#| msgid "Loading File \"%s\" Is Taking a Long Time"
+#, c-format
msgid "Loading File “%s” Is Taking a Long Time"
msgstr "\"%s\" ფაილის ჩატვირთვას საკმაო დრო დასჭირდება"
@@ -385,8 +376,7 @@ msgid "Cancel Loading"
msgstr "ჩატვირთვის გაუქმება"
#: src/Services/Document.vala:429
-#, fuzzy, c-format
-#| msgid "Save changes to \"%s\" before closing?"
+#, c-format
msgid "Save changes to “%s” before closing?"
msgstr "შევინახო \"%s\"-ის ცვლილებები დახურვამდე?"
@@ -398,111 +388,92 @@ msgstr "თუ არ შეინახავთ, ცვლილებებ
msgid "Close Without Saving"
msgstr "დახურვა შენახვის გარეშე"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "შენახვა"
-#: src/Services/Document.vala:552
-#, fuzzy, c-format
-#| msgid "Save changes to \"%s\" before closing?"
+#: src/Services/Document.vala:555
+#, c-format
msgid "Saving to “%s” failed."
-msgstr "შევინახო \"%s\"-ის ცვლილებები დახურვამდე?"
+msgstr "\"%s\"-ში შენახვის შეცდომა."
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "ფაილის შენახვა"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "ახალი დოკუმენტი"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
-msgstr ""
+msgstr "ამ დოკუმენტის %s-ში შენახვა შეუძლებელია"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
-#, fuzzy, c-format
-#| msgid "Search for text in “%s”"
+#: src/Services/Document.vala:823
+#, c-format
msgid "Cannot read text in file “%s”"
-msgstr "ტექსტის მოძებნა \"%s\"-ში"
+msgstr "ფაილში \"%s\" ტექსტის წაკითხვა შეუძლებელია"
-#: src/Services/Document.vala:823
-#, fuzzy
-#| msgid "It may be corrupt or you don't have permission to read it."
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
-msgstr "ის შეიძლება დაზიანებულია, ან თქვენ მისი წაკითხვის უფლება არ გაქვთ."
+msgstr "შეიძლებ ფაილის წაკითხვის უფლება არ გაქვთ."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
-msgstr ""
+msgstr "ფაილი შეიძლება დაზიანებულია, ან ტექსტურ ფაილს არ წარმოადგენს"
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
-#, fuzzy
-#| msgid "Load Anyway"
+#: src/Services/Document.vala:834
msgid "Show Anyway"
-msgstr "მაინც ჩატვირთვა"
+msgstr "მაინც ჩვენება"
-#: src/Services/Document.vala:861
-#, fuzzy, c-format
-#| msgid ""
-#| "The location containing the file \"%s\" was unmounted. Do you want to "
-#| "save somewhere else?"
+#: src/Services/Document.vala:864
+#, c-format
msgid "The location containing the file “%s” was unmounted."
-msgstr ""
-"მდებარეობა, რომელიც ფაილს \"%s\" შეიცავდა, მოხსნილია. გნებავთ, ის სადმე "
-"სხვაგან შეინახოთ?"
+msgstr "მდებარეობა, რომელიც ფაილს \"%s\" შეიცავდა, მოხსნილია."
-#: src/Services/Document.vala:863
-#, fuzzy, c-format
-#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#: src/Services/Document.vala:866
+#, c-format
msgid "File “%s” was deleted."
-msgstr "ფაილი \"%s\" წაშლილია. გნებავთ, ის მაინც შეინახოთ?"
+msgstr "ფაილი \"%s\" წაშლილია."
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
-#, fuzzy, c-format
-#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#: src/Services/Document.vala:874
+#, c-format
msgid "File “%s” does not have write permission."
-msgstr "ფაილი \"%s\" წაშლილია. გნებავთ, ის მაინც შეინახოთ?"
+msgstr "ფაილს \"%s\" შენახვის წვდომა არ გააჩნია."
-#: src/Services/Document.vala:903
-#, fuzzy, c-format
-#| msgid ""
-#| "File \"%s\" was modified by an external application. Do you want to load "
-#| "it again or continue your editing?"
+#: src/Services/Document.vala:906
+#, c-format
msgid "File “%s” was modified by an external application."
-msgstr ""
-"ფაილი \"%s\" გარე პროგრამის მიერ შეიცვალა . გსურთ, თავიდან ჩატვირთოთ ის, თუ "
-"გააგრძელებთ ჩასწორებას?"
+msgstr "ფაილი \"%s\" გარე პროგრამის მიერ შეიცვალა."
-#: src/Services/Document.vala:909
-#, fuzzy
-#| msgid "Upload"
+#: src/Services/Document.vala:912
msgid "Reload"
-msgstr "ატვირთვა"
+msgstr "თავიდან ჩატვირთვა"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "გაგრძელება"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
+"\"%s\"-ს აქ ვერ შეინახავთ. გნებავთ მისი დუბლიკატის შენახვა სადმე სხვაგან?"
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
-msgstr ""
+msgstr "იგნორირება"
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
-msgstr ""
+msgstr "დუბლიკატის შენახვა.…"
#: src/Services/TemplateManager.vala:198
msgid "Templates"
@@ -658,8 +629,6 @@ msgid "Find"
msgstr "მოძებნა"
#: src/Widgets/SearchBar.vala:75
-#, fuzzy
-#| msgid "no results"
msgid "No Results"
msgstr "შედეგების გარეშე"
@@ -681,31 +650,27 @@ msgstr "არასდროს"
#: src/Widgets/SearchBar.vala:104
msgid "Mixed Case"
-msgstr ""
+msgstr "შერეული რეგისტრი"
#: src/Widgets/SearchBar.vala:105
msgid "Always"
-msgstr ""
+msgstr "ყოველთვის"
#: src/Widgets/SearchBar.vala:108
msgid "Case Sensitive"
msgstr "დიდი ასოს გმრძნობიარე"
#: src/Widgets/SearchBar.vala:115
-#, fuzzy
-#| msgid "Use regular expressions"
msgid "Use Regular Expressions"
msgstr "რეგულარული გამოსახულებების გამოყენება"
#: src/Widgets/SearchBar.vala:116
msgid "Match Whole Words"
-msgstr ""
+msgstr "მთლიანი სიტყვების დამთხვევა"
#: src/Widgets/SearchBar.vala:137
-#, fuzzy
-#| msgid "Search previous"
msgid "Search Options"
-msgstr "წინას პოვნა"
+msgstr "ძებნის მორგება"
#: src/Widgets/SearchBar.vala:169
msgid "Replace With"
@@ -728,11 +693,11 @@ msgstr "%d-დან %d"
msgid "no results"
msgstr "შედეგების გარეშე"
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr "მონიშნული ხაზების დალაგება"
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr "კომენტარის გადართვა"
@@ -838,6 +803,12 @@ msgstr "გთხოვთ, დააყენოთ სულ ცოტა ე
msgid "%s - Word Completion"
msgstr "%s - სიტყვის დაბოლოება"
+#~ msgid "Set of plugins"
+#~ msgstr "გაფართოებების სეტი"
+
+#~ msgid "plugin"
+#~ msgstr "გაფართოება"
+
#~ msgid "Save As…"
#~ msgstr "შენახვა, როგორც…"
diff --git a/po/kg.po b/po/kg.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/kg.po
+++ b/po/kg.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ki.po b/po/ki.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/ki.po
+++ b/po/ki.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/kj.po b/po/kj.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/kj.po
+++ b/po/kj.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/kk.po b/po/kk.po
index 456cc837a..60dbec87e 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2016-07-08 22:28+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -393,89 +385,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Жаңа құжат"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -697,11 +689,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/kl.po b/po/kl.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/kl.po
+++ b/po/kl.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/km.po b/po/km.po
index 4666da00a..0bc8db0bc 100644
--- a/po/km.po
+++ b/po/km.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-21 13:37+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: Khmer \n"
@@ -18,28 +18,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "បង្កើតផ្ទាំងថ្មី"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "បង្អួចថ្មី"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "បោះពុម្ពពត៌មានកំណែ និងចាកចេញ"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "សំណុំកម្មវិធីជំនួយ"
-
-#: src/Application.vala:42
-#, fuzzy
-msgid "plugin"
-msgstr "សំណុំកម្មវិធីជំនួយ"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -86,11 +77,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "ឯកសារទាំងអស់"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "ឯកសារអត្ថបទ"
@@ -104,7 +95,7 @@ msgstr "បើក"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "បោះបង់"
@@ -263,25 +254,25 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
#, fuzzy
msgid "Open In"
msgstr "បើក"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
#, fuzzy
msgid "Other Actions"
msgstr "ទ្រង់ទ្រាយឯទៀត"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -290,33 +281,33 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
#, fuzzy
msgid "Find in Folder…"
msgstr "បើកឯកសារ"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
#, fuzzy
msgid "New"
msgstr "បង្កើតផ្ទាំងថ្មី"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
#, fuzzy
msgid "new file"
msgstr "ឯកសារថ្មី"
@@ -418,55 +409,55 @@ msgstr "បើអ្នកមិនរក្សាទុកទេ
msgid "Close Without Saving"
msgstr "បិទដោយមិនរក្សាទុក"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "រក្សាទុក"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
msgid "Saving to “%s” failed."
msgstr "តើរក្សាទុកការប្រែប្រួលក្នុងឯកសារ %s មុនបិទឬទេ ?"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "រក្សាទុកឯកសារ"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "ឯកសារថ្មី"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, fuzzy, c-format
#| msgid "The file %s was deleted."
msgid "File “%s” was deleted."
@@ -474,37 +465,37 @@ msgstr "ឯកសារ %s បានលុបចោលហើយ ។"
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” does not have write permission."
msgstr "បានលុបឯកសារ \"%s\" ហើយ ។ តើអ្នកចង់រក្សាទុកវាឬទេ?"
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "ផ្ទុកឡើង"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "បន្ត"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -736,11 +727,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
@@ -854,6 +845,13 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#~ msgid "Set of plugins"
+#~ msgstr "សំណុំកម្មវិធីជំនួយ"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "សំណុំកម្មវិធីជំនួយ"
+
#~ msgid "Save As…"
#~ msgstr "រក្សាទុកជា..."
diff --git a/po/kn.po b/po/kn.po
index fa0fdb0a4..d6b6c3b47 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-06-05 00:05+0000\n"
"Last-Translator: Allan Nordhøy \n"
"Language-Team: Kannada \n"
"Language-Team: Korean \n"
@@ -19,27 +19,19 @@ msgstr ""
"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "새 탭"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "새 창"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "버전 정보를 출력하고 나가기"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "플러그인 모음"
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr "플러그인"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr "[파일…]"
@@ -92,11 +84,11 @@ msgstr "심볼이 없습니다"
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "모든 파일"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "텍스트 파일"
@@ -110,7 +102,7 @@ msgstr "열기"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "취소"
@@ -268,23 +260,23 @@ msgstr "복원하지 않겠습니다"
msgid "Restore Anyway"
msgstr "그냥 복원하겠습니다"
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr "다른 애플리케이션…"
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr "열기"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr "다른 작업"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr "이름 바꾸기"
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr "휴지통에 버리기"
@@ -293,31 +285,31 @@ msgstr "휴지통에 버리기"
msgid "Folders"
msgstr "폴더"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr "폴더에서 찾기…"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr "폴더"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr "빈 파일"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr "새로 만들기"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr "이름 없는 폴더"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr "새 파일"
@@ -410,56 +402,56 @@ msgstr "저장하지 않으면, 변경한 내용은 사라집니다."
msgid "Close Without Saving"
msgstr "저장하지 않고 닫기"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "저장"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
#| msgid "Save changes to \"%s\" before closing?"
msgid "Saving to “%s” failed."
msgstr "닫기 전에 %s 문서의 변경 사항을 저장하시겠습니까?"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "파일 저장"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "새 문서"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, fuzzy, c-format
#| msgid "Search for text in “%s”"
msgid "Cannot read text in file “%s”"
msgstr "\"%s\"에서 텍스트 검색"
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
#, fuzzy
#| msgid "It may be corrupt or you don't have permission to read it."
msgid "You may not have permission to read the file."
msgstr "파일이 깨졌거나 이 파일을 읽을 수 있는 권한이 없는 것일 수 있습니다."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
#, fuzzy
#| msgid "Load Anyway"
msgid "Show Anyway"
msgstr "그래도 가져오기"
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, fuzzy, c-format
#| msgid ""
#| "The location containing the file \"%s\" was unmounted. Do you want to "
@@ -468,7 +460,7 @@ msgid "The location containing the file “%s” was unmounted."
msgstr ""
"파일 \"%s\"를 포함한 위치가 언마운트 되었습니다. 다른 곳에 저장하시겠습니까?"
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” was deleted."
@@ -476,13 +468,13 @@ msgstr "파일 \"%s\"가 지워졌습니다. 그래도 저장하시겠습니까?
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” does not have write permission."
msgstr "파일 \"%s\"가 지워졌습니다. 그래도 저장하시겠습니까?"
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, fuzzy, c-format
#| msgid ""
#| "File \"%s\" was modified by an external application. Do you want to load "
@@ -492,26 +484,26 @@ msgstr ""
"파일 \"%s\" 는 외부 프로그램에 의해서 수정되었습니다. 다시 읽어 들일까요 아니"
"면 편집을 계속하실건가요?"
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "업로드"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "계속"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -745,11 +737,11 @@ msgstr "%d / %d"
msgid "no results"
msgstr "결과 없음"
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr "선택한 줄 정렬"
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr "코멘트 여닫기"
@@ -855,6 +847,12 @@ msgstr "적어도 맞춤법 사전 [aspell] 한 개는 설치해주세요."
msgid "%s - Word Completion"
msgstr "%s - 단어 완성"
+#~ msgid "Set of plugins"
+#~ msgstr "플러그인 모음"
+
+#~ msgid "plugin"
+#~ msgstr "플러그인"
+
#~ msgid "Save As…"
#~ msgstr "다른 이름으로 저장…"
diff --git a/po/kr.po b/po/kr.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/kr.po
+++ b/po/kr.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ks.po b/po/ks.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/ks.po
+++ b/po/ks.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ku.po b/po/ku.po
index b4e02f9a5..2c88b66ea 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2018-06-01 00:06+0000\n"
"Last-Translator: Rokar \n"
"Language-Team: Kurdish \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/kw.po b/po/kw.po
index 340209de5..acd641b94 100644
--- a/po/kw.po
+++ b/po/kw.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ky.po b/po/ky.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/ky.po
+++ b/po/ky.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/la.po b/po/la.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/la.po
+++ b/po/la.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/lb.po b/po/lb.po
index 45fc9b1fc..01c4bed73 100644
--- a/po/lb.po
+++ b/po/lb.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2017-08-09 15:06+0000\n"
"Last-Translator: Yvo Marques \n"
"Language-Team: Luxembourgish \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/li.po b/po/li.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/li.po
+++ b/po/li.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/ln.po b/po/ln.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/ln.po
+++ b/po/ln.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/lo.po b/po/lo.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/lo.po
+++ b/po/lo.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/lt.po b/po/lt.po
index be951f3c4..6427a2272 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2019-10-05 21:23+0000\n"
"Last-Translator: Moo \n"
"Language-Team: Lithuanian \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/lv.po b/po/lv.po
index 03daa4444..6f4e0ef4e 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2019-09-10 14:54+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: Latvian \n"
@@ -20,28 +20,19 @@ msgstr ""
"X-Generator: Weblate 3.7.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "Jauna cilne"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Jauns logs"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "Drukāt versijas info un iziet"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Spraudņi"
-
-#: src/Application.vala:42
-#, fuzzy
-msgid "plugin"
-msgstr "Spraudņi"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -93,11 +84,11 @@ msgstr "Apzīmējumi"
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr "Visas datnes"
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr "Taksta faili"
@@ -111,7 +102,7 @@ msgstr "Atvērt"
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Atcelt"
@@ -270,25 +261,25 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
#, fuzzy
msgid "Open In"
msgstr "Atvērt"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
#, fuzzy
msgid "Other Actions"
msgstr "Citi formāti"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -297,35 +288,35 @@ msgstr ""
msgid "Folders"
msgstr "Mapes"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
#, fuzzy
#| msgid "Open a folder"
msgid "Find in Folder…"
msgstr "Atvērt mapi"
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
#, fuzzy
msgid "Folder"
msgstr "Mapes"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
#, fuzzy
msgid "New"
msgstr "Jauna cilne"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
#, fuzzy
msgid "new file"
msgstr "Jauna datne"
@@ -433,60 +424,60 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Aizvērt nesaglabājot"
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr "Saglabāt"
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, fuzzy, c-format
msgid "Saving to “%s” failed."
msgstr "Saglabāt dokumenta %s izmaiņas pirms aizvēršanas?"
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr "Saglabāt failu"
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr "Jauns dokuments"
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
#, fuzzy
msgid "You may not have permission to read the file."
msgstr ""
"Nevar atvērt datni \"%s\". Varbūt tā ir bojāta,\n"
"vai arī jums nav tiesību, lai atvērtu to."
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, fuzzy, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
"Nevar saglabāt izmaiņas \"%s\" datnē. Vai jūs vēlaties saglabāt šīs izmaiņas "
"citā vietā?"
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, fuzzy, c-format
#| msgid "The file %s was deleted."
msgid "File “%s” was deleted."
@@ -494,38 +485,38 @@ msgstr "Fails ar nosaukumu %s ir izdzēsts."
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, fuzzy, c-format
msgid "File “%s” does not have write permission."
msgstr "Fails \"&s\" tika dzēsta. Vai tomēr vēlaties to saglābāt?"
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, fuzzy, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
"Fails \"&s\" tika labota ar citu aplikāciju. Vai vēlaties to ielādēt no "
"jauna un turpīnat savu darbu?"
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "Augšupielāde"
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr "Turpināt"
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -759,11 +750,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
@@ -877,6 +868,13 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#~ msgid "Set of plugins"
+#~ msgstr "Spraudņi"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "Spraudņi"
+
#~ msgid "Save As…"
#~ msgstr "Saglabāt kā…"
diff --git a/po/mg.po b/po/mg.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/mg.po
+++ b/po/mg.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,27 +13,19 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr ""
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr ""
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr ""
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
@@ -77,11 +69,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""
-#: src/MainWindow.vala:832 src/Services/Document.vala:583
+#: src/MainWindow.vala:832 src/Services/Document.vala:586
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:836 src/Services/Document.vala:587
+#: src/MainWindow.vala:836 src/Services/Document.vala:590
msgid "Text files"
msgstr ""
@@ -95,7 +87,7 @@ msgstr ""
#: src/MainWindow.vala:844 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:439
-#: src/Services/Document.vala:595 plugins/pastebin/pastebin_dialog.vala:327
+#: src/Services/Document.vala:598 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
@@ -250,23 +242,23 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:125
#: src/FolderManager/ProjectFolderItem.vala:163
msgid "Move to Trash"
msgstr ""
@@ -275,31 +267,31 @@ msgstr ""
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr ""
-#: src/FolderManager/FolderItem.vala:173
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
msgstr ""
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/FolderItem.vala:205
#: src/FolderManager/ProjectFolderItem.vala:251
#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr ""
@@ -392,89 +384,89 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:440 src/Services/Document.vala:594
+#: src/Services/Document.vala:440 src/Services/Document.vala:597
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:552
+#: src/Services/Document.vala:555
#, c-format
msgid "Saving to “%s” failed."
msgstr ""
-#: src/Services/Document.vala:591
+#: src/Services/Document.vala:594
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:675 src/Services/Document.vala:693
+#: src/Services/Document.vala:678 src/Services/Document.vala:696
msgid "New Document"
msgstr ""
#. No path for a new document
-#: src/Services/Document.vala:695
+#: src/Services/Document.vala:698
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:820
+#: src/Services/Document.vala:823
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:823
+#: src/Services/Document.vala:826
msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:825
+#: src/Services/Document.vala:828
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
-#: src/Services/Document.vala:831
+#: src/Services/Document.vala:834
msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:861
+#: src/Services/Document.vala:864
#, c-format
msgid "The location containing the file “%s” was unmounted."
msgstr ""
-#: src/Services/Document.vala:863
+#: src/Services/Document.vala:866
#, c-format
msgid "File “%s” was deleted."
msgstr ""
#. Check external changes after loading
#. The file has become unwritable while changes are pending
-#: src/Services/Document.vala:871
+#: src/Services/Document.vala:874
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:903
+#: src/Services/Document.vala:906
#, c-format
msgid "File “%s” was modified by an external application."
msgstr ""
-#: src/Services/Document.vala:909
+#: src/Services/Document.vala:912
msgid "Reload"
msgstr ""
-#: src/Services/Document.vala:915
+#: src/Services/Document.vala:918
msgid "Continue"
msgstr ""
-#: src/Services/Document.vala:936
+#: src/Services/Document.vala:939
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:945
+#: src/Services/Document.vala:948
msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:947
+#: src/Services/Document.vala:950
msgid "Save Duplicate…"
msgstr ""
@@ -696,11 +688,11 @@ msgstr ""
msgid "no results"
msgstr ""
-#: src/Widgets/SourceView.vala:519
+#: src/Widgets/SourceView.vala:518
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:532
+#: src/Widgets/SourceView.vala:531
msgid "Toggle Comment"
msgstr ""
diff --git a/po/mh.po b/po/mh.po
index d6afb382c..6ccc4a2f9 100644
--- a/po/mh.po
+++ b/po/mh.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-27 10:05+0000\n"
+"POT-Creation-Date: 2023-06-18 08:10+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators